| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-01-10 | rustc_pass_by_value lint: add test on custom types | Mahdi Dibaiee | -8/+3 |
| 2022-01-10 | expand: Pick `cfg`s and `cfg_attrs` one by one, like other attributes | Vadim Petrochenkov | -11/+0 |
| 2022-01-09 | Clean up lang_items::extract | Eric Huss | -6/+2 |
| 2022-01-09 | Add validation for `link` attribute position. | Eric Huss | -0/+21 |
| 2022-01-09 | feat: pass_by_value lint attribute | Mahdi Dibaiee | -0/+24 |
| 2022-01-07 | Remove span from UpvarCapture::ByValue | Gary Guo | -2/+2 |
| 2022-01-07 | Add query to avoid name comparison in `leaf_def` | Matthew Jasper | -5/+8 |
| 2022-01-07 | Add `trait_item_def_id` to `AssocItem` | Matthew Jasper | -13/+6 |
| 2021-12-26 | Add Attribute::meta_kind | Jakub Beránek | -3/+3 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -3/+3 |
| 2021-12-18 | Rollup merge of #91896 - pitaj:91867-passes, r=michaelwoerister | Matthias Krüger | -34/+33 |
| 2021-12-17 | Auto merge of #89841 - cormacrelf:let-else-typed, r=nagisa | bors | -7/+7 |
| 2021-12-15 | Remove `in_band_lifetimes` for `rustc_passes` | Peter Jaszkowiak | -34/+33 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -3/+3 |
| 2021-12-15 | Rollup merge of #91881 - Patrick-Poitras:stabilize-iter-zip, r=scottmcm | Matthias Krüger | -1/+0 |
| 2021-12-15 | Rollup merge of #90939 - estebank:wg-af-polish, r=tmandry | Matthias Krüger | -4/+7 |
| 2021-12-14 | Stabilize iter::zip. | PFPoitras | -1/+0 |
| 2021-12-13 | Fix rebase and clippy tests | Esteban Kuber | -4/+7 |
| 2021-12-14 | Suggest to specify a target triple when eh_personality lang item is missing | Lucas Kent | -2/+8 |
| 2021-12-13 | let-else: add hir::Let and type check it like a hir::Local | Cormac Relf | -7/+7 |
| 2021-12-03 | Update invalid crate attributes, add help message | Tom Farmer | -6/+30 |
| 2021-11-30 | Apply cfg-bootstrap switch | Mark Rousskov | -1/+0 |
| 2021-11-30 | Auto merge of #91330 - cjgillot:no-ee-features, r=Aaron1011 | bors | -3/+3 |
| 2021-11-29 | Auto merge of #91299 - cjgillot:expect-ldid, r=petrochenkov | bors | -5/+4 |