| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-10-26 | Auto merge of #45488 - oli-obk:ctfe_resolve, r=eddyb | bors | -0/+28 |
| 2017-10-26 | Auto merge of #45464 - sinkuu:ice_44851, r=jseyfried | bors | -0/+24 |
| 2017-10-25 | Rename some run-pass tests so they don't crash when executed from eCryptfs. | Michael Woerister | -0/+0 |
| 2017-10-25 | Add a regression test for the const eval type resolution | Oliver Schneider | -0/+28 |
| 2017-10-23 | Fix #44851 by visiting tokens in `DefCollector` and `BuildReducedGraphVisitor` | sinkuu | -0/+24 |
| 2017-10-22 | `crate` shorthand visibility modifier | Zack M. Davis | -1/+13 |
| 2017-10-20 | Auto merge of #45348 - alexcrichton:thinlto-timp, r=michaelwoerister | bors | -0/+52 |
| 2017-10-20 | Auto merge of #45359 - arielb1:escaping-borrow, r=eddyb | bors | -1/+35 |
| 2017-10-20 | Auto merge of #45316 - goffrie:exitable-breakable-block, r=nikomatsakis | bors | -0/+24 |
| 2017-10-20 | Rollup merge of #45352 - alexcrichton:emscripten-tests, r=nikomatsakis | kennytm | -56/+55 |
| 2017-10-19 | Rollup merge of #45326 - cuviper:min-llvm-3.9, r=alexcrichton | kennytm | -2/+0 |
| 2017-10-18 | Remove two obsolete min-llvm-version tests | Josh Stone | -2/+0 |
| 2017-10-18 | rustc: Add `_imp_` symbols later in compilation | Alex Crichton | -0/+52 |
| 2017-10-18 | Auto merge of #44501 - nikomatsakis:issue-44137-non-query-data-in-tcx, r=eddyb | bors | -0/+36 |
| 2017-10-17 | test: Update Emscripten failures/passing | Alex Crichton | -56/+55 |
| 2017-10-17 | look past the next drop for the drop panic target | Ariel Ben-Yehuda | -5/+17 |
| 2017-10-17 | fix generator drop caching | Ariel Ben-Yehuda | -1/+23 |
| 2017-10-17 | Auto merge of #45311 - goffrie:issue-40003, r=alexcrichton | bors | -0/+186 |
| 2017-10-16 | restructure the public inhabitedness APIs and remove the cache | Niko Matsakis | -0/+36 |
| 2017-10-16 | Auto merge of #45297 - matthewjasper:associated-item-namespaces, r=petrochenkov | bors | -0/+51 |
| 2017-10-15 | Mark block exits as reachable if the block can break. | Geoffry Song | -0/+24 |
| 2017-10-15 | Add test for #40003. | Geoffry Song | -0/+186 |
| 2017-10-15 | rustc: Fix some ThinLTO internalization | Alex Crichton | -0/+34 |
| 2017-10-15 | Check namespaces when resolving associated items in typeck | matthewjasper | -0/+51 |
| 2017-10-14 | Implement `dyn Trait` syntax | Vadim Petrochenkov | -0/+24 |
| 2017-10-13 | Rollup merge of #45189 - alexcrichton:thinlto-allocators, r=michaelwoerister | kennytm | -41/+19 |
| 2017-10-12 | rustc: Handle `#[linkage]` anywhere in a crate | Alex Crichton | -41/+19 |
| 2017-10-11 | Shorten some test names | Vadim Petrochenkov | -9/+9 |
| 2017-10-10 | Auto merge of #44822 - frewsxcv:frewsxcv-eprintln, r=Kimundi | bors | -3/+1 |
| 2017-10-07 | Auto merge of #44841 - alexcrichton:thinlto, r=michaelwoerister | bors | -0/+94 |
| 2017-10-07 | rustc: Implement ThinLTO | Alex Crichton | -0/+94 |
| 2017-10-06 | implement pattern-binding-modes RFC | Tobias Schottdorf | -0/+636 |
| 2017-10-06 | Improve resolution of associated types in macros 2.0 | Vadim Petrochenkov | -0/+34 |