| Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
src/libstd/time.rs
|
|
Conflicts:
src/compiletest/compiletest.rs
src/libcargo/cargo.rs
src/libcore/core.rs
src/librustc/rustc.rs
src/librustdoc/rustdoc.rc
|
|
|
|
|
|
|
|
|
|
|
|
enums. r=brson
|
|
trait. r=brson
|
|
applied to a non-enum/non-struct. r=brson
|
|
|
|
|
|
|
|
r=brson
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Change int to uint in some extfmt code. Remove the #[cfg(stage0)] code
after a snapshot.
|
|
Conflicts:
src/libstd/sort.rs
|
|
|
|
|
|
monomorphic types. r=brson
|
|
|
|
Change ast::ty_param_bound so that all ty param bounds are represented
as traits, with no special cases for Copy/Send/Owned/Const.
typeck::collect generates the special cases.
A consequence of this is that code using the #[no_core] attribute
can't use the Copy kind/trait. Probably not a big deal?
As a side effect, any user-defined traits that happen to be called
Copy, etc. in the same module override the built-in Copy trait.
r=nmatsakis
Closes #2284
|
|
|