| Age | Commit message (Expand) | Author | Lines |
| 2017-12-22 | re-add tests from fixed regressions | Ariel Ben-Yehuda | -0/+37 |
| 2017-12-21 | Revert "Auto merge of #45225 - eddyb:trans-abi, r=arielb1" | Ariel Ben-Yehuda | -41/+14 |
| 2017-12-21 | Revert "rustc_trans: don't write discriminants for uninhabited variants" | Ariel Ben-Yehuda | -37/+0 |
| 2017-12-07 | rustc_trans: don't write discriminants for uninhabited variants | Simon Sapin | -0/+37 |
| 2017-11-20 | Auto merge of #45905 - alexcrichton:add-wasm-target, r=aturon | bors | -128/+175 |
| 2017-11-19 | std: Add a new wasm32-unknown-unknown target | Alex Crichton | -128/+175 |
| 2017-11-19 | Auto merge of #45225 - eddyb:trans-abi, r=arielb1 | bors | -14/+41 |
| 2017-11-19 | rustc: represent the discriminant as a field for Layout::{Raw,StructWrapped}N... | Eduard-Mihai Burtescu | -0/+25 |
| 2017-11-19 | rustc: do not inject discriminant fields into Layout::General's variants. | Eduard-Mihai Burtescu | -0/+3 |
| 2017-11-19 | rustc_trans: remove the in_memory_type_of distinction. | Eduard-Mihai Burtescu | -14/+0 |
| 2017-11-18 | rustc_mir: always downcast enums, even if univariant. | Eduard-Mihai Burtescu | -0/+13 |
| 2017-11-18 | Auto merge of #46032 - KiChjang:ignore-borrowck-statics, r=nikomatsakis | bors | -0/+54 |
| 2017-11-17 | Add run-pass test for assignment to static mut | Keith Yeung | -0/+23 |
| 2017-11-17 | Auto merge of #45853 - nikomatsakis:chalk-simplify-hr-lub-glb, r=arielb1 | bors | -0/+24 |
| 2017-11-17 | Allow assignment to static muts | Keith Yeung | -0/+31 |
| 2017-11-17 | make LUB/GLB of higher-ranked things actually do EQ | Niko Matsakis | -0/+24 |
| 2017-11-17 | MIR: hide .rodata constants vs by-ref ABI clash in trans. | Eduard-Mihai Burtescu | -1/+16 |
| 2017-11-16 | Auto merge of #45825 - nikomatsakis:nll-factor-region-inference, r=arielb1 | bors | -1/+45 |
| 2017-11-16 | leak the affects of closures on the free-region-map, like we used to | Niko Matsakis | -0/+44 |
| 2017-11-16 | rename `region_inference` module to `region_constraints` | Niko Matsakis | -1/+1 |
| 2017-11-15 | Disallow all impl Trait within Fn trait sugar | Christopher Vittal | -4/+6 |
| 2017-11-15 | some tests featuring multiple bounds, other errors | Niko Matsakis | -0/+23 |
| 2017-11-15 | add some more positive tests | Niko Matsakis | -0/+99 |
| 2017-11-15 | rename `equality-universal` to a more extensible naming scheme | Niko Matsakis | -0/+0 |
| 2017-11-15 | Add/Modify tests for argument position impl Trait | Christopher Vittal | -13/+57 |
| 2017-11-14 | Auto merge of #45909 - sinkuu:issue-45885, r=arielb1 | bors | -0/+38 |
| 2017-11-12 | Auto merge of #45900 - rkruppe:u128-to-f32-saturation-by-default, r=alexcrichton | bors | -21/+59 |
| 2017-11-12 | Auto merge of #45870 - mikeyhew:arbitrary_self_types, r=arielb1 | bors | -0/+115 |
| 2017-11-12 | Auto merge of #45864 - nikomatsakis:issue-30046-infer-fn-once-in-closures, r=... | bors | -0/+35 |
| 2017-11-11 | Auto merge of #45772 - leodasvacas:fix-auto-bounds-in-trait-objects, r=nikoma... | bors | -0/+3 |
| 2017-11-10 | Auto merge of #45804 - gnzlbg:div_intr, r=alexcrichton | bors | -0/+14 |
| 2017-11-10 | Normalize inlined function in MIR inliner | Shotaro Yamada | -0/+38 |
| 2017-11-10 | Make saturating u128 -> f32 casts the default behavior | Robin Kruppe | -21/+59 |
| 2017-11-10 | Rollup merge of #45901 - rkruppe:fix-typo, r=kennytm | kennytm | -2/+2 |
| 2017-11-10 | Rollup merge of #45887 - xfix:assert-eq-trailling-comma, r=dtolnay | kennytm | -0/+26 |
| 2017-11-10 | Fix typo in -Zsaturating-float-casts test | Robin Kruppe | -2/+2 |
| 2017-11-09 | add run-pass tests | Michael Hewson | -0/+115 |
| 2017-11-09 | Allow a trailing comma in assert_eq/ne macro | Konrad Borowski | -0/+26 |
| 2017-11-08 | std: Remove `rand` crate and module | Alex Crichton | -377/+0 |
| 2017-11-09 | Auto merge of #45688 - Gankro:layout-tests, r=alexcrichton | bors | -0/+173 |
| 2017-11-08 | Add reftest that checks the layout of repr(int) on non-c-like enums | Alexis Beingessner | -0/+173 |
| 2017-11-08 | Auto merge of #45205 - rkruppe:saturating-casts, r=eddyb | bors | -0/+164 |
| 2017-11-08 | Disable u128 <-> float tests on emscripten | Robin Kruppe | -29/+39 |
| 2017-11-08 | look for the note on the guarantor, not the root cmt | Niko Matsakis | -0/+35 |
| 2017-11-08 | Disable `mmap` in `libbacktrace` on Apple platforms | John Colanduoni | -0/+34 |
| 2017-11-07 | Make trans const eval error on overflow and NaN, matching HIR const eval. | Robin Kruppe | -39/+52 |
| 2017-11-07 | Saturating casts between integers and floats (both directions). | Robin Kruppe | -0/+141 |
| 2017-11-06 | [intrinsics] add div and rem vector tests | gnzlbg | -0/+14 |
| 2017-11-05 | Auto merge of #45723 - sinkuu:ice_45493, r=arielb1 | bors | -0/+26 |
| 2017-11-05 | Auto merge of #45072 - nikomatsakis:issue-38714, r=arielb1 | bors | -0/+115 |