about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-06-22fix subtle bug in NLL type checkerNiko Matsakis-58/+445
2020-06-22WIP bless test and compare-mode=nllNiko Matsakis-101/+186
2020-06-22add new coherence tests and update the documentationNiko Matsakis-4/+53
2020-06-22add new tests from MCP and the tracking issueNiko Matsakis-0/+197
2020-06-22remove leak-check from projectNiko Matsakis-85/+131
2020-06-22remove snapshot calls from "match" operations during selectNiko Matsakis-154/+124
2020-06-22upcasting traits requires only that things become more generalNiko Matsakis-25/+11
2020-06-22move leak-check to during coherence, candidate evalNiko Matsakis-561/+479
2020-06-22rewrite leak check to be based on universesNiko Matsakis-180/+140
2020-06-22Revert "modify leak-check to track only outgoing edges from placeholders"Niko Matsakis-202/+197
2020-06-22modify leak-check to track only outgoing edges from placeholdersNiko Matsakis-197/+202
2020-06-21Auto merge of #72936 - jackh726:chalk-more, r=nikomatsakisbors-48/+58
2020-06-21Auto merge of #71911 - wesleywiser:const_prop_small_cleanups, r=oli-obkbors-19/+67
2020-06-21Auto merge of #70946 - jumbatm:clashing-extern-decl, r=nagisabors-6/+335
2020-06-20Auto merge of #73563 - Manishearth:rollup-oowgwwm, r=Manishearthbors-382/+1713
2020-06-20Rollup merge of #73287 - davidtwco:issue-73251-opaque-types-in-projections, r...Manish Goregaokar-0/+108
2020-06-20Rollup merge of #73227 - camelid:multiple-asm-options, r=AmanieuManish Goregaokar-41/+173
2020-06-20Rollup merge of #72788 - matthewjasper:projection-bound-validation, r=nikomat...Manish Goregaokar-341/+1179
2020-06-20Rollup merge of #72456 - ldm0:dereftrait, r=estebankManish Goregaokar-0/+253
2020-06-20Fix duplicate options errorCamelid-9/+9
2020-06-20Make suggestion machine-applicableCamelid-10/+37
2020-06-20Add more to duplicate options testCamelid-1/+26
2020-06-20Use `span_suggestion` instead of `span_label`Camelid-6/+6
2020-06-20Update duplicate options testCamelid-53/+11
2020-06-20Make warning an error; use help instead of suggestion; clean up codeCamelid-25/+66
2020-06-20Add UI test for duplicate `asm!` options warningCamelid-0/+57
2020-06-20Add codegen test for multiple `asm!` optionsCamelid-0/+53
2020-06-20Update testsCamelid-41/+12
2020-06-20Rollup merge of #73404 - ajpaverd:cfguard_syntax, r=Mark-SimulacrumRalf Jung-3/+3
2020-06-20Rollup merge of #73058 - tmiasko:aarch64-san, r=nagisaRalf Jung-1/+1
2020-06-20Rollup merge of #72600 - Aaron1011:fix/anon-const-encoding, r=varkorRalf Jung-0/+23
2020-06-20Move bounds on associated types to the typeMatthew Jasper-354/+222
2020-06-20Check associated type satisfy their boundsMatthew Jasper-2/+471
2020-06-20Prevent incorrect help message for dereference suggestionDonough Liu-1/+67
2020-06-20Consider fewer predicates for projection candidatesMatthew Jasper-0/+508
2020-06-20Correctly handle binders inside trait predicatesMatthew Jasper-8/+1
2020-06-20lint: normalize projections using opaque typesDavid Wood-0/+108
2020-06-20Try to suggest dereferences when trait selection failed.Donough Liu-0/+187
2020-06-20Support sanitizers on aarch64-unknown-linux-gnuTomasz Miąsko-1/+1
2020-06-20Update existing test cases.jumbatm-24/+70
2020-06-20Add clashing-extern-fn.rs stderr.jumbatm-0/+121
2020-06-20Add ClashingExternDecl test case.jumbatm-0/+162
2020-06-19Rollup merge of #73452 - matthewjasper:auto-rec, r=nikomatsakisManish Goregaokar-2/+115
2020-06-19Rollup merge of #73442 - davidtwco:issue-72181-pretty-print-const-val-enum-no...Manish Goregaokar-0/+618
2020-06-19Rollup merge of #73359 - jonas-schievink:do-the-shimmy, r=matthewjasperManish Goregaokar-0/+28
2020-06-19Rollup merge of #73347 - tmiasko:incompatible-sanitizers, r=nikicManish Goregaokar-3/+12
2020-06-19Rollup merge of #73027 - doctorn:issue-72690, r=estebankManish Goregaokar-8/+163
2020-06-19Rollup merge of #72934 - christianpoveda:mut-borrows-in-consts, r=oli-obkManish Goregaokar-130/+130
2020-06-19Rollup merge of #72791 - lcnr:coerce-refactor, r=estebankManish Goregaokar-97/+122
2020-06-19Rollup merge of #71420 - RalfJung:specialization-incomplete, r=matthewjasperManish Goregaokar-129/+746