| Age | Commit message (Expand) | Author | Lines |
| 2015-07-28 | remove `get_ident` and `get_name`, make `as_str` sound | Oliver Schneider | -1/+1 |
| 2015-07-21 | Provide a filemap ctor with line info | Nick Cameron | -2/+2 |
| 2015-07-10 | Change some instances of .connect() to .join() | Wesley Wiser | -1/+1 |
| 2015-06-16 | Fix file!(), line!() and column!() macros | Simonas Kazlauskas | -3/+3 |
| 2015-04-21 | syntax: remove #![feature(box_syntax, box_patterns)] | Erick Tryzelaar | -1/+1 |
| 2015-04-14 | include_bytes! now registers the file included | Theo Belaire | -0/+5 |
| 2015-04-05 | Work towards a non-panicing parser (libsyntax) | Phil Dawes | -2/+2 |
| 2015-03-23 | Add generic conversion traits | Aaron Turon | -1/+1 |
| 2015-03-13 | syntax: use lookahead to distinguish inner and outer attributes, instead of p... | Eduard Burtescu | -1/+1 |
| 2015-03-12 | Stabilize std::path | Aaron Turon | -5/+1 |
| 2015-03-04 | std: Deprecate std::old_io::fs | Alex Crichton | -13/+20 |
| 2015-02-27 | Replace MacExpr / MacPat / MacItems with MacEager | Keegan McAllister | -7/+7 |
| 2015-02-23 | Auto merge of #21769 - brooksbp:column-line-macro, r=nick29581 | bors | -2/+3 |
| 2015-02-21 | Resolve includeme.fragment conflict. | Brian Brooks | -2/+3 |
| 2015-02-20 | Remove remaining uses of `[]`. This time I tried to use deref coercions where... | Niko Matsakis | -1/+1 |
| 2015-02-18 | Round 3 test fixes and conflicts | Alex Crichton | -4/+4 |
| 2015-02-18 | rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket | Alex Crichton | -3/+3 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -3/+3 |
| 2015-02-18 | Opt for .cloned() over .map(|x| x.clone()) etc. | Kevin Butler | -1/+1 |
| 2015-02-07 | Fix handling of parse errors when using `include!()`. | Leo Testard | -2/+6 |
| 2015-02-06 | Libsyntax has been updated | GuillaumeGomez | -2/+1 |
| 2015-02-06 | Replace the get method by the deref one on InternedString | GuillaumeGomez | -1/+2 |
| 2015-01-26 | Fallout of io => old_io | Alex Crichton | -1/+1 |
| 2015-01-24 | syntax: Don't put quotes around filenames in codemap | Alex Crichton | -4/+4 |
| 2015-01-17 | libsyntax: rename functions from uint to usize | Paul Collier | -2/+2 |
| 2015-01-07 | rollup merge of #20657: alexcrichton/stabilize-macros | Alex Crichton | -6/+0 |
| 2015-01-07 | use slicing sugar | Jorge Aparicio | -9/+9 |
| 2015-01-07 | std: Stablize the macros module | Alex Crichton | -6/+0 |
| 2015-01-06 | rollup merge of #20481: seanmonstar/fmt-show-string | Alex Crichton | -4/+4 |
| 2015-01-06 | core: split into fmt::Show and fmt::String | Sean McArthur | -4/+4 |
| 2015-01-07 | Replace full slice notation with index calls | Nick Cameron | -7/+7 |
| 2014-12-23 | Rename include_bin! to include_bytes! | Chris Wong | -1/+7 |
| 2014-12-21 | Fallout of std::str stabilization | Alex Crichton | -9/+7 |
| 2014-11-20 | Rename `col!` to `column!`. | Huon Wilson | -3/+3 |
| 2014-10-30 | rustc: Implement -l and include! tweaks | Alex Crichton | -6/+29 |
| 2014-09-18 | syntax: use an index in CodeMap instead of Gc for ExpnInfo. | Eduard Burtescu | -37/+9 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -8/+8 |
| 2014-07-15 | Fix errors | Adolfo Ochagavía | -1/+0 |
| 2014-07-15 | Deprecate `str::from_utf8_owned` | Adolfo Ochagavía | -5/+5 |
| 2014-07-09 | syntax: doc comments all the things | Corey Richardson | -7/+7 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -2/+2 |
| 2014-06-11 | syntax: Move the AST from @T to Gc<T> | Alex Crichton | -1/+2 |
| 2014-06-06 | Change to_str().to_string() to just to_str() | Adolfo Ochagavía | -1/+1 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -3/+3 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -1/+1 |
| 2014-05-22 | libstd: Remove all uses of `~str` from `libstd` | Patrick Walton | -1/+3 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -3/+11 |
| 2014-05-17 | syntax: Tighten search paths for inner modules | Alex Crichton | -0/+2 |
| 2014-05-08 | libsyntax: Remove uses of `~str` from libsyntax, and fix fallout | Patrick Walton | -7/+8 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -9/+8 |