| Age | Commit message (Expand) | Author | Lines |
| 2017-09-04 | Auto merge of #43067 - pornel:libdeps, r=nrc | bors | -5/+43 |
| 2017-09-04 | rustc_mir: use Local instead of Lvalue in Storage{Live,Dead}. | Eduard-Mihai Burtescu | -9/+7 |
| 2017-09-03 | rustc_mir: use Local in ProjectionElem::Index. | Eduard-Mihai Burtescu | -2/+4 |
| 2017-09-03 | rustc_mir: implement visit_local instead/along visit_lvalue where possible. | Eduard-Mihai Burtescu | -38/+39 |
| 2017-09-02 | Minor compilation fix | Kornel | -1/+1 |
| 2017-09-01 | x86: return single-float aggregates in a float register | Josh Stone | -6/+35 |
| 2017-09-01 | powerpc64: improve extern struct ABI | Josh Stone | -13/+51 |
| 2017-08-30 | Auto merge of #43968 - petrochenkov:span2, r=michaelwoerister | bors | -8/+8 |
| 2017-08-30 | Auto merge of #43903 - oli-obk:alignto, r=aturon | bors | -0/+12 |
| 2017-08-30 | Make fields of `Span` private | Vadim Petrochenkov | -8/+8 |
| 2017-08-29 | Auto merge of #44049 - alexcrichton:nounwind-allocators, r=BurntSushi | bors | -0/+2 |
| 2017-08-28 | std: Mark allocation functions as nounwind | Alex Crichton | -0/+2 |
| 2017-08-28 | Merge branch 'master' of https://github.com/rust-lang/rust into gen | John Kåre Alsaker | -6/+23 |
| 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-25 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -3/+15 |
| 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 | --print=native-static-libs | Kornel | -1/+37 |
| 2017-08-22 | Split print function | Kornel | -4/+6 |
| 2017-08-21 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -4/+14 |
| 2017-08-22 | Auto merge of #43690 - scalexm:issue-28229, r=nikomatsakis | bors | -4/+14 |
| 2017-08-21 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -131/+10 |
| 2017-08-21 | Add align_offset intrinsic | Oliver Schneider | -0/+12 |
| 2017-08-19 | rustc: Remove some dead code | Vadim Petrochenkov | -131/+10 |
| 2017-08-17 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -6/+6 |
| 2017-08-17 | Rollup merge of #43891 - Fourchaux:master, r=steveklabnik | Corey Farwell | -6/+6 |
| 2017-08-16 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -105/+105 |
| 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 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -5/+9 |
| 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-12 | Merge branch 'master' of https://github.com/rust-lang/rust into gen | John Kåre Alsaker | -120/+17 |
| 2017-08-11 | Auto merge of #43766 - michaelwoerister:trans-scheduler-touch-up, r=alexcrichton | bors | -0/+10 |
| 2017-08-11 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -0/+9 |
| 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 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -4/+4 |
| 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 |