about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-06-22Issue #50974: Fix compilation error and testLamb-1/+1
2018-06-22Issue #50974: Adding issue number in the testLamb-1/+3
2018-06-22Issue #50974: Adding testsLamb-0/+38
2018-06-22Auto merge of #51686 - nikomatsakis:issue-51415-borrowck-match-default-bindin...bors-0/+42
2018-06-22Auto merge of #51463 - estebank:error-codes, r=nikomatsakisbors-344/+476
2018-06-22Auto merge of #51433 - scalexm:finish-rules, r=nikomatsakisbors-1/+31
2018-06-21Auto merge of #51690 - nikomatsakis:issue-51683-existential-fail, r=oli-obkbors-9/+56
2018-06-21Auto merge of #48149 - varkor:generics-generalisation, r=petrochenkovbors-40/+40
2018-06-21tolerate existential types whose concrete expansion is not knownNiko Matsakis-5/+33
2018-06-21do not introduce *false* results from lifetime resolutionNiko Matsakis-4/+23
2018-06-21use `pat_ty_adjusted` from `expr_use_visitor` to type of argumentsNiko Matsakis-0/+42
2018-06-20Auto merge of #51651 - spastorino:fix_var_name_in_e0502, r=nikomatsakisbors-0/+55
2018-06-20Fix variable name in E0502 double borrow errorSantiago Pastorino-0/+55
2018-06-20Simply joint lifetime/type iterationvarkor-6/+6
2018-06-20Make method and variable names more consistentvarkor-33/+33
2018-06-20Rename PathParameter(s) to GenericArg(s)varkor-3/+3
2018-06-20Auto merge of #51638 - spastorino:diagnostic-suggest-drop-in-reverse, r=nikom...bors-0/+48
2018-06-19Update error code numbersEsteban Küber-7/+7
2018-06-19Update message for `!Sized` typesEsteban Küber-205/+207
2018-06-19Suggest that values are dropped in the opposite order they are definedSantiago Pastorino-0/+48
2018-06-19Auto merge of #51639 - SimonSapin:missing-alloc, r=rkruppebors-0/+30
2018-06-19Add test for updated parser errorEsteban Küber-0/+32
2018-06-19Fix tidy and remove unused methodEsteban Küber-5/+6
2018-06-19Add link to book for `Sized` errorsEsteban Küber-0/+41
2018-06-19Add message to `rustc_on_unimplemented` attributes in coreEsteban Küber-295/+347
2018-06-19Auto merge of #51275 - pnkfelix:nll-diagnostics-revise-check-access-permissio...bors-112/+258
2018-06-19Auto merge of #51543 - SimonSapin:oom, r=SimonSapinbors-7/+11
2018-06-19Add code to incorrect `pub` restriction errorEsteban Küber-4/+5
2018-06-19Add code to `invalid ABI` errorEsteban Küber-2/+5
2018-06-19Update the error message for a missing global allocatorSimon Sapin-1/+1
2018-06-19Add a UI test for the missing allocator error messageSimon Sapin-0/+30
2018-06-19Add unit test for case that didn't seem to be covered in existing UI testsFelix S. Klock II-0/+46
2018-06-19Update the existing compile-fail tests to reflect diagnostic changes in NLL.Felix S. Klock II-1/+8
2018-06-19Update the existing UI tests to reflect diagnostic changes in NLL.Felix S. Klock II-5/+38
2018-06-19updates to compile-fail tests for changes to NLL.Felix S. Klock II-3/+3
2018-06-19NLL: Updates to diagnostic output in `test/ui`.Felix S. Klock II-103/+163
2018-06-19Auto merge of #50383 - stevepentland:union-derive, r=oli-obkbors-0/+52
2018-06-19Auto merge of #51278 - EPashkin:fix_mod_with_multilevel_paths_on_windows, r=n...bors-0/+49
2018-06-18Add ability to apply custom derive to union types.Steve Pentland-0/+52
2018-06-18Auto merge of #51248 - fabric-and-ink:newtype_index_debrujin, r=nikomatsakisbors-15/+15
2018-06-18Rename OOM to allocation errorSimon Sapin-7/+11
2018-06-18Auto merge of #51460 - nikomatsakis:nll-perf-examination-refactor-1, r=pnkfelixbors-8/+6
2018-06-18Auto merge of #51414 - oli-obk:impl_trait_type_def, r=pnkfelixbors-114/+300
2018-06-17Auto merge of #51392 - glaubitz:powerpc-tests, r=petrochenkovbors-8/+32
2018-06-17test: Ignore some problematic tests on powerpc and powerpc64*John Paul Adrian Glaubitz-8/+32
2018-06-17Auto merge of #51425 - QuietMisdreavus:thats-def-a-namespace-there, r=petroch...bors-0/+26
2018-06-17Auto merge of #51382 - GuillaumeGomez:intra-link-lint, r=QuietMisdreavusbors-2/+50
2018-06-16Auto merge of #51594 - eddyb:issue-51582, r=nagisabors-0/+27
2018-06-16Auto merge of #51584 - QuietMisdreavus:globs-and-crosses, r=ollie27bors-0/+36
2018-06-16rustc_codegen_llvm: don't treat i1 as signed, even for #[repr(i8)] enums.Eduard-Mihai Burtescu-0/+27