| Age | Commit message (Expand) | Author | Lines |
| 2017-09-14 | rustc: Spawn `cmd /c emcc.bat` explicitly | Alex Crichton | -2/+20 |
| 2017-09-01 | std: Mark allocation functions as nounwind | Alex Crichton | -0/+2 |
| 2017-08-27 | Auto merge of #44060 - taleks:issue-43205, r=arielb1 | bors | -3/+23 |
| 2017-08-25 | *: remove crate_{name,type} attributes | Tamir Duberstein | -3/+0 |
| 2017-08-23 | Fixes issue #43205: ICE in Rvalue::Len evaluation. | Alexey Tarasov | -3/+23 |
| 2017-08-22 | Tell the linker when we want to link a static executable | Samuel Holland | -2/+14 |
| 2017-08-22 | Disable PIE when linking statically | Samuel Holland | -1/+1 |
| 2017-08-22 | Auto merge of #43690 - scalexm:issue-28229, r=nikomatsakis | bors | -4/+14 |
| 2017-08-19 | rustc: Remove some dead code | Vadim Petrochenkov | -131/+10 |
| 2017-08-17 | Rollup merge of #43891 - Fourchaux:master, r=steveklabnik | Corey Farwell | -6/+6 |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -105/+105 |
| 2017-08-15 | Fix typos & us spellings | Fourchaux | -6/+6 |
| 2017-08-14 | Rename `BuiltinShim` -> `CloneShim` | scalexm | -6/+6 |
| 2017-08-14 | Do not store `ty` | scalexm | -2/+2 |
| 2017-08-14 | Make `Clone` a lang item and generate builtin impls. | scalexm | -4/+14 |
| 2017-08-13 | Auto merge of #43836 - taleks:issue-39827, r=arielb1 | bors | -1/+5 |
| 2017-08-13 | Addresses comments in PR #43836 | Alexey Tarasov | -43/+3 |
| 2017-08-12 | Fix some typos | Bastien Orivel | -3/+3 |
| 2017-08-12 | Fixes issue 39827: ICE in volatile_store intrinsic | Alexey Tarasov | -4/+48 |
| 2017-08-12 | Auto merge of #43794 - Eijebong:fix_typos, r=lukaramu,steveklanik,imperio | bors | -1/+1 |
| 2017-08-11 | Auto merge of #43766 - michaelwoerister:trans-scheduler-touch-up, r=alexcrichton | bors | -0/+10 |
| 2017-08-11 | It now completely compiles without LLVM!!! | bjorn3 | -1/+2 |
| 2017-08-11 | Actually make rustc_driver compile without llvm | bjorn3 | -120/+6 |
| 2017-08-10 | Auto merge of #43589 - aidanhs:aphs-fix-system-malloc, r=alexcrichton | bors | -0/+9 |
| 2017-08-11 | Fix some typos | Bastien Orivel | -1/+1 |
| 2017-08-10 | Fix cross-crate global allocators on windows | Aidan Hobson Sayers | -0/+9 |
| 2017-08-10 | Auto merge of #43582 - ivanbakel:unused_mut_ref, r=arielb1 | bors | -4/+4 |
| 2017-08-09 | trans-scheduler: Let main thread take over for other worker. | Michael Woerister | -0/+10 |
| 2017-08-06 | Auto merge of #43488 - Florob:repeat-opt, r=arielb1 | bors | -4/+34 |
| 2017-08-05 | Auto merge of #43554 - eddyb:apfloat, r=nikomatsakis | bors | -12/+16 |
| 2017-08-04 | Auto merge of #43615 - dhduvall:lto-unaligned-read, r=nagisa | bors | -2/+3 |
| 2017-08-04 | Auto merge of #43403 - RalfJung:mir-validate, r=nikomatsakis | bors | -0/+3 |
| 2017-08-04 | trans: Reuse immediate value in call to call_memset() | Florian Zeitz | -2/+1 |
| 2017-08-02 | Fix some unaligned reads on SPARC in LTO | Danek Duvall | -2/+3 |
| 2017-08-02 | rustc_trans: do not pass floating-point values to LLVM through FFI. | Eduard-Mihai Burtescu | -14/+13 |
| 2017-08-02 | rustc_const_math: use apfloat::ieee::{Single,Double} in ConstFloat. | Eduard-Mihai Burtescu | -3/+8 |
| 2017-08-02 | incr.comp.: Properly incorporate symbol linkage and visibility into CGU hash. | Michael Woerister | -18/+5 |
| 2017-08-02 | Rollup merge of #43389 - alexcrichton:thread-error, r=michaelwoerister | Corey Farwell | -12/+11 |
| 2017-08-02 | Fixed another problem. | Isaac van Bakel | -2/+2 |
| 2017-08-02 | trans: Check LLVM type instead of Layout | Florian Zeitz | -8/+4 |
| 2017-08-01 | Fixed all unnecessary muts in language core | Isaac van Bakel | -2/+2 |
| 2017-08-01 | Auto merge of #43506 - michaelwoerister:async-llvm, r=alexcrichton | bors | -575/+1487 |
| 2017-08-01 | async-llvm(28): Make some error messages more informative. | Michael Woerister | -6/+18 |
| 2017-07-31 | async-llvm(27): Move #[rustc_error] check to an earlier point in order to res... | Michael Woerister | -9/+17 |
| 2017-07-31 | trans::mir::constant - fix assignment error recovery | Ariel Ben-Yehuda | -27/+35 |
| 2017-07-31 | async-llvm(26): Print error when failing to acquire Jobserver token. | Michael Woerister | -14/+18 |
| 2017-07-31 | async-llvm(25): Restore -Ztime-passes output for trans and LLVM. | Michael Woerister | -7/+52 |
| 2017-07-31 | async-llvm(24): Improve scheduling and documentation. | Michael Woerister | -90/+214 |
| 2017-07-31 | async-llvm(23): Let the main thread also do LLVM work in order to reduce memo... | Michael Woerister | -98/+218 |
| 2017-07-31 | async-llvm(22): mw invokes mad html skillz to produce graphical LLVM timing r... | Michael Woerister | -0/+222 |