| Age | Commit message (Expand) | Author | Lines |
| 2017-09-14 | stabilize mem::discriminant (closes #24263) | Alex Burka | -2/+0 |
| 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-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-22 | Auto merge of #43690 - scalexm:issue-28229, r=nikomatsakis | bors | -2/+125 |
| 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-16 | Stabilize rvalue promotion to 'static. | Eduard-Mihai Burtescu | -2/+0 |
| 2017-08-16 | Auto merge of #43841 - alexcrichton:fix-another-regression, r=eddyb | bors | -0/+16 |
| 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 | Auto merge of #43772 - arielb1:nonfree-block, r=nagisa | bors | -0/+6 |
| 2017-08-11 | Auto merge of #43800 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -0/+5 |
| 2017-08-11 | Rollup merge of #43752 - arshiamufti:union-test, r=estebank | Guillaume Gomez | -0/+5 |
| 2017-08-11 | Auto merge of #43745 - kennytm:fix-43162, r=aturon | bors | -0/+6 |
| 2017-08-11 | Auto merge of #43743 - michaelwoerister:gcx-tcx-switcheroo, r=eddyb | bors | -0/+5 |
| 2017-08-10 | For box expressions, use NZ drop instead of a free block | Ariel Ben-Yehuda | -0/+6 |
| 2017-08-09 | Erase/anonymize regions while computing TypeId hash. | Michael Woerister | -0/+5 |
| 2017-08-09 | Type-check `break value;` even outside of `loop {}`. | kennytm | -0/+6 |
| 2017-08-08 | Avoid calling the column!() macro in panic | est31 | -0/+23 |
| 2017-08-04 | Unskip some tests on AArch64 | Mátyás Mustoha | -6/+0 |
| 2017-08-04 | add test | arshiamufti | -0/+5 |
| 2017-08-03 | Recognize SPARC in more tests where architecture matters. | Danek Duvall | -0/+4 |
| 2017-08-02 | Remove unecessary test code #43219 | Mario Idival | -1/+0 |
| 2017-07-30 | save the subobligations as well | Niko Matsakis | -0/+74 |
| 2017-07-29 | Auto merge of #43492 - lu-zero:master, r=alexcrichton | bors | -0/+1 |
| 2017-07-28 | Make LLVMRustHasFeature more robust | Luca Barbato | -0/+1 |
| 2017-07-28 | Auto merge of #43505 - eddyb:poly-const-eval-layout-of, r=nikomatsakis | bors | -0/+19 |
| 2017-07-27 | rustc_const_eval: keep track of the appropriate ParamEnv. | Eduard-Mihai Burtescu | -0/+19 |
| 2017-07-26 | Rollup merge of #43465 - topecongiro:needs-test, r=Mark-Simulacrum | Mark Simulacrum | -0/+97 |
| 2017-07-26 | Rollup merge of #42959 - SimonSapin:nonzero-checked, r=sfackler | Mark Simulacrum | -1/+1 |
| 2017-07-25 | Auto merge of #43325 - ollie27:overflowing_literals, r=arielb1 | bors | -3/+5 |
| 2017-07-25 | Add tests for issues with the E-needstest label | topecongiro | -0/+97 |
| 2017-07-23 | Fix some doc/comment typos. | Bruce Mitchener | -3/+3 |
| 2017-07-22 | Auto merge of #43382 - mmatyas:aarch64_ignore-stack-probes, r=alexcrichton | bors | -0/+2 |
| 2017-07-22 | Use safe conversion instead of unsafe constructor in issue-23433 test | Simon Sapin | -1/+1 |