| Age | Commit message (Expand) | Author | Lines |
| 2022-08-27 | Expand the version placeholder to the current version in stability attribute ... | est31 | -0/+8 |
| 2022-08-24 | translations: rename warn_ to warning | Luis Cardoso | -8/+8 |
| 2022-08-23 | Use par_body_owners for liveness | Seo Sanghyeon | -55/+46 |
| 2022-08-21 | Replace #[lint/warning/error] with #[diag] | Xiretza | -85/+85 |
| 2022-08-21 | Disallow #[primary_span] on LintDiagnostics | Xiretza | -1/+0 |
| 2022-08-15 | Rollup merge of #100031 - GoldsteinE:try-removing-the-field, r=michaelwoerister | Matthias Krüger | -2/+32 |
| 2022-08-15 | Auto merge of #96745 - ehuss:even-more-attribute-validation, r=cjgillot | bors | -1/+13 |
| 2022-08-13 | Rollup merge of #100431 - compiler-errors:enum-ctor-variant-stab, r=estebank | Michael Goulet | -1/+4 |
| 2022-08-12 | Adjust cfgs | Mark Rousskov | -1/+0 |
| 2022-08-12 | Check ctor for missing stability | Michael Goulet | -0/+3 |
| 2022-08-12 | enum variant ctor inherits stability of variant | Michael Goulet | -1/+1 |
| 2022-08-12 | Auto merge of #100328 - davidtwco:perf-implications, r=nnethercote | bors | -36/+91 |
| 2022-08-12 | improve "try ignoring the field" diagnostic | Goldstein | -2/+32 |
| 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 | Rollup merge of #100392 - nnethercote:simplify-visitors, r=cjgillot | Matthias Krüger | -27/+10 |
| 2022-08-11 | Rollup merge of #100398 - nnethercote:improve-Zhir-stats, r=michaelwoerister | Dylan DPC | -52/+253 |
| 2022-08-11 | Add a second level to the AST size reporting. | Nicholas Nethercote | -34/+184 |
| 2022-08-11 | Add percentages to `-Zhir-stats` output. | Nicholas Nethercote | -6/+8 |
| 2022-08-11 | Change how `AssocItem` is reported. | Nicholas Nethercote | -5/+1 |
| 2022-08-11 | Improve AST stat collector. | Nicholas Nethercote | -13/+66 |
| 2022-08-11 | Simplify `rustc_hir::intravisit::Visitor::visit_variant_data`. | Nicholas Nethercote | -27/+10 |
| 2022-08-09 | passes: load `defined_lib_features` query less | David Wood | -36/+91 |
| 2022-08-09 | Rollup merge of #96478 - WaffleLapkin:rustc_default_body_unstable, r=Aaron1011 | Dylan DPC | -9/+31 |
| 2022-08-08 | Auto merge of #98489 - cjgillot:naked-nohir, r=davidtwco,tmiasko | bors | -53/+41 |
| 2022-08-07 | Auto merge of #100091 - chenyukang:add-check-for-link-ordinal, r=michaelwoeri... | bors | -0/+18 |
| 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 | -25/+113 |
| 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 | Rollup merge of #100029 - hdelc:master, r=cjgillot | Matthias Krüger | -3/+28 |
| 2022-08-03 | Only fetch HIR for naked functions that have the attribute. | Camille GILLOT | -53/+41 |
| 2022-08-03 | Compute `object_lifetime_default` per parameter. | Camille GILLOT | -0/+28 |
| 2022-08-03 | Warn about dead tuple struct fields | Fabian Wolff | -25/+113 |
| 2022-08-03 | fix tidy | yukang | -4/+2 |
| 2022-08-03 | check link ordinal make sure target is foreign function | yukang | -0/+20 |
| 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 |
| 2022-08-01 | Remove trait_of_item query. | Camille GILLOT | -1/+1 |
| 2022-08-01 | Prevent ICE for doc_alias on match arm, statement, expression | hdelc | -0/+3 |
| 2022-07-31 | Don't track parent body stability (it wasn't used anyway) | Maybe Waffle | -18/+3 |
| 2022-07-31 | Rollup merge of #99186 - camsteffen:closure-localdefid, r=cjgillot | Dylan DPC | -1/+1 |
| 2022-07-30 | Use LocalDefId for closures more | Cameron Steffen | -1/+1 |
| 2022-07-29 | Rename local_did to def_id | Miguel Guarniz | -2/+2 |
| 2022-07-29 | Change maybe_body_owned_by to take local def id | Miguel Guarniz | -2/+2 |
| 2022-07-27 | lint: add bad opt access internal lint | David Wood | -0/+51 |
| 2022-07-26 | Collect features from `#[rustc_default_body_unstable]` | Maybe Waffle | -5/+14 |
| 2022-07-26 | Implement `#[rustc_default_body_unstable]` | Maybe Waffle | -4/+32 |
| 2022-07-25 | passes: port more of `check_attr` module | David Wood | -268/+391 |