| Age | Commit message (Expand) | Author | Lines |
| 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 | add playbot jokes to run-pass test | Alex Burka | -0/+31 |
| 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 |
| 2017-05-16 | Add test cases for cyclic specialization graph construction | Michael Woerister | -0/+33 |
| 2017-05-15 | move issue-41697 to a mir-opt test | Niko Matsakis | -50/+0 |
| 2017-05-15 | use equality in the coerce-unsized check | Niko Matsakis | -0/+38 |
| 2017-05-15 | Fix regression in `macro_rules!` name matching. | Jeffrey Seyfried | -0/+30 |
| 2017-05-13 | Rollup merge of #41946 - qnighy:disallow-dot-underscore-in-float, r=petrochenkov | Mark Simulacrum | -0/+19 |
| 2017-05-13 | Rollup merge of #41939 - eddyb:trait-assoc-const-default, r=petrochenkov | Mark Simulacrum | -0/+4 |
| 2017-05-13 | rustc_resolve: don't deny outer type parameters in embedded constants. | Eduard-Mihai Burtescu | -0/+4 |
| 2017-05-13 | Auto merge of #41920 - arielb1:inline-drop, r=eddyb | bors | -0/+61 |
| 2017-05-13 | add min-llvm-version | Ariel Ben-Yehuda | -0/+1 |
| 2017-05-12 | Rollup merge of #41923 - eddyb:issue-41744, r=arielb1 | Mark Simulacrum | -0/+16 |
| 2017-05-12 | Disallow ._ in float literal. | Masaki Hara | -0/+19 |
| 2017-05-12 | Auto merge of #41716 - nikomatsakis:issue-41677, r=arielb1 | bors | -0/+37 |
| 2017-05-12 | rustc_trans: do not attempt to truncate an i1 const to i1. | Eduard-Mihai Burtescu | -0/+16 |
| 2017-05-11 | remove the #[inline] attribute from drop_in_place | Ariel Ben-Yehuda | -0/+60 |
| 2017-05-11 | add a WF obligation if a type variable appears in bivariant position | Niko Matsakis | -0/+37 |