about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-12-20implement recovery in check_assoc_opMazdak Farrokhzad-54/+72
2019-12-20Rollup merge of #67363 - alexcrichton:wasm-import-modules, r=eddybMazdak Farrokhzad-0/+154
2019-12-20Rollup merge of #67354 - VirrageS:blame-wrong-line, r=estebankMazdak Farrokhzad-5/+49
2019-12-20Rollup merge of #67131 - Centril:item-merge, r=petrochenkovMazdak Farrokhzad-75/+631
2019-12-20Rollup merge of #64588 - matthewjasper:mir-address-of, r=oli-obkMazdak Farrokhzad-230/+788
2019-12-20Rollup merge of #67285 - ohadravid:indicate-origin-of-where-type-parameter, r...Mazdak Farrokhzad-24/+24
2019-12-20Rollup merge of #67219 - jsgf:command-argv0-debug, r=joshtriplettMazdak Farrokhzad-0/+24
2019-12-20Rollup merge of #67127 - estebank:disambiguate-suggestion, r=varkorMazdak Farrokhzad-37/+144
2019-12-19Rollup merge of #67406 - ohadravid:suggest-assoc-type, r=estebankMazdak Farrokhzad-1/+1
2019-12-19Rollup merge of #67189 - LeSeulArtichaut:binop-wording, r=estebankMazdak Farrokhzad-90/+90
2019-12-18Add more tests for raw_ref_opMatthew Jasper-167/+589
2019-12-18Update test now that reference to pointer casts have more checksMatthew Jasper-23/+46
2019-12-18Check const-propagation of borrows of unsized placesMatthew Jasper-0/+7
2019-12-18Add mir opt test for AddressOfMatthew Jasper-0/+112
2019-12-18Make slice drop shims use AddressOfMatthew Jasper-9/+9
2019-12-18Start generating AddressOf rvalues in MIRMatthew Jasper-31/+25
2019-12-18Suggest associated type when the specified one cannot be foundOhad Ravid-1/+1
2019-12-17Revert "Auto merge of #67362 - Mark-Simulacrum:par-4-default, r=alexcrichton"Mark Rousskov-2/+18
2019-12-16Always build and ship parallel-enabled compilersMark Rousskov-18/+2
2019-12-16Move command-related tests into command/Jeremy Fitzhardinge-0/+0
2019-12-16Fix up Command Debug output when arg0 is specified.Jeremy Fitzhardinge-0/+24
2019-12-16Fix handling of wasm import modules and namesAlex Crichton-0/+154
2019-12-15Rollup merge of #67289 - estebank:unnamed-closure, r=CentrilMazdak Farrokhzad-0/+46
2019-12-15Auto merge of #67216 - ecstatic-morse:const-loop, r=oli-obkbors-106/+465
2019-12-14Do not ICE on unnamed futureEsteban Küber-0/+46
2019-12-14Auto merge of #67224 - nikomatsakis:revert-stabilization-of-never-type, r=cen...bors-128/+300
2019-12-14[WIP] fix tests after rebaseNiko Matsakis-47/+15
2019-12-14add `#![feature(never_type)]` to tests as neededNiko Matsakis-11/+16
2019-12-14Add regression test for #66757Niko Matsakis-0/+29
2019-12-14Revert "Remove `#![feature(never_type)]` from tests."Niko Matsakis-98/+268
2019-12-14Auto merge of #67136 - oli-obk:const_stability, r=Centrilbors-64/+61
2019-12-14Indicate origin of where type parameter for uninferred typesOhad Ravid-24/+24
2019-12-13Auto merge of #65951 - estebank:type-inference-error, r=nikomatsakisbors-74/+225
2019-12-13Rollup merge of #67278 - Centril:67273, r=oli-obkMazdak Farrokhzad-0/+49
2019-12-13Rollup merge of #67026 - Nadrieril:improve-usefulness-empty, r=varkor,Centril...Mazdak Farrokhzad-53/+766
2019-12-13Ensure test actually uses dataflow, not simulationDylan MacKenzie-3/+7
2019-12-13Apply suggestions from reviewDylan MacKenzie-0/+2
2019-12-13Fix grammar in test descriptionecstatic-morse-1/+1
2019-12-13Bless modified testsDylan MacKenzie-80/+298
2019-12-13Bless unrelated tests with new help messageDylan MacKenzie-17/+48
2019-12-13Add qualif smoke tests for const loopsDylan MacKenzie-0/+61
2019-12-13Extend control flow basics tests with loopsDylan MacKenzie-9/+52
2019-12-13coerce_inner: use initial expected_tyMazdak Farrokhzad-0/+49
2019-12-13Fix rustdoc testOliver Scherer-2/+4
2019-12-13Require stable/unstable annotations for the constness of all stable functions...Oliver Scherer-48/+50
2019-12-13Reuse the `staged_api` feature for `rustc_const_unstable`Oliver Scherer-15/+8
2019-12-13Rollup merge of #67269 - Centril:recover-lt-deref-pat, r=estebankMazdak Farrokhzad-3/+39
2019-12-13Rollup merge of #67251 - oli-obk:stability_sieve, r=CentrilMazdak Farrokhzad-27/+32
2019-12-13Rollup merge of #67247 - JohnTitor:fix-sugg, r=estebankMazdak Farrokhzad-0/+34
2019-12-13parser: recover on `&'lifetime mut $pat`.Mazdak Farrokhzad-3/+39