summary refs log tree commit diff
path: root/src/librustc/lib.rs
AgeCommit message (Expand)AuthorLines
2014-01-07doc: Add rustc and syntax to the indexBrian Anderson-0/+13
2014-01-06Disowned the Visitor.Eduard Burtescu-1/+1
2014-01-03auto merge of #11264 : am0d/rust/crate_type_lint, r=alexcrichtonbors-1/+1
2014-01-02Bump version to 0.9Brian Anderson-1/+1
2014-01-01Add linting for `crate_type` attribute values.a_m0d-1/+1
2014-01-01syntax::diagnostic: Remove @ from Emitterklutzy-1/+1
2014-01-01rustc::driver: Remove two @sklutzy-1/+1
2013-12-30Revert "Embed Windows application manifest."Vadim Chugunov-1/+0
2013-12-29Rename pkgid variablesLuis de Bethencourt-4/+4
2013-12-26librustc: De-`@mut` several instances of `io::Writer`.Patrick Walton-1/+2
2013-12-26Register new snapshotsAlex Crichton-2/+0
2013-12-24Stop using C++ exceptions for stack unwinding.Vadim Chugunov-1/+0
2013-12-22auto merge of #11064 : huonw/rust/vec-sort, r=alexcrichtonbors-2/+1
2013-12-21std::vec: add a sugary .sort() method for plain Ord sorting.Huon Wilson-1/+1
2013-12-20rustc: Improve crate id extractionAlex Crichton-25/+75
2013-12-20extra: remove sort in favour of the std method.Huon Wilson-2/+1
2013-12-19Rename pkgid to crate_idCorey Richardson-0/+2
2013-12-16Fallout of rewriting std::commAlex Crichton-3/+4
2013-12-15Register new snapshotsAlex Crichton-8/+1
2013-12-11Embed Windows application manifest.Vadim Chugunov-0/+1
2013-12-10Make crate hash stable and externally computable.Jack Moffitt-0/+3
2013-12-09Implement LTOAlex Crichton-0/+1
2013-12-08Add dead-code warning passKiet Tran-0/+1
2013-12-06Link rustllvm statically, and distribute a static snapshotAlex Crichton-0/+2
2013-12-05Update LLVM and jettison jit supportAlex Crichton-4/+0
2013-12-04Revert "libstd: Change `Path::new` to `Path::init`."Kevin Ballard-3/+3
2013-12-04std::str: remove from_utf8.Huon Wilson-2/+2
2013-12-03Register new snapshotsAlex Crichton-2/+0
2013-11-30Test fixes and merge conflictsAlex Crichton-0/+1
2013-11-29Add generation of static libraries to rustcAlex Crichton-1/+3
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-3/+3
2013-11-28Register new snapshotsAlex Crichton-2/+0
2013-11-26librustc: Make `||` lambdas not infer to `proc`sPatrick Walton-2/+2
2013-11-26librustc: Remove non-procedure uses of `do` from librustc, librustdoc,Patrick Walton-9/+6
2013-11-24Remove linked failure from the runtimeAlex Crichton-1/+0
2013-11-18librustc: Remove the one use of `~fn()`Patrick Walton-1/+1
2013-11-11Move std::rt::io to std::ioAlex Crichton-2/+2
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-6/+2
2013-11-09auto merge of #10153 : nikomatsakis/rust/issue-4846-multiple-lifetime-paramet...bors-0/+2
2013-11-08Generalize AST and ty::Generics to accept multiple lifetimes.Niko Matsakis-0/+2
2013-11-08Specify package_id for rust libs, to avoid spurious warningsAndrei Formiga-0/+1
2013-11-03Rename files to match current recommendations.Chris Morgan-0/+413