| Age | Commit message (Expand) | Author | Lines |
| 2016-09-12 | typeck: use NoExpectation to check return type of diverging fn | Alex Burka | -1/+7 |
| 2016-08-16 | Auto merge of #35162 - canndrew:bang_type_coerced, r=nikomatsakis | bors | -55/+46 |
| 2016-08-15 | Auto merge of #35340 - michaelwoerister:incr-comp-cli-args, r=nikomatsakis | bors | -1/+1 |
| 2016-08-15 | Auto merge of #35567 - creativcoder:e0261, r=jonathandturner | bors | -5/+10 |
| 2016-08-14 | Rollup merge of #35573 - wdv4758h:E0138, r=jonathandturner | Eduard-Mihai Burtescu | -2/+7 |
| 2016-08-13 | Rename empty/bang to never | Andrew Cann | -4/+6 |
| 2016-08-13 | Minor fixups based on @eddyb's feedback | Andrew Cann | -2/+2 |
| 2016-08-13 | Remove obsolete divergence related stuff | Andrew Cann | -54/+41 |
| 2016-08-13 | Switch on TyEmpty | Andrew Cann | -2/+2 |
| 2016-08-13 | Add EmptyToAny adjustment | Andrew Cann | -0/+2 |
| 2016-08-12 | typeck: disallow `impl Trait` outside of return types of functions and impl m... | Eduard Burtescu | -2/+20 |
| 2016-08-12 | rustc: rename ProjectionMode and its variant to be more memorable. | Eduard Burtescu | -6/+6 |
| 2016-08-11 | Add the notion of a dependency tracking status to commandline arguments. | Michael Woerister | -1/+1 |
| 2016-08-11 | Rollup merge of #35565 - wdv4758h:E0133, r=jonathandturner | Jonathan Turner | -3/+5 |
| 2016-08-11 | Rollup merge of #35557 - Limeth:master, r=jonathandturner | Jonathan Turner | -4/+8 |
| 2016-08-11 | Update E0138 to new format | Chiu-Hsiang Hsu | -2/+7 |
| 2016-08-10 | Update E0261 and E0262 to new error format | Rahul Sharma | -5/+10 |
| 2016-08-10 | Update E0133 to new format | Chiu-Hsiang Hsu | -3/+5 |
| 2016-08-09 | E0263 updated to new format. rust-lang/rust#35518 | Jakub Hlusička | -4/+8 |
| 2016-08-09 | Auto merge of #35166 - nikomatsakis:incr-comp-ice-34991-2, r=mw | bors | -6/+6 |
| 2016-08-06 | Rollup merge of #35374 - mrabault:e0229_format, r=jonathandturner | Eduard-Mihai Burtescu | -2/+3 |
| 2016-08-05 | Update E0229 to new format | Matthias Rabault | -2/+3 |
| 2016-08-05 | Auto merge of #35365 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -6/+14 |
| 2016-08-05 | Rollup merge of #35319 - Keats:err-137, r=jonathandturner | Guillaume Gomez | -2/+5 |
| 2016-08-05 | Rollup merge of #35299 - circuitfox:E0110-update-error-format, r=jonathandturner | Guillaume Gomez | -2/+5 |
| 2016-08-05 | Auto merge of #35317 - TimNN:internal-deprecated, r=eddyb | bors | -17/+56 |
| 2016-08-04 | ignore deprecation for items deprecated by the same attribute | Tim Neumann | -8/+8 |
| 2016-08-04 | change depr_map to use DeprecationEntry | Tim Neumann | -9/+48 |
| 2016-08-04 | Update error format for E0137 | Vincent Prouillet | -2/+5 |
| 2016-08-04 | E0110 update error format | Chris Stankus | -2/+5 |
| 2016-08-03 | Update error message for E0109 | Chris Stankus | -2/+4 |
| 2016-08-02 | replace graph rewriting with detecting inlined ids | Niko Matsakis | -6/+6 |
| 2016-08-01 | Move caching of HIR-inlining into CStore in order to avoid duplicating inline... | Michael Woerister | -8/+14 |
| 2016-07-31 | Auto merge of #34986 - nikomatsakis:issue-34349, r=arielb1 | bors | -7/+47 |
| 2016-07-30 | Rollup merge of #35090 - michaelwoerister:get-rid-of-id-visitor, r=eddyb | Manish Goregaokar | -9/+4 |
| 2016-07-29 | intravisit: Fold functionality of IdVisitor into the regular Visitor. | Michael Woerister | -9/+4 |
| 2016-07-25 | move `during_closure_kind_inference` flag to mc | Niko Matsakis | -3/+31 |
| 2016-07-24 | Implement ARM personality routine in Rust. | Vadim Chugunov | -1/+0 |
| 2016-07-22 | Avoid writing a temporary closure kind | Niko Matsakis | -5/+17 |
| 2016-07-08 | Merge PatKind::QPath into PatKind::Path in HIR | Vadim Petrochenkov | -1/+1 |
| 2016-07-08 | Cleanup of some pattern related code | Vadim Petrochenkov | -180/+82 |
| 2016-07-03 | prefer `if let` to match with `None => {}` arm in some places | Zack M. Davis | -43/+31 |
| 2016-06-25 | Rollup merge of #34403 - jonathandturner:move_liberror, r=alexcrichton | Jeffrey Seyfried | -14/+17 |
| 2016-06-23 | Renames "lets_do_this" macro more appropriately. | Paul Jarrett | -2/+2 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -14/+17 |
| 2016-06-18 | Fix ICE in memory categorization of tuple patterns | Vadim Petrochenkov | -4/+4 |
| 2016-06-16 | Rollup merge of #34268 - zackmdavis:if_let_over_none_unit_arm, r=jseyfried | Manish Goregaokar | -19/+13 |
| 2016-06-15 | prefer `if let` to match with `None => ()` arm in some places | Zack M. Davis | -19/+13 |
| 2016-06-11 | Remove last traces of identifier hygiene from HIR | Vadim Petrochenkov | -2/+1 |
| 2016-06-10 | Address review comments + fix rebase | Vadim Petrochenkov | -11/+4 |