| Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 53b181dd47b9a10583bb9b300acc8b3ba9f56717.
|
|
|
|
rs=crashing-servo
|
|
|
|
|
|
|
|
|
|
parameter substitutions could possibly unify. r=nmatsakis
|
|
|
|
|
|
|
|
closures. r=nmatsakis
|
|
|
|
|
|
|
|
|
|
|
|
This disallows using pointers to sneak around priv qualifiers.
Deeming this too small for review as well. Closes #3763
|
|
|
|
When a type error has already occurred, don't call ty::subst,
which may ICE due to the mismatch in the number of type params
involved.
I'm deeming this too small to review.
Closes #3680
|
|
|
|
This reverts commit f675b97ddc3d85498473bb4da7f95b8942ebbd81, reversing
changes made to e7dd3af970b44c09a429d02d60fd44b9f8ec45bd.
|
|
|
|
r=brson
Closes #3574
|
|
Add deprecated attribute.
|
|
|
|
and rename "class" to "struct" everywhere possible (except local
vars, I was too lazy for that) -- that is why this commit is so
big.
No review, just dead code removal and renaming.
Closes #3515
|
|
|
|
rs=bugfix
|
|
|
|
|
|
If a do-block body has the wrong type, or a for-loop body has a
non-() type, suggest that the user might have meant the other one.
Closes #2817
r=brson
|
|
|
|
|