| Age | Commit message (Expand) | Author | Lines |
| 2020-03-05 | debuginfo: Use is unsigned flag when emitting enumerators | Tomasz Miąsko | -0/+27 |
| 2020-03-03 | Fix check for __msan_keep_going in sanitizer-recover test | Tomasz Miąsko | -2/+2 |
| 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 |
| 2020-02-05 | Selectively disable sanitizer instrumentation | Tomasz Miąsko | -0/+61 |
| 2020-02-04 | Add tests for RISC-V C ABI | msizanoen1 | -0/+751 |
| 2020-01-28 | Add support for Control Flow Guard on Windows. | Andrew Paverd | -0/+30 |
| 2020-01-27 | Auto merge of #68122 - Centril:stabilize-transparent-enums, r=petrochenkov | bors | -4/+4 |
| 2020-01-21 | Mark __msan_keep_going as an exported symbol for LTO | Tomasz Miąsko | -20/+36 |
| 2020-01-20 | Mark __msan_track_origins as an exported symbol for LTO | Nikita Popov | -1/+5 |
| 2020-01-20 | stabilize transparent_enums | Mazdak Farrokhzad | -4/+4 |
| 2020-01-19 | fix real_drop_in_place in comments | Ralf Jung | -1/+1 |
| 2020-01-13 | Auto merge of #67900 - nikic:prepare-llvm-10, r=nagisa | bors | -27/+28 |
| 2020-01-11 | Make codegen tests wordsize independent | Oliver Scherer | -7/+6 |
| 2020-01-10 | Promote `Ref`s to constants instead of static | Santiago Pastorino | -3/+3 |
| 2020-01-07 | Account for pointer type suffix in prefetch test | Nikita Popov | -16/+16 |
| 2020-01-07 | Handle extra attributes in repeat-trusted-len.rs test | Nikita Popov | -1/+1 |
| 2020-01-07 | Update codegen tests with unnamed arguments | Nikita Popov | -8/+8 |
| 2020-01-07 | Update bool-cmp.rs codegen | Nikita Popov | -2/+3 |
| 2019-12-30 | Use function attribute "frame-pointer" instead of "no-frame-pointer-elim" | Fangrui Song | -3/+4 |
| 2019-12-14 | Revert "Remove `#![feature(never_type)]` from tests." | Niko Matsakis | -0/+2 |
| 2019-12-11 | Rollup merge of #66881 - krishna-veerareddy:issue-66780-bool-ord-optimization... | Mazdak Farrokhzad | -0/+17 |
| 2019-12-07 | Rollup merge of #67054 - RalfJung:set-discriminant-unreachable, r=oli-obk | Yuki Okushi | -0/+43 |
| 2019-12-06 | use abort instead of unreachable | Ralf Jung | -3/+3 |
| 2019-12-05 | add a test | Ralf Jung | -0/+43 |
| 2019-12-05 | Auto merge of #66520 - alexcrichton:disable-gdb-wasm, r=eddyb | bors | -0/+2 |
| 2019-12-04 | Disable gdb pretty printer global section on wasm targets | Alex Crichton | -0/+2 |
| 2019-12-02 | Update the minimum external LLVM to 7 | Josh Stone | -8/+0 |
| 2019-11-29 | Optimize Ord trait implementation for bool | Krishna Sai Veera Reddy | -0/+17 |
| 2019-11-29 | Auto merge of #66645 - RalfJung:dereferenceable, r=pnkfelix | bors | -1/+3 |
| 2019-11-22 | remove the 'dereferenceable' attribute from Box | Ralf Jung | -1/+3 |
| 2019-11-22 | Add support for tracking origins of uninitialized memory | Tomasz Miąsko | -0/+28 |
| 2019-11-22 | Add support for sanitizer recovery | Tomasz Miąsko | -0/+34 |
| 2019-11-21 | Introduce MIR optimizations for simplifying `x?` on `Result`s. | Mazdak Farrokhzad | -3/+22 |
| 2019-11-21 | Remove `#![feature(never_type)]` from tests. | Mazdak Farrokhzad | -2/+0 |
| 2019-11-11 | [mir-opt] Turn on the `ConstProp` pass by default | Wesley Wiser | -3/+3 |
| 2019-11-04 | Do not require extra LLVM backends for `x.py test` to pass | Vadim Petrochenkov | -5/+1 |
| 2019-10-31 | rustc_codegen_ssa: move all set_var_name calls to mir::debuginfo. | Eduard-Mihai Burtescu | -86/+99 |
| 2019-10-29 | Rollup merge of #65832 - tlively:emscripten-exception-handling, r=alexcrichton | Tyler Mandry | -5/+5 |
| 2019-10-26 | Only run efiapi test on llvm 9.0+ | roblabla | -0/+2 |
| 2019-10-25 | Re-enable Emscripten's exception handling support | Thomas Lively | -5/+5 |
| 2019-10-25 | Fix EFIABI test | roblabla | -12/+21 |
| 2019-10-25 | Add new EFIAPI ABI | roblabla | -0/+20 |
| 2019-10-16 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -118/+92 |