| Age | Commit message (Expand) | Author | Lines |
| 2014-03-23 | std: remove the `equals` method from `TotalEq`. | Huon Wilson | -5/+1 |
| 2014-03-23 | use TotalEq for HashMap | Daniel Micay | -1/+1 |
| 2014-03-22 | syntax: Fix fallout of removing get() | Alex Crichton | -30/+25 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -1/+0 |
| 2014-03-20 | auto merge of #12686 : FlaPer87/rust/shared, r=nikomatsakis | bors | -1/+1 |
| 2014-03-20 | Relax interner's Share bound | Flavio Percoco | -4/+1 |
| 2014-03-20 | Replace Freeze bounds with Share bounds | Flavio Percoco | -1/+4 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -1/+1 |
| 2014-03-19 | Discard MTWT & interner tables from TLD after they stop being useful. | Eduard Burtescu | -0/+10 |
| 2014-03-13 | Remove Rc's borrow method to avoid conflicts with RefCell's borrow in Rc<RefC... | Eduard Burtescu | -2/+2 |
| 2014-03-01 | libsyntax: Fix errors arising from the automated `~[T]` conversion | Patrick Walton | -4/+5 |
| 2014-03-01 | libsyntax: Mechanically change `~[T]` to `Vec<T>` | Patrick Walton | -4/+4 |
| 2014-02-28 | std: Change assert_eq!() to use {} instead of {:?} | Alex Crichton | -0/+8 |
| 2014-02-24 | std: minor whitespace cleanup | Erick Tryzelaar | -4/+2 |
| 2014-02-24 | Transition to new `Hash`, removing IterBytes and std::to_bytes. | Huon Wilson | -5/+5 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -1/+1 |
| 2014-02-21 | std: rewrite Hash to make it more generic | Erick Tryzelaar | -0/+1 |
| 2014-02-14 | Refactored ast_map and friends, mainly to have Paths without storing them. | Eduard Burtescu | -9/+9 |
| 2014-02-02 | librustc: Remove `@str` from the language | Patrick Walton | -1/+1 |
| 2014-02-02 | libsyntax: Remove `@str` from the interner | Patrick Walton | -37/+80 |
| 2014-02-02 | libsyntax: Introduce an `InternedString` type to reduce `@str` in the | Patrick Walton | -0/+11 |
| 2014-01-07 | 'borrowed pointer' -> 'reference' | Brian Anderson | -1/+1 |
| 2014-01-03 | libsyntax: De-`@mut` `Interner::vect` | Patrick Walton | -19/+31 |
| 2014-01-03 | libsyntax: De-`@mut` the interner map | Patrick Walton | -10/+15 |
| 2013-11-27 | Shink NodeId, CrateNum, Name and Mrk down to 32 bits on x64. | Eduard Burtescu | -18/+20 |
| 2013-10-04 | Remove specific errors for very old obsolete syntax | Benjamin Herr | -3/+0 |
| 2013-09-06 | added gensym_copy mechanism to ensure sharing of pointers in the interner | John Clements | -8/+55 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -2/+2 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -2/+2 |
| 2013-07-18 | librustc: Forbid `&` pointers (other than `&'static`) inside `@` boxes. | Patrick Walton | -1/+1 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -4/+8 |
| 2013-06-28 | librustc: Rename Const to Freeze | Patrick Walton | -1/+1 |
| 2013-06-25 | great renaming propagation: syntax | Corey Richardson | -7/+2 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -2/+2 |
| 2013-06-16 | Add copies to type params with Copy bound | Niko Matsakis | -3/+3 |
| 2013-06-13 | Use @str instead of @~str in libsyntax and librustc. Fixes #5048. | Huon Wilson | -30/+30 |
| 2013-06-05 | removed obsolete reference to purity | John Clements | -3/+0 |
| 2013-06-01 | Remove all uses of `pub impl`. rs=style | Patrick Walton | -17/+17 |
| 2013-05-22 | libextra: Rename the actual metadata names of libcore to libstd and libstd to... | Patrick Walton | -0/+5 |
| 2013-05-20 | getting rid of interner_key! macro | John Clements | -14/+2 |
| 2013-05-09 | Use a specialized string interner to reduce the need for owned strings | Björn Steinbrink | -0/+56 |
| 2013-05-08 | librustc: Stop parsing modes and remove them entirely from the language | Patrick Walton | -1/+1 |
| 2013-04-30 | new borrow checker (mass squash) | Niko Matsakis | -2/+2 |
| 2013-04-27 | only use #[no_core] in libcore | Daniel Micay | -1/+0 |
| 2013-04-19 | librustc: Optimize metadata::decoder::item_name. | Patrick Walton | -0/+9 |
| 2013-04-16 | move interner_key macro | John Clements | -1/+15 |
| 2013-04-16 | libcore,std,syntax,rustc: move tests into `mod tests`, make them private (no ... | Huon Wilson | -38/+42 |
| 2013-04-03 | rename Linear{Map,Set} => Hash{Map,Set} | Daniel Micay | -3/+3 |
| 2013-04-03 | hashmap: rm linear namespace | Daniel Micay | -1/+1 |
| 2013-03-22 | librustc: Remove `pure` from libsyntax and librustc. | Patrick Walton | -1/+1 |