| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-04-23 | make rustdoc test follow the jobserver limit of threadsfix that to many threa... | Andreas Jonson | -8/+1 |
| 2018-04-22 | Remove unused AllocatorTy::Bang | Steven Fackler | -2/+0 |
| 2018-04-21 | rustc: Always emit `uwtable` on Android | Alex Crichton | -1/+1 |
| 2018-04-21 | Remove hack around comparisons of i1 values (fixes #40980) | Anthony Ramine | -10/+0 |
| 2018-04-19 | wasm: Increase default stack size to 1MB | Alex Crichton | -0/+1 |
| 2018-04-18 | rustc_trans: also check dominators for SSA values in mir::analyze. | Eduard-Mihai Burtescu | -27/+60 |
| 2018-04-17 | Clean up attribute handling in create_function_debug_context(). | Michael Woerister | -4/+5 |
| 2018-04-17 | Support #[no_debug] for global variables. | Michael Woerister | -3/+10 |
| 2018-04-17 | Auto merge of #49664 - alexcrichton:stable-simd, r=BurntSushi | bors | -31/+96 |
| 2018-04-16 | Separately gate each target_feature feature | Alex Crichton | -31/+96 |