| Age | Commit message (Collapse) | Author | Lines |
|
r=brson, Close #3976.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"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.
|
|
|
|
and re-register snapshots
Just removing unneeded code, no review
|
|
|
|
Change int to uint in some extfmt code. Remove the #[cfg(stage0)] code
after a snapshot.
|
|
|
|
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
|
|
follow the "eq" format
|
|
rs=rustbot
|
|
|
|
Conflicts:
src/libstd/sort.rs
|
|
|
|
Conflicts:
src/libsyntax/parse/parser.rs
|
|
|