| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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-15 | Remove `HashStable` impls for `FileName` and `RealFileName` | Aaron Hill | -2/+2 |
| 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 | Rollup merge of #86176 - nbdd0121:explicit-generic-args, r=jackh726 | Cameron Steffen | -0/+1 |
| 2021-08-02 | Auto merge of #87535 - lf-:authors, r=Mark-Simulacrum | bors | -1/+0 |
| 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 | rfc3052: Remove authors field from Cargo manifests | Jade | -1/+0 |