| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-09-30 | Auto merge of #44783 - alexcrichton:lto-codegen-units, r=michaelwoerister | bors | -0/+15 |
| 2017-09-30 | rustc: Enable LTO and multiple codegen units | Alex Crichton | -0/+15 |
| 2017-09-29 | Rollup merge of #44287 - Eh2406:master, r=aturon | Mark Simulacrum | -2/+95 |
| 2017-09-28 | Migrate to eprint/eprintln macros where appropriate. | Corey Farwell | -3/+1 |
| 2017-09-27 | Auto merge of #44709 - Badel2:inclusive-range-dotdoteq, r=petrochenkov | bors | -35/+57 |
| 2017-09-23 | Rollup merge of #44770 - dtolnay:borrowed, r=sfackler | Corey Farwell | -0/+12 |
| 2017-09-23 | Rollup merge of #44745 - alexcrichton:no-delim-none, r=estebank | Corey Farwell | -0/+24 |
| 2017-09-22 | dotdoteq_in_patterns feature gate | Badel2 | -0/+2 |
| 2017-09-22 | Add support for `..=` syntax | Alex Burka | -35/+55 |
| 2017-09-21 | Less confusing placeholder when RefCell is exclusively borrowed | David Tolnay | -0/+12 |
| 2017-09-21 | Refactor lifetime name into an enum | Taylor Cramer | -0/+12 |
| 2017-09-21 | rustc: Don't use DelimToken::None if possible | Alex Crichton | -0/+24 |