| Age | Commit message (Expand) | Author | Lines |
| 2014-04-23 | Add a span to ast::TyParam | Nick Cameron | -2/+2 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -4/+4 |
| 2014-04-10 | auto merge of #13440 : huonw/rust/strbuf, r=alexcrichton | bors | -3/+3 |
| 2014-04-10 | Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and up... | Kasey Carrothers | -1/+1 |
| 2014-04-10 | libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and | Patrick Walton | -3/+3 |
| 2014-04-08 | Register new snapshots | Alex Crichton | -3/+3 |
| 2014-03-31 | syntax: Switch field privacy as necessary | Alex Crichton | -29/+31 |
| 2014-03-31 | vec: convert `append` and `append_one` to methods | Daniel Micay | -3/+1 |
| 2014-03-30 | Removed deprecated functions `map` and `flat_map` for vectors and slices. | Marvin Löbel | -35/+39 |
| 2014-03-27 | serialize: use Result | Sean McArthur | -15/+55 |
| 2014-03-26 | auto merge of #13145 : alexcrichton/rust/flip-some-defaults, r=brson | bors | -3/+3 |
| 2014-03-26 | syntax: Permit visibility on tuple fields | Alex Crichton | -3/+3 |
| 2014-03-25 | Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v... | Marvin Löbel | -2/+2 |
| 2014-03-23 | std: remove the `equals` method from `TotalEq`. | Huon Wilson | -7/+16 |
| 2014-03-22 | Migrate all users of opt_vec to owned_slice, delete opt_vec. | Huon Wilson | -15/+14 |
| 2014-03-21 | syntax: make OptVec immutable. | Huon Wilson | -10/+15 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -27/+0 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -17/+17 |
| 2014-03-18 | Docify std::vec_ng | Steven Fackler | -3/+3 |
| 2014-03-15 | Tag derived impls with #[automatically_derived] | Steven Fackler | -8/+4 |
| 2014-03-12 | syntax: change the #[deriving(Hash)] typaram variable name | Erick Tryzelaar | -3/+3 |
| 2014-03-12 | Changed lists of lifetimes in ast and ty to use Vec instead of OptVec. | Felix S. Klock II | -7/+6 |
| 2014-03-12 | Update users for the std::rand -> librand move. | Huon Wilson | -1/+1 |
| 2014-03-12 | std: Move rand to librand. | Huon Wilson | -4/+3 |
| 2014-03-08 | Removed DeepClone. Issue #12698. | Michael Darakananda | -31/+0 |
| 2014-03-06 | syntax: Conditionally deriving(Hash) with Writers | Alex Crichton | -4/+16 |
| 2014-03-03 | syntax: make match arms store the expr directly. | Huon Wilson | -2/+2 |
| 2014-03-01 | libsyntax: Fix errors arising from the automated `~[T]` conversion | Patrick Walton | -30/+76 |
| 2014-03-01 | libsyntax: Mechanically change `~[T]` to `Vec<T>` | Patrick Walton | -240/+232 |
| 2014-02-28 | syntax: Expand format!() deterministically | Alex Crichton | -1/+2 |
| 2014-02-27 | Fix syntax::ext::deriving{,::*} docs formatting. | Chris Morgan | -15/+17 |
| 2014-02-24 | Gate default type parameter overrides. | Eduard Burtescu | -16/+4 |
| 2014-02-24 | Remove deriving(ToStr) | Alex Crichton | -134/+0 |
| 2014-02-24 | Update rustc/syntax docs now that rustdoc lexes all non-`notrust` code blocks. | Huon Wilson | -12/+12 |
| 2014-02-24 | Transition to new `Hash`, removing IterBytes and std::to_bytes. | Huon Wilson | -102/+0 |
| 2014-02-23 | Move std::{trie, hashmap} to libcollections | Alex Crichton | -1/+1 |
| 2014-02-22 | auto merge of #12451 : edwardw/rust/ident-2-name, r=cmr | bors | -4/+4 |
| 2014-02-21 | std: rewrite Hash to make it more generic | Erick Tryzelaar | -6/+105 |
| 2014-02-21 | syntax: Allow syntax extensions to have attributes | Erick Tryzelaar | -8/+26 |
| 2014-02-22 | Represent lifetimes as Names instead of Idents | Edward Wang | -4/+4 |
| 2014-02-19 | librustc: Remove unique vector patterns from the language. | Patrick Walton | -43/+45 |
| 2014-02-14 | Fix all code examples | Alex Crichton | -12/+20 |
| 2014-02-14 | auto merge of #12234 : sfackler/rust/restructure-item-decorator, r=huonw | bors | -65/+67 |
| 2014-02-14 | Refactored ast_map and friends, mainly to have Paths without storing them. | Eduard Burtescu | -22/+18 |
| 2014-02-13 | Tweak ItemDecorator API | Steven Fackler | -65/+67 |
| 2014-02-11 | libsyntax -- fix unsafe sharing in closures | Niko Matsakis | -9/+12 |
| 2014-02-11 | to_str -- update to contain scope of closure | Niko Matsakis | -20/+21 |
| 2014-02-08 | Update deriving to pass around the `cx` linearly | Niko Matsakis | -132/+157 |
| 2014-02-08 | Fixed error starting with uppercase | mr.Shu | -16/+16 |
| 2014-02-08 | Implement `#[deriving(Show)]`. | Huon Wilson | -0/+140 |