Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
ergonomics
|
|
|
|
|
|
|
|
- Also cleared out some dead code in target.cpp
|
|
|
|
|
|
|
|
|
|
coercions
|
|
|
|
|
|
|
|
|
|
- This is prep work for supporting `use` of macros
|
|
|
|
|
|
|
|
- liballoc building, up to libstd
|
|
|
|
|
|
needs work later down the line)
`box` no longer has operator traits, and is (I believe) back to being
100% compiler magic.
|
|
|
|
|
|
|
|
versions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
available trait
|
|
known bounds
Potential types from trait bounds are enumerated and, if there's no
possible coercions/unsizing, are searched for a single type that meets
all known conditions (i.e. trait bounds on the ivar, and method
existence)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|