| Age | Commit message (Expand) | Author | Lines |
| 2021-10-11 | Add enum_intrinsics_non_enums lint | Flying-Toast | -0/+1 |
| 2021-10-08 | Add feature gate to non_exhaustive_omitted_patterns lint | Devin Ragotzy | -0/+1 |
| 2021-10-07 | Rollup merge of #89622 - m-ou-se:debug-assert-2021, r=estebank | Jubilee | -0/+1 |
| 2021-10-07 | Use correct edition for panic in [debug_]assert!() etc. | Mara Bos | -0/+1 |
| 2021-10-05 | Allow adding a set of cfg's to hide from being implicitly doc(cfg)'d | Wim Looman | -0/+2 |
| 2021-10-02 | Make diangostic item names consistent | Cameron Steffen | -15/+8 |
| 2021-09-24 | Rollup merge of #89072 - bjorn3:less_symbol_as_str, r=michaelwoerister | Jubilee | -5/+1 |
| 2021-09-23 | Auto merge of #87064 - Aaron1011:new-closure-track-caller, r=estebank | bors | -0/+1 |
| 2021-09-23 | Auto merge of #89139 - camsteffen:write-perf, r=Mark-Simulacrum | bors | -0/+1 |
| 2021-09-22 | Support `#[track_caller]` on closures and generators | Aaron Hill | -0/+1 |
| 2021-09-22 | Make SymbolIndex private | bjorn3 | -1/+1 |
| 2021-09-22 | Remove Symbol::len | bjorn3 | -4/+0 |
| 2021-09-22 | Auto merge of #88865 - guswynn:must_not_suspend, r=oli-obk | bors | -0/+1 |
| 2021-09-21 | Use ZST for fmt unsafety | Cameron Steffen | -0/+1 |
| 2021-09-19 | Rollup merge of #88855 - calebzulawski:feature/simd_shuffle, r=nagisa | Yuki Okushi | -0/+1 |
| 2021-09-18 | Auto merge of #88978 - bjorn3:move_symbol_interner_lock, r=Mark-Simulacrum | bors | -20/+21 |
| 2021-09-17 | Rollup merge of #88954 - nbdd0121:panic3, r=oli-obk | Guillaume Gomez | -0/+1 |
| 2021-09-17 | Auto merge of #88832 - pcwalton:debug-unit-variant-fast-path, r=oli-obk | bors | -0/+1 |
| 2021-09-16 | Rollup merge of #88875 - notriddle:notriddle/cleanup-unused-trait-selection, ... | Manish Goregaokar | -1/+0 |
| 2021-09-15 | Rollup merge of #88775 - pnkfelix:revert-anon-union-parsing, r=davidtwco | Manish Goregaokar | -1/+0 |
| 2021-09-15 | Allow `panic!("{}", computed_str)` in const fn. | Gary Guo | -0/+1 |
| 2021-09-15 | Make two functions private | bjorn3 | -2/+2 |
| 2021-09-15 | Inline with_interner | bjorn3 | -9/+5 |
| 2021-09-15 | Move the Lock into symbol::Interner | bjorn3 | -13/+18 |
| 2021-09-13 | Use a separate interner type for UniqueTypeId | bjorn3 | -1/+4 |
| 2021-09-11 | cleanup(rustc_trait_selection): remove vestigial code from rustc_on_unimpleme... | Michael Howell | -1/+0 |
| 2021-09-11 | must_not_suspend impl | Gus Wynn | -0/+1 |
| 2021-09-11 | Allow simd_shuffle to accept vectors of any length | Caleb Zulawski | -0/+1 |
| 2021-09-10 | Introduce a fast path that avoids the `debug_tuple` abstraction when deriving | Patrick Walton | -0/+1 |
| 2021-09-09 | Ignore automatically derived impls of `Clone` and `Debug` in dead code analysis | Fabian Wolff | -0/+1 |
| 2021-09-09 | Revert "Implement Anonymous{Struct, Union} in the AST" | Felix S. Klock II | -1/+0 |
| 2021-09-01 | Rollup merge of #88350 - programmerjake:add-ppc-cr-xer-clobbers, r=Amanieu | Mara Bos | -0/+2 |
| 2021-08-30 | Add let_else feature gate | Cameron Steffen | -0/+1 |
| 2021-08-30 | `feature(const_param_types)` -> `feature(adt_const_params)` | lcnr | -1/+1 |
| 2021-08-30 | `feature(const_generics)` -> `feature(const_param_types)` | lcnr | -0/+1 |
| 2021-08-30 | rename const_evaluatable_checked to generic_const_exprs | Ellen | -0/+1 |
| 2021-08-25 | add support for clobbering xer, cr, and cr[0-7] for asm! on OpenPower/PowerPC | Jacob Lifshay | -0/+2 |
| 2021-08-16 | Auto merge of #87050 - jyn514:no-doc-primitive, r=manishearth | bors | -0/+1 |
| 2021-08-16 | Auto merge of #84039 - jyn514:uplift-atomic-ordering, r=wesleywiser | bors | -0/+29 |
| 2021-08-16 | feature gate doc(primitive) | Joshua Nelson | -0/+1 |
| 2021-08-16 | Uplift the `invalid_atomic_ordering` lint from clippy to rustc | Thom Chiovoloni | -0/+29 |
| 2021-08-14 | Auto merge of #87581 - Amanieu:asm_clobber_abi, r=nagisa | bors | -0/+1 |
| 2021-08-12 | Implement `black_box` using intrinsic | Gary Guo | -0/+1 |
| 2021-08-12 | Add support for clobber_abi to asm! | Amanieu d'Antras | -0/+1 |
| 2021-08-03 | Auto merge of #87262 - dtolnay:negative, r=Aaron1011 | bors | -0/+4 |
| 2021-08-02 | Implement a `explicit_generic_args_with_impl_trait` feature gate | Gary Guo | -0/+1 |
| 2021-07-31 | Added feature gate. | Alexander Regueiro | -0/+1 |
| 2021-07-29 | Add feature gates for `for` and `?` in consts | Jonas Schievink | -0/+2 |
| 2021-07-28 | Add new const_format_args!() macro and use it in panics. | Mara Bos | -0/+1 |
| 2021-07-28 | Make const panic!("..") work in Rust 2021. | Mara Bos | -0/+4 |