| Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
Fixes #1896 which was never truly fixed, just masked.
The given tests would have failed had they used `~fn()` and
not `@fn()`. They now result in compilation errors.
Fixes #2978.
Necessary first step for #2202, #2263.
|
|
|
|
Closes #1458
|
|
Maintain explicit "paren" nodes in the AST so we can pretty-print
without having to guess where parens should go. We may revisit this
in the future.
r=graydon
|
|
|
|
|
|
Conflicts:
src/libsyntax/parse/parser.rs
|
|
|
|
|
|
Yield an obsolete syntax error on things like "let foo <- bar;"
and "foo <- bar;" r=brson
Progress on #3466
|
|
monomorphic types. r=brson
|
|
1- visibility parse
2- purity parse
|