| Age | Commit message (Expand) | Author | Lines |
| 2022-11-28 | Rename `NestedMetaItem::[Ll]iteral` as `NestedMetaItem::[Ll]it`. | Nicholas Nethercote | -6/+3 |
| 2022-11-28 | Rename `ast::Lit` as `ast::MetaItemLit`. | Nicholas Nethercote | -2/+5 |
| 2022-11-18 | couple of clippy::perf fixes | Matthias Krüger | -1/+1 |
| 2022-11-13 | Store a LocalDefId in hir::Variant & hir::Field. | Camille GILLOT | -1/+1 |
| 2022-11-13 | Store a LocalDefId in hir::GenericParam. | Camille GILLOT | -2/+1 |
| 2022-11-13 | Ensure codegen_fn_attrs during collection. | Camille GILLOT | -12/+0 |
| 2022-11-12 | Rollup merge of #103970 - oli-obk:unhide_unknown_spans, r=estebank | Dylan DPC | -13/+42 |
| 2022-11-11 | Print all labels, even if they have no span. Fall back to main item's span. | Oli Scherer | -13/+42 |
| 2022-11-10 | Consider `#[must_use]` annotation on `async fn` as also affecting the `Future... | Esteban Küber | -12/+2 |
| 2022-10-29 | Rename some `OwnerId` fields. | Nicholas Nethercote | -1/+1 |
| 2022-10-23 | Migrate all diagnostics | Nilstrieb | -6/+6 |
| 2022-10-15 | Rollup merge of #102954 - GuillaumeGomez:cfg-hide-attr-checks, r=Manishearth | Dylan DPC | -0/+23 |
| 2022-10-14 | Add missing checks for `doc(cfg_hide(...))` attribute | Guillaume Gomez | -0/+23 |
| 2022-10-14 | more dupe word typos | Rageking8 | -14/+14 |
| 2022-10-12 | Rollup merge of #102110 - CleanCut:migrate_rustc_passes_diagnostics, r=davidtwco | Dylan DPC | -90/+61 |
| 2022-10-09 | ImplItemKind::TyAlias => ImplItemKind::Type | Michael Goulet | -1/+1 |
| 2022-10-07 | avoid string dispatch in fluent | Nathan Stocks | -15/+31 |
| 2022-10-07 | migrate the rest of check_attr.rs to translateable diagnostics | Nathan Stocks | -62/+33 |
| 2022-10-07 | use consistent names | Nathan Stocks | -2/+2 |
| 2022-10-07 | Migrate InvalidAttrAtCrateLevel | rdvdev2 | -21/+7 |
| 2022-10-07 | Migrate derivable diagnostics in check_attr.rs | rdvdev2 | -8/+6 |
| 2022-10-01 | Refactor rustc lint API | Maybe Waffle | -22/+31 |
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -1/+1 |
| 2022-09-24 | separate definitions and `HIR` owners | Takayuki Maeda | -6/+8 |
| 2022-09-22 | use appropriate variable names | Takayuki Maeda | -6/+6 |
| 2022-09-16 | more simple formatting | Rageking8 | -1/+2 |
| 2022-09-13 | Auto merge of #99556 - davidtwco:collapse-debuginfo, r=wesleywiser | bors | -0/+14 |
| 2022-09-09 | RPITIT placeholder items | Michael Goulet | -0/+1 |
| 2022-09-07 | ssa: implement `#[collapse_debuginfo]` | David Wood | -0/+14 |
| 2022-09-07 | Rollup merge of #101486 - asquared31415:invalid_repr_list, r=estebank | Yuki Okushi | -0/+1 |
| 2022-09-06 | add list of recognized repr attributes to the unrecognized repr error | asquared31415 | -0/+1 |
| 2022-09-03 | Do not call object_lifetime_default on lifetime params. | Camille GILLOT | -21/+14 |
| 2022-09-02 | Auto merge of #97802 - Enselic:add-no_ignore_sigkill-feature, r=joshtriplett | bors | -0/+1 |
| 2022-08-29 | Rollup merge of #99821 - cjgillot:ast-lifetimes-2, r=compiler-errors | Dylan DPC | -0/+28 |
| 2022-08-28 | Support `#[unix_sigpipe = "inherit|sig_dfl|sig_ign"]` on `fn main()` | Martin Nordholts | -0/+1 |
| 2022-08-11 | Add visitors for PatField and ExprField. | Eric Huss | -12/+8 |
| 2022-08-11 | Check attributes on struct expression fields. | Eric Huss | -1/+7 |
| 2022-08-11 | Check attributes on pattern fields. | Eric Huss | -1/+11 |
| 2022-08-11 | Simplify `rustc_hir::intravisit::Visitor::visit_variant_data`. | Nicholas Nethercote | -7/+2 |
| 2022-08-07 | Auto merge of #100091 - chenyukang:add-check-for-link-ordinal, r=michaelwoeri... | bors | -0/+11 |
| 2022-08-05 | Auto merge of #100073 - dpaoliello:externvar, r=michaelwoerister | bors | -1/+8 |
| 2022-08-05 | Auto merge of #95977 - FabianWolff:issue-92790-dead-tuple, r=estebank | bors | -7/+2 |
| 2022-08-04 | Add test for raw-dylib with an external variable | Daniel Paoliello | -1/+8 |
| 2022-08-04 | link_ordinal is available for foreign static | yukang | -1/+1 |
| 2022-08-03 | Compute `object_lifetime_default` per parameter. | Camille GILLOT | -0/+28 |
| 2022-08-03 | Warn about dead tuple struct fields | Fabian Wolff | -7/+2 |
| 2022-08-03 | fix tidy | yukang | -3/+1 |
| 2022-08-03 | check link ordinal make sure target is foreign function | yukang | -0/+13 |
| 2022-08-02 | Add items to `DocAliasBadLocation` check error match arm | hdelc | -4/+6 |
| 2022-08-02 | Add exhaustive location checking for `doc_alias` attribute | hdelc | -4/+24 |