| Age | Commit message (Expand) | Author | Lines |
| 2018-05-21 | Stabilise inclusive_range_methods | varkor | -1/+0 |
| 2018-05-14 | Introduce OperandValue::nontemporal_store and use it in the intrinsics | Anthony Ramine | -78/+64 |
| 2018-05-14 | Introduce OperandValue::volatile_store and use it in the intrinsics | Anthony Ramine | -28/+35 |
| 2018-05-13 | rustc: leave space for fields of uninhabited types to allow partial initializ... | Eduard-Mihai Burtescu | -7/+4 |
| 2018-05-07 | Auto merge of #50000 - michaelwoerister:cross-lang-lto, r=alexcrichton | bors | -3/+13 |
| 2018-05-06 | issue-49938: Reference tagged unions discr(iminant) as tag | Samuel Wilson | -4/+4 |
| 2018-05-03 | Don't run LTO passes in rustc when cross-lang LTO is enabled. | Michael Woerister | -0/+4 |
| 2018-05-03 | Use correct section name for embedded LLVM bitcode on OSX. | Michael Woerister | -2/+6 |
| 2018-05-03 | Add -Z cross-lang-lto flag in order to support linker-based LTO. | Michael Woerister | -1/+2 |
| 2018-05-03 | Declare embedded LLVM bitcode section readonly. | Michael Woerister | -0/+1 |
| 2018-05-02 | Auto merge of #50278 - eddyb:mir-succ-iter, r=nikomatsakis | bors | -1/+1 |
| 2018-05-01 | Auto merge of #50198 - oli-obk:const_prop, r=eddyb | bors | -28/+9 |
| 2018-05-01 | rustc: return impl Iterator from Terminator(Kind)::successors(_mut). | Eduard-Mihai Burtescu | -1/+1 |
| 2018-05-01 | Auto merge of #49724 - kennytm:range-inc-start-end-methods, r=Kimundi | bors | -12/+12 |
| 2018-05-01 | Auto merge of #48786 - nagisa:fp, r=nikomatsakis | bors | -2/+0 |
| 2018-05-01 | Don't force-enable frame pointers when generating debug info | Björn Steinbrink | -2/+0 |
| 2018-05-01 | Auto merge of #50304 - nox:uninhabited-output, r=eddyb | bors | -3/+3 |
| 2018-05-01 | Removed direct field usage of RangeInclusive in rustc itself. | kennytm | -11/+11 |
| 2018-04-30 | Unify MIR assert messages and const eval errors | Oliver Schneider | -24/+5 |
| 2018-04-30 | Merge ConstMathError into EvalErrorKind | Oliver Schneider | -3/+2 |
| 2018-04-30 | Remove the `rustc_const_math` crate | Oliver Schneider | -4/+2 |
| 2018-04-30 | Remove ConstFloat | Oliver Schneider | -1/+4 |
| 2018-04-30 | Make the fields of RangeInclusive private. | kennytm | -1/+1 |
| 2018-04-28 | Add `-C target-feature` to all functions | Alex Crichton | -33/+28 |
| 2018-04-28 | Mark functions returning uninhabited types as noreturn | Anthony Ramine | -3/+3 |
| 2018-04-28 | Auto merge of #50164 - nox:rval-range-metadata, r=eddyb | bors | -20/+30 |
| 2018-04-27 | Auto merge of #50290 - kennytm:rollup, r=kennytm | bors | -1/+9 |
| 2018-04-28 | Rollup merge of #50263 - alexcrichton:uwtable-allcoators, r=eddyb | kennytm | -0/+4 |
| 2018-04-28 | Rollup merge of #50251 - alexcrichton:wasm-no-threads, r=eddyb | kennytm | -1/+5 |
| 2018-04-27 | Auto merge of #50137 - nox:rm-bool-cmp-hack, r=eddyb | bors | -10/+0 |
| 2018-04-27 | Rename InternedString to LocalInternedString and introduce a new thread-safe ... | John Kåre Alsaker | -18/+18 |
| 2018-04-26 | rustc: Emit `uwtable` for allocator shims | Alex Crichton | -0/+4 |
| 2018-04-26 | Emit range metadata on calls returning scalars (fixes #50157) | Anthony Ramine | -20/+30 |
| 2018-04-26 | Auto merge of #49513 - nox:univariant-fieldless-enum-as-zst, r=eddyb | bors | -7/+37 |
| 2018-04-26 | rustc_target: move in syntax::abi and flip dependency. | Irina Popa | -2/+2 |
| 2018-04-26 | Treat repr(Rust) univariant fieldless enums as a ZST (fixes #15747) | Anthony Ramine | -1/+20 |
| 2018-04-26 | rustc: Disable threads in LLD for wasm | Alex Crichton | -1/+5 |
| 2018-04-26 | rustc_target: move in cabi_* from rustc_trans. | Irina Popa | -2004/+88 |
| 2018-04-26 | rustc_trans: generalize cabi_* to any context type. | Irina Popa | -175/+290 |
| 2018-04-26 | rustc_target: move LayoutOf's type parameter to an associated type. | Irina Popa | -1/+2 |
| 2018-04-26 | rustc_target: move in type definitions from rustc_trans::abi. | Irina Popa | -207/+21 |
| 2018-04-26 | rustc_target: move in type definitions from ty::layout. | Irina Popa | -1/+1 |
| 2018-04-26 | Rename rustc_back::target to rustc_target::spec. | Irina Popa | -13/+12 |
| 2018-04-26 | rustc_back: move LinkerFlavor, PanicStrategy, and RelroLevel to target. | Irina Popa | -7/+6 |
| 2018-04-26 | Consistently use C_uint_big for discriminants | Anthony Ramine | -4/+6 |
| 2018-04-26 | Properly look for uninhabitedness when handling discriminants | Anthony Ramine | -3/+12 |
| 2018-04-25 | Auto merge of #50016 - tmandry:cleanup-binder, r=nikomatsakis | bors | -3/+3 |
| 2018-04-25 | Auto merge of #50134 - andjo403:jobserver, r=michaelwoerister | bors | -8/+1 |
| 2018-04-24 | Make Binder's field private and clean up its usage | Tyler Mandry | -3/+3 |
| 2018-04-23 | Auto merge of #49779 - oli-obk:const_err_regression, r=eddyb | bors | -1/+8 |