| Age | Commit message (Expand) | Author | Lines |
| 2014-01-01 | syntax::codemap: Add static DUMMY_SP | klutzy | -1/+1 |
| 2013-12-29 | Rename PkgId to CrateId | Luis de Bethencourt | -1/+1 |
| 2013-12-29 | Rename pkgid variables | Luis de Bethencourt | -1/+1 |
| 2013-12-26 | librustc: De-`@mut` the `cnum_map` | Patrick Walton | -3/+9 |
| 2013-12-26 | librustc: De-`@mut` several instances of `io::Writer`. | Patrick Walton | -3/+3 |
| 2013-12-26 | librustc: De-`@mut` `Rib::bindings` | Patrick Walton | -0/+1 |
| 2013-12-19 | Purge @-boxes from the reading half of EBML | Alex Crichton | -58/+60 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -2/+2 |
| 2013-12-10 | Make crate hash stable and externally computable. | Jack Moffitt | -5/+3 |
| 2013-12-08 | Remove dead codes | Kiet Tran | -272/+0 |
| 2013-12-04 | std::str: remove from_utf8. | Huon Wilson | -2/+2 |
| 2013-11-30 | Support OSX frameworks | Alex Crichton | -2/+7 |
| 2013-11-30 | Test fixes and merge conflicts | Alex Crichton | -2/+2 |
| 2013-11-29 | Add generation of static libraries to rustc | Alex Crichton | -0/+10 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -1/+1 |
| 2013-11-26 | auto merge of #10670 : eddyb/rust/node-u32, r=alexcrichton | bors | -6/+6 |
| 2013-11-27 | Shink NodeId, CrateNum, Name and Mrk down to 32 bits on x64. | Eduard Burtescu | -6/+6 |
| 2013-11-26 | librustc: Remove non-procedure uses of `do` from librustc, librustdoc, | Patrick Walton | -96/+95 |
| 2013-11-26 | librustc: Remove remaining uses of `&fn()` in favor of `||`. | Patrick Walton | -7/+7 |
| 2013-11-19 | librustc: Change most uses of `&fn()` to `||`. | Patrick Walton | -13/+14 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -2/+2 |
| 2013-11-08 | Introduce new variance inference pass that replaces (and generalizes) old | Niko Matsakis | -0/+8 |
| 2013-11-08 | Generalize AST and ty::Generics to accept multiple lifetimes. | Niko Matsakis | -24/+34 |
| 2013-11-01 | Stop propagating link arguments across crates | Alex Crichton | -10/+0 |
| 2013-10-24 | Remove std::io once and for all! | Alex Crichton | -4/+5 |
| 2013-10-24 | Remove even more of std::io | Alex Crichton | -19/+17 |
| 2013-10-22 | libsyntax/librustc: Allow specifying mut on ~self. | Luqman Aden | -1/+1 |
| 2013-10-22 | libsyntax/librustc: Allow specifying mut on by-value self. | Luqman Aden | -1/+1 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -17/+17 |
| 2013-10-09 | option: rewrite the API to use composition | Daniel Micay | -4/+4 |
| 2013-10-07 | Extract privacy checking from name resolution | Alex Crichton | -2/+3 |
| 2013-09-30 | rustc: Remove usage of fmt! | Alex Crichton | -27/+27 |
| 2013-09-26 | Add 'continue' as a synonym for 'loop' | Brian Anderson | -11/+11 |
| 2013-09-24 | Correctly encode item visibility in metadata | Alex Crichton | -17/+26 |
| 2013-09-12 | std: Rename {Option,Result}::chain{,_err}* to {and_then,or_else} | Erick Tryzelaar | -1/+1 |
| 2013-09-11 | ident->name cleanup | John Clements | -2/+3 |
| 2013-09-11 | Properly encode/decode structural variants. | SiegeLord | -7/+14 |
| 2013-09-05 | Rename str::from_bytes to str::from_utf8, closes #8985 | Florian Hahn | -1/+1 |
| 2013-09-04 | auto merge of #8875 : alexcrichton/rust/fix-inner-static-library-bug, r=huonw | bors | -0/+9 |
| 2013-09-03 | Modernized a few more types in syntax::ast | Marvin Löbel | -47/+47 |
| 2013-09-02 | Remove __extensions__ in names for a "pretty name" | Alex Crichton | -0/+9 |
| 2013-09-02 | Renamed syntax::ast::ident -> Ident | Marvin Löbel | -9/+9 |
| 2013-09-01 | Modernized a few type names in rustc and syntax | Marvin Löbel | -78/+78 |
| 2013-08-27 | auto merge of #8805 : jfager/rust/remove-hashutil, r=alexcrichton | bors | -1/+0 |
| 2013-08-27 | librustc: Fix problem with cross-crate reexported static methods. | Patrick Walton | -6/+50 |
| 2013-08-27 | librustc: Implement basic lazy implementation loading. | Patrick Walton | -1/+61 |
| 2013-08-27 | librustc: Remove `each_path`. | Patrick Walton | -37/+103 |
| 2013-08-27 | librustc: Stop calling `each_path` in coherence. | Patrick Walton | -0/+10 |
| 2013-08-27 | librustc: Ensure that type parameters are in the right positions in paths. | Patrick Walton | -8/+12 |
| 2013-08-27 | librustc: Remove `&const` and `*const` from the language. | Patrick Walton | -6/+3 |