| Age | Commit message (Expand) | Author | Lines |
| 2015-05-22 | Two more small fixes. | Niko Matsakis | -0/+1 |
| 2015-05-14 | syntax: abstract over the file loading mechanism. | Eduard Burtescu | -10/+10 |
| 2015-05-14 | syntax::parse: optimize file_to_filemap to read a string directly. | Eduard Burtescu | -21/+7 |
| 2015-05-14 | syntax: replace sess.span_diagnostic.cm with sess.codemap(). | Eduard Burtescu | -11/+7 |
| 2015-05-14 | syntax: refactor (Span)Handler and ParseSess constructors to be methods. | Eduard Burtescu | -13/+13 |
| 2015-05-14 | Move tracking of the next NodeId from syntax's ParseSess to rustc's Session. | Eduard Burtescu | -20/+1 |
| 2015-04-25 | Interpolate AST nodes in quasiquote. | Geoffry Song | -72/+0 |
| 2015-04-24 | Change name of unit test sub-module to "tests". | Johannes Oertel | -1/+1 |
| 2015-04-21 | rollup merge of #24636: alexcrichton/remove-deprecated | Alex Crichton | -2/+0 |
| 2015-04-21 | std: Remove deprecated/unstable num functionality | Alex Crichton | -2/+0 |
| 2015-04-21 | syntax: Copy unstable str::char_at into libsyntax | Erick Tryzelaar | -4/+4 |
| 2015-04-21 | syntax: Remove uses of #[feature(slice_patterns)] | Erick Tryzelaar | -15/+31 |
| 2015-04-21 | syntax: remove #![feature(box_syntax, box_patterns)] | Erick Tryzelaar | -3/+3 |
| 2015-04-15 | Forbid is/us suffixes. Fixes #22496 | Brian Anderson | -2/+0 |
| 2015-04-05 | Work towards a non-panicing parser (libsyntax) | Phil Dawes | -10/+13 |
| 2015-03-31 | rollup merge of #23872: huonw/eager-lexing | Alex Crichton | -1/+14 |
| 2015-03-31 | Stabilize std::num | Aaron Turon | -5/+6 |
| 2015-03-31 | Lex binary and octal literals more eagerly. | Huon Wilson | -1/+14 |
| 2015-03-25 | rustc: Remove support for int/uint | Alex Crichton | -4/+4 |
| 2015-03-24 | rustc: Add support for `extern crate foo as bar` | Alex Crichton | -1/+1 |
| 2015-03-18 | Require braces when a closure has an explicit return type. This is a | Niko Matsakis | -2/+3 |
| 2015-03-16 | Auto merge of #23331 - eddyb:attr-lookahead, r=nikomatsakis | bors | -9/+5 |
| 2015-03-13 | rm unused import | Manish Goregaokar | -1/+0 |
| 2015-03-13 | syntax: use lookahead to distinguish inner and outer attributes, instead of p... | Eduard Burtescu | -9/+5 |
| 2015-03-09 | Rename #[should_fail] to #[should_panic] | Steven Fackler | -1/+1 |
| 2015-03-05 | Rollup merge of #22764 - ivanradanov:fileline_help, r=huonw | Manish Goregaokar | -1/+1 |
| 2015-03-04 | std: Deprecate std::old_io::fs | Alex Crichton | -13/+15 |
| 2015-03-04 | Encode codemap and span information in crate metadata. | Michael Woerister | -110/+44 |
| 2015-03-03 | Change span_help calls to fileline_help where appropriate | Ivan Radanov Ivanov | -1/+1 |
| 2015-02-24 | Implement `<T>::method` UFCS expression syntax. | Eduard Burtescu | -6/+6 |
| 2015-02-24 | syntax: don't store a secondary NodeId for TyPath. | Eduard Burtescu | -1/+1 |
| 2015-02-22 | Fix errors from #22592 | Manish Goregaokar | -4/+4 |
| 2015-02-20 | Remove remaining uses of `[]`. This time I tried to use deref coercions where... | Niko Matsakis | -6/+6 |
| 2015-02-18 | rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket | Alex Crichton | -12/+12 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -12/+12 |
| 2015-02-18 | For now, accept the `i`, `u`, `is`, and `us` suffixes, but warn when | Niko Matsakis | -11/+4 |
| 2015-02-18 | Modify parser to require `isize`/`usize` suffixes. | Niko Matsakis | -4/+13 |
| 2015-02-07 | Auto merge of #21505 - GuillaumeGomez:interned_string, r=alexcrichton | bors | -4/+4 |
| 2015-02-06 | librustdoc has been updated | GuillaumeGomez | -4/+4 |
| 2015-02-06 | Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-02-05 | make codemap more robust in face of ill-formed spans. | Felix S. Klock II | -2/+2 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -8/+8 |
| 2015-02-04 | Fix for misspelled comments. | Joseph Crail | -1/+1 |
| 2015-02-04 | remove all kind annotations from closures | Jorge Aparicio | -5/+5 |
| 2015-02-02 | rollup merge of #21842: alexcrichton/issue-21839 | Alex Crichton | -2/+2 |
| 2015-02-02 | rollup merge of #21830: japaric/for-cleanup | Alex Crichton | -1/+1 |
| 2015-02-02 | rollup merge of #21825: kmcallister/ttdelim-span | Alex Crichton | -0/+23 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -1/+1 |
| 2015-02-02 | Omit integer suffix when unnecessary | Alfie John | -5/+5 |
| 2015-02-01 | std: Remove extra type params on iter adaptors | Alex Crichton | -2/+2 |