| Age | Commit message (Expand) | Author | Lines |
| 2017-11-17 | make LUB/GLB of higher-ranked things actually do EQ | Niko Matsakis | -0/+24 |
| 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 |
| 2017-11-05 | Fix MIR inlining panic in generic function | sinkuu | -0/+26 |
| 2017-11-05 | Auto merge of #45754 - scottmcm:checked-npot, r=dtolnay | bors | -0/+60 |
| 2017-11-04 | Fix checking of auto trait bounds in trait objects. | leonardo.yvens | -0/+3 |
| 2017-11-04 | Auto merge of #45394 - davidtwco:rfc-2008, r=petrochenkov | bors | -0/+253 |
| 2017-11-04 | Ignoring pretty print for test due to #37199 | David Wood | -0/+2 |
| 2017-11-03 | Add overflow tests for next_power_of_two | Scott McMurray | -0/+60 |
| 2017-11-03 | Added tests for RFC 2008. | David Wood | -0/+251 |
| 2017-11-03 | Parse auto traits the same as traits. | leonardo.yvens | -0/+24 |
| 2017-11-03 | auto trait future compatibility lint | leonardo.yvens | -0/+2 |
| 2017-11-03 | Add tests for `auto trait`, fix parsing bug | leonardo.yvens | -0/+35 |
| 2017-11-02 | new rules for merging expected/supplied types in closure signatures | Niko Matsakis | -0/+115 |
| 2017-11-01 | Auto merge of #45435 - eddyb:binop-subtype-lhs, r=nikomatsakis | bors | -0/+55 |
| 2017-10-31 | rustc_typeck: use subtyping on the LHS of binops. | Eduard-Mihai Burtescu | -0/+55 |
| 2017-10-31 | Count type aliases in patterns | sinkuu | -0/+18 |
| 2017-10-27 | Implement RFC 1861: Extern types | Paul Lietar | -0/+207 |
| 2017-10-26 | Auto merge of #45519 - michaelwoerister:dedup-errors, r=arielb1 | bors | -0/+0 |