| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-10-12 | make tests more robust | Ralf Jung | -2/+2 |
| 2019-10-12 | some typography | Ralf Jung | -2/+2 |
| 2019-10-12 | also (properly) test nounwind on function definitions | Ralf Jung | -6/+19 |
| 2019-10-12 | update test for nounwind on FFI imports | Ralf Jung | -19/+41 |
| 2019-09-28 | Gate llvm.sideeffect under -Z insert-sideeffect | Xiang Fan | -35/+19 |
| 2019-09-28 | Add llvm.sideeffect to potential infinite loops and recursions | Xiang Fan | -16/+82 |
| 2019-09-13 | codegen: use "_N" (like for other locals) instead of "argN", for argument names. | Eduard-Mihai Burtescu | -54/+54 |
| 2019-09-12 | codegen: be more explicit about setting giving names to allocas. | Eduard-Mihai Burtescu | -4/+5 |
| 2019-09-09 | test/c-variadic: Fix patterns on powerpc64 | Samuel Holland | -11/+12 |
| 2019-09-06 | rustc_codegen_llvm: give names to non-alloca variable values. | Eduard-Mihai Burtescu | -0/+15 |
| 2019-08-29 | Small improvement for Ord implementation of integers | Lzu Tao | -2/+2 |
| 2019-08-26 | add link to FileCheck docs | Ralf Jung | -0/+2 |
| 2019-08-25 | Force #[unwind(aborts)] in test/codegen/c-variadic.rs | Josh Stone | -0/+6 |
| 2019-08-21 | Add codegen test for integers compare | Lzu Tao | -0/+28 |
| 2019-08-19 | Cherry-pick src/test changes with Centril's changes | sd234678 | -3/+0 |
| 2019-08-12 | Add codegen tests for the genericity of fold closures | Josh Stone | -0/+24 |
| 2019-07-16 | Auto merge of #62592 - nikic:actually-update-llvm, r=alexcrichton | bors | -12/+14 |
| 2019-07-15 | ignore some codegen tests in debug mode | Ralf Jung | -0/+3 |
| 2019-07-15 | Relax checks in pgo-instrumentation codegen test | Nikita Popov | -4/+4 |
| 2019-07-15 | Update transparent aggregate codegen test for byval changes | Nikita Popov | -8/+10 |
| 2019-07-09 | Adjust codegen tests for DISPFlagMainSubprogram | Nikita Popov | -2/+2 |
| 2019-06-21 | Stabilize profile-guided optimization. | Michael Woerister | -2/+2 |
| 2019-06-18 | Auto merge of #59625 - immunant:copy_variadics_typealias, r=eddyb | bors | -3/+30 |
| 2019-06-17 | Expose `VaListImpl` as the Rust equivalent of `__va_list_tag` and implement C... | Andrei Homescu | -3/+30 |
| 2019-06-17 | Rollup merge of #61885 - scottmcm:slice-iter-len-opt, r=rkruppe,RalfJung | Mazdak Farrokhzad | -0/+14 |
| 2019-06-15 | Help LLVM better optimize slice::Iter(Mut)::len | Scott McMurray | -0/+14 |
| 2019-06-13 | Create fewer basic blocks in match MIR lowering | Matthew Jasper | -2/+2 |
| 2019-06-11 | Rollup merge of #61526 - lcnr:test_reorder, r=nikomatsakis | Mazdak Farrokhzad | -2/+2 |
| 2019-06-10 | Implement RFC 2645 (transparent enums and unions) | Michael Bradshaw | -28/+190 |
| 2019-06-09 | Auto merge of #61229 - Centril:stabilize-repr_align_enum, r=nagisa | bors | -1/+0 |