| Age | Commit message (Expand) | Author | Lines |
| 2017-09-20 | Only consider yields coming after the expressions when computing generator in... | John Kåre Alsaker | -13/+41 |
| 2017-09-19 | Auto merge of #44620 - zackmdavis:rfc_1940_housekeeping, r=nikomatsakis | bors | -53/+100 |
| 2017-09-19 | Auto merge of #44026 - QuietMisdreavus:trimmed-std, r=steveklabnik | bors | -0/+14 |
| 2017-09-18 | Fix issues uncovered by rebasing: | Michael Woerister | -1/+4 |
| 2017-09-17 | Rollup merge of #44549 - gaurikholkar:master, r=arielb1 | Tim Neumann | -0/+60 |
| 2017-09-17 | Rollup merge of #44397 - GuillaumeGomez:codeblock-color, r=QuietMisdreavus | Tim Neumann | -0/+31 |
| 2017-09-17 | Rollup merge of #44088 - bjorn3:better_trace_macros, r=jseyfried | Tim Neumann | -0/+106 |
| 2017-09-16 | Rollup merge of #44590 - oli-obk:allow_unused_mut_on_vars, r=eddyb | Alex Crichton | -0/+8 |
| 2017-09-16 | Auto merge of #43017 - durka:stabilize-const-invocation, r=eddyb | bors | -51/+98 |
| 2017-09-16 | change #![feature(const_fn)] to specific gates | Alex Burka | -65/+37 |
| 2017-09-15 | RFC 1940 UI test in own directory, exercise must_use trait methods | Zack M. Davis | -53/+100 |
| 2017-09-15 | Get `allow(unused_mut)` to work on `let` bindings | Oliver Schneider | -0/+8 |
| 2017-09-14 | Rollup merge of #44569 - est31:master, r=estebank | Corey Farwell | -1/+1 |
| 2017-09-14 | Rollup merge of #44254 - GuillaumeGomez:const-fix-rustdoc, r=QuietMisdreavus | Corey Farwell | -0/+27 |
| 2017-09-14 | rustc: Remove `Session::dep_graph` | Alex Crichton | -2/+1 |
| 2017-09-14 | "avoid" is a better word here than "disable" | est31 | -1/+1 |
| 2017-09-14 | Auto merge of #44480 - Zoxc:gen-liveness, r=arielb1 | bors | -0/+30 |
| 2017-09-14 | add ui tests for EBR | gaurikholkar | -0/+32 |
| 2017-09-14 | adding ui tests | gaurikholkar | -0/+28 |
| 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 | Auto merge of #44516 - gaurikholkar:fns, r=arielb1 | bors | -0/+124 |
| 2017-09-13 | fix ui tests | gaurikholkar | -2/+2 |
| 2017-09-13 | honor #[rustc_const_unstable] attributes | Alex Burka | -2/+77 |
| 2017-09-13 | Auto merge of #44129 - pnkfelix:fix-end-region-emission-order, r=nmatsakis | bors | -19/+313 |
| 2017-09-13 | Test case illustrating some destruction code extent stuff. | Felix S. Klock II | -0/+161 |
| 2017-09-13 | Unit test for proper EndRegion emission on a cyclic reference. | Felix S. Klock II | -0/+132 |
| 2017-09-13 | Update mir-opt tests to reflect change to EndRegion emission order. | Felix S. Klock II | -19/+20 |
| 2017-09-13 | Auto merge of #44386 - est31:master, r=pnkfelix | bors | -3/+75 |
| 2017-09-13 | Auto merge of #44420 - alexcrichton:private-cstore, r=michaelwoerister | bors | -1/+3 |
| 2017-09-13 | Auto merge of #44456 - eddyb:stable-drop-const, r=nikomatsakis | bors | -53/+20 |
| 2017-09-12 | Fix rendering of const keyword for functions | Guillaume Gomez | -0/+27 |
| 2017-09-12 | Remove the `cstore` reference from Session in order to prepare encapsulating ... | Michael Woerister | -1/+3 |
| 2017-09-12 | Adding changes for trait objects | gaurikholkar | -0/+24 |
| 2017-09-12 | add ui test for fn items, tidy fixes | gaurikholkar | -4/+24 |
| 2017-09-12 | Adding E0623 for structs | gaurikholkar | -0/+80 |
| 2017-09-12 | Auto merge of #44275 - eddyb:deferred-ctfe, r=nikomatsakis | bors | -12/+36 |
| 2017-09-12 | Auto merge of #43716 - MaloJaffre:_-in-literals, r=petrochenkov | bors | -9/+36 |
| 2017-09-11 | add test | Guillaume Gomez | -0/+31 |
| 2017-09-11 | Auto merge of #44442 - Aaron1011:promote-static-ref, r=eddyb | bors | -0/+34 |
| 2017-09-11 | Auto merge of #44440 - cuviper:min_global_align, r=japaric | bors | -0/+60 |
| 2017-09-11 | Auto merge of #44410 - alexcrichton:fix-travis, r=Mark-Simulacrum | bors | -12/+31 |
| 2017-09-11 | rustc: evaluate fixed-length array length expressions lazily. | Eduard-Mihai Burtescu | -12/+36 |
| 2017-09-11 | Auto merge of #44383 - qmx:gh/40473/no-inline-trait-method, r=nikomatsakis | bors | -0/+25 |
| 2017-09-10 | Auto merge of #44316 - eddyb:no-local-var-def-id, r=michaelwoerister | bors | -6/+6 |
| 2017-09-10 | Auto merge of #44220 - kennytm:fix-44216-instance-plus-max-duration-should-pa... | bors | -0/+72 |
| 2017-09-11 | Parse nested closure with two consecutive parameter lists properly | Wonwoo Choi | -0/+14 |
| 2017-09-10 | Auto merge of #44079 - gaurikholkar:named_conf, r=nikomatsakis | bors | -20/+73 |
| 2017-09-10 | Auto merge of #44474 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -0/+49 |
| 2017-09-10 | Rollup merge of #44464 - Dushistov:master, r=alexcrichton | Guillaume Gomez | -0/+16 |