| Age | Commit message (Expand) | Author | Lines |
| 2024-07-25 | Auto merge of #127995 - workingjubilee:say-turings-prayer, r=BoxyUwU | bors | -33/+27 |
| 2024-07-22 | Rollup merge of #127506 - liushuyu:s390x-target-features, r=davidtwco | Trevor Gross | -1/+27 |
| 2024-07-20 | compiler: Never debug_assert in codegen | Jubilee Young | -33/+27 |
| 2024-07-19 | Rollup merge of #121533 - ratmice:wasm_init_fini_array, r=nnethercote | Trevor Gross | -2/+8 |
| 2024-07-17 | rustc_codegen_llvm: properly passing backchain attribute to LLVM ... | liushuyu | -1/+27 |
| 2024-07-16 | Rollup merge of #124033 - bjorn3:ar_archive_writer_0_3_0, r=davidtwco | Trevor Gross | -42/+71 |
| 2024-07-16 | Fix unsafe_op_in_unsafe_fn in compiler | Michael Goulet | -294/+368 |
| 2024-07-15 | coverage: Restrict `ExpressionUsed` simplification to `Code` mappings | Zalathar | -2/+9 |
| 2024-07-13 | Rollup merge of #127654 - nikic:llvm-ndebug-fix, r=cuviper | Jacob Pratt | -1/+1 |
| 2024-07-12 | Remove LLVMRustDIBuilderInsertDeclareAtEnd return value | Nikita Popov | -1/+1 |
| 2024-07-11 | Auto merge of #127614 - matthiaskrgr:rollup-8geziwi, r=matthiaskrgr | bors | -13/+1 |
| 2024-07-11 | Auto merge of #127487 - tgross35:f16-f128-simd, r=Amanieu | bors | -0/+2 |
| 2024-07-11 | Remove extern "wasm" ABI | Nikita Popov | -13/+1 |
| 2024-07-09 | Auto merge of #127001 - beetrees:f16-debuginfo, r=michaelwoerister | bors | -3/+40 |
| 2024-07-09 | Add Natvis visualiser and debuginfo tests for `f16` | beetrees | -3/+40 |
| 2024-07-08 | Add `f16` and `f128` as SIMD types in LLVM | Trevor Gross | -0/+2 |
| 2024-07-07 | Sync ar_archive_writer to LLVM 18.1.3 | bjorn3 | -42/+71 |
| 2024-07-05 | Auto merge of #126171 - RalfJung:simd_bitmask_multibyte, r=workingjubilee | bors | -8/+8 |
| 2024-07-04 | Auto merge of #123781 - RalfJung:miri-fn-identity, r=oli-obk | bors | -2/+2 |
| 2024-07-03 | Rollup merge of #126803 - tgross35:verbose-asm, r=Amanieu | Matthias Krüger | -5/+5 |
| 2024-07-03 | Auto merge of #125507 - compiler-errors:type-length-limit, r=lcnr | bors | -1/+2 |
| 2024-07-02 | Rename the `asm-comments` compiler flag to `verbose-asm` | Trevor Gross | -5/+5 |
| 2024-07-02 | Fix spans | Michael Goulet | -2/+2 |
| 2024-07-02 | Give Instance::expect_resolve a span | Michael Goulet | -0/+1 |
| 2024-07-02 | Miri function identity hack: account for possible inlining | Ralf Jung | -2/+2 |
| 2024-07-02 | Rollup merge of #127168 - DianQK:cast-size, r=workingjubilee | Matthias Krüger | -1/+2 |
| 2024-07-02 | Use the aligned size for alloca at args when the pass mode is cast. | DianQK | -1/+2 |
| 2024-07-01 | fix simd_bitmask return type for non-power-of-two inputs, and add tests | Ralf Jung | -8/+8 |
| 2024-06-29 | Rollup merge of #123237 - bjorn3:debuginfo_refactor, r=compiler-errors | Matthias Krüger | -58/+60 |
| 2024-06-25 | Support `#[patchable_function_entries]` | Matthew Maurer | -3/+6 |
| 2024-06-25 | Support for -Z patchable-function-entry | Matthew Maurer | -0/+26 |
| 2024-06-24 | Rollup merge of #124712 - Enselic:deprecate-inline-threshold, r=pnkfelix | Michael Goulet | -3/+0 |
| 2024-06-23 | compiler(nfc): -Cforce-frame-pointers is a FramePointer | Jubilee Young | -2/+3 |
| 2024-06-22 | Rollup merge of #126555 - beetrees:f16-inline-asm-arm, r=Amanieu | Guillaume Gomez | -0/+39 |
| 2024-06-21 | Rollup merge of #126530 - beetrees:f16-inline-asm-riscv, r=Amanieu | Jubilee | -6/+49 |
| 2024-06-21 | Remove type_i1 and type_struct from cg_ssa | bjorn3 | -14/+14 |
| 2024-06-21 | Remove check_overflow method from MiscMethods | bjorn3 | -8/+0 |
| 2024-06-21 | Remove const_bitcast from ConstMethods | bjorn3 | -4/+0 |
| 2024-06-21 | Remove PrintBackendInfo trait | bjorn3 | -25/+29 |
| 2024-06-21 | Move vcall_visibility_metadata optimization hint out of a debuginfo generatio... | bjorn3 | -7/+17 |
| 2024-06-21 | Add `f16` inline ASM support for RISC-V | beetrees | -6/+49 |
| 2024-06-21 | Add `f16` inline ASM support for 32-bit ARM | beetrees | -0/+39 |
| 2024-06-18 | Remove redundant argument from `subdiagnostic` method | Oli Scherer | -1/+1 |
| 2024-06-18 | Use a dedicated type instead of a reference for the diagnostic context | Oli Scherer | -37/+41 |
| 2024-06-16 | Rollup merge of #126365 - Dirbaio:collapse-debuginfo-statics, r=workingjubilee | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2024-06-15 | Rollup merge of #126424 - Enselic:sort-target-features, r=lqd | Matthias Krüger | -0/+5 |
| 2024-06-14 | Deprecate no-op codegen option `-Cinline-threshold=...` | Martin Nordholts | -3/+0 |
| 2024-06-14 | Also sort `crt-static` in `--print target-features` output | Martin Nordholts | -0/+5 |
| 2024-06-13 | Add `f16` and `f128` inline ASM support for `x86` and `x86-64` | beetrees | -0/+100 |
| 2024-06-13 | Honor collapse_debuginfo for statics. | Dario Nieuwenhuis | -2/+2 |