| Age | Commit message (Expand) | Author | Lines |
| 2018-04-29 | musl: don't use the included startfiles with -crt-static | Johannes Nixdorf | -0/+16 |
| 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 |
| 2018-04-17 | Remove `underscore_lifetimes` and `match_default_bindings` from active featur... | kennytm | -1/+0 |
| 2018-04-15 | Only warn on erroneous promoted constants | Oliver Schneider | -1/+8 |
| 2018-04-15 | Auto merge of #49833 - oli-obk:incremental_miri_regression, r=michaelwoerister | bors | -8/+7 |
| 2018-04-14 | Auto merge of #49289 - varkor:emit-metadata-without-link, r=michaelwoerister | bors | -2/+3 |
| 2018-04-14 | Stop referring to statics' AllocIds directly | Oliver Schneider | -8/+7 |
| 2018-04-12 | Restore Global.oom() functionality | Simon Sapin | -0/+2 |
| 2018-04-12 | Use the GlobalAlloc trait for #[global_allocator] | Simon Sapin | -25/+3 |
| 2018-04-12 | Auto merge of #49558 - Zoxc:sync-misc, r=michaelwoerister | bors | -20/+23 |
| 2018-04-12 | Rollup merge of #49857 - Amanieu:aarch64_fp, r=alexcrichton | kennytm | -0/+1 |
| 2018-04-11 | Rollup merge of #49525 - varkor:sort_by_cached_key-conversion, r=scottmcm | kennytm | -2/+4 |
| 2018-04-11 | Auto merge of #49715 - Mark-Simulacrum:deny-warnings, r=alexcrichton | bors | -1/+0 |
| 2018-04-11 | Auto merge of #49695 - michaelwoerister:unhygienic-ty-min, r=nikomatsakis | bors | -3/+3 |