| Age | Commit message (Expand) | Author | Lines |
| 2021-09-21 | Use ZST for fmt unsafety | Cameron Steffen | -0/+1 |
| 2021-09-20 | Migrate to 2021 | Mark Rousskov | -1/+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 |
| 2021-09-10 | Rename decode to data_untracked. | Camille GILLOT | -4/+4 |
| 2021-09-10 | Track span dependency using a callback. | Camille GILLOT | -2/+19 |
| 2021-09-10 | Encode spans relative to their parent. | Camille GILLOT | -3/+17 |
| 2021-09-10 | Keep a parent LocalDefId in SpanData. | Camille GILLOT | -22/+55 |
| 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-08 | Bump stage0 compiler to 1.56 | Mark Rousskov | -1/+0 |
| 2021-09-03 | Auto merge of #88363 - michaelwoerister:remapped-diagnostics, r=estebank | bors | -16/+38 |
| 2021-09-01 | Rollup merge of #88350 - programmerjake:add-ppc-cr-xer-clobbers, r=Amanieu | Mara Bos | -0/+2 |
| 2021-09-01 | Auto merge of #87688 - camsteffen:let-else, r=cjgillot | bors | -0/+3 |
| 2021-08-31 | Pull Span::find_ancestor_inside loop into its own function. | Mara Bos | -0/+8 |
| 2021-08-31 | Auto merge of #88414 - Aaron1011:guess-foreign-head-span, r=estebank | bors | -0/+11 |
| 2021-08-30 | Add let_else feature gate | Cameron Steffen | -0/+1 |
| 2021-08-30 | Lower let-else to HIR | Cameron Steffen | -0/+2 |
| 2021-08-31 | Auto merge of #88100 - HTG-YT:edition2021-compopt-stabilization, r=m-ou-se | bors | -2/+2 |
| 2021-08-30 | Update LATEST_STABLE_EDITION to 2021. | Mara Bos | -1/+1 |
| 2021-08-30 | make edition 2021 stable | HTG-YT | -1/+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-27 | Don't use `guess_head_span` in `predicates_of` for foreign span | Aaron Hill | -0/+11 |
| 2021-08-27 | Path remapping: Make behavior of diagnostics output dependent on presence of ... | Michael Woerister | -16/+38 |
| 2021-08-25 | add support for clobbering xer, cr, and cr[0-7] for asm! on OpenPower/PowerPC | Jacob Lifshay | -0/+2 |
| 2021-08-25 | Use if-let guards in the codebase | Léo Lanteri Thauvin | -20/+17 |
| 2021-08-22 | Fix typos “an”→“a” and a few different ones that appeared in the sa... | Frank Steffahn | -1/+1 |
| 2021-08-19 | Rollup merge of #88050 - Aaron1011:filename-hash-stable, r=michaelwoerister | Guillaume Gomez | -2/+2 |