| Age | Commit message (Expand) | Author | Lines |
| 2015-05-07 | Fix use of UFCS syntax to call methods on associated types. | Sean Patrick Santos | -35/+15 |
| 2015-05-05 | Use `empty()` instead of a special const | Tamir Duberstein | -3/+2 |
| 2015-05-01 | Rollup merge of #24981 - carols10cents:remove-more-priv, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-04-29 | Remove mention of 'priv'; visibility is either PUB or nothing | Carol Nichols | -1/+1 |
| 2015-04-29 | Fallout | Tamir Duberstein | -17/+20 |
| 2015-04-27 | Auto merge of #23606 - quantheory:associated_const, r=nikomatsakis | bors | -81/+134 |
| 2015-04-25 | Interpolate AST nodes in quasiquote. | Geoffry Song | -180/+13 |
| 2015-04-25 | Auto merge of #24547 - bombless:comma, r=pnkfelix | bors | -1/+40 |
| 2015-04-25 | Fix #20616 | York Xiang | -1/+40 |
| 2015-04-24 | Change name of unit test sub-module to "tests". | Johannes Oertel | -4/+4 |
| 2015-04-23 | Get associated consts working in match patterns. | Sean Patrick Santos | -79/+110 |
| 2015-04-23 | Functional changes for associated constants. Cross-crate usage of associated ... | Sean Patrick Santos | -2/+24 |
| 2015-04-24 | Do not include attributes in trait item spans. | Nick Cameron | -5/+4 |
| 2015-04-23 | Auto merge of #24683 - P1start:help-suggestions, r=nrc | bors | -3/+8 |
| 2015-04-22 | Auto merge of #24685 - nrc:span-pred, r=huonw | bors | -3/+3 |
| 2015-04-22 | Fix spans for predicates in where clauses | Nick Cameron | -3/+3 |
| 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 | -16/+18 |
| 2015-04-21 | syntax: Remove #[feature(path_ext)] | Erick Tryzelaar | -2/+3 |
| 2015-04-21 | syntax: replace Vec::push_all with stable Vec::extend | Erick Tryzelaar | -9/+14 |
| 2015-04-21 | syntax: Replace String::from_str with the stable String::from | Erick Tryzelaar | -2/+2 |
| 2015-04-21 | syntax: remove uses of `.into_cow()` | 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 | -6/+6 |
| 2015-04-21 | Change a few error messages to give code suggestions | P1start | -3/+8 |
| 2015-04-16 | Omit 'obsolete' note for warning if -Awarning | Mathijs van de Nes | -1/+2 |
| 2015-04-16 | Auto merge of #23682 - tamird:DRY-is-empty, r=alexcrichton | bors | -11/+11 |
| 2015-04-16 | Auto merge of #24485 - brson:is, r=alexcrichton | bors | -2/+0 |
| 2015-04-15 | Forbid is/us suffixes. Fixes #22496 | Brian Anderson | -2/+0 |
| 2015-04-15 | Rollup merge of #24438 - nrc:tuple-span, r=sfackler | Steve Klabnik | -1/+1 |
| 2015-04-14 | Negative case of `len()` -> `is_empty()` | Tamir Duberstein | -4/+4 |
| 2015-04-14 | Positive case of `len()` -> `is_empty()` | Tamir Duberstein | -7/+7 |
| 2015-04-15 | Fix the span for tuple expressions | Nick Cameron | -1/+1 |
| 2015-04-14 | rollup merge of #24381: erickt/cleanup | Alex Crichton | -1/+1 |
| 2015-04-14 | std: Remove old_io/old_path/rand modules | Alex Crichton | -16/+0 |
| 2015-04-14 | Auto merge of #24295 - contradictioned:master, r=alexcrichton | bors | -1/+7 |
| 2015-04-13 | syntax: Publically expose printing where clauses, and add attr_to_string | Erick Tryzelaar | -1/+1 |
| 2015-04-13 | Added a help span which informs the user about the escaping of curly braces i... | Manuel Hoffmann | -1/+7 |
| 2015-04-12 | Fix spans for macros | Nick Cameron | -9/+11 |
| 2015-04-09 | Fix the span for `for` expressions | Nick Cameron | -1/+1 |
| 2015-04-05 | Work towards a non-panicing parser (libsyntax) | Phil Dawes | -1247/+1306 |
| 2015-04-02 | Fix parsing of patterns in macros | Vadim Petrochenkov | -1/+3 |
| 2015-04-02 | syntax: Rewrite parsing of patterns | Vadim Petrochenkov | -225/+127 |
| 2015-04-01 | Fallout in libsyntax | Niko Matsakis | -3/+3 |
| 2015-03-31 | rollup merge of #23872: huonw/eager-lexing | Alex Crichton | -15/+40 |
| 2015-03-31 | Stabilize std::num | Aaron Turon | -9/+9 |
| 2015-03-31 | Lex binary and octal literals more eagerly. | Huon Wilson | -14/+39 |
| 2015-03-28 | Rollup merge of #23803 - richo:unused-braces, r=Manishearth | Manish Goregaokar | -2/+2 |
| 2015-03-28 | cleanup: Remove unused braces in use statements | Richo Healey | -2/+2 |