| Age | Commit message (Expand) | Author | Lines |
| 2021-11-05 | Rollup merge of #90544 - ehuss:demote-locator-warn, r=petrochenkov | Yuki Okushi | -2/+2 |
| 2021-11-05 | Rollup merge of #90537 - adamgemmell:dev/aarch64-target-feature, r=Amanieu | Yuki Okushi | -8/+18 |
| 2021-11-05 | Rollup merge of #90507 - TaKO8Ki:suggest-extern-crate-alloc, r=jackh726 | Yuki Okushi | -9/+23 |
| 2021-11-04 | Auto merge of #90536 - crlf0710:fix_vtable_hrtb, r=jackh726 | bors | -1/+4 |
| 2021-11-04 | Auto merge of #90518 - calebcartwright:rustc-ast-docs, r=wesleywiser | bors | -3/+2 |
| 2021-11-04 | Auto merge of #90179 - Nilstrieb:lifetime-elision-mismatch-hint, r=estebank | bors | -8/+86 |
| 2021-11-03 | Demote metadata load warning to "info". | Eric Huss | -2/+2 |
| 2021-11-03 | Add beginner friendly lifetime elision hint to E0623 | Nilstrieb | -8/+86 |
| 2021-11-03 | Update aarch64 `target_feature` list for LLVM 12. | Adam Gemmell | -8/+18 |
| 2021-11-04 | Erase regions within `vtable_trait_first_method_offset`. | Charles Lew | -1/+4 |
| 2021-11-03 | `addr_of!` grants mutable access, maybe? | Tomasz Miąsko | -6/+5 |
| 2021-11-03 | Remove `MaybeMutBorrowedLocals` | Tomasz Miąsko | -149/+26 |
| 2021-11-03 | Auto merge of #90478 - rusticstuff:apple-a14, r=wesleywiser | bors | -1/+1 |
| 2021-11-03 | fix message | Takayuki Maeda | -1/+1 |
| 2021-11-02 | docs(rustc_ast): update crate descriptions | Caleb Cartwright | -3/+2 |
| 2021-11-02 | Rollup merge of #90502 - GuillaumeGomez:split-doc-cfg-feature, r=jyn514 | Matthias Krüger | -0/+4 |
| 2021-11-02 | Rollup merge of #90472 - joshtriplett:clarify-feature-acceptance, r=jyn514 | Matthias Krüger | -1/+5 |
| 2021-11-02 | Rollup merge of #90417 - lcnr:stabilize-relaxed-struct-unsizing, r=wesleywiser | Matthias Krüger | -43/+14 |
| 2021-11-03 | add a suggestion about undeclared `alloc` module | Takayuki Maeda | -9/+23 |
| 2021-11-02 | Split doc_cfg and doc_auto_cfg features | Guillaume Gomez | -0/+4 |
| 2021-11-02 | Add link to documentation about feature gates | Josh Triplett | -0/+3 |
| 2021-11-01 | Auto merge of #90406 - nbdd0121:panic, r=cjgillot | bors | -4/+13 |
| 2021-11-01 | Use apple-a14 as target CPU for aarch64-apple-darwin. | Hans Kratz | -1/+1 |
| 2021-11-01 | Clarify what to do with accepted feature gates | Josh Triplett | -1/+2 |
| 2021-11-01 | Auto merge of #90463 - matthiaskrgr:rollup-eljk9vo, r=matthiaskrgr | bors | -81/+8 |
| 2021-11-01 | Auto merge of #90462 - pietroalbini:bidi-master, r=nikomatsakis,pietroalbini | bors | -10/+303 |
| 2021-11-01 | fix formatting | Pietro Albini | -1/+1 |
| 2021-11-01 | Rollup merge of #90452 - tmiasko:promote-candidate, r=cjgillot | Matthias Krüger | -11/+5 |
| 2021-11-01 | Rollup merge of #90450 - pierwill:rm-hiridvec, r=cjgillot | Matthias Krüger | -68/+0 |
| 2021-10-31 | Feature gate and make must_not_suspend allow-by-default | Gus Wynn | -2/+3 |
| 2021-10-31 | Auto merge of #89062 - mikeleany:new-target, r=cjgillot | bors | -0/+43 |
| 2021-10-31 | Remove `rustc_hir::hir_id::HirIdVec` | pierwill | -68/+0 |
| 2021-10-31 | Require `panic` and `panic_bounds_check` to be non-generic | Gary Guo | -2/+2 |
| 2021-10-31 | Lint against RTL unicode codepoints in literals and comments | Esteban Küber | -10/+303 |
| 2021-10-31 | Remove unnecessary `Option` from `promote_candidate` return type | Tomasz Miąsko | -11/+5 |
| 2021-10-30 | Auto merge of #90424 - matthiaskrgr:rollup-jezzu4f, r=matthiaskrgr | bors | -1/+0 |
| 2021-10-31 | Rollup merge of #90404 - mkroening:hermit-kernel-no-os, r=joshtriplett | Matthias Krüger | -1/+0 |
| 2021-10-30 | Auto merge of #90422 - GuillaumeGomez:rollup-s1mdag0, r=GuillaumeGomez | bors | -28/+25 |
| 2021-10-30 | Rollup merge of #90399 - yuvaldolev:as-ref-overly-verbose-diagnostic, r=estebank | Guillaume Gomez | -2/+7 |
| 2021-10-30 | Rollup merge of #90375 - yanok:master, r=lcnr | Guillaume Gomez | -2/+3 |
| 2021-10-30 | Rollup merge of #90202 - matthewjasper:xcrate-hygiene, r=petrochenkov | Guillaume Gomez | -24/+15 |
| 2021-10-30 | Collect `panic/panic_bounds_check` during monomorphization | Gary Guo | -2/+11 |
| 2021-10-30 | Auto merge of #90205 - mati865:link-modifiers-in-rustc, r=petrochenkov | bors | -3/+3 |
| 2021-10-30 | stabilize `relaxed_struct_unsize` | lcnr | -43/+14 |
| 2021-10-30 | Rollup merge of #90402 - wesleywiser:query_descriptions, r=oli-obk | Matthias Krüger | -1/+8 |
| 2021-10-30 | Rollup merge of #90396 - b-naber:type_flags_ices_default_anon_consts, r=lcnr | Matthias Krüger | -1/+2 |
| 2021-10-30 | Rollup merge of #90395 - b-naber:const-expr-type-relation, r=oli-obk | Matthias Krüger | -9/+20 |
| 2021-10-30 | Rollup merge of #90374 - GuillaumeGomez:unify-rustdoc-book-titles, r=camelid | Matthias Krüger | -1/+1 |
| 2021-10-29 | Unify titles in rustdoc book doc attributes chapter | Guillaume Gomez | -1/+1 |
| 2021-10-29 | hermitkernel-target: Set OS to "none" | Martin Kröning | -1/+0 |