| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-09-20 | Implement underscore lifetimes | Taylor Cramer | -0/+35 |
| 2017-09-21 | Auto merge of #44551 - scalexm:copy-clone-closures, r=arielb1 | bors | -0/+57 |
| 2017-09-20 | Auto merge of #44392 - Zoxc:yield-order, r=nikomatsakis | bors | -0/+71 |
| 2017-09-20 | Implement `Copy`/`Clone` for closures | scalexm | -0/+57 |
| 2017-09-20 | address review comments | Ariel Ben-Yehuda | -0/+30 |
| 2017-09-20 | Mark yields after visiting subexpressions. Never ignore yields for scopes in ... | John Kåre Alsaker | -21/+0 |
| 2017-09-20 | Only consider yields coming after the expressions when computing generator in... | John Kåre Alsaker | -0/+62 |
| 2017-09-18 | [libstd_unicode] Expose UnicodeVersion type | Behnam Esfahbod | -0/+22 |
| 2017-09-16 | Auto merge of #43017 - durka:stabilize-const-invocation, r=eddyb | bors | -29/+64 |
| 2017-09-16 | change #![feature(const_fn)] to specific gates | Alex Burka | -26/+36 |
| 2017-09-14 | readd test | Eh2406 | -3/+1 |