| Age | Commit message (Expand) | Author | Lines |
| 2015-08-03 | syntax: Implement #![no_core] | Alex Crichton | -22/+9 |
| 2015-07-28 | remove `get_ident` and `get_name`, make `as_str` sound | Oliver Schneider | -2/+1 |
| 2015-07-09 | Use vec![elt; n] where possible | Ulrik Sverdrup | -2/+1 |
| 2015-06-07 | change some statics to constants | Oliver 'ker' Schneider | -0/+1 |
| 2015-04-14 | Negative case of `len()` -> `is_empty()` | Tamir Duberstein | -1/+1 |
| 2015-04-12 | Use the ecx.call_site() span for generating refs to format_args! internals | Ryan Prichard | -19/+25 |
| 2015-04-11 | Propagate macro backtraces more often, improve formatting diagnostics | Ryan Prichard | -2/+6 |
| 2015-04-05 | Add comments suggested by Niko | Phil Dawes | -11/+0 |
| 2015-04-05 | Work towards a non-panicing parser (libsyntax) | Phil Dawes | -3/+14 |
| 2015-03-23 | Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses of | Niko Matsakis | -1/+1 |
| 2015-02-27 | Replace MacExpr / MacPat / MacItems with MacEager | Keegan McAllister | -1/+1 |
| 2015-02-23 | int audit - libcore::fmt | Nick Cameron | -2/+2 |
| 2015-02-20 | Remove remaining uses of `[]`. This time I tried to use deref coercions where... | Niko Matsakis | -10/+10 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -4/+4 |
| 2015-02-07 | Don't use std:: paths in syntax extensions when compiling a #![no_std] crate | Keegan McAllister | -5/+5 |
| 2015-02-06 | Update to last version, remove "[]" as much as possible | GuillaumeGomez | -1/+1 |
| 2015-02-06 | Libsyntax has been updated | GuillaumeGomez | -3/+4 |
| 2015-02-06 | Replace the get method by the deref one on InternedString | GuillaumeGomez | -2/+3 |
| 2015-02-04 | remove all kind annotations from closures | Jorge Aparicio | -3/+3 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -2/+2 |
| 2015-01-30 | std: Stabilize the std::fmt module | Alex Crichton | -75/+61 |
| 2015-01-29 | convert remaining `range(a, b)` to `a..b` | Jorge Aparicio | -1/+1 |
| 2015-01-21 | rollup merge of #21457: alexcrichton/issue-21436 | Alex Crichton | -2/+2 |
| 2015-01-20 | std: Rename Show/String to Debug/Display | Alex Crichton | -2/+2 |
| 2015-01-17 | libsyntax: rename functions from uint to usize | Paul Collier | -6/+6 |
| 2015-01-17 | libsyntax: uint types to usize | Paul Collier | -4/+4 |
| 2015-01-10 | core: rm unused lifetime. | Huon Wilson | -6/+2 |
| 2015-01-07 | use slicing sugar | Jorge Aparicio | -21/+21 |
| 2015-01-06 | rollup merge of #20481: seanmonstar/fmt-show-string | Alex Crichton | -1/+1 |
| 2015-01-06 | core: split into fmt::Show and fmt::String | Sean McArthur | -1/+1 |
| 2015-01-07 | Replace full slice notation with index calls | Nick Cameron | -13/+13 |
| 2015-01-03 | sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs | Jorge Aparicio | -1/+1 |
| 2014-12-30 | Fallout from stabilization | Aaron Turon | -9/+7 |
| 2014-12-27 | syntax: change format_args! to produce fmt::Arguments instead of calling a fu... | Eduard Burtescu | -62/+23 |
| 2014-12-27 | syntax: use std::string::String unqualified in format. | Eduard Burtescu | -13/+12 |
| 2014-12-27 | syntax: turn the match-call generated by format_args inside-out. | Eduard Burtescu | -39/+41 |
| 2014-12-27 | syntax: format: put static arrays in their own blocks to avoid needing a wrap... | Eduard Burtescu | -40/+39 |
| 2014-12-27 | syntax: format: remove unused method_statics field. | Eduard Burtescu | -15/+4 |
| 2014-12-21 | Fallout of std::str stabilization | Alex Crichton | -14/+13 |
| 2014-12-20 | add {:?} fmt syntax | Sean McArthur | -0/+1 |
| 2014-12-12 | Add support for equality constraints on associated types | Nick Cameron | -0/+1 |
| 2014-12-08 | core: make the public fmt API completely safe. | Eduard Burtescu | -25/+8 |
| 2014-11-26 | rollup merge of #19298: nikomatsakis/unboxed-closure-parse-the-plus | Alex Crichton | -1/+1 |
| 2014-11-26 | Rote changes due to the fact that ast paths no longer carry this extraneous b... | Niko Matsakis | -1/+1 |
| 2014-11-25 | Fallout from stabilization | Aaron Turon | -1/+1 |
| 2014-11-18 | std: Stabilize std::fmt | Alex Crichton | -20/+2 |
| 2014-11-17 | Fallout from deprecation | Aaron Turon | -3/+3 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -0/+4 |
| 2014-11-17 | Fix fallout from coercion removal | Nick Cameron | -6/+5 |
| 2014-11-16 | Complete the removal of ty_nil, ast::LitNil, ast::TyBot and ast::TyUniq | Jakub Bukaj | -1/+1 |