| Age | Commit message (Expand) | Author | Lines |
| 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 | Missing trailing newline | Eh2406 | -1/+1 |
| 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 |
| 2017-09-10 | Rollup merge of #44332 - tirr-c:issue-44021, r=petrochenkov | Guillaume Gomez | -0/+16 |
| 2017-09-10 | Rollup merge of #44262 - alexcrichton:repr-128-gate, r=nikomatsakis | Guillaume Gomez | -0/+17 |
| 2017-09-10 | Auto merge of #44312 - eddyb:static-by-any-other-name, r=alexcrichton | bors | -16/+6 |
| 2017-09-10 | Use rvalue promotion to 'static instead of static items. | Eduard-Mihai Burtescu | -16/+6 |
| 2017-09-10 | Auto merge of #44418 - alexcrichton:remove-dep-graph, r=michaelwoerister | bors | -1/+1 |
| 2017-09-10 | Relaxed error pattern, and add test for SystemTime as well. | kennytm | -2/+38 |
| 2017-09-09 | rustc: Remove `DepGraph` handling from rustc_metadata | Alex Crichton | -1/+1 |
| 2017-09-09 | add test for #41229 | Evgeniy A. Dushistov | -0/+16 |
| 2017-09-09 | Don't promote references to statics that occur in non-static locations | Aaron Hill | -0/+16 |
| 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 | -53/+20 |
| 2017-09-09 | Auto merge of #44212 - eddyb:drop-const, r=nikomatsakis | bors | -10/+37 |
| 2017-09-09 | adding E0623 for LateBound regions | gaurikholkar | -20/+73 |
| 2017-09-08 | Fix regression in promotion of rvalues referencing a static | Aaron Hill | -0/+18 |
| 2017-09-08 | Add a test for `min_global_align` | Josh Stone | -0/+60 |