| Age | Commit message (Expand) | Author | Lines |
| 2021-10-20 | Rollup merge of #88860 - nbdd0121:panic, r=m-ou-se | Yuki Okushi | -1/+0 |
| 2021-10-19 | Deduplicate panic_fmt | Gary Guo | -1/+0 |
| 2021-10-19 | Rollup merge of #89956 - JohnTitor:suggest-case-insensitive-match-names, r=es... | Matthias Krüger | -28/+18 |
| 2021-10-17 | rustc_span: `Ident::invalid` -> `Ident::empty` | Vadim Petrochenkov | -1/+1 |
| 2021-10-17 | Suggest a case insensitive match name regardless of levenshtein distance | Yuki Okushi | -28/+18 |
| 2021-10-15 | allow `potential_query_instability` everywhere | lcnr | -0/+1 |
| 2021-10-15 | add a `rustc::query_stability` lint | lcnr | -0/+1 |
| 2021-10-15 | Guess semicolon span for macro statements | Cameron Steffen | -0/+38 |
| 2021-10-14 | Auto merge of #89247 - fee1-dead:const-eval-select, r=oli-obk | bors | -0/+3 |
| 2021-10-12 | Add const_eval_select intrinsic | Deadbeef | -0/+3 |
| 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-03 | Auto merge of #88175 - camsteffen:let-desugar-span, r=Manishearth | bors | -0/+2 |
| 2021-10-02 | Make diangostic item names consistent | Cameron Steffen | -15/+8 |
| 2021-10-02 | Add desugaring mark to while loop | Cameron Steffen | -0/+2 |
| 2021-10-02 | rustc_span: Make hygiene debug printing reproducible | Vadim Petrochenkov | -1/+4 |
| 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 | Rollup merge of #89046 - oli-obk:fix_oflo, r=estebank | the8472 | -8/+29 |
| 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-20 | Avoid the overflow with rustc+debugassertions in issue-44406 | Oli Scherer | -6/+23 |
| 2021-09-20 | Add some more tracing | Oli Scherer | -2/+6 |
| 2021-09-19 | Auto merge of #89049 - Aaron1011:caching-sourcemap-assert, r=Mark-Simulacrum | bors | -7/+7 |
| 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 | -23/+24 |
| 2021-09-17 | Convert `debug_assert` to `assert` in `CachingSourceMapView` | Aaron Hill | -7/+7 |
| 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 | -16/+21 |
| 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 | Auto merge of #84373 - cjgillot:resolve-span, r=michaelwoerister,petrochenkov | bors | -30/+94 |
| 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-11 | don't clone types that are Copy (clippy::clone_on_copy) | Matthias Krüger | -3/+1 |
| 2021-09-10 | Introduce a fast path that avoids the `debug_tuple` abstraction when deriving | Patrick Walton | -0/+1 |
| 2021-09-10 | Remove some span tracking. | Camille GILLOT | -6/+6 |