| Age | Commit message (Expand) | Author | Lines |
| 2018-06-29 | Auto merge of #51729 - matthewjasper:move-errors, r=nikomatsakis | bors | -229/+461 |
| 2018-06-29 | Auto merge of #51592 - GuillaumeGomez:fix-macro-doc-search, r=GuillaumeGomez | bors | -0/+20 |
| 2018-06-28 | Rollup merge of #51839 - oli-obk:const_shift_overflow, r=nikomatsakis | Mark Rousskov | -0/+28 |
| 2018-06-28 | Rollup merge of #51822 - estebank:suggest-more, r=nikomatsakis | Mark Rousskov | -1/+4 |
| 2018-06-28 | Rollup merge of #51636 - oli-obk:const_diagnostics, r=eddyb | Mark Rousskov | -194/+110 |
| 2018-06-28 | Provide existing ref suggestions for more E0308 errors | Esteban Küber | -1/+4 |
| 2018-06-28 | Auto merge of #51687 - japaric:gh51671, r=alexcrichton | bors | -0/+41 |
| 2018-06-28 | Auto merge of #51630 - joshlf:map-split-perf, r=dtolnay | bors | -4/+4 |
| 2018-06-28 | Turn the use of erroneous constants into errors again | Oliver Schneider | -37/+27 |
| 2018-06-28 | Don't const propagate the body of constants | Oliver Schneider | -178/+90 |
| 2018-06-28 | Merge `ConstVal` and `ConstValue` | Oliver Schneider | -11/+25 |
| 2018-06-28 | Auto merge of #51444 - estebank:impl-static, r=nikomatsakis | bors | -0/+96 |
| 2018-06-27 | Auto merge of #51859 - kennytm:rollup, r=kennytm | bors | -50/+52 |
| 2018-06-28 | Rollup merge of #51800 - mark-i-m:edition2018compiletest, r=nikomatsakis | kennytm | -34/+36 |
| 2018-06-28 | Rollup merge of #51799 - mark-i-m:lower_case_feature_gate, r=mark-i-m | kennytm | -16/+16 |
| 2018-06-27 | Update tests for grouped nll move errors | Matthew Jasper | -104/+378 |
| 2018-06-27 | Auto merge of #51139 - vakaras:issue-50716, r=nikomatsakis | bors | -6/+67 |
| 2018-06-27 | Update MIR opt tests | Matthew Jasper | -125/+83 |
| 2018-06-27 | Auto merge of #51852 - oli-obk:miri_fix, r=Zoxc | bors | -0/+28 |
| 2018-06-27 | Don't use `ParamEnv::reveal_all()` if there is a real one available | Oliver Schneider | -0/+28 |
| 2018-06-27 | Fix the error of selecting obligation by not running the borrow checker. | Vytautas Astrauskas | -6/+31 |
| 2018-06-27 | Move regression test from `compile-fail/` to `ui/` test directory. | Felix S. Klock II | -0/+8 |
| 2018-06-27 | Fix the regression test for issue 50716. | Vytautas Astrauskas | -1/+3 |
| 2018-06-27 | Fix NLL issue 50716 and add a regression test. | Vytautas Astrauskas | -0/+26 |
| 2018-06-27 | Auto merge of #51356 - Zoxc:encode-cleanup, r=michaelwoerister | bors | -4/+3 |
| 2018-06-27 | Detect overflows of non u32 shifts | Oliver Schneider | -0/+28 |
| 2018-06-27 | Implement `#[macro_export(local_inner_macros)]` | Vadim Petrochenkov | -0/+92 |
| 2018-06-27 | Make opaque::Encoder append-only and make it infallible | John Kåre Alsaker | -4/+3 |
| 2018-06-27 | Optimize RefCell refcount tracking | Joshua Liebow-Feeser | -4/+4 |
| 2018-06-27 | Auto merge of #51773 - oli-obk:cleanup_impl_trait, r=nikomatsakis | bors | -105/+18 |
| 2018-06-26 | add edition compiletest header + fix tests | mark | -34/+36 |
| 2018-06-26 | lower case some feature gate messages | mark | -16/+16 |
| 2018-06-26 | driveby status update to 2015 comment about parens in patterns | Zack M. Davis | -0/+2 |
| 2018-06-26 | inclusive range syntax lint (`...` → `..=`) | Zack M. Davis | -2/+84 |
| 2018-06-26 | migrate codebase to `..=` inclusive range patterns | Zack M. Davis | -111/+110 |
| 2018-06-26 | Don't inspect the generated existential type items | Oliver Schneider | -105/+18 |
| 2018-06-26 | Auto merge of #51805 - pietroalbini:rollup, r=pietroalbini | bors | -150/+240 |
| 2018-06-26 | Rollup merge of #51789 - estebank:issue-50577, r=oli-obk | Pietro Albini | -0/+28 |
| 2018-06-26 | Rollup merge of #51747 - varkor:export_name-null-character, r=estebank | Pietro Albini | -1/+24 |
| 2018-06-26 | Rollup merge of #51731 - varkor:closure-array-break-length, r=estebank | Pietro Albini | -12/+51 |
| 2018-06-26 | Rollup merge of #51104 - zackmdavis:dynamo, r=nikomatsakis | Pietro Albini | -137/+137 |
| 2018-06-26 | Auto merge of #49469 - Nokel81:allow-irrefutable-let-patterns, r=nikomatsakis | bors | -0/+70 |
| 2018-06-26 | Auto merge of #50966 - leodasvacas:self-in-where-clauses-is-not-object-safe, ... | bors | -39/+48 |
| 2018-06-25 | Don't ICE when performing `lower_pattern_unadjusted` on a `TyError` | Esteban Küber | -0/+28 |
| 2018-06-25 | Auto merge of #51750 - zackmdavis:superstructure, r=oli-obk | bors | -24/+183 |
| 2018-06-25 | Auto merge of #51733 - varkor:ice-match-slice, r=oli-obk | bors | -0/+23 |
| 2018-06-25 | Fill in tracking issue for WHERE_CLAUSES_OBJECT_SAFETY future compat lint | leonardo.yvens | -1/+1 |
| 2018-06-25 | Make where clause object safety be a warn-by-default lint | leonardo.yvens | -10/+18 |
| 2018-06-25 | `Self` in where clauses may not be object safe | leonardo.yvens | -37/+38 |
| 2018-06-25 | Auto merge of #51335 - mark-i-m:allocator, r=oli-obk | bors | -0/+48 |