| Age | Commit message (Expand) | Author | Lines |
| 2025-01-26 | Rollup merge of #134358 - workingjubilee:configure-my-riscv-abi, r=fmease | Jacob Pratt | -1/+1 |
| 2025-01-26 | Rollup merge of #133631 - flba-eb:add_nto_qnx71_iosock_support, r=workingjubilee | Jacob Pratt | -1/+1 |
| 2025-01-25 | Filter well known names from check-cfg diagnostics | Urgau | -38/+73 |
| 2025-01-24 | Improve check-cfg `allow-same-level` test | Urgau | -5/+27 |
| 2025-01-24 | add nto80 x86-64 and aarch64 target | AkhilTThomas | -1/+1 |
| 2025-01-24 | Add new target for supporting Neutrino QNX 6.1 with `io-socket` network stack... | Florian Bartels | -1/+1 |
| 2025-01-07 | arm: add unstable soft-float target feature | Ralf Jung | -0/+1 |
| 2025-01-05 | fix tests | YunQiang Su | -3/+3 |
| 2025-01-03 | Target: Add mips mti baremetal support | YunQiang Su | -1/+1 |
| 2025-01-02 | Make the `test` cfg a "userspace" check-cfg | Urgau | -60/+57 |
| 2024-12-27 | Remove the `-test` suffix from normalize directives | Zalathar | -3/+3 |
| 2024-12-15 | spell "referring" correctly | Anton Lazarev | -6/+6 |
| 2024-12-15 | compiler: Set `target_abi = "ilp32e"` on all riscv32e targets | Jubilee Young | -1/+1 |
| 2024-12-16 | Rollup merge of #134339 - Urgau:tcx-in-early-diag, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -3/+3 |
| 2024-12-15 | Improve check-cfg Cargo macro diagnostic with crate name | Urgau | -3/+3 |
| 2024-12-15 | Add m68k_target_feature | Taiki Endo | -0/+8 |
| 2024-12-14 | Rollup merge of #133221 - Urgau:check-cfg-macro-diag, r=jieyouxu | Matthias Krüger | -15/+109 |
| 2024-12-11 | forbid toggling x87 and fpregs on hard-float targets | Ralf Jung | -0/+2 |
| 2024-12-09 | Add the `power8-crypto` target feature | Sayantan Chakraborty | -0/+1 |
| 2024-12-02 | Reduce conflicts for check-cfg `target_feature` cfg values | Urgau | -12/+318 |
| 2024-12-01 | Add specific test for check-cfg "and X more" diagnostic | Urgau | -12/+26 |
| 2024-11-26 | Fix handling of x18 in AArch64 inline assembly on ohos/trusty or with -Zfixed... | Taiki Endo | -2/+2 |
| 2024-11-19 | Add external macro specific diagnostic to check-cfg | Urgau | -0/+15 |
| 2024-11-19 | Disable most Cargo check-cfg help in external macros | Urgau | -6/+0 |
| 2024-11-19 | Add Cargo revision and values to the check-cfg macro test | Urgau | -15/+100 |
| 2024-11-18 | Report `unexpected_cfgs` lint in external macros | Urgau | -0/+37 |
| 2024-11-10 | Stabilize WebAssembly `multivalue`, `reference-types`, and `tail-call` target... | Alex Crichton | -2/+2 |
| 2024-11-09 | Add v8plus target feature to sparc and use it in create_object_file | Taiki Endo | -2/+2 |
| 2024-11-09 | Add v9 and leoncasa target feature to sparc | Taiki Endo | -2/+2 |
| 2024-11-05 | Rollup merge of #132077 - alexcrichton:wide-arithmetic, r=jieyouxu | Matthias Krüger | -2/+2 |
| 2024-10-31 | Rollup merge of #131168 - madsmtm:target-info-psx-os, r=davidtwco | Jubilee | -3/+3 |
| 2024-10-28 | Add a new `wide-arithmetic` feature for WebAssembly | Alex Crichton | -2/+2 |
| 2024-10-16 | rustc_target: Add pauth-lr aarch64 target feature | Kajetan Puchalski | -2/+2 |
| 2024-10-10 | rustc_target: Add sme-b16b16 as an explicit aarch64 target feature | Kajetan Puchalski | -2/+2 |
| 2024-10-04 | Fix target_abi in sparc-unknown-none-elf | Mads Marquart | -1/+1 |
| 2024-10-03 | Fix target_os for mipsel-sony-psx | Mads Marquart | -3/+3 |
| 2024-09-30 | Rollup merge of #130877 - taiki-e:riscv-atomic, r=Amanieu | Trevor Gross | -2/+2 |
| 2024-09-30 | Reject leading unsafe in `cfg!(...)` and `--check-cfg`. | Urgau | -1/+7 |
| 2024-09-28 | rustc_target: Add RISC-V atomic-related features | Taiki Endo | -2/+2 |
| 2024-09-26 | rustc_target: Add powerpc64 atomic-related features | Taiki Endo | -2/+2 |
| 2024-09-18 | Improve handling of raw-idents in check-cfg | Urgau | -0/+120 |
| 2024-09-03 | Port std library to RTEMS | Jan Sommer | -2/+2 |
| 2024-08-29 | Rollup merge of #123940 - kornelski:remove-derived-debug, r=Urgau | Guillaume Gomez | -45/+57 |
| 2024-08-28 | fmt-debug option | Kornel | -45/+57 |
| 2024-08-27 | tests: Update with new aarch64 target features | Kajetan Puchalski | -2/+2 |
| 2024-08-23 | Add Trusty OS as tier 3 target | Nicole LeGare | -2/+2 |
| 2024-08-02 | Add the `sha512`, `sm3` and `sm4` target features | sayantn | -2/+2 |
| 2024-07-23 | Auto merge of #127755 - no1wudi:master, r=michaelwoerister | bors | -2/+2 |
| 2024-07-19 | Add NuttX based targets for RISC-V and ARM | Huang Qi | -2/+2 |
| 2024-07-17 | rustc_target: fix UI tests for s390x | liushuyu | -2/+2 |