| Age | Commit message (Expand) | Author | Lines |
| 2022-01-22 | Rollup merge of #93153 - tmiasko:reject-unsupported-naked-functions, r=Amanieu | Matthias Krüger | -26/+15 |
| 2022-01-22 | Rollup merge of #92828 - Amanieu:unwind-abort, r=dtolnay | Matthias Krüger | -1/+1 |
| 2022-01-21 | Reject unsupported naked functions | Tomasz Miąsko | -26/+15 |
| 2022-01-17 | update test assertion | Krasimir Georgiev | -2/+2 |
| 2022-01-17 | update codegen test for LLVM 14 | Krasimir Georgiev | -2/+2 |
| 2022-01-17 | Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu | bors | -14/+0 |
| 2022-01-17 | Change TerminatorKind::Abort to call the panic handler instead of | Amanieu d'Antras | -1/+1 |
| 2022-01-13 | Fix non-MSVC test | Eric Holk | -1/+1 |
| 2022-01-13 | Generate more precise generator names | Eric Holk | -1/+1 |
| 2022-01-12 | Remove codegen tests for LLLVM-style inline assembly | Tomasz Miąsko | -14/+0 |
| 2022-01-01 | Update references to `-Z symbol-mangling-version` to use `-C` | Josh Triplett | -1/+1 |
| 2022-01-01 | Auto merge of #92419 - erikdesjardins:coldland, r=nagisa | bors | -0/+52 |
| 2021-12-30 | add test for noop drop in landing pad | Erik Desjardins | -3/+18 |
| 2021-12-30 | keep noinline for system llvm < 14 | Erik Desjardins | -1/+2 |
| 2021-12-29 | Auto merge of #88354 - Jmc18134:hint-space-pauth-opt, r=nagisa | bors | -0/+41 |
| 2021-12-29 | Mark drop calls in landing pads cold instead of noinline | Erik Desjardins | -0/+36 |
| 2021-12-17 | Auto merge of #91838 - scottmcm:array-slice-eq-via-arrays-not-slices, r=dtolnay | bors | -3/+16 |
| 2021-12-14 | Auto merge of #91728 - Amanieu:stable_asm, r=joshtriplett | bors | -27/+44 |
| 2021-12-14 | Do array-slice equality via arrays, rather than always via slices | Scott McMurray | -3/+16 |
| 2021-12-13 | Auto merge of #91657 - nikic:update-llvm, r=cuviper | bors | -0/+14 |
| 2021-12-12 | Stabilize asm! and global_asm! | Amanieu d'Antras | -27/+44 |
| 2021-12-09 | Add test for issue #91490 | Nikita Popov | -0/+14 |
| 2021-12-08 | add // compile-flags: -O to test that depends on opts | Erik Desjardins | -0/+2 |
| 2021-12-05 | Attach range metadata to alignment loads from vtables | Erik Desjardins | -0/+43 |
| 2021-12-05 | Rollup merge of #91355 - alexcrichton:stabilize-thread-local-const, r=m-ou-se | Matthias Krüger | -2/+0 |
| 2021-12-03 | limit may_unwind codegen test to x86_64 | cynecx | -0/+1 |
| 2021-12-03 | fix inline asm test because of missing attribute | cynecx | -1/+1 |
| 2021-12-03 | add tests for asm's options(may_unwind) | cynecx | -0/+24 |
| 2021-12-02 | Auto merge of #91003 - psumbera:sparc64-abi, r=nagisa | bors | -1/+57 |
| 2021-12-01 | Review comments | Jamie Cunliffe | -4/+4 |
| 2021-12-01 | Add codegen option for branch protection and pointer authentication on AArch64 | James McGregor | -0/+41 |
| 2021-12-01 | fix sparc64 ABI for aggregates with floating point members | Petr Sumbera | -1/+57 |
| 2021-11-29 | std: Stabilize the `thread_local_const_init` feature | Alex Crichton | -2/+0 |
| 2021-11-22 | add rustc option for using LLVM stack smash protection | Benjamin A. Bjørnseth | -0/+34 |
| 2021-11-14 | Don't run the codegen test when `debug_assert` is enabled | Scott McMurray | -0/+1 |
| 2021-11-11 | MIRI says `reverse` is UB, so replace it with an implementation that LLVM can... | Scott McMurray | -0/+26 |
| 2021-11-09 | Specialize array cloning for Copy types | Scott McMurray | -0/+15 |
| 2021-11-07 | Add features gates for experimental asm features | Amanieu d'Antras | -1/+1 |
| 2021-10-27 | Auto merge of #89652 - rcvalle:rust-cfi, r=nagisa | bors | -0/+69 |
| 2021-10-25 | Add LLVM CFI support to the Rust compiler | Ramon de C Valle | -0/+69 |
| 2021-10-22 | Update the minimum external LLVM to 12 | Josh Stone | -14/+0 |
| 2021-10-22 | Update the minimum external LLVM to 11 | Josh Stone | -11/+0 |
| 2021-10-19 | Update src/test/codegen/debug-vtable.rs | Wesley Wiser | -1/+1 |
| 2021-10-19 | Erase late-bound regions before computing vtable debuginfo name. | Michael Woerister | -0/+10 |
| 2021-10-14 | Auto merge of #89247 - fee1-dead:const-eval-select, r=oli-obk | bors | -0/+17 |
| 2021-10-14 | fix codegen test | Deadbeef | -2/+2 |
| 2021-10-12 | Add const_eval_select intrinsic | Deadbeef | -0/+17 |
| 2021-10-11 | Auto merge of #89597 - michaelwoerister:improve-vtable-debuginfo, r=wesleywiser | bors | -21/+47 |
| 2021-10-08 | Create more accurate debuginfo for vtables. | Michael Woerister | -21/+47 |
| 2021-10-06 | fix: alloc-optimisation is only for rust llvm | Ximin Luo | -0/+1 |