| Age | Commit message (Expand) | Author | Lines |
| 2017-07-13 | Stabilize Command::envs | Steven Fackler | -2/+0 |
| 2017-06-22 | Make the `next` variable mutable to allow for ref mut in for patterns. | John Kåre Alsaker | -0/+15 |
| 2017-06-22 | Create for-loop-unconstrained-element-type-i32-fallback.rs | Niko Matsakis | -0/+4 |
| 2017-06-22 | document purpose of test | Niko Matsakis | -0/+5 |
| 2017-06-22 | Added more tests | John Kåre Alsaker | -1/+17 |
| 2017-06-22 | Fix test formatting | John Kåre Alsaker | -4/+14 |
| 2017-06-22 | Fix formatting and add a test for destruction order of unbound values | John Kåre Alsaker | -0/+28 |
| 2017-06-22 | register the obligations from `wf::implied_bounds` | Niko Matsakis | -0/+40 |
| 2017-06-22 | collector: apply param substs to closures cast to fn items | Ariel Ben-Yehuda | -0/+7 |
| 2017-06-12 | rustc_typeck: do not overlap a borrow of TypeckTables with method lookup. | Eduard-Mihai Burtescu | -0/+41 |
| 2017-06-12 | rustc: T: 'empty always holds forall T. | Eduard-Mihai Burtescu | -0/+32 |
| 2017-06-04 | Auto merge of #42265 - Zoxc:for-sugar, r=eddyb | bors | -0/+21 |
| 2017-06-02 | compiletest: Force directive to be first complete word in header comment. | kennytm | -1/+2 |
| 2017-06-02 | Introduce 'run-pass' header to 'ui' tests in compiletest. Fix issue #36516. | kennytm | -203/+0 |
| 2017-06-01 | Change for-loop desugar to not borrow the iterator during the loop | John Kåre Alsaker | -0/+21 |
| 2017-06-01 | Rollup merge of #42275 - scottmcm:try-trait, r=nikomatsakis | Corey Farwell | -10/+8 |
| 2017-06-01 | Rollup merge of #42136 - petrochenkov:oldhard, r=nikomatsakis | Corey Farwell | -25/+0 |
| 2017-05-31 | Parse macros named "default" correctly. | Masaki Hara | -0/+27 |
| 2017-05-30 | Turn sufficiently old compatibility lints into hard errors | Vadim Petrochenkov | -25/+0 |
| 2017-05-28 | Auto merge of #41917 - arielb1:mir-array, r=nagisa | bors | -0/+79 |
| 2017-05-28 | use Eq instead of Lt in loop | Ariel Ben-Yehuda | -0/+43 |
| 2017-05-28 | move "ADT master drop flag" logic to `open_drop_for_adt_contents` | Ariel Ben-Yehuda | -0/+25 |
| 2017-05-28 | translate array drop glue using MIR | Ariel Ben-Yehuda | -0/+11 |
| 2017-05-27 | Rollup merge of #42251 - nikomatsakis:issue-42210-regr-unsized-tail, r=eddyb | Mark Simulacrum | -0/+29 |
| 2017-05-27 | Auto merge of #42162 - est31:closure-to-fn-coercion, r=aturon | bors | -5/+0 |
| 2017-05-27 | Stabilize unions with `Copy` fields and no destructor | Vadim Petrochenkov | -20/+0 |
| 2017-05-26 | extend `struct_tail` to operate over closures | Niko Matsakis | -0/+29 |
| 2017-05-26 | Rollup merge of #42215 - callahad:remove-superfluous-semis, r=Mark-Simulacrum | Corey Farwell | -1/+1 |
| 2017-05-26 | Auto merge of #42058 - froydnj:thiscall-support, r=nikomatsakis | bors | -0/+35 |
| 2017-05-25 | Auto merge of #40847 - jseyfried:decl_macro, r=nrc | bors | -0/+274 |
| 2017-05-25 | Auto merge of #42052 - kennytm:fix-42007-ice-on-decode-lint-id, r=nikomatsakis | bors | -0/+33 |
| 2017-05-25 | Stabilize non capturing closure to fn coercion | est31 | -5/+0 |
| 2017-05-25 | Lower `?` to `Try` instead of `Carrier` | Scott McMurray | -10/+8 |
| 2017-05-25 | Auto merge of #41145 - matthewjasper:stabilize-relaxed-adts, r=petrochenkov | bors | -2/+0 |
| 2017-05-25 | Ignore pretty. | Jeffrey Seyfried | -0/+16 |
| 2017-05-25 | Add tests. | Jeffrey Seyfried | -0/+258 |
| 2017-05-24 | Remove superfluous `;;` sequences | Dan Callahan | -1/+1 |
| 2017-05-24 | Rollup merge of #42134 - scottmcm:rangeinclusive-struct, r=aturon | Mark Simulacrum | -7/+7 |
| 2017-05-24 | add thiscall calling convention support | Nathan Froyd | -0/+35 |
| 2017-05-23 | Stabilize in 1.19 | Matthew | -7/+1378 |
| 2017-05-23 | Rollup merge of #42016 - pietroalbini:stabilize/loop_break_value, r=nikomatsakis | Corey Farwell | -2/+0 |
| 2017-05-22 | Auto merge of #42147 - withoutboats:run-pass-test-for-static-in-assoc-const-t... | bors | -2/+1 |
| 2017-05-21 | Remove 'static bound in assoc const test. | Without Boats | -2/+1 |
| 2017-05-21 | Return a correct size_hint for degenerate inclusive ranges | Scott McMurray | -7/+7 |
| 2017-05-17 | Auto merge of #41911 - michaelwoerister:querify_trait_def, r=nikomatsakis | bors | -0/+33 |
| 2017-05-17 | Stabilize the loop_break_value feature | Pietro Albini | -2/+0 |
| 2017-05-17 | Refactor: Move the mutable parts out of LintStore. Fix #42007. | kennytm | -0/+33 |
| 2017-05-16 | Rollup merge of #42017 - nikomatsakis:issue-41677, r=arielb1 | Mark Simulacrum | -50/+0 |
| 2017-05-16 | Rollup merge of #41937 - nikomatsakis:issue-41936-variance-coerce-unsized-cyc... | Mark Simulacrum | -0/+38 |
| 2017-05-16 | Rollup merge of #42005 - jseyfried:fix_macro_regression, r=nrc | Mark Simulacrum | -0/+30 |