| Age | Commit message (Expand) | Author | Lines |
| 2016-05-02 | Auto merge of #33354 - Manishearth:rollup, r=Manishearth | bors | -114/+167 |
| 2016-05-03 | Rollup merge of #33346 - Ryman:patch-4, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2016-05-03 | Rollup merge of #33335 - cramertj:master, r=alexcrichton | Manish Goregaokar | -5/+5 |
| 2016-05-03 | Rollup merge of #33334 - birkenfeld:issue29088, r=Manishearth | Manish Goregaokar | -5/+4 |
| 2016-05-03 | Rollup merge of #33332 - alexcrichton:handle-more-races, r=michaelwoerister | Manish Goregaokar | -2/+24 |
| 2016-05-03 | Rollup merge of #33325 - birkenfeld:issue-31341, r=jseyfried | Manish Goregaokar | -8/+0 |
| 2016-05-03 | Rollup merge of #33324 - birkenfeld:issue-30497, r=GuillaumeGomez | Manish Goregaokar | -1/+11 |
| 2016-05-03 | Rollup merge of #33323 - birkenfeld:issue-31221, r=Manishearth | Manish Goregaokar | -2/+70 |
| 2016-05-03 | Rollup merge of #33320 - birkenfeld:issue31573, r=arielb1 | Manish Goregaokar | -4/+7 |
| 2016-05-03 | Rollup merge of #33309 - birkenfeld:pp, r=nrc | Manish Goregaokar | -85/+44 |
| 2016-05-03 | Rollup merge of #32756 - nikomatsakis:borrowck-snippet, r=nrc | Manish Goregaokar | -2201/+2956 |
| 2016-05-02 | Auto merge of #32756 - nikomatsakis:borrowck-snippet, r=nrc | bors | -2201/+2956 |
| 2016-05-03 | add help on pattern guard | mrmiywj | -10/+51 |
| 2016-05-03 | rebasing | Nick Cameron | -7/+1 |
| 2016-05-03 | Fix tests | Nick Cameron | -3/+11 |
| 2016-05-03 | Refactor pretty printing to use more of the driver | Nick Cameron | -263/+330 |
| 2016-05-03 | Use the compiler API to run pretty printing. | Nick Cameron | -80/+80 |
| 2016-05-03 | Make pretty printer take Session by ref | Nick Cameron | -21/+21 |
| 2016-05-02 | rustc_back: use a common musl base | Tamir Duberstein | -73/+74 |
| 2016-05-02 | libcore: Inline `mem::forget()`. | Patrick Walton | -0/+1 |
| 2016-05-02 | resolve: print location of static for "static in pattern" error | Georg Brandl | -11/+54 |
| 2016-05-02 | Auto merge of #32386 - brandonedens:llvm_min_size, r=alexcrichton | bors | -21/+86 |
| 2016-05-02 | assert we get at least two rendered lines back | Niko Matsakis | -2/+5 |
| 2016-05-02 | rustc: Handle concurrent `create_dir` requests | Alex Crichton | -2/+24 |
| 2016-05-02 | Auto merge of #33308 - ollie27:wingnu_jemalloc, r=alexcrichton | bors | -8/+8 |
| 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 | Fix unicode test to use original error format | jonathandturner | -17/+15 |
| 2016-05-02 | patch travis failure | Niko Matsakis | -1/+2 |
| 2016-05-02 | update unit tests | Niko Matsakis | -39/+38 |
| 2016-05-02 | fix rebase flaws | Niko Matsakis | -8/+6 |
| 2016-05-02 | Fix up error-pattern style test | Jonathan Turner | -3/+0 |
| 2016-05-02 | Finish up with 'old school' error mode | Jonathan Turner | -13/+65 |
| 2016-05-02 | Add back in a 'old school' error format | Jonathan Turner | -50/+201 |
| 2016-05-02 | move "lint level defined here" into secondary note | Niko Matsakis | -1/+1 |
| 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 | Fix whitespace | Niko Matsakis | -1/+1 |
| 2016-05-02 | Nit: comments should be uppercase letter | Niko Matsakis | -4/+4 |