| Age | Commit message (Expand) | Author | Lines |
| 2014-03-28 | De-@ IdentInterner. | Eduard Burtescu | -1/+2 |
| 2014-03-20 | auto merge of #13020 : alexcrichton/rust/vec, r=brson | bors | -1/+0 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -1/+0 |
| 2014-03-20 | auto merge of #13017 : alexcrichton/rust/issue-13010, r=huonw | bors | -19/+27 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -1/+1 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -3/+3 |
| 2014-03-19 | rustc: Prevent false positives in crate loading | Alex Crichton | -19/+27 |
| 2014-03-17 | De-@ codemap and diagnostic. | Eduard Burtescu | -1/+1 |
| 2014-03-17 | De-@ filesearch. | Eduard Burtescu | -1/+1 |
| 2014-03-17 | De-@ Session usage. | Eduard Burtescu | -1/+1 |
| 2014-03-08 | auto merge of #12758 : rgawdzik/rust/master, r=alexcrichton | bors | -17/+28 |
| 2014-03-08 | Refactored get_metadata_section to return a Result<T,~str>, added error messa... | Robert Gawdzik | -17/+28 |
| 2014-03-08 | librustc: Fix up fallout from the automatic conversion. | Felix S. Klock II | -1/+2 |
| 2014-03-08 | librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc. | Patrick Walton | -1/+1 |
| 2014-03-01 | rustc: Better error when loading invalid libraries | Alex Crichton | -4/+9 |
| 2014-02-28 | rustc: Add the concept of a Strict Version Hash | Alex Crichton | -35/+53 |
| 2014-02-28 | rustc: Simplify crate loading constraints | Alex Crichton | -32/+22 |
| 2014-02-24 | rustc: Don't error on the rlib symlinks | Alex Crichton | -2/+14 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -1/+1 |
| 2014-02-22 | Warn about unnecessary parentheses upon assignment | Eduard Bopp | -5/+2 |
| 2014-02-21 | Move time out of extra (cc #8784) | Arcterus | -1/+2 |
| 2014-02-20 | Re-work loading crates with nicer errors | Alex Crichton | -94/+167 |
| 2014-02-17 | Updated metadata::creader::resolve_crate_deps to use the correct span. Clarif... | gentlefolk | -4/+8 |
| 2014-02-14 | Refactored ast_map and friends, mainly to have Paths without storing them. | Eduard Burtescu | -10/+3 |
| 2014-02-13 | Removed num::Orderable | Michael Darakananda | -2/+2 |
| 2014-02-13 | remove duplicate function from std::ptr (is_null, is_not_null, offset, mut_of... | JeremyLetang | -2/+1 |
| 2014-02-03 | rustc: Remove io_error usage | Alex Crichton | -2/+2 |
| 2014-02-02 | librustc: Remove a bunch of `@str` from the compiler around metadata | Patrick Walton | -12/+15 |
| 2014-01-26 | auto merge of #11787 : alexcrichton/rust/refactor, r=brson | bors | -1/+1 |
| 2014-01-26 | Move extra::flate to libflate | Alex Crichton | -1/+1 |
| 2014-01-26 | Removed all instances of XXX in preparation for relaxing of FIXME rule | Salem Talha | -2/+2 |
| 2014-01-17 | rustc::metadata: Remove trait FileSearch | klutzy | -2/+1 |
| 2014-01-09 | libsyntax: Renamed types, traits and enum variants to CamelCase. | Eduard Burtescu | -3/+3 |
| 2014-01-03 | librustc: De-`@mut` the span handler | Patrick Walton | -2/+1 |
| 2014-01-01 | syntax::diagnostic: Remove unnecessary traits | klutzy | -3/+3 |
| 2013-12-29 | Rename PkgId to CrateId | Luis de Bethencourt | -11/+11 |
| 2013-12-29 | Rename pkgid variables | Luis de Bethencourt | -2/+2 |
| 2013-12-26 | librustc: De-`@mut` several instances of `io::Writer`. | Patrick Walton | -1/+1 |
| 2013-12-19 | rustc: Optimize reading metadata by 4x | Alex Crichton | -11/+66 |
| 2013-12-19 | Purge @-boxes from the reading half of EBML | Alex Crichton | -11/+17 |
| 2013-12-10 | Make crate hash stable and externally computable. | Jack Moffitt | -54/+29 |
| 2013-12-09 | Store metadata separately in rlib files | Alex Crichton | -25/+11 |
| 2013-11-30 | Test fixes and merge conflicts | Alex Crichton | -5/+5 |
| 2013-11-29 | Add generation of static libraries to rustc | Alex Crichton | -95/+186 |
| 2013-11-26 | librustc: Remove non-procedure uses of `do` from librustc, librustdoc, | Patrick Walton | -9/+7 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -1/+1 |
| 2013-10-24 | Remove even more of std::io | Alex Crichton | -3/+3 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -9/+9 |
| 2013-10-15 | path2: Replace the path module outright | Kevin Ballard | -7/+9 |
| 2013-09-30 | rustc: Remove usage of fmt! | Alex Crichton | -15/+15 |