| Age | Commit message (Expand) | Author | Lines |
| 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-22 | Auto merge of #51463 - estebank:error-codes, r=nikomatsakis | bors | -344/+476 |
| 2018-06-22 | Auto merge of #51433 - scalexm:finish-rules, r=nikomatsakis | bors | -1/+31 |
| 2018-06-21 | Auto merge of #51690 - nikomatsakis:issue-51683-existential-fail, r=oli-obk | bors | -9/+56 |
| 2018-06-21 | Auto merge of #48149 - varkor:generics-generalisation, r=petrochenkov | bors | -40/+40 |
| 2018-06-21 | tolerate existential types whose concrete expansion is not known | Niko Matsakis | -5/+33 |
| 2018-06-21 | do not introduce *false* results from lifetime resolution | Niko Matsakis | -4/+23 |
| 2018-06-21 | use `pat_ty_adjusted` from `expr_use_visitor` to type of arguments | Niko Matsakis | -0/+42 |
| 2018-06-20 | Auto merge of #51651 - spastorino:fix_var_name_in_e0502, r=nikomatsakis | bors | -0/+55 |
| 2018-06-20 | Fix variable name in E0502 double borrow error | Santiago Pastorino | -0/+55 |
| 2018-06-20 | Simply joint lifetime/type iteration | varkor | -6/+6 |
| 2018-06-20 | Make method and variable names more consistent | varkor | -33/+33 |
| 2018-06-20 | Rename PathParameter(s) to GenericArg(s) | varkor | -3/+3 |
| 2018-06-20 | Auto merge of #51638 - spastorino:diagnostic-suggest-drop-in-reverse, r=nikom... | bors | -0/+48 |
| 2018-06-19 | Update error code numbers | Esteban Küber | -7/+7 |
| 2018-06-19 | Update message for `!Sized` types | Esteban Küber | -205/+207 |
| 2018-06-19 | Suggest that values are dropped in the opposite order they are defined | Santiago Pastorino | -0/+48 |
| 2018-06-19 | Auto merge of #51639 - SimonSapin:missing-alloc, r=rkruppe | bors | -0/+30 |
| 2018-06-19 | Add test for updated parser error | Esteban Küber | -0/+32 |
| 2018-06-19 | Fix tidy and remove unused method | Esteban Küber | -5/+6 |
| 2018-06-19 | Add link to book for `Sized` errors | Esteban Küber | -0/+41 |
| 2018-06-19 | Add message to `rustc_on_unimplemented` attributes in core | Esteban Küber | -295/+347 |
| 2018-06-19 | Auto merge of #51275 - pnkfelix:nll-diagnostics-revise-check-access-permissio... | bors | -112/+258 |
| 2018-06-19 | Auto merge of #51543 - SimonSapin:oom, r=SimonSapin | bors | -7/+11 |
| 2018-06-19 | Add code to incorrect `pub` restriction error | Esteban Küber | -4/+5 |
| 2018-06-19 | Add code to `invalid ABI` error | Esteban Küber | -2/+5 |
| 2018-06-19 | Update the error message for a missing global allocator | Simon Sapin | -1/+1 |
| 2018-06-19 | Add a UI test for the missing allocator error message | Simon Sapin | -0/+30 |
| 2018-06-19 | Add unit test for case that didn't seem to be covered in existing UI tests | Felix S. Klock II | -0/+46 |
| 2018-06-19 | Update the existing compile-fail tests to reflect diagnostic changes in NLL. | Felix S. Klock II | -1/+8 |
| 2018-06-19 | Update the existing UI tests to reflect diagnostic changes in NLL. | Felix S. Klock II | -5/+38 |
| 2018-06-19 | updates to compile-fail tests for changes to NLL. | Felix S. Klock II | -3/+3 |
| 2018-06-19 | NLL: Updates to diagnostic output in `test/ui`. | Felix S. Klock II | -103/+163 |
| 2018-06-19 | Auto merge of #50383 - stevepentland:union-derive, r=oli-obk | bors | -0/+52 |
| 2018-06-19 | Auto merge of #51278 - EPashkin:fix_mod_with_multilevel_paths_on_windows, r=n... | bors | -0/+49 |
| 2018-06-18 | Add ability to apply custom derive to union types. | Steve Pentland | -0/+52 |
| 2018-06-18 | Auto merge of #51248 - fabric-and-ink:newtype_index_debrujin, r=nikomatsakis | bors | -15/+15 |
| 2018-06-18 | Rename OOM to allocation error | Simon Sapin | -7/+11 |
| 2018-06-18 | Auto merge of #51460 - nikomatsakis:nll-perf-examination-refactor-1, r=pnkfelix | bors | -8/+6 |
| 2018-06-18 | Auto merge of #51414 - oli-obk:impl_trait_type_def, r=pnkfelix | bors | -114/+300 |
| 2018-06-17 | Auto merge of #51392 - glaubitz:powerpc-tests, r=petrochenkov | bors | -8/+32 |
| 2018-06-17 | test: Ignore some problematic tests on powerpc and powerpc64* | John Paul Adrian Glaubitz | -8/+32 |
| 2018-06-17 | Auto merge of #51425 - QuietMisdreavus:thats-def-a-namespace-there, r=petroch... | bors | -0/+26 |
| 2018-06-17 | Auto merge of #51382 - GuillaumeGomez:intra-link-lint, r=QuietMisdreavus | bors | -2/+50 |
| 2018-06-16 | Auto merge of #51594 - eddyb:issue-51582, r=nagisa | bors | -0/+27 |
| 2018-06-16 | Auto merge of #51584 - QuietMisdreavus:globs-and-crosses, r=ollie27 | bors | -0/+36 |
| 2018-06-16 | rustc_codegen_llvm: don't treat i1 as signed, even for #[repr(i8)] enums. | Eduard-Mihai Burtescu | -0/+27 |