| Age | Commit message (Expand) | Author | Lines |
| 2022-02-21 | On ARM, use relocation_model to detect whether r9 should be reserved | Amanieu d'Antras | -1/+0 |
| 2022-02-18 | Rollup merge of #93915 - Urgau:rfc-3013, r=petrochenkov | Matthias Krüger | -0/+2 |
| 2022-02-18 | Rollup merge of #91675 - ivanloz:memtagsan, r=nagisa | Matthias Krüger | -0/+1 |
| 2022-02-16 | Destabilize cfg(target_has_atomic_load_store = ...) | Mark Rousskov | -0/+1 |
| 2022-02-16 | MemTagSanitizer Support | Ivan Lozano | -0/+1 |
| 2022-02-16 | Implement --check-cfg option (RFC 3013) | Loïc BRANSTETT | -0/+2 |
| 2022-02-14 | Mark `unsafe_pin_internals` as `incomplete`. | Daniel Henry-Mantilla | -0/+1 |
| 2022-02-12 | Improve error messages even more | Deadbeef | -0/+1 |
| 2022-02-10 | Rollup merge of #93824 - Amanieu:stable_cfg_target_has_atomic, r=davidtwco | Matthias Krüger | -0/+1 |
| 2022-02-09 | Rollup merge of #91504 - cynecx:used_retain, r=nikic | Matthias Krüger | -0/+3 |
| 2022-02-09 | Stabilize cfg_target_has_atomic | Amanieu d'Antras | -0/+1 |
| 2022-02-09 | Allow substitutions in `rustc_on_unimplemented` predicate | Michael Goulet | -0/+3 |
| 2022-02-07 | Auto merge of #93179 - Urgau:unreachable-2021, r=m-ou-se,oli-obk | bors | -0/+5 |
| 2022-02-06 | `#[used(linker)]` attribute (https://github.com/dtolnay/linkme/issues/41) | cynecx | -0/+3 |
| 2022-02-01 | add a rustc::query_stability lint | lcnr | -0/+1 |
| 2022-01-31 | Auto merge of #93348 - spastorino:fix-perf-overlap-mode2, r=nikomatsakis | bors | -1/+1 |
| 2022-01-31 | Fix invalid special casing of the unreachable! macro | Loïc BRANSTETT | -0/+5 |
| 2022-01-31 | Move overlap_mode into trait level attribute + feature flag | Santiago Pastorino | -1/+1 |
| 2022-01-29 | Rename _args -> args in format_args expansion | David Tolnay | -1/+1 |
| 2022-01-29 | Rollup merge of #92274 - woppopo:const_deallocate, r=oli-obk | Matthias Krüger | -0/+1 |
| 2022-01-26 | Add a minimal working `append_const_msg` argument | Deadbeef | -0/+1 |
| 2022-01-25 | Rollup merge of #93175 - spastorino:negative-traits-coherence-new, r=nikomats... | Matthias Krüger | -0/+1 |
| 2022-01-23 | Auto merge of #93066 - nnethercote:infallible-decoder, r=bjorn3 | bors | -2/+2 |
| 2022-01-23 | Add `intrinsics::const_deallocate` | woppopo | -0/+1 |
| 2022-01-22 | Rollup merge of #92828 - Amanieu:unwind-abort, r=dtolnay | Matthias Krüger | -0/+1 |
| 2022-01-22 | Make `Decodable` and `Decoder` infallible. | Nicholas Nethercote | -2/+2 |
| 2022-01-21 | Implement stable with negative coherence mode | Santiago Pastorino | -0/+1 |
| 2022-01-18 | Rollup merge of #92425 - calebzulawski:simd-cast, r=workingjubilee | Matthias Krüger | -0/+1 |
| 2022-01-18 | Auto merge of #92731 - bjorn3:asm_support_changes, r=nagisa | bors | -0/+12 |
| 2022-01-18 | Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obk | bors | -0/+1 |
| 2022-01-17 | Add term to ExistentialProjection | kadmin | -0/+1 |
| 2022-01-17 | Rollup merge of #92164 - WaffleLapkin:rustc_must_implement_one_of_attr, r=Aar... | Matthias Krüger | -0/+1 |
| 2022-01-17 | Use Symbol for target features in asm handling | bjorn3 | -0/+12 |
| 2022-01-17 | Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu | bors | -1/+0 |
| 2022-01-17 | Change TerminatorKind::Abort to call the panic handler instead of | Amanieu d'Antras | -0/+1 |
| 2022-01-16 | Rollup merge of #92646 - mdibaiee:76935/pass-by-value, r=lcnr | Matthias Krüger | -0/+1 |
| 2022-01-16 | Rollup merge of #92619 - Alexendoo:macro-diagnostic-items, r=matthewjasper | Matthias Krüger | -0/+31 |
| 2022-01-15 | Rollup merge of #92743 - bjorn3:less_symbol_intern, r=camelid | Matthias Krüger | -0/+3 |
| 2022-01-14 | rustdoc: avoid many `Symbol` to `String` conversions. | Nicholas Nethercote | -0/+1 |
| 2022-01-12 | Remove deprecated LLVM-style inline assembly | Tomasz Miąsko | -1/+0 |
| 2022-01-10 | Use pre-interned symbols in a couple of places | bjorn3 | -0/+3 |
| 2022-01-09 | feat: pass_by_value lint attribute | Mahdi Dibaiee | -0/+1 |
| 2022-01-09 | Implement `#[rustc_must_implement_one_of]` attribute | Maybe Waffle | -0/+1 |
| 2022-01-06 | Add diagnostic items for macros | Alex Macleod | -0/+31 |
| 2022-01-04 | Add simd_as intrinsic | Caleb Zulawski | -0/+1 |
| 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 |