| Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
rs=refactoring
|
|
|
|
|
|
Closes #3201.
|
|
|
|
allow item macros to look like statement/expr macros.
|
|
|
|
|
|
|
|
|
|
|
|
useful function argument patterns. Add a test for the latter. r=brson
|
|
|
|
Conflicts:
src/compiletest/compiletest.rs
src/libcargo/cargo.rs
src/libcore/core.rs
src/librustc/rustc.rs
src/librustdoc/rustdoc.rc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
src/libsyntax/ext/source_util.rs
|
|
|
|
|
|
|
|
"impl Foo : Bar;", and allow only a subset of methods in a trait to be derived. r=brson
|
|
|
|
foo!{...} only.
|
|
This reverts commit 89bbaff84fed6e6796c82f5a9fd200e693d47beb.
|