| Age | Commit message (Expand) | Author | Lines |
| 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 | Implement `#[macro_export(local_inner_macros)]` | Vadim Petrochenkov | -0/+92 |
| 2018-06-27 | Auto merge of #51773 - oli-obk:cleanup_impl_trait, r=nikomatsakis | bors | -105/+18 |
| 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 |
| 2018-06-25 | Auto merge of #51688 - spastorino:error-note-field-after-move, r=nikomatsakis | bors | -9/+41 |
| 2018-06-24 | actually fix test | mark | -1/+1 |
| 2018-06-24 | fix test | mark | -4/+7 |
| 2018-06-24 | Prohibit global_allocator in submodules for now | Mark Mansi | -1/+9 |
| 2018-06-24 | Attempt to fix hygiene for global_allocator | Mark Mansi | -0/+37 |
| 2018-06-23 | in which the trivial-casts word to the wise is tucked into a help note | Zack M. Davis | -0/+95 |
| 2018-06-23 | structured suggestion and rewording for `...` expression syntax error | Zack M. Davis | -13/+42 |
| 2018-06-23 | use structured suggestion for pattern-named-the-same-as-variant warning | Zack M. Davis | -11/+46 |
| 2018-06-23 | add `dyn` to display of dynamic (trait) type names | Zack M. Davis | -137/+137 |
| 2018-06-24 | Add backticks to E0558 | varkor | -1/+1 |
| 2018-06-23 | Add error for using null characters in export_name | varkor | -0/+23 |
| 2018-06-23 | Fix error code numbers | Guillaume Gomez | -5/+5 |
| 2018-06-23 | Fix codegen tests | varkor | -12/+12 |
| 2018-06-23 | Add a test for break | varkor | -1/+9 |
| 2018-06-23 | Fix an ICE with continue inside a closure inside a loop condition | varkor | -2/+11 |
| 2018-06-23 | Fix an ICE with `continue` as an array length | varkor | -0/+22 |
| 2018-06-23 | Fix an ICE when matching over const slices | varkor | -0/+23 |
| 2018-06-23 | Auto merge of #51723 - estebank:abolish-ice, r=oli-obk | bors | -0/+34 |
| 2018-06-23 | Auto merge of #51580 - cramertj:async-await, r=eddyb | bors | -21/+355 |
| 2018-06-23 | Auto merge of #51696 - estebank:fuzzy-ice-ice, r=oli-obk | bors | -0/+28 |
| 2018-06-23 | Auto merge of #51697 - estebank:once-used-lifetime-label, r=oli-obk | bors | -8/+30 |
| 2018-06-22 | Accept `TyError` in `analyze_closure` to avoid ICE | Esteban Küber | -0/+34 |
| 2018-06-22 | Fix erroneous error note when using field after move | Santiago Pastorino | -9/+41 |
| 2018-06-22 | Auto merge of #51681 - varkor:rustc_deprecated-future-deprecation, r=petroche... | bors | -0/+13 |
| 2018-06-22 | Review nits and updates | Taylor Cramer | -5/+5 |
| 2018-06-22 | Auto merge of #51670 - estebank:issue-51634, r=oli-obk | bors | -3/+69 |