| Age | Commit message (Expand) | Author | Lines |
| 2016-05-03 | Rollup merge of #33343 - birkenfeld:issue-32214, r=Manishearth | Manish Goregaokar | -5/+1 |
| 2016-05-03 | Rollup merge of #33334 - birkenfeld:issue29088, r=Manishearth | Manish Goregaokar | -5/+4 |
| 2016-05-03 | Rollup merge of #33309 - birkenfeld:pp, r=nrc | Manish Goregaokar | -85/+44 |
| 2016-05-02 | assert we get at least two rendered lines back | Niko Matsakis | -2/+5 |
| 2016-05-02 | avoid double panic | Niko Matsakis | -1/+2 |
| 2016-05-02 | do not fail if len(rendered_lines) is == 1 | Niko Matsakis | -10/+14 |
| 2016-05-02 | update unit tests | Niko Matsakis | -39/+38 |
| 2016-05-02 | Finish up with 'old school' error mode | Jonathan Turner | -12/+63 |
| 2016-05-02 | Add back in a 'old school' error format | Jonathan Turner | -50/+201 |
| 2016-05-02 | change color of warning to YELLOW | Niko Matsakis | -1/+1 |
| 2016-05-02 | fix snippet tests MORE! | Niko Matsakis | -2/+2 |
| 2016-05-02 | Nit: use Range::contains | Niko Matsakis | -7/+3 |
| 2016-05-02 | fix tests better | Niko Matsakis | -5/+5 |
| 2016-05-02 | Nit: remove push_primary_span, which was never called | Niko Matsakis | -4/+0 |
| 2016-05-02 | Nit: add comment | Niko Matsakis | -3/+5 |
| 2016-05-02 | only emit `^` at the start of a multi-line error | Niko Matsakis | -143/+67 |
| 2016-05-02 | Nit: use last_mut better | Niko Matsakis | -4/+3 |
| 2016-05-02 | Nit: in emitter.rs | Niko Matsakis | -2/+1 |
| 2016-05-02 | Nit: address various style nits | Niko Matsakis | -5/+10 |
| 2016-05-02 | Nit: do not use RLK | Niko Matsakis | -12/+14 |
| 2016-05-02 | Nit: do not import variants from Style | Niko Matsakis | -24/+23 |
| 2016-05-02 | Do not import variants from RenderedLineKind | Niko Matsakis | -12/+12 |
| 2016-05-02 | Nit: comments should be uppercase letter | Niko Matsakis | -4/+4 |
| 2016-05-02 | refactor the Emitter trait | Niko Matsakis | -98/+74 |
| 2016-05-02 | change errors from Yellow to Magenta | Niko Matsakis | -1/+1 |
| 2016-05-02 | WIP factor out RudimentaryEmitter | Niko Matsakis | -16/+31 |
| 2016-05-02 | replace fileline_{help,note} with {help,note} | Niko Matsakis | -29/+26 |
| 2016-05-02 | thread tighter span for closures around | Niko Matsakis | -3/+3 |
| 2016-05-02 | refactor to use new snippet code and model | Niko Matsakis | -723/+335 |
| 2016-05-02 | adapt JSON to new model | Niko Matsakis | -119/+83 |
| 2016-05-02 | revamp MultiSpan and introduce new snippet code | Niko Matsakis | -135/+1428 |
| 2016-05-02 | parser: change warning into an error on `T<A=B, C>` | Georg Brandl | -5/+1 |
| 2016-05-02 | lexer: do not display char confusingly in error message | Georg Brandl | -5/+4 |
| 2016-05-01 | libsyntax/pp: replace manual ring buffer with a VecDeque | Georg Brandl | -52/+19 |
| 2016-05-01 | libsyntax/pp: minor modernizations | Georg Brandl | -40/+32 |
| 2016-04-30 | Auto merge of #32846 - jseyfried:allow_unconfigured_gated_expanded_items, r=nrc | bors | -3/+1 |
| 2016-04-28 | Rollup merge of #33218 - oli-obk:interned_str_cmp, r=nikomatsakis | Steve Klabnik | -3/+25 |
| 2016-04-28 | Auto merge of #33161 - jseyfried:parse_tuple_struct_field_vis, r=nikomatsakis | bors | -7/+38 |
| 2016-04-27 | Auto merge of #32791 - LeoTestard:feature-gate-clean, r=nikomatsakis | bors | -579/+462 |
| 2016-04-27 | Make some fatal lexer errors recoverable | mitaa | -67/+108 |
| 2016-04-26 | allow InternedString to be compared to &str directly | Oliver Schneider | -3/+25 |
| 2016-04-25 | parse `pub(restricted)` visibilities for struct fields | Jeffrey Seyfried | -7/+38 |
| 2016-04-25 | Rollup merge of #33041 - petrochenkov:path, r=nrc,Manishearth | Manish Goregaokar | -665/+401 |
| 2016-04-24 | Remove some old code from libsyntax | Vadim Petrochenkov | -59/+14 |
| 2016-04-24 | syntax: Make `is_path_start` precise and improve some error messages about un... | Vadim Petrochenkov | -35/+62 |
| 2016-04-24 | syntax: Check paths in visibilities for type parameters | Vadim Petrochenkov | -83/+83 |
| 2016-04-24 | syntax: Merge keywords and remaining special idents in one list | Vadim Petrochenkov | -162/+111 |
| 2016-04-24 | syntax: Don't parse idents with `parse_path` | Vadim Petrochenkov | -9/+12 |
| 2016-04-24 | syntax: Make static/super/self/Self keywords + special ident cleanup | Vadim Petrochenkov | -148/+100 |
| 2016-04-24 | syntax: Get rid of token::IdentStyle | Vadim Petrochenkov | -179/+107 |