| Age | Commit message (Collapse) | Author | Lines |
|
This gets rid of `mut` inside bare vectors. It's going to cause some
problems later.
|
|
|
|
|
|
|
|
|
|
Print out a clearer error message when a `for` gets
used with the wrong type of iterator. Also fix spans on `for` loop
bodies, and suppress some more derived errors.
r=brson
Closes #3651
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These are: region,arg,fn_decl,method,_mod,foreign_mod,
variant_arg,enum_def_,variant_,trait_ref.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
module scope. r=tjc
|
|
nearest module scope. r=tjc"
This reverts commit a8d37af2473da79be704c9ce2374f278c47177b6.
|
|
module scope. r=tjc
|
|
This'll be less confusing for anyone who works on match in future.
|
|
contain at least two components. r=graydon
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Introduces a temporary 'path2' attribute that will replace 'path' after
a snapshot
|
|
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
|
|
|
|
|
|
|
|
|
|
|