| Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
|
|
It leads to segfaults
|
|
|
|
|
|
My assumption that native generics needed them was wrong, so tydescs
can be eliminated from function signatures completely.
|
|
Un-xfail iface-generic.rs
|
|
Not for imported ASTs from inlined items.
|
|
|
|
|
|
|
|
The difference went away.
|
|
With the assumption of monomorphization
|
|
Monomorphic instances are generated on demand.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Instead of using the new_ prefix just name them after their type
|
|
|
|
|
|
This will make it easier to convert crate_ctxt into a region pointer, since
there are functions that return crate contexts. There would be no way to type
these functions if crate_ctxt had to be an inferred region pointer.
|
|
|
|
|
|
|
|
possibility that a field wasn't found
|
|
|
|
|
|
|
|
Only casts to integral and float types are supported
Closes #1975
|
|
|
|
|
|
|
|
|
|
As a child of the condition, when the body encounters a ret or break it
incorrectly re-runs the cleanups of the condition.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|