| Age | Commit message (Expand) | Author | Lines |
| 2017-06-02 | Auto merge of #42381 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -1/+1 |
| 2017-06-02 | Auto merge of #42189 - nikomatsakis:chalk-trait-env-param-env, r=eddyb | bors | -0/+9 |
| 2017-06-02 | Rollup merge of #42319 - Manishearth:const-extern, r=nikomatsakis | Mark Simulacrum | -1/+1 |
| 2017-06-02 | Auto merge of #41418 - hirschenberger:prefetch-intrinsic, r=nagisa | bors | -0/+75 |
| 2017-06-01 | fix ui reference | Niko Matsakis | -1/+1 |
| 2017-06-01 | remove `layout_cache` and fix `-Z print-type-sizes` | Niko Matsakis | -0/+9 |
| 2017-06-01 | Auto merge of #42281 - eddyb:well-adjusted, r=nikomatsakis | bors | -24/+19 |
| 2017-06-01 | Adding support for the llvm `prefetch` intrinsic | Falco Hirschenberger | -0/+75 |
| 2017-06-01 | tests: fix fallout from changing the span of binop errors. | Eduard-Mihai Burtescu | -24/+19 |
| 2017-06-01 | Rollup merge of #42324 - seanmonstar:41323-compare_const_impl, r=nikomatsakis | Corey Farwell | -0/+57 |
| 2017-06-01 | Rollup merge of #42302 - GuillaumeGomez:new-error-codes-next, r=Susurrus | Corey Farwell | -7/+7 |
| 2017-06-01 | Rollup merge of #42286 - ollie27:rustdoc_assoc_const, r=GuillaumeGomez | Corey Farwell | -0/+18 |
| 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 | -64/+52 |
| 2017-05-31 | rustdoc: Cleanup associated const value rendering | Oliver Middleton | -0/+18 |
| 2017-05-31 | Improve error message for const extern fn | Manish Goregaokar | -1/+1 |
| 2017-05-31 | Rollup merge of #42330 - qnighy:macro-named-default, r=petrochenkov | Mark Simulacrum | -0/+27 |
| 2017-05-31 | Rollup merge of #42196 - tommyip:explain_closure_err, r=nikomatsakis | Mark Simulacrum | -2/+7 |
| 2017-05-31 | Parse macros named "default" correctly. | Masaki Hara | -0/+27 |
| 2017-05-31 | Update closure errors to use `span_note` | Tommy Ip | -4/+5 |
| 2017-05-30 | associated_consts: check trait obligations and regionck for associated consts | Sean McArthur | -0/+57 |
| 2017-05-30 | Fix signature by adding parens when needed | Guillaume Gomez | -0/+15 |
| 2017-05-30 | Turn `invalid_type_param_default` into a lint again | Vadim Petrochenkov | -0/+5 |
| 2017-05-30 | Turn public reexporting of private extern crates into a lint again | Vadim Petrochenkov | -0/+4 |
| 2017-05-30 | Turn sufficiently old compatibility lints into hard errors | Vadim Petrochenkov | -65/+44 |
| 2017-05-30 | Add new error code | Guillaume Gomez | -7/+7 |
| 2017-05-30 | Update fn_once-moved test | Tommy Ip | -2/+6 |
| 2017-05-30 | Auto merge of #42282 - Mark-Simulacrum:issue-40342, r=arielb1 | bors | -2/+8 |
| 2017-05-29 | Auto merge of #42264 - GuillaumeGomez:new-error-codes, r=Susurrus | bors | -156/+202 |
| 2017-05-29 | Auto merge of #41856 - qnighy:prohibit-parenthesized-params-in-more-types, r=... | bors | -1/+102 |
| 2017-05-29 | Auto merge of #42262 - Mark-Simulacrum:issue-40350, r=eddyb | bors | -0/+24 |
| 2017-05-28 | Auto merge of #42175 - michaelwoerister:filemap-hashing-fix-1, r=nikomatsakis | bors | -0/+3 |
| 2017-05-28 | Don't warn on lifetime generic no_mangle functions. | Mark Simulacrum | -2/+8 |
| 2017-05-28 | Auto merge of #41917 - arielb1:mir-array, r=nagisa | bors | -0/+265 |
| 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/+211 |
| 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 | Rollup merge of #42249 - Mark-Simulacrum:issue-40244, r=eddyb | Mark Simulacrum | -5/+9 |
| 2017-05-27 | Rollup merge of #42217 - venkatagiri:issue_39974, r=Mark-Simulacrum | Mark Simulacrum | -0/+21 |
| 2017-05-27 | Rollup merge of #42207 - Nashenas88:remove_fragment_info, r=eddyb | Mark Simulacrum | -529/+0 |
| 2017-05-27 | Auto merge of #42162 - est31:closure-to-fn-coercion, r=aturon | bors | -52/+0 |
| 2017-05-27 | Add invalid unary operator usage error code | Guillaume Gomez | -2/+15 |
| 2017-05-27 | Fix ICE on inner enum in missing docs lint. | Mark Simulacrum | -0/+24 |
| 2017-05-27 | Add new error codes and update tests | Guillaume Gomez | -154/+154 |
| 2017-05-27 | Auto merge of #42103 - jorendorff:master, r=estebank | bors | -2/+5 |
| 2017-05-27 | Add new error codes | Guillaume Gomez | -0/+33 |
| 2017-05-27 | Allow variadic functions with cdecl calling convention. | Mark Simulacrum | -5/+9 |
| 2017-05-27 | Stabilize unions with `Copy` fields and no destructor | Vadim Petrochenkov | -54/+21 |
| 2017-05-26 | extend `struct_tail` to operate over closures | Niko Matsakis | -0/+29 |