| Age | Commit message (Expand) | Author | Lines |
| 2017-09-02 | stabilize mem::discriminant (closes #24263) | Alex Burka | -2/+0 |
| 2017-09-02 | Enable backtrace tests for macOS and iOS | John Colanduoni | -3/+1 |
| 2017-09-01 | Auto merge of #44233 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -0/+45 |
| 2017-08-31 | Rollup merge of #44202 - alexcrichton:xcrate-generators, r=arielb1 | Mark Simulacrum | -0/+45 |
| 2017-08-31 | Auto merge of #43425 - matklad:lambda-restrictions, r=eddyb | bors | -0/+19 |
| 2017-08-30 | rustc: Fix reachability with cross-crate generators | Alex Crichton | -0/+45 |
| 2017-08-30 | Auto merge of #43932 - eddyb:const-scoping, r=nikomatsakis | bors | -3/+15 |
| 2017-08-30 | Auto merge of #43968 - petrochenkov:span2, r=michaelwoerister | bors | -1/+1 |
| 2017-08-30 | Make fields of `Span` private | Vadim Petrochenkov | -1/+1 |
| 2017-08-29 | resolve type vars with obligations in more places | Ariel Ben-Yehuda | -0/+37 |
| 2017-08-29 | remove the hacky selection impl in `method::probe` | Ariel Ben-Yehuda | -0/+17 |
| 2017-08-27 | Ignore a threaded test on emscripten | Alex Crichton | -0/+1 |
| 2017-08-28 | rustc: treat impl associated consts like const items for constness. | Eduard-Mihai Burtescu | -3/+15 |
| 2017-08-28 | Merge branch 'master' of https://github.com/rust-lang/rust into gen | John Kåre Alsaker | -0/+52 |
| 2017-08-27 | Auto merge of #44060 - taleks:issue-43205, r=arielb1 | bors | -0/+14 |
| 2017-08-26 | Add test for wrong code generation for HashSet creation on arm cpu | Evgeniy A. Dushistov | -0/+38 |
| 2017-08-25 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -6/+35 |
| 2017-08-23 | Fixes issue #43205: ICE in Rvalue::Len evaluation. | Alexey Tarasov | -0/+14 |
| 2017-08-23 | Rollup merge of #44047 - cuviper:union-basic-endian, r=petrochenkov | Corey Farwell | -6/+2 |
| 2017-08-22 | Fix little-endian assumptions in run-pass/union/union-basic | Josh Stone | -6/+2 |
| 2017-08-22 | Auto merge of #44013 - arielb1:coerce-snapshot, r=eddyb | bors | -0/+19 |
| 2017-08-22 | Auto merge of #44008 - RalfJung:staged1, r=alexcrichton | bors | -0/+14 |
| 2017-08-21 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -2/+125 |
| 2017-08-22 | Auto merge of #43690 - scalexm:issue-28229, r=nikomatsakis | bors | -2/+125 |
| 2017-08-21 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -0/+16 |
| 2017-08-21 | register fn-ptr coercion obligations out of a snapshot | Ariel Ben-Yehuda | -0/+19 |
| 2017-08-20 | Test staging attributes when -Zforce-unstable-if-unmarked is set | Ralf Jung | -0/+14 |
| 2017-08-18 | rustc: Add `Local` to the HIR map of parents | Alex Crichton | -0/+16 |
| 2017-08-17 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -2/+0 |
| 2017-08-17 | Accept underscores in unicode escapes | Malo Jaffré | -0/+14 |
| 2017-08-16 | Stabilize rvalue promotion to 'static. | Eduard-Mihai Burtescu | -2/+0 |
| 2017-08-16 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -0/+16 |
| 2017-08-16 | Auto merge of #43841 - alexcrichton:fix-another-regression, r=eddyb | bors | -0/+16 |
| 2017-08-14 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -10/+99 |
| 2017-08-14 | Auto merge of #43858 - arielb1:escaping-default, r=eddyb | bors | -0/+24 |
| 2017-08-14 | Use an helper struct | scalexm | -10/+10 |
| 2017-08-14 | Handle unwinding, use a loop for arrays | scalexm | -1/+66 |
| 2017-08-14 | Add a test | scalexm | -0/+54 |
| 2017-08-14 | Make `Clone` a lang item and generate builtin impls. | scalexm | -2/+6 |
| 2017-08-14 | remove the "defaulted unit" type bit during writeback | Ariel Ben-Yehuda | -0/+24 |
| 2017-08-14 | Mark closures return via impl-trait as reachable. | Michael Woerister | -0/+12 |
| 2017-08-13 | Auto merge of #43836 - taleks:issue-39827, r=arielb1 | bors | -0/+42 |
| 2017-08-13 | rustc: Fix `unknown_lints` next to an unknown lint | Alex Crichton | -0/+16 |
| 2017-08-13 | Addresses comments in PR #43836 | Alexey Tarasov | -0/+42 |
| 2017-08-12 | Check #[thread_local] statics correctly in the compiler. | Eduard-Mihai Burtescu | -10/+21 |
| 2017-08-12 | Merge branch 'master' of https://github.com/rust-lang/rust into gen | John Kåre Alsaker | -0/+6 |
| 2017-08-12 | Auto merge of #43772 - arielb1:nonfree-block, r=nagisa | bors | -0/+6 |
| 2017-08-11 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -0/+16 |
| 2017-08-11 | Fix xcrate generator test | Alex Crichton | -1/+1 |
| 2017-08-11 | Auto merge of #43800 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -0/+5 |