| Age | Commit message (Expand) | Author | Lines |
| 2022-02-11 | Fix invalid special casing of the unreachable! macro | Loïc BRANSTETT | -0/+6 |
| 2021-12-21 | Add `#[rustc_clean(loaded_from_disk)]` to assert loading of query result | Aaron Hill | -0/+1 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -3/+3 |
| 2021-12-15 | Remove `SymbolStr`. | Nicholas Nethercote | -79/+19 |
| 2021-12-09 | Auto merge of #91692 - matthiaskrgr:rollup-u7dvh0n, r=matthiaskrgr | bors | -1/+1 |
| 2021-12-09 | Rollup merge of #90796 - Amanieu:remove_reg_thumb, r=joshtriplett | Matthias Krüger | -1/+0 |
| 2021-12-09 | Rollup merge of #87599 - Smittyvb:concat_bytes, r=Mark-Simulacrum | Matthias Krüger | -0/+1 |
| 2021-12-09 | Rollup merge of #91476 - m-ou-se:ferris-identifier, r=estebank | Matthias Krüger | -0/+1 |
| 2021-12-07 | Remove the reg_thumb register class for asm! on ARM | Amanieu d'Antras | -1/+0 |
| 2021-12-07 | Auto merge of #91224 - couchand:2021-11/avr-asm, r=Amanieu | bors | -0/+4 |
| 2021-12-07 | Rollup merge of #87614 - notriddle:notriddle-count2len, r=Mark-Simulacrum | Matthias Krüger | -0/+1 |
| 2021-12-06 | Recommend fix `count()` -> `len()` on slices | Michael Howell | -0/+1 |
| 2021-12-06 | Implement concat_bytes! | Smitty | -0/+1 |
| 2021-12-06 | Implement inline asm! for AVR platform | Andrew Dona-Couch | -0/+4 |
| 2021-12-03 | add `unwind_asm` feature gate for `may_unwind` option | cynecx | -0/+1 |
| 2021-12-03 | Add initial AST and MIR support for unwinding from inline assembly | Amanieu d'Antras | -0/+1 |
| 2021-12-03 | Auto merge of #90737 - eholk:intofuture, r=tmandry | bors | -0/+2 |
| 2021-12-03 | Improve 'cannot contain emoji' error. | Mara Bos | -0/+1 |
| 2021-12-03 | Improve the comments in `Symbol::interner`. | Nicholas Nethercote | -6/+13 |
| 2021-11-25 | Rollup merge of #91096 - compiler-errors:elaborate_opaque_trait, r=estebank | Matthias Krüger | -0/+1 |
| 2021-11-24 | Rollup merge of #90420 - GuillaumeGomez:rustdoc-internals-feature, r=camelid | Guillaume Gomez | -0/+1 |
| 2021-11-24 | Create rustdoc_internals feature gate | Guillaume Gomez | -0/+1 |
| 2021-11-23 | Add generator lang-item | Michael Goulet | -0/+1 |
| 2021-11-23 | Rollup merge of #91140 - nbdd0121:const_typeck, r=oli-obk | Matthias Krüger | -0/+1 |
| 2021-11-23 | Rollup merge of #90856 - ken-matsui:suggestion-to-wrap-vec-allocator-api-in-t... | Matthias Krüger | -0/+1 |
| 2021-11-24 | Suggestion to wrap inner types using `allocator_api` in tuple | Ken Matsui | -0/+1 |
| 2021-11-22 | Reintroduce `into_future` in `.await` desugaring | Eric Holk | -0/+2 |
| 2021-11-22 | Split inline const to two feature gates | Gary Guo | -0/+1 |
| 2021-11-21 | Simplify for loop desugar | Cameron Steffen | -1/+0 |
| 2021-11-18 | rustc: Remove `#[rustc_synthetic]` | Vadim Petrochenkov | -1/+0 |
| 2021-11-09 | Auto merge of #90485 - camsteffen:fmt-args-less-bind, r=m-ou-se | bors | -0/+1 |
| 2021-11-07 | Auto merge of #90348 - Amanieu:asm_feature_gates, r=joshtriplett | bors | -0/+3 |
| 2021-11-07 | Add features gates for experimental asm features | Amanieu d'Antras | -0/+3 |
| 2021-11-06 | Don't destructure args tuple in format_args! | Cameron Steffen | -0/+1 |
| 2021-11-03 | Remove `MaybeMutBorrowedLocals` | Tomasz Miąsko | -1/+0 |
| 2021-11-02 | Split doc_cfg and doc_auto_cfg features | Guillaume Gomez | -0/+1 |
| 2021-10-28 | Revert "Add rustc lint, warning when iterating over hashmaps" | Mark Rousskov | -1/+0 |
| 2021-10-27 | Auto merge of #89652 - rcvalle:rust-cfi, r=nagisa | bors | -0/+1 |
| 2021-10-25 | Add LLVM CFI support to the Rust compiler | Ramon de C Valle | -0/+1 |
| 2021-10-24 | Rollup merge of #89558 - lcnr:query-stable-lint, r=estebank | Matthias Krüger | -0/+1 |
| 2021-10-23 | Auto merge of #90104 - spastorino:coherence-for-negative-trait, r=nikomatsakis | bors | -0/+1 |
| 2021-10-23 | Rollup merge of #89730 - crlf0710:type_changing_feature, r=jackh726 | Matthias Krüger | -0/+1 |
| 2021-10-22 | Add rustc_strict_coherence attribute and use it to check overlap | Santiago Pastorino | -0/+1 |
| 2021-10-22 | add feature flag for `type_changing_struct_update` | Charles Lew | -0/+1 |
| 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-17 | rustc_span: `Ident::invalid` -> `Ident::empty` | Vadim Petrochenkov | -1/+1 |
| 2021-10-15 | add a `rustc::query_stability` lint | lcnr | -0/+1 |
| 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 |