| 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/+36 |
| 2018-06-27 | Implement `#[macro_export(local_inner_macros)]` | Vadim Petrochenkov | -0/+91 |
| 2018-06-27 | Auto merge of #51773 - oli-obk:cleanup_impl_trait, r=nikomatsakis | bors | -105/+18 |
| 2018-06-26 | inclusive range syntax lint (`...` → `..=`) | Zack M. Davis | -2/+84 |
| 2018-06-26 | migrate codebase to `..=` inclusive range patterns | Zack M. Davis | -20/+20 |
| 2018-06-26 | Don't inspect the generated existential type items | Oliver Schneider | -105/+18 |
| 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 | -0/+39 |
| 2018-06-26 | Rollup merge of #51104 - zackmdavis:dynamo, r=nikomatsakis | Pietro Albini | -84/+84 |
| 2018-06-26 | Auto merge of #50966 - leodasvacas:self-in-where-clauses-is-not-object-safe, ... | bors | -0/+46 |
| 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 | -11/+171 |
| 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 | -8/+16 |
| 2018-06-25 | `Self` in where clauses may not be object safe | leonardo.yvens | -0/+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 | -0/+30 |
| 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 | -84/+84 |
| 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 | 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 | 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 | -14/+195 |
| 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 | Review nits and updates | Taylor Cramer | -5/+5 |
| 2018-06-22 | Auto merge of #51670 - estebank:issue-51634, r=oli-obk | bors | -3/+69 |
| 2018-06-22 | Issue #50974: Fix compilation error and test | Lamb | -1/+1 |
| 2018-06-22 | Issue #50974: Adding issue number in the test | Lamb | -1/+3 |
| 2018-06-22 | Issue #50974: Adding tests | Lamb | -0/+38 |
| 2018-06-22 | Auto merge of #51686 - nikomatsakis:issue-51415-borrowck-match-default-bindin... | bors | -0/+42 |
| 2018-06-21 | Explicitly ban async in trait impls | Taylor Cramer | -4/+4 |
| 2018-06-21 | Async methods | Taylor Cramer | -1/+1 |
| 2018-06-21 | async await desugaring and tests | Taylor Cramer | -10/+191 |
| 2018-06-22 | Auto merge of #51463 - estebank:error-codes, r=nikomatsakis | bors | -208/+311 |
| 2018-06-21 | Add label to lint for lifetimes used once | Esteban Küber | -8/+30 |