| Age | Commit message (Expand) | Author | Lines |
| 2022-03-01 | Rollup merge of #94448 - c410-f3r:yet-more-let-chains, r=estebank | Dylan DPC | -68/+63 |
| 2022-03-01 | Rollup merge of #93926 - PatchMixolydic:bugfix/must_use-on-exprs, r=cjgillot | Dylan DPC | -1/+34 |
| 2022-02-28 | 5 - Make more use of let_chains | Caio | -68/+63 |
| 2022-02-27 | Lint against more useless `#[must_use]` attributes | Ruby Lazuli | -1/+34 |
| 2022-02-25 | `check_used` should only look at actual `used` attributes | cynecx | -2/+2 |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -1/+1 |
| 2022-02-25 | Auto merge of #93368 - eddyb:diagbld-guarantee, r=estebank | bors | -3/+5 |
| 2022-02-24 | resolve: Fix incorrect results of `opt_def_kind` query for some built-in macros | Vadim Petrochenkov | -1/+1 |
| 2022-02-24 | Auto merge of #94129 - cjgillot:rmeta-table, r=petrochenkov | bors | -10/+8 |
| 2022-02-23 | rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission". | Eduard-Mihai Burtescu | -3/+5 |
| 2022-02-21 | Take CodegenFnAttrs into account when validating asm! register operands | Amanieu d'Antras | -15/+28 |
| 2022-02-19 | Adopt let else in more places | est31 | -60/+42 |
| 2022-02-19 | Stop interning stability. | Camille GILLOT | -10/+8 |
| 2022-02-12 | change to a struct variant | Ellen | -1/+1 |
| 2022-02-09 | Rollup merge of #91504 - cynecx:used_retain, r=nikic | Matthias Krüger | -1/+38 |
| 2022-02-08 | add more tests and make used(linker/compiler) mutually exclusive | cynecx | -0/+34 |
| 2022-02-06 | `#[used(linker)]` attribute (https://github.com/dtolnay/linkme/issues/41) | cynecx | -1/+4 |
| 2022-02-06 | Rollup merge of #90998 - jhpratt:require-const-stability, r=oli-obk | Matthias Krüger | -18/+18 |
| 2022-02-03 | Require const stability on all stable const items | Jacob Pratt | -18/+18 |
| 2022-02-02 | Auto merge of #93466 - cjgillot:query-dead, r=nagisa | bors | -22/+34 |
| 2022-02-01 | Make dead code check a query. | Camille GILLOT | -22/+34 |
| 2022-02-01 | review + rebase | lcnr | -2/+2 |
| 2022-02-01 | add a rustc::query_stability lint | lcnr | -73/+90 |
| 2022-01-27 | Check that `#[rustc_must_implement_one_of]` is applied to a trait | Maybe Waffle | -0/+23 |
| 2022-01-21 | Reject may_unwind option in naked functions | Tomasz Miąsko | -0/+1 |
| 2022-01-21 | Reject unsupported naked functions | Tomasz Miąsko | -45/+46 |
| 2022-01-20 | Rollup merge of #91032 - eholk:generator-drop-tracking, r=nikomatsakis | Matthias Krüger | -2/+9 |
| 2022-01-19 | Rollup merge of #92783 - FabianWolff:issue-92726, r=nikomatsakis | Matthias Krüger | -6/+54 |
| 2022-01-18 | More comments and small cleanups | Eric Holk | -0/+1 |
| 2022-01-18 | Track drops across multiple yields | Eric Holk | -2/+9 |
| 2022-01-18 | Track drop points in generator_interior | Eric Holk | -1/+0 |
| 2022-01-18 | Auto merge of #92731 - bjorn3:asm_support_changes, r=nagisa | bors | -7/+10 |
| 2022-01-18 | Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obk | bors | -3/+3 |
| 2022-01-18 | Rollup merge of #92701 - ehuss:even-more-attr-validation, r=matthewjasper | Matthias Krüger | -0/+21 |
| 2022-01-17 | add eq constraints on associated constants | kadmin | -3/+3 |
| 2022-01-17 | Fix review comment | bjorn3 | -1/+6 |
| 2022-01-17 | Use Symbol for target features in asm handling | bjorn3 | -7/+5 |
| 2022-01-17 | Auto merge of #90986 - camsteffen:nested-filter, r=cjgillot | bors | -136/+53 |
| 2022-01-17 | Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu | bors | -52/+0 |
| 2022-01-17 | Auto merge of #92473 - petrochenkov:ltrattr2, r=Aaron1011 | bors | -11/+0 |
| 2022-01-16 | Replace NestedVisitorMap with NestedFilter | Cameron Steffen | -136/+53 |
| 2022-01-16 | Rollup merge of #92646 - mdibaiee:76935/pass-by-value, r=lcnr | Matthias Krüger | -0/+19 |
| 2022-01-15 | Reduce use of local_def_id_to_hir_id. | Camille GILLOT | -15/+11 |
| 2022-01-15 | Use LocalDefId in rustc_passes::hir_id_validator. | Camille GILLOT | -6/+5 |
| 2022-01-15 | Use LocalDefId in rustc_passes::entry. | Camille GILLOT | -15/+15 |
| 2022-01-15 | Return a LocalDefId in get_parent_item. | Camille GILLOT | -7/+7 |
| 2022-01-15 | Use span of ignored impls for explanatory note | Fabian Wolff | -19/+27 |
| 2022-01-13 | Auto merge of #89861 - nbdd0121:closure, r=wesleywiser | bors | -2/+2 |
| 2022-01-12 | Remove deprecated LLVM-style inline assembly | Tomasz Miąsko | -52/+0 |
| 2022-01-11 | Annotate dead code lint with notes about ignored derived impls | Fabian Wolff | -6/+46 |