| Age | Commit message (Expand) | Author | Lines |
| 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 | -16/+18 |
| 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-22 | Migrate all users of opt_vec to owned_slice, delete opt_vec. | Huon Wilson | -5/+5 |
| 2014-03-21 | syntax: make OptVec immutable. | Huon Wilson | -10/+15 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -1/+0 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -3/+3 |
| 2014-03-18 | Docify std::vec_ng | Steven Fackler | -2/+2 |
| 2014-03-15 | Tag derived impls with #[automatically_derived] | Steven Fackler | -8/+4 |
| 2014-03-12 | Update users for the std::rand -> librand move. | Huon Wilson | -1/+1 |
| 2014-03-01 | libsyntax: Fix errors arising from the automated `~[T]` conversion | Patrick Walton | -20/+34 |
| 2014-03-01 | libsyntax: Mechanically change `~[T]` to `Vec<T>` | Patrick Walton | -50/+48 |
| 2014-02-27 | Fix syntax::ext::deriving{,::*} docs formatting. | Chris Morgan | -4/+5 |
| 2014-02-24 | Update rustc/syntax docs now that rustdoc lexes all non-`notrust` code blocks. | Huon Wilson | -12/+12 |
| 2014-02-21 | std: rewrite Hash to make it more generic | Erick Tryzelaar | -6/+6 |
| 2014-02-21 | syntax: Allow syntax extensions to have attributes | Erick Tryzelaar | -8/+11 |
| 2014-02-19 | librustc: Remove unique vector patterns from the language. | Patrick Walton | -18/+19 |
| 2014-02-14 | Fix all code examples | Alex Crichton | -12/+14 |
| 2014-02-14 | auto merge of #12234 : sfackler/rust/restructure-item-decorator, r=huonw | bors | -19/+15 |
| 2014-02-14 | Refactored ast_map and friends, mainly to have Paths without storing them. | Eduard Burtescu | -3/+5 |
| 2014-02-13 | Tweak ItemDecorator API | Steven Fackler | -19/+15 |
| 2014-02-11 | libsyntax -- fix unsafe sharing in closures | Niko Matsakis | -4/+6 |
| 2014-02-08 | Update deriving to pass around the `cx` linearly | Niko Matsakis | -82/+122 |
| 2014-02-08 | Fixed error starting with uppercase | mr.Shu | -6/+6 |
| 2014-02-08 | syntax: convert deriving to take &mut ExtCtxt. | Huon Wilson | -16/+16 |
| 2014-02-05 | pull extra::{serialize, ebml} into a separate libserialize crate | Jeff Olson | -1/+1 |
| 2014-02-02 | librustc: De-`@str` `NameAndSpan` | Patrick Walton | -1/+1 |
| 2014-02-02 | libsyntax: De-`@str` literal strings in the AST | Patrick Walton | -1/+4 |
| 2014-02-02 | libsyntax: Introduce an `InternedString` type to reduce `@str` in the | Patrick Walton | -2/+10 |
| 2014-01-31 | Fix minor doc typos | Virgile Andreani | -2/+2 |
| 2014-01-30 | Implement default type parameters in generics. | Eduard Burtescu | -1/+1 |
| 2014-01-27 | auto merge of #11826 : huonw/rust/7621-deriving-errors, r=alexcrichton | bors | -3/+5 |
| 2014-01-28 | syntax: make deriving have slightly less cryptic error messages. | Huon Wilson | -3/+5 |
| 2014-01-27 | Demote self to an (almost) regular argument and remove the env param. | Eduard Burtescu | -2/+6 |
| 2014-01-27 | syntax: improve the spans of some #[deriving] traits. | Huon Wilson | -4/+5 |
| 2014-01-26 | syntax: Fix a missing closing code tag in docs. | Huon Wilson | -0/+1 |
| 2014-01-21 | [std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behavior | Simon Sapin | -2/+2 |
| 2014-01-21 | [std::vec] Rename .last_opt() to .last(), drop the old .last() behavior | Simon Sapin | -1/+1 |
| 2014-01-16 | Load macros from external modules | Steven Fackler | -1/+1 |
| 2014-01-09 | libsyntax: Renamed types, traits and enum variants to CamelCase. | Eduard Burtescu | -56/+54 |
| 2014-01-07 | 'borrowed pointer' -> 'reference' | Brian Anderson | -1/+1 |
| 2013-12-28 | Stop using @ExtCtxt | Steven Fackler | -12/+12 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -27/+27 |
| 2013-12-07 | syntax::deriving: indicate from which trait type errors (etc) arise | Huon Wilson | -4/+22 |
| 2013-12-07 | syntax::deriving: add the cx and span to the TraitDef to reduce duplication. | Huon Wilson | -212/+209 |
| 2013-12-01 | Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica... | Eduard Burtescu | -16/+12 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -2/+2 |
| 2013-11-26 | libsyntax: Remove all non-`proc` `do` syntax. | Patrick Walton | -34/+34 |