| Age | Commit message (Collapse) | Author | Lines |
|
infrastructure. rs=helps-unbreak-the-build
|
|
|
|
|
|
rs=refactoring
|
|
|
|
|
|
|
|
If an enum type's only variant is private, disallow dereferencing
values of its type.
Due to #4082, this only applies to enums that are in the same crate.
r=pcwalton
Closes #818
|
|
|
|
|
|
calls. 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/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
|