about summary refs log tree commit diff
path: root/src/librustc/lib.rs
AgeCommit message (Expand)AuthorLines
2014-10-07Put slicing syntax behind a feature gate.Nick Cameron-1/+2
2014-10-02Revert "Put slicing syntax behind a feature gate."Aaron Turon-2/+1
2014-10-02auto merge of #17590 : bjadamson/rust/rustc-improvements, r=alexcrichtonbors-1/+2
2014-10-02Put slicing syntax behind a feature gate.Nick Cameron-1/+2
2014-09-30Remove unnecessary allocation, update API name for starting the rustc driver.Benjamin Adamson-1/+2
2014-09-28Register new snapshotsSteven Fackler-1/+0
2014-09-25Remove the last redundant check from kindck, and then remove the pass as well.Niko Matsakis-1/+0
2014-09-18rustc: remove Gc<Def> and depth from DefUpvar.Eduard Burtescu-1/+1
2014-09-18rustc: move freevar finding to resolve.Eduard Burtescu-1/+0
2014-09-17auto merge of #17264 : bkoropoff/rust/issue-17252, r=nick29581bors-0/+1
2014-09-17move feature_gate to libsyntaxNick Cameron-4/+0
2014-09-17move std_inject to libsyntaxNick Cameron-1/+0
2014-09-17move most of front to libsyntaxNick Cameron-3/+0
2014-09-15Guts of the new trait matching algorithm, not yet in useNiko Matsakis-0/+1
2014-09-14Separate static item recursion check into its own passBrian Koropoff-0/+1
2014-09-14rustc: fix fallout from using ptr::P.Eduard Burtescu-1/+0
2014-09-09librustc: Obsolete the old external crate renaming syntax.Patrick Walton-2/+4
2014-09-08Forbid unsized rvaluesNick Cameron-0/+1
2014-09-05move back::link::write into a separate fileStuart Pernsteiner-0/+1
2014-09-01Updated to new extern crate syntax.wickerwaka-2/+2
2014-08-30auto merge of #16859 : alexcrichton/rust/snapshots, r=huonwbors-1/+0
2014-08-29Register new snapshotsAlex Crichton-1/+0
2014-08-28Introduce snapshot_vec abstractionNiko Matsakis-0/+1
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-0/+1
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-0/+1
2014-07-31Move SeekableMemWriter into librbmlErick Tryzelaar-1/+0
2014-07-31remove serialize::ebml, add librbmlErick Tryzelaar-0/+1
2014-07-29remove seek from std::io::MemWriter, add SeekableMemWriter to librustcErick Tryzelaar-0/+4
2014-07-19Add support for patterns referencing non-trivial staticsJakub Wieczorek-26/+26
2014-07-14Fix rebase fallout. Sorry.Brian Anderson-1/+0
2014-07-14rustc: Move util::sha2 to rustc_backBrian Anderson-1/+1
2014-07-14rustc: Move util::fs to rustc_backBrian Anderson-1/+2
2014-07-14rustc: Move archive to rustc_backBrian Anderson-1/+1
2014-07-14Extract rpath to rustc_back::rpathBrian Anderson-1/+1
2014-07-14Extract librustc_back from librustcBrian Anderson-15/+19
2014-07-14Move llvm bindings to their own crateBrian Anderson-2/+2
2014-07-11Update doc URLs for version bumpBrian Anderson-1/+1
2014-07-11Add scaffolding for assigning alpha-numeric codes to rustc diagnosticsJakub Wieczorek-1/+8
2014-07-09Register new snapshotsAlex Crichton-2/+0
2014-07-05Add #[crate_name] attributes as necessaryAlex Crichton-1/+3
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-2/+2
2014-06-26Remove unnecessary to_string callsPiotr Jawniak-3/+1
2014-06-24Replace enum LintId with an extensible alternativeKeegan McAllister-0/+9
2014-06-24Move lint.rs out of middleKeegan McAllister-1/+2
2014-06-24auto merge of #14963 : w3ln4/rust/master, r=alexcrichtonbors-0/+1
2014-06-24Added Mipsel architecture supportPawel Olzacki-0/+1
2014-06-22Register new snapshotsAlex Crichton-1/+0
2014-06-21auto merge of #15029 : aturon/rust/stability-index, r=brsonbors-0/+1
2014-06-20librustc: Put `#[unsafe_destructor]` behind a feature gate.Patrick Walton-2/+3
2014-06-18Add stability inheritanceAaron Turon-0/+1