| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-08-01 | Prevent ICE for doc_alias on match arm, statement, expression | hdelc | -0/+3 |
| 2022-07-27 | lint: add bad opt access internal lint | David Wood | -0/+33 |
| 2022-07-25 | passes: port more of `check_attr` module | David Wood | -267/+125 |
| 2022-07-17 | rustdoc: extend `#[doc(tuple_variadic)]` to fn pointers | Michael Howell | -7/+13 |
| 2022-07-15 | passes: migrate half of `check_attr` | David Wood | -444/+246 |
| 2022-07-14 | Auto merge of #95956 - yaahc:stable-in-unstable, r=cjgillot | bors | -0/+1 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -1/+1 |
| 2022-07-13 | Rollup merge of #99011 - oli-obk:UnsoundCell, r=eddyb | Dylan DPC | -19/+2 |
| 2022-07-08 | add opt in attribute for stable-in-unstable items | Jane Lusby | -0/+1 |
| 2022-07-07 | Reword comments and rename HIR visiting methods. | Camille GILLOT | -1/+1 |
| 2022-07-07 | `UnsafeCell` now has no niches, ever. | Oli Scherer | -19/+2 |
| 2022-06-30 | middle: translation in `LintDiagnosticBuilder` | David Wood | -1/+1 |
| 2022-06-29 | avoid many `&str` to `String` conversions with `MultiSpan::push_span_label` | Takayuki Maeda | -5/+2 |
| 2022-06-21 | Remove `#[doc(hidden)]` logic from `unused_attributes` lint | León Orell Valerian Liehr | -74/+2 |
| 2022-06-16 | Auto merge of #97842 - notriddle:notriddle/tuple-docs, r=jsha,GuillaumeGomez | bors | -1/+40 |
| 2022-06-15 | Rollup merge of #98115 - jhpratt:remove-rustc_deprecated, r=compiler-errors | Yuki Okushi | -3/+1 |
| 2022-06-15 | Rollup merge of #98110 - cjgillot:closure-brace, r=Aaron1011 | Yuki Okushi | -1/+1 |
| 2022-06-14 | Remove `rustc_deprecated` diagnostics | Jacob Pratt | -3/+1 |
| 2022-06-14 | Rollup merge of #97948 - davidtwco:diagnostic-translation-lints, r=oli-obk | Dylan DPC | -6/+23 |
| 2022-06-13 | rustdoc: add missing article | Michael Howell | -1/+1 |
| 2022-06-13 | remove unnecessary `to_string` and `String::new` | Takayuki Maeda | -6/+6 |
| 2022-06-12 | rustdoc: change error message for invalid `#[doc(tuple_variadic)]` | Michael Howell | -1/+1 |
| 2022-06-12 | Make `ExprKind::Closure` a struct variant. | Camille GILLOT | -1/+1 |
| 2022-06-11 | Fix incorrectly spelled "variadic" | Michael Howell | -6/+6 |
| 2022-06-10 | lint: add diagnostic translation migration lints | David Wood | -6/+23 |