| Age | Commit message (Expand) | Author | Lines |
| 2019-11-03 | rustc: rename {Fn,Arg}TypeExt to {Fn,Arg}AbiExt. | Eduard-Mihai Burtescu | -3/+3 |
| 2019-11-03 | rustc_target: rename {Fn,Arg}Type to {Fn,Arg}Abi. | Eduard-Mihai Burtescu | -12/+12 |
| 2019-11-02 | also identiy MaybeUninit::uninit().assume_init() as dangerous | Ralf Jung | -0/+3 |
| 2019-11-02 | Prettify mismatched types error message in a special case | Dmitry Kadashev | -16/+16 |
| 2019-11-02 | Show type param definitions in type mismatch errors | Dmitry Kadashev | -3/+26 |
| 2019-11-02 | Add type parameter name to type mismatch error messages | Dmitry Kadashev | -1/+1 |
| 2019-11-01 | Move has_panic_handler to query | Mark Rousskov | -4/+5 |
| 2019-11-02 | Simplify various `Symbol` use points. | Nicholas Nethercote | -3/+3 |
| 2019-11-02 | Convert `x.as_str().to_string()` to `x.to_string()` where possible. | Nicholas Nethercote | -6/+6 |
| 2019-11-02 | Rename `LocalInternedString` as `SymbolStr`. | Nicholas Nethercote | -7/+7 |
| 2019-11-01 | `Span` cannot represent `span.hi < span.lo` | Vadim Petrochenkov | -10/+0 |
| 2019-11-01 | Rollup merge of #66018 - pnkfelix:issue-64872-revert-64324, r=alexcrichton | Tyler Mandry | -1/+7 |
| 2019-11-01 | Rollup merge of #65977 - ohadravid:fix-incorrect-diagnostics-with-an-associat... | Tyler Mandry | -5/+18 |
| 2019-11-01 | Rollup merge of #65902 - gilescope:issue62570, r=estebank | Tyler Mandry | -0/+54 |
| 2019-11-01 | Rollup merge of #65470 - traxys:fix_65401, r=michaelwoerister | Tyler Mandry | -0/+3 |
| 2019-11-01 | Rollup merge of #65112 - jack-t:type-parens-lint, r=varkor | Tyler Mandry | -1/+1 |
| 2019-11-01 | targeted revert of PR rust-lang/rust#64324 (just undo change to dylib generic... | Felix S. Klock II | -1/+7 |
| 2019-11-01 | De-querify `trivial_dropck_outlives`. | Nicholas Nethercote | -21/+6 |
| 2019-10-31 | Point at where clauses where the associated item was restricted | Esteban Küber | -17/+104 |
| 2019-10-31 | Stabilize the `re_rebalance_coherence` feature | Ohad Ravid | -106/+40 |
| 2019-10-31 | Fix incorrect diagnostics for expected type in E0271 with an associated type | Ohad Ravid | -5/+18 |
| 2019-10-31 | Implement dual proc macro hashing | msizanoen | -0/+9 |
| 2019-10-31 | Rollup merge of #65850 - mikeyhew:patch-1, r=nikomatsakis | Mazdak Farrokhzad | -5/+7 |
| 2019-10-30 | Make ItemContext available for better diagnositcs. | Giles Cope | -0/+54 |
| 2019-10-29 | Add lint for unnecessary parens around types | jack-t | -1/+1 |
| 2019-10-29 | Make error apply only to impl/trait mismatch | Esteban Küber | -15/+6 |
| 2019-10-29 | Point at the trait item and tweak wording | Esteban Küber | -3/+15 |
| 2019-10-29 | review comments | Esteban Küber | -12/+15 |
| 2019-10-29 | Custom lifetime error for `impl` item doesn't conform to `trait` | Esteban Küber | -0/+55 |
| 2019-10-29 | Don't use eval_always for miri queries used from codegen. | Eduard-Mihai Burtescu | -2/+0 |
| 2019-10-29 | Rollup merge of #65809 - roblabla:eficall-abi, r=nagisa | Mazdak Farrokhzad | -0/+2 |
| 2019-10-29 | Rollup merge of #65562 - Patryk27:master, r=estebank | Mazdak Farrokhzad | -3/+11 |
| 2019-10-29 | Rollup merge of #65531 - tmandry:bump-backtrace, r=cramertj | Mazdak Farrokhzad | -1/+5 |
| 2019-10-29 | Rollup merge of #65318 - estebank:coherence, r=varkor | Mazdak Farrokhzad | -30/+77 |
| 2019-10-29 | Rollup merge of #65294 - varkor:lint-inline-prototype, r=matthewjasper | Mazdak Farrokhzad | -92/+282 |
| 2019-10-28 | Update backtrace to 0.3.40 | Tyler Mandry | -1/+5 |
| 2019-10-28 | Rollup merge of #65893 - jafern14:let-expr-stable-error-messaging, r=Centril | Mazdak Farrokhzad | -5/+14 |
| 2019-10-28 | Rollup merge of #65891 - michaelwoerister:sp-crate-metadata, r=wesleywiser | Mazdak Farrokhzad | -0/+1 |
| 2019-10-28 | Rollup merge of #65858 - davidtwco:rfc-2203-feature-gate-in-error, r=ecstatic... | Mazdak Farrokhzad | -4/+14 |
| 2019-10-28 | Rollup merge of #65825 - eddyb:def-index-vec, r=varkor | Mazdak Farrokhzad | -23/+17 |
| 2019-10-28 | Rollup merge of #65643 - varkor:remove-free-regions-from-const-placeholder, r... | Mazdak Farrokhzad | -7/+9 |
| 2019-10-28 | Output previous stable error messaging when using stable build. | Agustin Fernandez | -5/+14 |
| 2019-10-28 | suggest `const_in_array_repeat_expression` flag | David Wood | -4/+14 |
| 2019-10-28 | Improve pretty-printing for compound qualified paths. | Patryk Wychowaniec | -1/+11 |
| 2019-10-28 | Improve the "try using a variant of the expected type" hint. | Patryk Wychowaniec | -2/+0 |
| 2019-10-28 | Fix rebase | Esteban Küber | -5/+5 |
| 2019-10-28 | add comment | Esteban Küber | -1/+1 |
| 2019-10-28 | Talk about specific types and remove lifetimes from output | Esteban Küber | -22/+62 |
| 2019-10-28 | Use more targeted spans for orphan rule errors | Esteban Küber | -6/+8 |
| 2019-10-28 | Call out the types that are non local on E0117 | Esteban Küber | -3/+8 |