| Age | Commit message (Expand) | Author | Lines |
| 2019-11-03 | Test that borrows of projections are promoted everywhere | Dylan MacKenzie | -0/+12 |
| 2019-11-02 | Auto merge of #66004 - eddyb:revert-early-gate, r=petrochenkov | bors | -149/+50 |
| 2019-11-01 | Rollup merge of #66018 - pnkfelix:issue-64872-revert-64324, r=alexcrichton | Tyler Mandry | -55/+63 |
| 2019-11-01 | Rollup merge of #65995 - GuillaumeGomez:add-err-code-E0743, r=estebank | Tyler Mandry | -3/+6 |
| 2019-11-01 | Rollup merge of #65977 - ohadravid:fix-incorrect-diagnostics-with-an-associat... | Tyler Mandry | -46/+46 |
| 2019-11-01 | Rollup merge of #65914 - estebank:type-alias-bounds-sugg, r=davidtwco | Tyler Mandry | -24/+96 |
| 2019-11-01 | Rollup merge of #65902 - gilescope:issue62570, r=estebank | Tyler Mandry | -0/+96 |
| 2019-11-01 | Rollup merge of #65857 - kinnison:kinnison/issue-55364, r=Manisheart,Guillaum... | Tyler Mandry | -0/+88 |
| 2019-11-01 | Rollup merge of #65471 - GuillaumeGomez:long-err-explanation-E0578, r=Dylan-DPC | Tyler Mandry | -0/+1 |
| 2019-11-01 | Rollup merge of #65112 - jack-t:type-parens-lint, r=varkor | Tyler Mandry | -18/+37 |
| 2019-11-01 | ui test formulation of regression test for issue 64872. | Felix S. Klock II | -0/+61 |
| 2019-11-01 | targeted revert of PR rust-lang/rust#64324 (just undo change to dylib generic... | Felix S. Klock II | -55/+2 |
| 2019-11-01 | Auto merge of #65718 - eddyb:codegen-var-debuginfo, r=nikomatsakis | bors | -86/+99 |
| 2019-11-01 | Auto merge of #65459 - ecstatic-morse:graphviz-subgraph, r=estebank | bors | -7/+4 |
| 2019-10-31 | rustc_codegen_ssa: move all set_var_name calls to mir::debuginfo. | Eduard-Mihai Burtescu | -86/+99 |
| 2019-10-31 | Revert "pre-expansion gate trait_alias." | Eduard-Mihai Burtescu | -19/+1 |
| 2019-10-31 | Revert "pre-expansion gate associated_type_bounds" | Eduard-Mihai Burtescu | -14/+1 |
| 2019-10-31 | Revert "pre-expansion gate crate_visibility_modifier" | Eduard-Mihai Burtescu | -13/+1 |
| 2019-10-31 | Revert "pre-expansion gate const_generics" | Eduard-Mihai Burtescu | -29/+15 |
| 2019-10-31 | Revert "pre-expansion gate decl_macro" | Eduard-Mihai Burtescu | -14/+1 |
| 2019-10-31 | Revert "pre-expansion gate box_patterns" | Eduard-Mihai Burtescu | -16/+1 |
| 2019-10-31 | Revert "pre-expansion gate exclusive_range_pattern" | Eduard-Mihai Burtescu | -22/+20 |
| 2019-10-31 | Revert "pre-expansion gate try_blocks" | Eduard-Mihai Burtescu | -7/+4 |
| 2019-10-31 | Revert "pre-expansion gate label_break_value" | Eduard-Mihai Burtescu | -5/+2 |
| 2019-10-31 | Revert "pre-expansion gate box_syntax" | Eduard-Mihai Burtescu | -5/+2 |
| 2019-10-31 | Revert "pre-expansion gate type_ascription" | Eduard-Mihai Burtescu | -5/+2 |
| 2019-10-31 | update ui tests | Guillaume Gomez | -0/+1 |
| 2019-10-31 | Auto merge of #63803 - GuillaumeGomez:stabilize-doctest, r=ollie27,QuietMisdr... | bors | -22/+2 |
| 2019-10-31 | Update ui tests | Guillaume Gomez | -3/+6 |
| 2019-10-31 | Fix incorrect diagnostics for expected type in E0271 with an associated type | Ohad Ravid | -46/+46 |
| 2019-10-31 | rustdoc: Resolve module-level doc references more locally | Daniel Silverstone | -0/+88 |
| 2019-10-30 | Update ui tests | Guillaume Gomez | -1/+2 |
| 2019-10-30 | Make ItemContext available for better diagnositcs. | Giles Cope | -0/+96 |
| 2019-10-30 | Auto merge of #65068 - estebank:trait-impl-lt-mismatch, r=nikomatsakis | bors | -53/+54 |
| 2019-10-29 | Rollup merge of #65936 - Xanewok:save-analysis-async, r=nikomatsakis | Tyler Mandry | -0/+21 |
| 2019-10-29 | Rollup merge of #65832 - tlively:emscripten-exception-handling, r=alexcrichton | Tyler Mandry | -50/+46 |
| 2019-10-29 | Rollup merge of #65539 - traxys:fix_62334, r=petrochenkov | Tyler Mandry | -13/+24 |
| 2019-10-29 | Add lint for unnecessary parens around types | jack-t | -18/+37 |
| 2019-10-29 | Silence crate external span error in x86 platforms | Esteban Küber | -1/+3 |
| 2019-10-29 | Fix NLL test | Esteban Küber | -18/+7 |
| 2019-10-29 | Make error apply only to impl/trait mismatch | Esteban Küber | -6/+17 |
| 2019-10-29 | Point at the trait item and tweak wording | Esteban Küber | -12/+21 |
| 2019-10-29 | review comments | Esteban Küber | -8/+8 |
| 2019-10-29 | Custom lifetime error for `impl` item doesn't conform to `trait` | Esteban Küber | -48/+38 |
| 2019-10-29 | save-analysis: Account for async desugaring in async fn return types | Igor Matuszewski | -0/+21 |
| 2019-10-29 | Change E0741 into E0742 | Guillaume Gomez | -10/+10 |
| 2019-10-29 | Update ui tests | Guillaume Gomez | -9/+13 |
| 2019-10-29 | stabilize cfg(doctest) | Guillaume Gomez | -22/+2 |
| 2019-10-29 | Auto merge of #65435 - michaelwoerister:fix-issue-64153, r=alexcrichton | bors | -0/+38 |
| 2019-10-29 | Rollup merge of #65809 - roblabla:eficall-abi, r=nagisa | Mazdak Farrokhzad | -82/+184 |