| Age | Commit message (Expand) | Author | Lines |
| 2017-11-12 | Disable `mmap` in `libbacktrace` on Apple platforms | John Colanduoni | -0/+34 |
| 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-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 |
| 2017-09-14 | Auto merge of #44480 - Zoxc:gen-liveness, r=arielb1 | bors | -0/+30 |
| 2017-09-14 | Auto merge of #44484 - tirr-c:issue-44332, r=petrochenkov | bors | -0/+14 |
| 2017-09-13 | Analyse storage liveness and preserve it during generator transformation | John Kåre Alsaker | -0/+30 |
| 2017-09-13 | honor #[rustc_const_unstable] attributes | Alex Burka | -0/+25 |
| 2017-09-13 | Auto merge of #44456 - eddyb:stable-drop-const, r=nikomatsakis | bors | -5/+50 |
| 2017-09-12 | Missing trailing newline | Eh2406 | -1/+1 |
| 2017-09-12 | Auto merge of #43716 - MaloJaffre:_-in-literals, r=petrochenkov | bors | -0/+14 |
| 2017-09-11 | Auto merge of #44442 - Aaron1011:promote-static-ref, r=eddyb | bors | -0/+18 |
| 2017-09-11 | Auto merge of #44383 - qmx:gh/40473/no-inline-trait-method, r=nikomatsakis | bors | -0/+25 |
| 2017-09-11 | Parse nested closure with two consecutive parameter lists properly | Wonwoo Choi | -0/+14 |
| 2017-09-09 | Auto merge of #44251 - kennytm:osx-backtrace, r=alexcrichton | bors | -3/+1 |
| 2017-09-09 | Stabilize drop_types_in_const. | Eduard-Mihai Burtescu | -5/+50 |
| 2017-09-09 | Auto merge of #44212 - eddyb:drop-const, r=nikomatsakis | bors | -2/+20 |
| 2017-09-08 | Fix regression in promotion of rvalues referencing a static | Aaron Hill | -0/+18 |
| 2017-09-06 | better test documentation | Douglas Campos | -0/+2 |
| 2017-09-06 | add broken test | Douglas Campos | -0/+23 |
| 2017-09-06 | Rollup merge of #44327 - Eh2406:FIXME#12808, r=aturon | Mark Simulacrum | -2/+1 |
| 2017-09-06 | Rollup merge of #44326 - Eh2406:FIXME#44590, r=arielb1 | Mark Simulacrum | -3/+2 |
| 2017-09-06 | Rollup merge of #44277 - mattico:test-33185, r=nikomatsakis | Mark Simulacrum | -0/+26 |
| 2017-09-06 | Rollup merge of #44276 - mattico:test-35376, r=alexcrichton | Mark Simulacrum | -0/+51 |
| 2017-09-04 | #12808 is closed remove the FIXME | Eh2406 | -2/+1 |
| 2017-09-04 | #33490 is closed remove the FIXME | Eh2406 | -3/+2 |
| 2017-09-03 | get ci green | Eh2406 | -1/+3 |