| Age | Commit message (Expand) | Author | Lines |
| 2019-11-04 | Auto merge of #65835 - Mark-Simulacrum:lockless-lintbuffer, r=nikomatsakis | bors | -67/+56 |
| 2019-11-03 | Delete lint buffer from Session | Mark Rousskov | -58/+26 |
| 2019-11-03 | Move crate type checking later | Mark Rousskov | -1/+1 |
| 2019-11-03 | Utilize Resolver lint buffer during HIR lowering | Mark Rousskov | -8/+13 |
| 2019-11-03 | Migrate resolver over to internal lint buffer | Mark Rousskov | -2/+23 |
| 2019-11-03 | Only permit taking buffered lints inside lint internals | Mark Rousskov | -1/+1 |
| 2019-11-03 | Remove unused get_any method | Mark Rousskov | -5/+0 |
| 2019-11-03 | Make Emscripten unwinding use a valid type_info | Amanieu d'Antras | -1/+1 |
| 2019-11-03 | Auto merge of #65779 - kevgrasso:E0308highlight, r=estebank | bors | -6/+50 |
| 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-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 |
| 2019-10-28 | self-profiling: Record something more useful for crate metadata generation ev... | Michael Woerister | -0/+1 |
| 2019-10-28 | rustc: use IndexVec<DefIndex, T> instead of Vec<T>. | Eduard-Mihai Burtescu | -23/+17 |
| 2019-10-28 | Auto merge of #65188 - matthewjasper:stabilize-const-constructor, r=Centril | bors | -8/+3 |
| 2019-10-28 | Rollup merge of #65792 - Centril:split-syntax-2, r=petrochenkov | Mazdak Farrokhzad | -15/+13 |
| 2019-10-28 | Rollup merge of #65664 - anp:panic-location, r=eddyb | Mazdak Farrokhzad | -0/+17 |