| Age | Commit message (Expand) | Author | Lines |
| 2020-06-07 | Rollup merge of #72977 - tblah:riscv-codegen-llvm10, r=nikomatsakis | Dylan DPC | -41/+93 |
| 2020-06-04 | Revert "Defer creating drop trees in MIR lowering until leaving that scope" | Felix S. Klock II | -3/+3 |
| 2020-06-04 | test: codegen: skip catch-unwind on riscv64 | Tom Eccles | -0/+9 |
| 2020-06-04 | test: codegen: Add riscv abi llvm intrinsics test | Tom Eccles | -0/+32 |
| 2020-06-04 | test: codegen: riscv64-abi: print value numbers for unnamed func args | Tom Eccles | -41/+41 |
| 2020-06-04 | test: codegen: skip tests inappropriate for riscv64 | Tom Eccles | -0/+11 |
| 2020-05-24 | Added a codegen test for a recent optimization for overflow-checks=on | Alex Gaynor | -0/+26 |
| 2020-05-21 | Auto merge of #71718 - NeoRaider:ffi_const_pure, r=Amanieu | bors | -0/+24 |
| 2020-05-21 | Auto merge of #72205 - ecstatic-morse:nrvo, r=oli-obk | bors | -2/+19 |
| 2020-05-20 | Rollup merge of #72139 - nnethercote:standalone-fold, r=cuviper | Dylan DPC | -24/+0 |
| 2020-05-20 | Add tests for `#[ffi_const]` and `#[ffi_pure]` function attributes | Matthias Schiffer | -0/+24 |
| 2020-05-18 | Add tests for asm! | Amanieu d'Antras | -0/+96 |
| 2020-05-18 | Make `fold` standalone. | Nicholas Nethercote | -24/+0 |
| 2020-05-17 | Test that NRVO elides the call to `memcpy` | Dylan MacKenzie | -0/+17 |
| 2020-05-16 | Disable MIR optimization for alignment codegen tests | Dylan MacKenzie | -2/+2 |
| 2020-05-11 | cmdline: Make target features individually overridable | Vadim Petrochenkov | -0/+9 |
| 2020-05-09 | Defer creating drop trees in MIR lowering until leaving that scope | Matthew Jasper | -3/+3 |
| 2020-05-07 | Rollup merge of #71952 - JohnTitor:add-tests, r=Dylan-DPC | Dylan DPC | -0/+25 |
| 2020-05-08 | Add some skip flags | Yuki Okushi | -1/+4 |
| 2020-05-07 | Add test for #29988 | Yuki Okushi | -0/+22 |
| 2020-05-06 | Rollup merge of #71269 - Mark-Simulacrum:sat-float-casts, r=nikic | Dylan DPC | -6/+6 |
| 2020-05-06 | Define UB in float-to-int casts to saturate | Mark Rousskov | -6/+6 |
| 2020-05-04 | Add Option to Force Unwind Tables | Sam Elliott | -0/+7 |
| 2020-04-20 | Fix codegen and mir-opt tests | Jonas Schievink | -2/+2 |
| 2020-04-18 | Auto merge of #71147 - cuviper:min-llvm8, r=Mark-Simulacrum | bors | -26/+13 |
| 2020-04-15 | Use `call` instead of `invoke` for functions that cannot unwind | Wesley Wiser | -8/+35 |
| 2020-04-14 | Update the minimum external LLVM to 8 | Josh Stone | -26/+13 |
| 2020-04-02 | Add hash of source files in debug info | Arlo Siemsen | -3/+15 |
| 2020-03-26 | Update tests to use llvm_asm! | Amanieu d'Antras | -2/+2 |
| 2020-03-20 | Auto merge of #69509 - RalfJung:debug-assert-write, r=eddyb | bors | -6/+1 |
| 2020-03-15 | Rollup merge of #69357 - tmiasko:debuginfo-column, r=michaelwoerister | Dylan DPC | -0/+40 |
| 2020-03-14 | fix a codegen test | Ralf Jung | -6/+1 |
| 2020-03-13 | Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrum | bors | -0/+39 |
| 2020-03-13 | Auto merge of #69155 - chrissimpkins:llvm-globals, r=eddyb | bors | -3/+3 |
| 2020-03-12 | support LLVM globals corresponding to miri allocations | Chris Simpkins | -3/+3 |
| 2020-03-05 | debuginfo: Use is unsigned flag when emitting enumerators | Tomasz Miąsko | -0/+27 |
| 2020-03-05 | Simplify the try intrinsic by using a callback in the catch block | Amanieu d'Antras | -1/+4 |
| 2020-03-03 | Fix check for __msan_keep_going in sanitizer-recover test | Tomasz Miąsko | -2/+2 |
| 2020-03-02 | Test catch_unwind vanishing | Amanieu d'Antras | -0/+36 |
| 2020-02-26 | Test that column information is not emitted for MSVC targets | Tomasz Miąsko | -0/+16 |
| 2020-02-26 | Use byte offsets when emitting debuginfo columns | Tomasz Miąsko | -3/+11 |
| 2020-02-26 | Emit 1-based column numbers in debuginfo | Tomasz Miąsko | -0/+16 |
| 2020-02-18 | better lint names | Ralf Jung | -1/+1 |
| 2020-02-15 | fix codegen tests | Ralf Jung | -1/+1 |
| 2020-02-12 | Add support for new pass manager | Nikita Popov | -4/+4 |
| 2020-02-11 | Auto merge of #68961 - eddyb:dbg-stack-dunk, r=nagisa | bors | -5/+3 |
| 2020-02-10 | Auto merge of #68835 - CAD97:sound-range-inclusive, r=Mark-Simulacrum | bors | -16/+18 |
| 2020-02-09 | rustc_codegen_ssa: use `debug_introduce_local` on Operand call results. | Eduard-Mihai Burtescu | -5/+3 |
| 2020-02-08 | Disable failing codegen test | CAD97 | -16/+18 |
| 2020-02-08 | Auto merge of #68452 - msizanoen1:riscv-abi, r=nagisa,eddyb | bors | -0/+751 |