| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-07-21 | avoid embedding StabilityLevel::Unstable reason string into metadata multiple... | klensy | -5/+2 |
| 2022-07-20 | Auto merge of #99058 - michaelwoerister:remove-stable-set-and-map, r=nagisa | bors | -1/+1 |
| 2022-07-20 | passes: check implied feature exists | David Wood | -23/+35 |
| 2022-07-20 | passes: improved partial stabilization diagnostic | David Wood | -8/+50 |
| 2022-07-20 | middle: add `implies_by` to `#[unstable]` | David Wood | -0/+1 |
| 2022-07-20 | Use FxIndexMap instead of otherwise unused StableMap for WEAK_ITEMS_REFS. | Michael Woerister | -1/+1 |
| 2022-07-20 | attr/passes: comment -> doc comment | David Wood | -13/+13 |
| 2022-07-19 | Auto merge of #98180 - notriddle:notriddle/rustdoc-fn, r=petrochenkov,Guillau... | bors | -9/+15 |
| 2022-07-19 | Rollup merge of #99401 - TaKO8Ki:avoid-symbol-to-&str-conversions, r=nnethercote | Matthias Krüger | -1/+1 |
| 2022-07-18 | avoid `Symbol` to `&str` conversions | Takayuki Maeda | -1/+1 |
| 2022-07-17 | rustdoc: extend `#[doc(tuple_variadic)]` to fn pointers | Michael Howell | -9/+15 |
| 2022-07-16 | Stabilize `let_chains` | Caio | -1/+1 |
| 2022-07-15 | passes: migrate half of `check_attr` | David Wood | -445/+611 |
| 2022-07-14 | Auto merge of #95956 - yaahc:stable-in-unstable, r=cjgillot | bors | -3/+49 |
| 2022-07-14 | Auto merge of #99231 - Dylan-DPC:rollup-0tl8c0o, r=Dylan-DPC | bors | -2/+11 |
| 2022-07-14 | Rollup merge of #98705 - WaffleLapkin:closure_binder, r=cjgillot | Dylan DPC | -2/+11 |
| 2022-07-14 | Auto merge of #98975 - jyn514:unstable_opts, r=wesleywiser | bors | -5/+5 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -5/+5 |