| Age | Commit message (Expand) | Author | Lines |
| 2014-11-29 | Fix rustc panic on second compile_input | Murarth | -0/+5 |
| 2014-11-17 | Fallout from deprecation | Aaron Turon | -6/+14 |
| 2014-11-17 | Fix fallout from coercion removal | Nick Cameron | -1/+1 |
| 2014-11-12 | Register new snapshots | Alex Crichton | -6/+0 |
| 2014-11-06 | Fallout from collection conventions | Alexis Beingessner | -1/+1 |
| 2014-11-05 | Fix fallout of DSTifying PartialEq, PartialOrd, Eq, Ord | Jorge Aparicio | -0/+6 |
| 2014-10-31 | DSTify Hash | Jorge Aparicio | -3/+3 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -3/+3 |
| 2014-09-17 | auto merge of #17223 : retep998/rust/into_string, r=huonw | bors | -1/+1 |
| 2014-09-13 | Improve memory usage of libsyntax | Peter Atashian | -1/+1 |
| 2014-09-12 | Remove unused, unsound method on StrInterner | Brian Koropoff | -11/+0 |
| 2014-07-09 | Fix all the test fallout | Corey Richardson | -35/+37 |
| 2014-07-09 | ast: make Name its own type | Corey Richardson | -9/+9 |
| 2014-07-09 | syntax: doc comments all the things | Corey Richardson | -3/+3 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -1/+1 |
| 2014-06-04 | syntax: use doc comments in the interner | Corey Richardson | -5/+5 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -3/+3 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -1/+1 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -1/+1 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -1/+1 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -2/+2 |
| 2014-05-08 | libsyntax: Remove uses of `~str` from libsyntax, and fix fallout | Patrick Walton | -3/+3 |
| 2014-05-07 | core: Inherit possible string functionality | Alex Crichton | -5/+0 |
| 2014-03-31 | syntax: Switch field privacy as necessary | Alex Crichton | -5/+5 |
| 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 |