| Age | Commit message (Expand) | Author | Lines |
| 2016-09-07 | Handle `ReEmpty` for `impl Trait` | Andrew Paseltiner | -2/+26 |
| 2016-09-07 | Auto merge of #36304 - TimNN:fix-36299, r=eddyb | bors | -0/+16 |
| 2016-09-07 | Auto merge of #36289 - euclio:self-suggestion, r=jseyfried | bors | -1/+33 |
| 2016-09-07 | Auto merge of #36296 - nagisa:pass-timing, r=eddyb | bors | -12/+13 |
| 2016-09-06 | Auto merge of #36252 - joshtriplett:union-field-never-used, r=sanxiyn | bors | -6/+32 |
| 2016-09-06 | Auto merge of #36303 - jonathandturner:rollup, r=jonathandturner | bors | -97/+142 |
| 2016-09-06 | Auto merge of #36025 - michaelwoerister:incr-comp-hash-spans, r=nikomatsakis | bors | -145/+843 |
| 2016-09-06 | re-add accidentally removed line | Tim Neumann | -0/+16 |
| 2016-09-06 | Rollup merge of #36298 - GuillaumeGomez:hashmap_doc, r=steveklabnik | Jonathan Turner | -18/+42 |
| 2016-09-06 | Rollup merge of #36273 - apasel422:unsafe_no_drop_flag, r=steveklabnik | Jonathan Turner | -14/+0 |
| 2016-09-06 | Rollup merge of #36267 - Cobrand:E0559, r=jonathandturner | Jonathan Turner | -27/+40 |
| 2016-09-06 | Rollup merge of #36263 - apasel422:scoped, r=steveklabnik | Jonathan Turner | -20/+15 |
| 2016-09-06 | Rollup merge of #36243 - GuillaumeGomez:hash_map_links, r=steveklabnik | Jonathan Turner | -4/+8 |
| 2016-09-06 | Rollup merge of #36128 - gavinb:error_msgs_p2, r=jonathandturner | Jonathan Turner | -10/+28 |
| 2016-09-06 | Rollup merge of #36121 - Cobrand:master, r=jonathandturner | Jonathan Turner | -4/+9 |
| 2016-09-06 | ICH: Make CachingCodemapView robustly handle invalid spans. | Michael Woerister | -15/+36 |
| 2016-09-06 | Auto merge of #36288 - nrc:save-var-value, r=eddyb | bors | -7/+15 |
| 2016-09-06 | Add missing urls | ggomez | -18/+42 |
| 2016-09-06 | Count and report time taken by MIR passes | Simonas Kazlauskas | -12/+13 |
| 2016-09-06 | Auto merge of #36276 - jseyfried:fix_unused, r=nrc | bors | -22/+63 |
| 2016-09-05 | Auto merge of #36078 - ollie27:rustdoc_search_assocconst, r=alexcrichton | bors | -11/+50 |
| 2016-09-06 | Add struct `AmbiguityError`. | Jeffrey Seyfried | -4/+11 |
| 2016-09-06 | Add field `used: Cell<bool>` to variant `NameBindingKind::Import`. | Jeffrey Seyfried | -22/+17 |
| 2016-09-06 | Add regression test. | Jeffrey Seyfried | -0/+38 |
| 2016-09-06 | Avoid false positive unused import warnings. | Jeffrey Seyfried | -5/+6 |
| 2016-09-05 | show `self` suggestion when items are in the block | Andy Russell | -8/+17 |
| 2016-09-05 | resolve: Suggest `use self` when import resolves | Andy Russell | -1/+24 |
| 2016-09-06 | save-analysis: some refinement to the value string for variables | Nick Cameron | -7/+15 |
| 2016-09-05 | Auto merge of #36274 - Manishearth:rollup, r=Manishearth | bors | -76/+100 |
| 2016-09-05 | Auto merge of #35845 - frewsxcv:result-into-iter, r=GuillaumeGomez | bors | -1/+7 |
| 2016-09-05 | Auto merge of #36281 - pnkfelix:fix-issue-36036, r=eddyb | bors | -1/+37 |
| 2016-09-05 | Updated E0527 to new error format | Cobrand | -4/+9 |
| 2016-09-05 | Add test for unused field in union | Josh Triplett | -0/+26 |
| 2016-09-05 | Auto merge of #36200 - mattico:fix-llvm-linkage, r=arielb1 | bors | -66/+180 |
| 2016-09-06 | E0518 Update error format #36111 | Gavin Baker | -1/+5 |
| 2016-09-06 | E0517 Update error format #36109 | Gavin Baker | -3/+7 |
| 2016-09-05 | E0516 Update error format #36108 | Gavin Baker | -8/+18 |
| 2016-09-05 | Auto merge of #35787 - canndrew:bang_type_refactor_check, r=eddyb | bors | -327/+272 |
| 2016-09-05 | Fix issue #36036. | Felix S. Klock II | -1/+37 |
| 2016-09-05 | Rollup merge of #36245 - alexcrichton:add-back-accident, r=arielb1 | Manish Goregaokar | -0/+1 |
| 2016-09-05 | Rollup merge of #36065 - acrrd:new_format_E0496, r=GuillaumeGomez | Manish Goregaokar | -49/+69 |
| 2016-09-05 | Rollup merge of #35983 - GuillaumeGomez:e0060_bonus, r=jonathandturner | Manish Goregaokar | -27/+30 |
| 2016-09-05 | Rollup merge of #35845 - frewsxcv:result-into-iter, r=GuillaumeGomez | Manish Goregaokar | -1/+7 |
| 2016-09-05 | Remove expr_ty method completely | Andrew Cann | -17/+4 |
| 2016-09-05 | Undo unnecessary bookkeeping from last commit | Andrew Cann | -17/+9 |
| 2016-09-05 | Remove use of expr_ty from coercions code | Andrew Cann | -26/+37 |
| 2016-09-05 | Move write_ty to the bottom of check_pat | Andrew Cann | -19/+18 |
| 2016-09-05 | Factor write_ty out of more pattern-checking functions | Andrew Cann | -22/+20 |
| 2016-09-05 | Factor write_ty out of pattern-matching functions | Andrew Cann | -13/+10 |
| 2016-09-05 | check_block_with_expected returns the checked type | Andrew Cann | -14/+13 |