| Age | Commit message (Expand) | Author | Lines |
| 2020-01-11 | Apply review feedback | Amanieu d'Antras | -1/+5 |
| 2020-01-11 | Explain flag value of 8 for msvc_try | Amanieu d'Antras | -1/+5 |
| 2020-01-11 | Fix a memory leak in SEH unwinding if a Rust panic is caught by C++ and disca... | Amanieu d'Antras | -5/+18 |
| 2020-01-06 | Auto merge of #67886 - Centril:rustc_hir_canon_imports, r=nagisa | bors | -1/+1 |
| 2020-01-05 | Rename Instance.ty to Instance.monomorphic_ty | Aaron Hill | -1/+1 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -1/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -567/+721 |
| 2019-12-22 | Rollup merge of #66877 - skinny121:const-eval-entry-points, r=oli-obk | Mazdak Farrokhzad | -6/+3 |
| 2019-12-22 | Add simpler entry points to const eval for common usages. | Ben Lewis | -6/+3 |
| 2019-12-20 | 1. ast::Mutability::{Mutable -> Mut, Immutable -> Not}. | Mazdak Farrokhzad | -1/+1 |
| 2019-12-11 | rustc: Link LLVM directly into rustc again | Alex Crichton | -0/+1 |
| 2019-12-06 | Add `{f32,f64}::approx_unchecked_to<Int>` unsafe methods | Simon Sapin | -1/+28 |
| 2019-12-04 | Auto merge of #65947 - eddyb:fn-abi, r=oli-obk,nagisa | bors | -4/+5 |
| 2019-12-03 | rustc: take a PolyFnSig instead of an FnSig in FnAbi::of_fn_ptr. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-12-03 | rustc: rename FnAbi::new to FnAbi::of_fn_ptr. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-12-03 | rustc_codegen_ssa: take a FnAbi instead of a FnSig in declare_fn. | Eduard-Mihai Burtescu | -6/+5 |
| 2019-12-03 | rustc_codegen_ssa: remove define_fn and define_internal_fn. | Eduard-Mihai Burtescu | -1/+3 |
| 2019-12-02 | Update the minimum external LLVM to 7 | Josh Stone | -26/+5 |
| 2019-11-24 | Store ptr_width as u32 on Config | Mark Rousskov | -2/+2 |
| 2019-11-21 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -1/+1 |
| 2019-11-16 | avoid some casts | Ralf Jung | -9/+6 |
| 2019-11-16 | make simd_size return a u64 | Ralf Jung | -9/+13 |
| 2019-11-10 | Merge hir::Mutability into ast::Mutability. | Camille GILLOT | -1/+1 |
| 2019-11-07 | rustc_target: inline abi::FloatTy into abi::Primitive. | Eduard-Mihai Burtescu | -3/+3 |
| 2019-11-07 | syntax: use distinct FloatTy from rustc_target. | Mazdak Farrokhzad | -3/+3 |
| 2019-11-05 | Auto merge of #65938 - eddyb:fn-abi-rename, r=oli-obk | bors | -7/+7 |
| 2019-11-03 | Make Emscripten unwinding use a valid type_info | Amanieu d'Antras | -3/+10 |
| 2019-11-03 | Make SEH exceptions use a rust_panic type instead of unsigned __int64* | Amanieu d'Antras | -17/+14 |
| 2019-11-03 | rustc_target: rename {Fn,Arg}Type to {Fn,Arg}Abi. | Eduard-Mihai Burtescu | -7/+7 |
| 2019-11-02 | Auto merge of #63810 - oli-obk:const_offset_from, r=RalfJung,nikic | bors | -1/+18 |
| 2019-10-18 | Use dedicated method for getting the type size | Oliver Scherer | -1/+1 |
| 2019-10-13 | Move span_invalid_monomorphization_error from cg_llvm to cg_ssa | bjorn3 | -5/+1 |
| 2019-10-11 | Make <*const/mut T>::offset_from `const fn` | Oliver Scherer | -1/+18 |
| 2019-09-28 | Generate llvm.sideeffect at function entry instead of call | Xiang Fan | -1/+3 |
| 2019-09-28 | Gate llvm.sideeffect under -Z insert-sideeffect | Xiang Fan | -2/+4 |
| 2019-09-28 | Add llvm.sideeffect to potential infinite loops and recursions | Xiang Fan | -0/+6 |
| 2019-09-25 | Rename `sty` to `kind` | varkor | -26/+26 |
| 2019-09-17 | Get rid of special const intrinsic query in favour of `const_eval` | Oliver Scherer | -23/+13 |
| 2019-09-12 | codegen: be more explicit about setting giving names to allocas. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-08-29 | `new_sized` is mostly used without align | Dante-Broggi | -1/+1 |
| 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 |