summary refs log tree commit diff
path: root/src/librustc/lib.rs
AgeCommit message (Expand)AuthorLines
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
2014-06-17Mark all crates except std as experimentalBrian Anderson-0/+1
2014-06-14Register new snapshotsAlex Crichton-8/+1
2014-06-13librustc: Forbid `transmute` from being called on types whose size isPatrick Walton-0/+1
2014-06-13Dump results of analysis phase as CSVNick Cameron-0/+1
2014-06-11sync: Move underneath libstdAlex Crichton-1/+0
2014-06-09Document rustc::pluginKeegan McAllister-7/+1
2014-06-09Use phase(plugin) in bootstrap cratesKeegan McAllister-0/+5
2014-06-09Implement #[plugin_registrar]Keegan McAllister-0/+8
2014-06-06Move Def out of syntax crate, where it does not belongNiko Matsakis-0/+1
2014-06-05Fallout from the libcollections movementAlex Crichton-1/+0
2014-05-27Move std::{reflect,repr,Poly} to a libdebug crateAlex Crichton-5/+6
2014-05-27std: Rename strbuf operations to stringRicho Healey-1/+1
2014-05-21Change static.rust-lang.org to doc.rust-lang.orgAlex Crichton-1/+1
2014-05-19rustc: Add official support for weak failureAlex Crichton-0/+1
2014-05-16libgetopts: Remove all uses of `~str` from `libgetopts`Patrick Walton-1/+4
2014-05-15Graphviz based flow graph pretty-printing.Felix S. Klock II-1/+1
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-05-12librustc: Remove all uses of `~str` from librustc.Patrick Walton-1/+0
2014-05-11Reorganise driver code.Nick Cameron-319/+1
2014-05-08Handle fallout in librustcKevin Ballard-1/+1
2014-05-08libsyntax: Remove uses of `~str` from libsyntax, and fix falloutPatrick Walton-4/+5
2014-05-06auto merge of #13892 : alexcrichton/rust/mixing-rlib-dylib-deps, r=brsonbors-0/+1
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-2/+2
2014-05-02rustc: Add some suppot for mixing rlibs and dylibsAlex Crichton-0/+1
2014-05-01auto merge of #13877 : thestinger/rust/de-tilde-str-vec, r=alexcrichtonbors-1/+1
2014-04-30librustc: Remove `~"string"` and `&"string"` from the languagePatrick Walton-1/+1
2014-04-24Pre-step towards issue #12624 and others: Introduce ExprUseVisitor, remove theNiko Matsakis-1/+1
2014-04-23Move task::task() to TaskBuilder::new()Steven Fackler-2/+2
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-6/+6
2014-04-18Update the rest of the compiler with ~[T] changesAlex Crichton-2/+2
2014-04-16Move `--ls` behind `-Z ls`Flavio Percoco-2/+2
2014-04-10rustc: Add a realpath utility functionAlex Crichton-0/+1
2014-04-10Generalized the pretty-print entry points to support `-o <file>`.Felix S. Klock II-1/+1
2014-04-08Register new snapshotsAlex Crichton-1/+1
2014-04-06auto merge of #13165 : sfackler/rust/io-vec, r=alexcrichtonbors-1/+1
2014-04-06De-~[] Reader and WriterSteven Fackler-1/+1
2014-04-06auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,mebors-0/+2
2014-04-04Register new snapshotsAlex Crichton-3/+0
2014-04-04Fix fallout from std::libc separationCorey Richardson-0/+2
2014-04-03Bump version to 0.11-preBrian Anderson-1/+1