| Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
src/libsyntax/ext/source_util.rs
|
|
|
|
|
|
|
|
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
|
|
|