| Age | Commit message (Expand) | Author | Lines |
| 2021-06-14 | Revert "Allow specifying alignment for functions" | Felix S. Klock II | -40/+6 |
| 2021-05-04 | Revert PR 81473 to resolve (on beta) issues 81626 and 81658. | Felix S. Klock II | -21/+0 |
| 2021-04-29 | Implement RFC 1260 with feature_name `imported_main`. | Charles Lew | -24/+31 |
| 2021-04-26 | Auto merge of #84546 - CohenArthur:fix-liveness-typo, r=jyn514 | bors | -3/+3 |
| 2021-04-25 | liveness: Fix typo report_unsed_assign -> report_unused_assign | CohenArthur | -3/+3 |
| 2021-04-24 | Auto merge of #84310 - RalfJung:const-fn-feature-flags, r=oli-obk | bors | -1/+0 |
| 2021-04-22 | Rollup merge of #84343 - camsteffen:closure-tree, r=varkor | Dylan DPC | -14/+1 |
| 2021-04-19 | Remove closure_tree | Cameron Steffen | -14/+1 |
| 2021-04-19 | Auto merge of #84091 - tmiasko:check-attrs-sym, r=davidtwco | bors | -49/+42 |
| 2021-04-18 | fix feature use in rustc libs | Ralf Jung | -1/+0 |
| 2021-04-16 | Remove #[main] attribute. | Charles Lew | -8/+5 |
| 2021-04-11 | Match against attribute name when validating attributes | Tomasz Miąsko | -49/+42 |
| 2021-04-07 | Rollup merge of #83916 - Amanieu:asm_anonconst, r=petrochenkov | Dylan DPC | -6/+7 |
| 2021-04-06 | Use AnonConst for asm! constants | Amanieu d'Antras | -6/+7 |
| 2021-04-05 | Allow specifying alignment for functions | Wesley Norris | -6/+40 |
| 2021-04-02 | Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514 | bors | -5/+17 |
| 2021-03-30 | Remove hir::CrateItem. | Camille GILLOT | -3/+3 |
| 2021-03-26 | Use iter::zip in compiler/ | Josh Stone | -4/+8 |
| 2021-03-25 | Auto merge of #83424 - cjgillot:noparam, r=lcnr | bors | -13/+0 |
| 2021-03-24 | Auto merge of #75384 - JulianKnodt:cg_def, r=varkor,lcnr | bors | -4/+3 |
| 2021-03-24 | Rollup merge of #83313 - cjgillot:assert, r=michaelwoerister | Dylan DPC | -0/+20 |
| 2021-03-23 | GenericParam does not need to be a HIR owner. | Camille GILLOT | -13/+0 |
| 2021-03-23 | Some refactoring | varkor | -4/+3 |
| 2021-03-23 | Fix comment. | Camille GILLOT | -1/+2 |
| 2021-03-22 | Err if the debugging options are not passed. | Camille GILLOT | -0/+19 |
| 2021-03-19 | stabilize or_patterns | mark | -1/+1 |
| 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 | Rename `#[doc(spotlight)]` to `#[doc(notable_trait)]` | Camelid | -5/+17 |
| 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 |