| Age | Commit message (Collapse) | Author | Lines |
|
capital S
|
|
module scope. r=tjc
|
|
nearest module scope. r=tjc"
This reverts commit a8d37af2473da79be704c9ce2374f278c47177b6.
|
|
module scope. r=tjc
|
|
contain at least two components. r=graydon
|
|
|
|
|
|
rs=refactoring
|
|
|
|
|
|
|
|
Conflicts:
src/compiletest/compiletest.rs
src/libcargo/cargo.rs
src/libcore/core.rs
src/librustc/rustc.rs
src/librustdoc/rustdoc.rc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
allow interner cache to be shared across parsers (#3699)
|
|
This reverts commit a33535e441dc5461fec0489069a1491367ad1c91.
|
|
This reverts commit 0bd6da8a8c93143325cb45e8a074ccf7121ca168.
|
|
|
|
|
|
|
|
|
|
It's still in the compiler right now, but warned about
|
|
This reverts commit ca49fd402af8e7bf613c43e996274b5a017958d2.
|
|
|
|
This will help with the auto_serialize2 migration. We have to change
ident from a type alias to uint into a unique type. We need to use
a struct instead of a "enum ident = token::str_num" because structs
support constants, but newtypes do not.
|
|
|
|
|
|
#[legacy_exports];
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|