| Age | Commit message (Expand) | Author | Lines |
| 2019-08-16 | Rename overflowing_{add,sub,mul} intrinsics to wrapping_{add,sub,mul}. | Eduard-Mihai Burtescu | -4/+4 |
| 2019-08-10 | Revert "Rollup merge of #62150 - alex:mem-uninit-refactor, r=RalfJung" | Tatsuyuki Ishi | -1/+1 |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by rustb... | Vadim Petrochenkov | -2/+0 |
| 2019-07-20 | Remove vector fadd/fmul reduction workarounds | Nikita Popov | -23/+5 |
| 2019-07-09 | Fix float add/mul reduction codegen | Nikita Popov | -2/+3 |
| 2019-07-04 | Implement mem::{zeroed,uninitialized} in terms of MaybeUninit. | Alex Gaynor | -1/+1 |
| 2019-06-17 | Expose `VaListImpl` as the Rust equivalent of `__va_list_tag` and implement C... | Andrei Homescu | -35/+3 |
| 2019-06-12 | rustc_codegen_llvm: `deny(internal)`. | Eduard-Mihai Burtescu | -6/+6 |
| 2019-06-06 | Add intrinsics for floating-point min and max | varkor | -0/+4 |
| 2019-06-05 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -2/+2 |
| 2019-06-03 | Auto merge of #59148 - lcnr:unchecked_maths, r=eddyb | bors | -1/+23 |
| 2019-06-03 | add unchecked math intrinsics | lcnr/Bastian Kauschke | -1/+23 |
| 2019-06-02 | query-fy type_name | Mark Mansi | -1/+1 |
| 2019-05-30 | Make the `type_name` intrinsic's output deterministic | Oliver Scherer | -3/+2 |
| 2019-05-20 | Introduce `LocalInternedString::intern`. | Nicholas Nethercote | -2/+2 |
| 2019-03-15 | rustc: tie the 'tcx between Print and PrintCx in ty::print. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-03-15 | rustc: remove fmt::{Debug,Display} from ty::TyKind. | Eduard-Mihai Burtescu | -12/+11 |
| 2019-02-27 | Support defining C compatible variadic functions | Dan Robertson | -10/+41 |
| 2019-02-25 | librustc_codegen_llvm: deny(elided_lifetimes_in_paths) | Mazdak Farrokhzad | -9/+9 |
| 2019-02-24 | Auto merge of #58304 - gnzlbg:simd_saturated, r=nagisa | bors | -0/+45 |
| 2019-02-20 | Rollup merge of #58562 - dlrobertson:fix_nits, r=alexreg | kennytm | -4/+2 |
| 2019-02-18 | Fix style nits | Dan Robertson | -4/+2 |
| 2019-02-18 | librustc_codegen_llvm => 2018 | Taiki Endo | -10/+10 |
| 2019-02-08 | Add simd_saturating_{add,sub} intrinsics | gnzlbg | -0/+45 |
| 2019-01-29 | Use LLVM intrinsics for saturating add/sub | Nikita Popov | -3/+41 |
| 2019-01-24 | Auto merge of #57269 - gnzlbg:simd_bitmask, r=rkruppe | bors | -0/+46 |
| 2019-01-22 | Add intrinsic to create an integer bitmask from the MSB of integer vectors | gnzlbg | -0/+46 |
| 2019-01-14 | rustc: Remove platform intrinsics crate | Alex Crichton | -137/+1 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-14 | rustc: Add an unstable `simd_select_bitmask` intrinsic | Alex Crichton | -1/+2 |
| 2018-12-13 | rustc: Add an unstable `simd_select_bitmask` intrinsic | Alex Crichton | -0/+21 |
| 2018-12-12 | rustc: Switch `extern` functions to abort by default on panic | Alex Crichton | -1/+1 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -2/+2 |
| 2018-12-02 | Auto merge of #56198 - bjorn3:cg_ssa_refactor, r=eddyb | bors | -116/+131 |
| 2018-11-29 | Move get_static from CodegenCx to Builder | bjorn3 | -1/+1 |
| 2018-11-29 | Use implicit deref instead of BuilderMethods::cx() | bjorn3 | -119/+119 |
| 2018-11-29 | Move IntrinsicCallMethods::call_overflow_intrinsics to BuilderMethods::checke... | bjorn3 | -74/+0 |
| 2018-11-29 | Don't use llvm intrinsic names in cg_ssa | bjorn3 | -0/+89 |
| 2018-11-26 | libcore: Add va_list lang item and intrinsics | Dan Robertson | -2/+56 |
| 2018-11-22 | rustc_target: avoid using AbiAndPrefAlign where possible. | Eduard-Mihai Burtescu | -13/+13 |
| 2018-11-22 | rustc_target: separate out an individual Align from AbiAndPrefAlign. | Eduard-Mihai Burtescu | -6/+6 |
| 2018-11-16 | [eddyb] rustc_codegen_ssa: rename `interfaces` to `traits`. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-11-16 | All Builder methods now take &mut self instead of &self | Denis Merigoux | -118/+126 |
| 2018-11-16 | Added some docs + start to &mut self builder methods | Denis Merigoux | -4/+4 |
| 2018-11-16 | Finished moving backend-agnostic code to rustc_codegen_ssa | Denis Merigoux | -6/+7 |
| 2018-11-16 | Beginning of moving all backend-agnostic code to rustc_codegen_ssa | Denis Merigoux | -3/+3 |
| 2018-11-16 | [eddyb/rebase cleanup] abstracted Funclet | Eduard-Mihai Burtescu | -2/+2 |
| 2018-11-16 | Moved common.rs enums | Denis Merigoux | -2/+4 |
| 2018-11-16 | Move doc to trait declarations | Denis Merigoux | -3/+0 |
| 2018-11-16 | Generalized mir::codegen_mir (and all subsequent functions) | Denis Merigoux | -17/+17 |