| Age | Commit message (Expand) | Author | Lines |
| 2021-10-10 | Fix spelling: Cannonical -> Canonical | John Kugelman | -5/+5 |
| 2021-10-08 | Rollup merge of #89649 - matthiaskrgr:clippycompl, r=jyn514 | Guillaume Gomez | -3/+3 |
| 2021-10-08 | clippy::complexity fixes | Matthias Krüger | -3/+3 |
| 2021-10-08 | Auto merge of #89576 - tom7980:issue-89275-fix, r=estebank | bors | -13/+25 |
| 2021-10-07 | Auto merge of #89629 - GuillaumeGomez:rollup-s4r8me6, r=GuillaumeGomez | bors | -1/+79 |
| 2021-10-07 | Rollup merge of #89461 - crlf0710:dyn_upcasting_lint, r=nikomatsakis | Guillaume Gomez | -1/+79 |
| 2021-10-06 | Introduce get_diagnostic_name | Cameron Steffen | -4/+4 |
| 2021-10-06 | Auto merge of #89323 - estebank:derive-binop, r=petrochenkov | bors | -1/+1 |
| 2021-10-05 | Consider unfulfilled obligations in binop errors | Esteban Kuber | -1/+1 |
| 2021-10-05 | Issue 89275 fix and test | Tom Farmer | -13/+25 |
| 2021-10-05 | Rollup merge of #89317 - JulianKnodt:precise_errors, r=BoxyUwU | Manish Goregaokar | -43/+94 |
| 2021-10-04 | Rollup merge of #89478 - zvavybir:master, r=jyn514 | Jubilee | -2/+8 |
| 2021-10-04 | Rollup merge of #89413 - matthewjasper:spec-marker-fix, r=nikomatsakis | Jubilee | -1/+3 |
| 2021-10-04 | Move generic error message to separate branches | kadmin | -43/+94 |
| 2021-10-03 | Combined 4 commits into 1 | Matthias Kaak | -2/+8 |
| 2021-10-03 | Practice diagnostic message convention | Hirochika Matsumoto | -2/+2 |
| 2021-10-03 | Add `deref_into_dyn_supertrait` lint. | Charles Lew | -1/+79 |
| 2021-10-03 | Auto merge of #89479 - camsteffen:diag-naming, r=Manishearth | bors | -5/+5 |
| 2021-10-02 | Make diangostic item names consistent | Cameron Steffen | -5/+5 |
| 2021-10-02 | Auto merge of #89345 - jackh726:89333, r=estebank | bors | -16/+16 |
| 2021-10-01 | Rollup merge of #88963 - fee1-dead:const-iterator, r=oli-obk | Manish Goregaokar | -9/+16 |
| 2021-10-01 | Don't lose binders when printing trait bound suggestion | jackh726 | -16/+16 |
| 2021-09-30 | Elaborate predicates in min_specialization checks | Matthew Jasper | -1/+3 |
| 2021-09-28 | Improve help for recursion limit errors | Ross MacArthur | -3/+7 |
| 2021-09-28 | More tracing instrumentation | Oli Scherer | -14/+13 |
| 2021-09-27 | Auto merge of #89285 - jackh726:issue-88862, r=nikomatsakis | bors | -8/+8 |
| 2021-09-26 | Don't normalize opaque types with escaping late-bound regions. | jackh726 | -8/+8 |
| 2021-09-27 | better suggestions | Takayuki Maeda | -5/+5 |
| 2021-09-26 | suggest both immutable and mutable trait implementations | Takayuki Maeda | -32/+34 |
| 2021-09-24 | Rollup merge of #89001 - jackh726:binder-cleanup, r=nikomatsakis | Jubilee | -34/+44 |
| 2021-09-23 | Auto merge of #88804 - Mark-Simulacrum:never-algo-v2, r=nikomatsakis,jackh726 | bors | -2/+96 |
| 2021-09-23 | Auto merge of #89016 - lcnr:non_blanket_impls, r=nikomatsakis,michaelwoerister | bors | -4/+4 |
| 2021-09-21 | Auto merge of #89103 - Mark-Simulacrum:migrate-2021, r=estebank | bors | -13/+15 |
| 2021-09-21 | Auto merge of #89125 - Aaron1011:remove-intercrate-cache, r=jackh726 | bors | -6/+42 |
| 2021-09-21 | Auto merge of #89045 - oli-obk:lazy_normalization_in_opaque_types, r=nikomats... | bors | -11/+1 |
| 2021-09-21 | use indexmap instead of hashmap | lcnr | -1/+1 |
| 2021-09-21 | rename | lcnr | -4/+4 |
| 2021-09-20 | Remove Drop-caused migration-added captures | Mark Rousskov | -6/+1 |
| 2021-09-20 | Don't use projection cache or candidate cache in intercrate mode | Aaron Hill | -6/+42 |
| 2021-09-20 | Add helper function to `InferCtxt` that generates inference vars for unresolv... | Oli Scherer | -11/+1 |
| 2021-09-20 | Enable 2021 compatibility lints for all in-tree code | Mark Rousskov | -14/+21 |
| 2021-09-20 | Do not store visibility in *ItemRef. | Camille GILLOT | -1/+1 |
| 2021-09-18 | Auto merge of #89000 - Mark-Simulacrum:no-new-lrc, r=petrochenkov | bors | -1/+1 |
| 2021-09-18 | Auto merge of #88994 - Aaron1011:intercrate-caching, r=jackh726 | bors | -0/+16 |
| 2021-09-17 | Auto merge of #88962 - fee1-dead:const-drop, r=oli-obk | bors | -0/+1 |
| 2021-09-17 | Add another case of fallback to () avoid breakage | Mark Rousskov | -2/+96 |
| 2021-09-17 | Auto merge of #88945 - Aaron1011:no-projection-completion, r=wesleywiser,jack... | bors | -10/+2 |
| 2021-09-17 | Rollup merge of #88911 - FabianWolff:issue-88653, r=petrochenkov | Yuki Okushi | -14/+24 |
| 2021-09-16 | Auto merge of #88719 - estebank:point-at-arg-for-obligation, r=nagisa | bors | -37/+81 |
| 2021-09-16 | Rollup merge of #88875 - notriddle:notriddle/cleanup-unused-trait-selection, ... | Manish Goregaokar | -3/+0 |