| Age | Commit message (Expand) | Author | Lines |
| 2020-06-19 | Rollup merge of #73362 - erikdesjardins:bounds, r=nikomatsakis | Ralf Jung | -0/+44 |
| 2020-06-17 | ignore-debug: debug assertions in slice indexing prevent the optimization | erikdesjardins | -0/+1 |
| 2020-06-15 | elaborate, add check for exact bounds | Erik Desjardins | -1/+18 |
| 2020-06-15 | Update sanitizer test | Nathan Corbyn | -1/+2 |
| 2020-06-15 | Fix sanitizer test | Nathan Corbyn | -2/+1 |
| 2020-06-15 | Fix whitespace | Nathan Corbyn | -1/+1 |
| 2020-06-15 | Fix exports with `#[inline(always)]` | Nathan Corbyn | -8/+63 |
| 2020-06-15 | Fix whitespace | Nathan Corbyn | -1/+1 |
| 2020-06-15 | Export all fns with extern indicator | Nathan Corbyn | -26/+61 |
| 2020-06-15 | Export `#[inline] #[no_mangle]` fns in cdylibs and staticlibs | Nathan Corbyn | -0/+26 |
| 2020-06-15 | Test that bounds checks are elided when slice len is checked up-front | Erik Desjardins | -0/+26 |
| 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 |