summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2018-09-07Add license header to the new testsPietro Albini-9/+69
2018-09-07Validate syntax of `--cfg` command line argumentsVadim Petrochenkov-13/+15
2018-09-07Validate syntax of `cfg` attributesVadim Petrochenkov-0/+92
2018-09-04Properly prevent the promotion of unstable const fnsOliver Schneider-1/+92
2018-09-01Add a test for reset expansion infoVadim Petrochenkov-0/+29
2018-08-26Auto merge of #53425 - oli-obk:validation, r=nikomatsakisbors-0/+21
2018-08-25Feature gate where clauses on associated type implsvarkor-4/+17
2018-08-25resolve: Reject some inaccessible candidates sooner during import resolutionVadim Petrochenkov-0/+21
2018-08-25fix testcasedylan_DPC-5/+18
2018-08-25add warning for missing docsdylan_DPC-4/+5
2018-08-25add testcase to existing macro testcasedylan_DPC-3/+22
2018-08-25Fix tidyOliver Schneider-1/+1
2018-08-25Remove an overly pedantic and wrong assertionOliver Schneider-0/+23
2018-08-25An attempt to fix NLL migration mode so that reports region errors when neces...Felix S. Klock II-5/+40
2018-08-17Don't sanity check function pointers in vtablesOliver Schneider-0/+21
2018-07-31add regression test for #52057Niko Matsakis-0/+35
2018-07-30Auto merge of #52722 - alexcrichton:more-identifier-lints, r=oli-obkbors-0/+38
2018-07-29Move a test that depends on the arch bitwidth to compile-failOliver Schneider-132/+0
2018-07-29Sanity-check all constantsOliver Schneider-13/+549
2018-07-29Auto merge of #52620 - mikhail-m1:51351, r=nikomatsakisbors-46/+139
2018-07-29fix issues #51351 and #52133Mikhail Modin-46/+139
2018-07-28Auto merge of #52761 - toidiu:ak-static-infer-fg, r=nikomatsakisbors-0/+121
2018-07-28Auto merge of #52802 - kennytm:rollup, r=kennytmbors-0/+46
2018-07-28Rollup merge of #52740 - estebank:crate-name, r=petrochenkovkennytm-0/+34
2018-07-28Rollup merge of #52702 - csmoe:mut_diff, r=estebankkennytm-0/+12
2018-07-28Auto merge of #52678 - matthewjasper:better-spans, r=nikomatsakisbors-134/+272
2018-07-27Auto merge of #52648 - davidtwco:issue-52533, r=nikomatsakisbors-50/+162
2018-07-27Region inference error messages no longer start with 'free region'David Wood-8/+8
2018-07-27Auto merge of #52733 - pnkfelix:issue-51348-make-temp-for-each-candidate-in-a...bors-0/+33
2018-07-27Improved mechanism for naming regions in non-annotated types.David Wood-10/+70
2018-07-27Change label from closure to function where appropriate.David Wood-34/+32
2018-07-27Fixed missing whitespace on some elaborated types.David Wood-3/+3
2018-07-27Update affected tests.David Wood-22/+22
2018-07-27Added fully elaborated type label for inferred arguments.David Wood-0/+54
2018-07-27Auto merge of #52681 - pnkfelix:z-borrowck-migrate, r=nikomatsakisbors-28/+155
2018-07-27Auto merge of #52650 - oli-obk:associated_existential_types, r=nikomatsakisbors-0/+104
2018-07-27fix tidytoidiu-1/+0
2018-07-26fix test and add feature gate testtoidiu-4/+43
2018-07-26some comment about not infering static lifetimes testtoidiu-1/+7
2018-07-26feature gate for inferring 'static lifetimestoidiu-0/+77
2018-07-26Auto merge of #52673 - oli-obk:mutable_promoted, r=nagisa,cramertj,estebankbors-0/+17
2018-07-26Tweak the raw_identifiers lints in 2018Alex Crichton-0/+38
2018-07-26Use better spans for cannot-move errorsMatthew Jasper-4/+191
2018-07-26Use better spans for dummy accesses used in matchesMatthew Jasper-130/+81
2018-07-26Suggest underscore when using dashes in crate namet push forkEsteban Küber-0/+34
2018-07-26Auto merge of #52735 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-116/+622
2018-07-26Auto merge of #52488 - nikomatsakis:nll-issue-48071-universe-and-sub, r=pnkfelixbors-93/+456
2018-07-26Rollup merge of #52721 - cramertj:try-poll, r=aturonMark Rousskov-0/+61
2018-07-26Rollup merge of #52695 - oli-obk:const_err_panic, r=petrochenkovMark Rousskov-0/+24
2018-07-26Rollup merge of #52649 - estebank:fmt-span, r=oli-obkMark Rousskov-13/+325