| Age | Commit message (Expand) | Author | Lines |
| 2024-04-29 | Remove `extern crate rustc_middle` from numerous crates. | Nicholas Nethercote | -0/+1 |
| 2024-02-13 | Bump `indexmap` | clubby789 | -1/+2 |
| 2024-02-12 | Add lahfsahf and prfchw target feature | Chris Denton | -0/+2 |
| 2024-01-13 | Add check for ui_testing via promoting parameters from `ParseSess` to `Session` | George-lewis | -1/+1 |
| 2024-01-10 | Rename consuming chaining methods on `DiagnosticBuilder`. | Nicholas Nethercote | -1/+1 |
| 2024-01-08 | Make `DiagnosticBuilder::emit` consuming. | Nicholas Nethercote | -1/+1 |
| 2024-01-04 | Make iteration order of supported_target_features query stable | Michael Woerister | -2/+2 |
| 2023-12-24 | Remove `Session` methods that duplicate `DiagCtxt` methods. | Nicholas Nethercote | -3/+3 |
| 2023-12-14 | Move rustc_codegen_ssa target features to rustc_target | Urgau | -428/+6 |
| 2023-12-08 | update target feature following LLVM API change | Krasimir Georgiev | -1/+1 |
| 2023-11-13 | features must be additive | Ralf Jung | -1/+6 |
| 2023-11-12 | target_feature: make it more clear what that 'Option' means | Ralf Jung | -242/+270 |
| 2023-11-06 | warn when using an unstable feature with -Ctarget-feature | Ralf Jung | -0/+9 |
| 2023-10-30 | Auto merge of #116485 - coastalwhite:stabilize-riscv-target-features, r=Amanieu | bors | -20/+20 |
| 2023-10-24 | compiler: Add target features for LoongArch | WANG Rui | -0/+16 |
| 2023-10-11 | Stabilize Ratified RISC-V Target Features | Gijs Burghoorn | -20/+20 |
| 2023-08-14 | add details for csky-unknown-linux-gnuabiv2 and add docs | Dirreke | -6/+42 |
| 2023-08-14 | add `rustc_codegen_ssa` support for csky and correct some code | Dirreke | -0/+13 |
| 2023-08-05 | Remove arm crypto target feature | Taiki Endo | -1/+0 |
| 2023-07-30 | inline format!() args up to and including rustc_codegen_llvm | Matthias Krüger | -3/+3 |
| 2023-07-18 | support for mips32r6 as a target_arch value | chenx97 | -1/+1 |
| 2023-07-18 | support for mips64r6 as a target_arch value | chenx97 | -1/+1 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -6/+2 |
| 2023-06-29 | Rollup merge of #111322 - mirkootter:master, r=davidtwco | Matthias Krüger | -0/+1 |
| 2023-06-07 | wasm target feature: exception handling | Jan-Mirko Otter | -0/+1 |
| 2023-06-02 | Add trustzone and virtualization target features for aarch32. | Andrew Walbran | -0/+2 |
| 2023-05-18 | Rollup merge of #110884 - korran:unaligned-scalar-mem, r=wesleywiser | Dylan DPC | -0/+1 |
| 2023-05-15 | Auto merge of #107707 - calebzulawski:remove-features, r=Amanieu | bors | -3/+0 |
| 2023-05-15 | Move expansion of query macros in rustc_middle to rustc_middle::query | John Kåre Alsaker | -1/+1 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -2/+2 |
| 2023-04-27 | Support RISC-V unaligned-scalar-mem target feature | Kor Nielsen | -0/+1 |
| 2023-04-25 | Fix static string lints | clubby789 | -8/+5 |
| 2023-04-02 | Add riscv relax target feature | Zachary Yedidia | -0/+1 |
| 2023-03-11 | Auto merge of #109001 - matthiaskrgr:rollup-a3agnwp, r=matthiaskrgr | bors | -2/+1 |
| 2023-03-10 | Rollup merge of #107711 - calebzulawski:movbe, r=pnkfelix | Matthias Krüger | -2/+1 |
| 2023-03-10 | Forbid `#[target_feature]` on safe default implementations | Léo Lanteri Thauvin | -1/+1 |
| 2023-03-08 | Auto merge of #108312 - michaelwoerister:hash-set-not-hash-stable, r=eholk | bors | -2/+2 |
| 2023-03-02 | Stabilize movbe target feature | Caleb Zulawski | -2/+1 |
| 2023-03-02 | rustc_middle: Remove trait `DefIdTree` | Vadim Petrochenkov | -1/+1 |
| 2023-03-01 | Use FxIndexSet instead of FxHashSet for asm_target_features query. | Michael Woerister | -2/+2 |
| 2023-02-28 | Auto merge of #106774 - Nugine:master, r=Amanieu | bors | -2/+1 |
| 2023-02-17 | Rollup merge of #108086 - alexcrichton:wasm-relaxed-simd-feature, r=eholk | Matthias Krüger | -0/+1 |
| 2023-02-15 | wasm: Register the `relaxed-simd` target feature | Alex Crichton | -0/+1 |
| 2023-02-14 | Do not fetch HIR to check target features. | Camille GILLOT | -8/+5 |
| 2023-02-05 | Remove misleading target feature aliases | Caleb Zulawski | -3/+0 |
| 2023-02-01 | Stabilize cmpxchg16b_target_feature | Nugine | -2/+1 |
| 2022-12-30 | Stabilize f16c_target_feature | Kathryn Long | -2/+1 |
| 2022-12-20 | rustc: Remove needless lifetimes | Jeremy Stucki | -1/+1 |
| 2022-12-13 | Move some codegen-y methods from rustc_hir_analysis::collect -> rustc_codegen... | Michael Goulet | -10/+154 |
| 2022-11-22 | Allow power10-vector feature in PowerPC | Qiu Chaofan | -0/+1 |