| Age | Commit message (Expand) | Author | Lines |
| 2021-05-03 | Revert PR 81473 to resolve (on beta) issues 81626 and 81658. | Felix S. Klock II | -21/+0 |
| 2021-03-19 | Auto merge of #82951 - sexxi-goose:wr-mir-replace-methods2, r=nikomatsakis | bors | -55/+54 |
| 2021-03-19 | Rollup merge of #82846 - GuillaumeGomez:doc-alias-list, r=jyn514 | Dylan DPC | -30/+83 |
| 2021-03-18 | Replace closures_captures and upvar_capture with closure_min_captures | Jennifer Wills | -55/+54 |
| 2021-03-16 | ast/hir: Rename field-related structures | Vadim Petrochenkov | -18/+18 |
| 2021-03-15 | Rollup merge of #83098 - camelid:more-doc-attr-check, r=davidtwco | Dylan DPC | -46/+64 |
| 2021-03-14 | Use pretty-printer instead of `span_to_snippet` | Camelid | -7/+4 |
| 2021-03-14 | Tweak diagnostics | Camelid | -6/+9 |
| 2021-03-13 | Add hyphen to "crate level" | Camelid | -2/+2 |
| 2021-03-13 | Report error for each invalid nested attribute | Camelid | -6/+9 |
| 2021-03-13 | Lint non-meta doc attributes | Camelid | -0/+10 |
| 2021-03-13 | Refactor `check_doc_attrs` body | Camelid | -36/+41 |
| 2021-03-11 | Improve code by removing similar function calls and using loops instead for c... | Guillaume Gomez | -59/+33 |
| 2021-03-11 | Validate rustc_layout_scalar_valid_range_{start,end} attributes | Tomasz Miąsko | -1/+36 |
| 2021-03-10 | Allow doc alias attributes to use both list and value | Guillaume Gomez | -7/+86 |
| 2021-03-09 | Track HirId when visiting attributes. | Camille GILLOT | -3/+3 |
| 2021-03-09 | Remove hir::Item::attrs. | Camille GILLOT | -7/+10 |
| 2021-03-09 | Remove hir::ForeignItem::attrs. | Camille GILLOT | -1/+2 |
| 2021-03-09 | Remove hir::Crate::attrs. | Camille GILLOT | -2/+2 |
| 2021-03-09 | Do not store attrs in FnKind. | Camille GILLOT | -2/+3 |
| 2021-03-09 | Access attrs directly from HirId in rustc_passes::diagnostic_item. | Camille GILLOT | -6/+8 |
| 2021-03-09 | Access attrs directly from HirId in rustc_passes::lang_items. | Camille GILLOT | -14/+6 |
| 2021-03-09 | Access attrs directly from HirId in rustc_passes::dead. | Camille GILLOT | -23/+9 |
| 2021-03-09 | Access attrs directly from HirId in rustc_passes::stability. | Camille GILLOT | -12/+1 |
| 2021-03-09 | Access attrs directly from HirId in rustc_passes::check_attr. | Camille GILLOT | -50/+13 |
| 2021-03-07 | Rollup merge of #82651 - jyn514:rustdoc-warnings, r=GuillaumeGomez | Yuki Okushi | -1/+2 |
| 2021-03-05 | Rollup merge of #82708 - GuillaumeGomez:doc-test-attr-check, r=Manishearth | Guillaume Gomez | -7/+19 |
| 2021-03-05 | Make invalid_doc_attribute lint plural | Guillaume Gomez | -3/+3 |
| 2021-03-05 | Auto merge of #71481 - estebank:inherit-stability, r=nikomatsakis | bors | -25/+53 |
| 2021-03-04 | Also use INVALID_DOC_ATTRIBUTE for "unknown doc attribute" warnings | Guillaume Gomez | -6/+1 |
| 2021-03-04 | Add extra check for #[doc(test(...)] attribute | Guillaume Gomez | -1/+18 |
| 2021-03-03 | Change error about unknown doc attributes to a warning | Joshua Nelson | -9/+16 |
| 2021-03-02 | Report that `doc(plugins)` doesn't work using diagnostics instead of `println!` | Joshua Nelson | -1/+2 |
| 2021-03-02 | Rollup merge of #82662 - GuillaumeGomez:doc-attr-check, r=jyn514 | Guillaume Gomez | -0/+35 |
| 2021-03-01 | Validate meta items used in \#\[doc(...)\] | Guillaume Gomez | -0/+35 |
| 2021-02-28 | Use identifier's span in unused lint | Giacomo Stevanato | -43/+66 |
| 2021-02-26 | Rollup merge of #82506 - estebank:unused_variable_lint, r=lcnr | Guillaume Gomez | -5/+10 |
| 2021-02-25 | Auto merge of #82447 - Amanieu:legacy_const_generics, r=oli-obk | bors | -0/+101 |
| 2021-02-25 | Improve checking for attribute | Amanieu d'Antras | -47/+56 |
| 2021-02-24 | Properly account for non-shorthand pattern field in unused variable lint | Esteban Küber | -5/+10 |
| 2021-02-25 | Address review comments | Amanieu d'Antras | -0/+17 |
| 2021-02-23 | Add #[rustc_legacy_const_generics] | Amanieu d'Antras | -0/+75 |
| 2021-02-23 | Rollup merge of #82297 - tmiasko:write-only, r=oli-obk | Dylan DPC | -11/+17 |
| 2021-02-23 | Rollup merge of #82258 - tmiasko:foreign-hir-stats, r=davidtwco | Dylan DPC | -0/+5 |
| 2021-02-21 | remove redundant wrapping of return types of allow_internal_unstable() and ru... | Matthias Krüger | -1/+1 |
| 2021-02-19 | Rollup merge of #82238 - petrochenkov:nocratemod, r=Aaron1011 | Dylan DPC | -10/+0 |
| 2021-02-19 | Consider auto derefs before warning about write only fields | Tomasz Miąsko | -11/+17 |
| 2021-02-18 | Rollup merge of #82256 - eddyb:time-passes-stderr, r=varkor | Dylan DPC | -6/+6 |
| 2021-02-18 | Print -Ztime-passes (and misc stats/logs) on stderr, not stdout. | Eduard-Mihai Burtescu | -6/+6 |
| 2021-02-18 | ast: Stop using `Mod` in `Crate` | Vadim Petrochenkov | -10/+0 |