| Age | Commit message (Expand) | Author | Lines |
| 2021-10-03 | Remove re-export. | Camille GILLOT | -26/+29 |
| 2021-10-03 | Move ICH to rustc_query_system. | Camille GILLOT | -39/+26 |
| 2021-10-03 | Remove StableHashProvider. | Camille GILLOT | -31/+1 |
| 2021-10-03 | Move rustc_middle::middle::cstore to rustc_session. | Camille GILLOT | -54/+51 |
| 2021-10-03 | Move some HashStable impls. | Camille GILLOT | -44/+22 |
| 2021-10-03 | Fix unsound optimization with explicit variant discriminants | Fabian Wolff | -4/+14 |
| 2021-10-03 | Fix extra `non_snake_case` warning for shorthand field bindings | Fabian Wolff | -6/+7 |
| 2021-10-03 | Try to recover from a `=>` -> `=` or `->` typo in a match arm | Fabian Wolff | -1/+15 |
| 2021-10-03 | Combined 4 commits into 1 | Matthias Kaak | -2/+8 |
| 2021-10-03 | Practice diagnostic message convention | Hirochika Matsumoto | -24/+23 |
| 2021-10-03 | Follow the diagnostic output style guide | Hirochika Matsumoto | -2/+2 |
| 2021-10-03 | Add `deref_into_dyn_supertrait` lint. | Charles Lew | -1/+126 |
| 2021-10-03 | Auto merge of #89479 - camsteffen:diag-naming, r=Manishearth | bors | -38/+31 |
| 2021-10-03 | Auto merge of #84267 - dtolnay:ptrunit, r=nagisa | bors | -0/+9 |
| 2021-10-02 | Make diangostic item names consistent | Cameron Steffen | -38/+31 |
| 2021-10-02 | Add desugaring mark to while loop | Cameron Steffen | -10/+17 |
| 2021-10-02 | Rename etc -> has_rest_pat | Devin Ragotzy | -8/+8 |
| 2021-10-02 | Reorder etc check for non_exhaustive_omitted_patterns | Devin Ragotzy | -7/+8 |
| 2021-10-02 | Fix ICE caused by non_exaustive_omitted_patterns struct lint | Devin Ragotzy | -3/+7 |
| 2021-10-02 | Auto merge of #89345 - jackh726:89333, r=estebank | bors | -16/+16 |
| 2021-10-02 | Auto merge of #89341 - audunhalland:derive-type-params-with-bound-generic-par... | bors | -10/+40 |
| 2021-10-02 | Turn a module non-doc comment into a doc comment | bjorn3 | -7/+7 |
| 2021-10-02 | Swap out unboxed_closures feature gate for min_specialization | bjorn3 | -1/+1 |
| 2021-10-02 | Remove various unused feature gates | bjorn3 | -7/+0 |
| 2021-10-02 | Prevent macro ambiguity errors | bjorn3 | -24/+24 |
| 2021-10-02 | Auto merge of #89239 - petrochenkov:modcache, r=cjgillot | bors | -38/+58 |
| 2021-10-02 | rustc_span: Make hygiene debug printing reproducible | Vadim Petrochenkov | -1/+4 |
| 2021-10-02 | resolve: Avoid comparing modules by optional def-id | Vadim Petrochenkov | -15/+19 |
| 2021-10-02 | resolve: Cache module loading for all foreign modules | Vadim Petrochenkov | -23/+36 |
| 2021-10-02 | only check for automatically_derived on impls, not individual methods | Erik Desjardins | -18/+6 |
| 2021-10-02 | Auto merge of #89408 - Mark-Simulacrum:fix-query-nondet, r=petrochenkov | bors | -2/+23 |
| 2021-10-02 | Auto merge of #89405 - GuillaumeGomez:fix-clippy-lints, r=cjgillot | bors | -508/+460 |
| 2021-10-02 | Bump tracing to get the instrumentation perf improvement | Oli Scherer | -1/+1 |
| 2021-10-01 | perf: only check for rustc_trivial_field_reads attribute on traits | Erik Desjardins | -23/+1 |
| 2021-10-02 | Consistently use 'supertrait'. | Bruce Mitchener | -11/+11 |
| 2021-10-01 | Auto merge of #89449 - Manishearth:rollup-3alb61f, r=Manishearth | bors | -42/+57 |
| 2021-10-01 | Rollup merge of #89441 - Nadrieril:fix-89393, r=tmandry | Manish Goregaokar | -5/+6 |
| 2021-10-01 | Rollup merge of #89376 - andjo403:selfProfileUseAfterDropFix, r=Mark-Simulacrum | Manish Goregaokar | -4/+6 |
| 2021-10-01 | Rollup merge of #88963 - fee1-dead:const-iterator, r=oli-obk | Manish Goregaokar | -33/+45 |
| 2021-10-01 | Fix clippy lints | Guillaume Gomez | -508/+460 |
| 2021-10-01 | Improve error message for missing angle brackets in `[_]::method` | Fabian Wolff | -0/+2 |
| 2021-10-01 | Auto merge of #88880 - cjgillot:no-krate, r=oli-obk | bors | -157/+135 |
| 2021-10-01 | Don't lose binders when printing trait bound suggestion | jackh726 | -16/+16 |
| 2021-10-01 | Normalize after substituting via `field.ty()` | Nadrieril | -5/+6 |
| 2021-10-01 | Rollup merge of #89415 - wesleywiser:inliner_caller_callsite_message, r=micha... | Manish Goregaokar | -1/+1 |
| 2021-10-01 | Rollup merge of #89340 - FabianWolff:issue-89173, r=petrochenkov | Manish Goregaokar | -26/+73 |
| 2021-10-01 | Rollup merge of #89322 - tmiasko:rm-optimization-fuel, r=michaelwoerister | Manish Goregaokar | -6/+1 |
| 2021-10-01 | Rollup merge of #89029 - notriddle:notriddle/issue-89013, r=estebank | Manish Goregaokar | -6/+43 |
| 2021-10-01 | Rollup merge of #88820 - hlopko:add_pie_relocation_model, r=petrochenkov | Manish Goregaokar | -8/+32 |
| 2021-10-01 | Rollup merge of #87868 - Kixiron:packing-on-the-pounds, r=eddyb | Manish Goregaokar | -14/+76 |