| Age | Commit message (Expand) | Author | Lines |
| 2021-10-09 | Rollup merge of #89641 - asquared31415:asm-feature-attr-regs, r=oli-obk | Matthias Krüger | -16/+120 |
| 2021-10-08 | Rollup merge of #89649 - matthiaskrgr:clippycompl, r=jyn514 | Guillaume Gomez | -2/+1 |
| 2021-10-08 | clippy::complexity fixes | Matthias Krüger | -2/+1 |
| 2021-10-07 | make #[target_feature] work with `asm` register classes | asquared31415 | -16/+120 |
| 2021-10-07 | Auto merge of #89629 - GuillaumeGomez:rollup-s4r8me6, r=GuillaumeGomez | bors | -0/+1 |
| 2021-10-07 | Rollup merge of #89596 - GuillaumeGomez:implicit-doc-cfg, r=jyn514 | Guillaume Gomez | -0/+1 |
| 2021-10-07 | Auto merge of #89534 - camsteffen:diag-name, r=oli-obk | bors | -20/+14 |
| 2021-10-07 | Auto merge of #89454 - erikdesjardins:perfattrcheck, r=nikomatsakis | bors | -38/+4 |
| 2021-10-06 | Introduce get_diagnostic_name | Cameron Steffen | -20/+14 |
| 2021-10-05 | Rollup merge of #89442 - GuillaumeGomez:duplicated-doc-alias, r=estebank | Manish Goregaokar | -7/+38 |
| 2021-10-05 | Rollup merge of #88871 - FabianWolff:issue-88403, r=jackh726 | Manish Goregaokar | -8/+15 |
| 2021-10-05 | Add `cfg_hide` to the list of known attributes | Joshua Nelson | -0/+1 |
| 2021-10-05 | Auto merge of #89266 - cjgillot:session-ich, r=michaelwoerister | bors | -3/+2 |
| 2021-10-04 | Add a check for duplicated doc aliases in unused lint | Guillaume Gomez | -7/+38 |
| 2021-10-03 | Move rustc_middle::middle::cstore to rustc_session. | Camille GILLOT | -3/+2 |
| 2021-10-03 | Practice diagnostic message convention | Hirochika Matsumoto | -2/+2 |
| 2021-10-02 | only check for automatically_derived on impls, not individual methods | Erik Desjardins | -18/+6 |
| 2021-10-01 | perf: only check for rustc_trivial_field_reads attribute on traits | Erik Desjardins | -23/+1 |
| 2021-09-29 | Avoid more invocations of hir_crate query. | Camille GILLOT | -22/+16 |
| 2021-09-22 | Auto merge of #88865 - guswynn:must_not_suspend, r=oli-obk | bors | -0/+16 |
| 2021-09-21 | Auto merge of #89103 - Mark-Simulacrum:migrate-2021, r=estebank | bors | -1/+1 |
| 2021-09-20 | Migrate to 2021 | Mark Rousskov | -1/+1 |
| 2021-09-20 | Do not store visibility in *ItemRef. | Camille GILLOT | -2/+2 |
| 2021-09-19 | Auto merge of #88703 - cjgillot:lazymod, r=petrochenkov | bors | -3/+3 |
| 2021-09-16 | delay error for enabling unstable lib features | Vishad Goyal | -0/+10 |
| 2021-09-12 | Gather module items after lowering. | Camille GILLOT | -3/+3 |
| 2021-09-12 | Fix suggestion for nested struct patterns | Fabian Wolff | -8/+15 |
| 2021-09-11 | skip the uninhabitated check and comments | Gus Wynn | -4/+4 |
| 2021-09-11 | must_not_suspend impl | Gus Wynn | -0/+16 |
| 2021-09-11 | don't convert types into identical types | Matthias Krüger | -3/+3 |
| 2021-09-09 | Ignore automatically derived impls of `Clone` and `Debug` in dead code analysis | Fabian Wolff | -0/+62 |
| 2021-09-05 | Auto merge of #88435 - cjgillot:no-walk-crate, r=Aaron1011 | bors | -14/+18 |
| 2021-09-05 | Auto merge of #88499 - eddyb:layout-off, r=nagisa | bors | -7/+12 |
| 2021-09-02 | Rename walk_crate. | Camille GILLOT | -4/+4 |
| 2021-09-02 | Drop walk_crate_and_attributes. | Camille GILLOT | -4/+10 |
| 2021-09-02 | Stop using walk_crate. | Camille GILLOT | -11/+9 |
| 2021-09-01 | Fix drop handling for `if let` expressions | Matthew Jasper | -5/+6 |
| 2021-09-02 | ty::layout: split `LayoutOf` into required and (blanket) provided halves. | Eduard-Mihai Burtescu | -2/+2 |
| 2021-09-02 | ty::layout: implement `layout_of` automatically as a default method. | Eduard-Mihai Burtescu | -3/+9 |
| 2021-09-02 | rustc_target: move `LayoutOf` to `ty::layout`. | Eduard-Mihai Burtescu | -5/+4 |
| 2021-09-01 | Rollup merge of #86376 - asquared31415:extern-no-mangle-84204, r=Mark-Simulacrum | Mara Bos | -0/+30 |
| 2021-08-29 | emit specific warning to clarify that foreign items can't have no_mangle | asquared31415 | -0/+30 |
| 2021-08-29 | Auto merge of #88337 - eddyb:field-failure-is-not-an-option, r=nagisa | bors | -1/+1 |
| 2021-08-28 | Remove obsolete `MacroDef` variant of `OwnerNode` | inquisitivecrystal | -2/+1 |
| 2021-08-28 | Treat macros as HIR items | inquisitivecrystal | -38/+15 |
| 2021-08-27 | rustc_target: add lifetime parameter to `LayoutOf`. | Eduard-Mihai Burtescu | -1/+1 |
| 2021-08-25 | Auto merge of #87875 - asquared31415:generic-lang-items, r=cjgillot | bors | -87/+35 |
| 2021-08-25 | Auto merge of #84333 - tmiasko:liveness-yield, r=tmandry | bors | -3/+11 |
| 2021-08-24 | Auto merge of #88271 - sexxi-goose:liveness, r=nikomatsakis | bors | -30/+6 |
| 2021-08-24 | Improve liveness analysis for generators | Tomasz Miąsko | -3/+11 |