about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-05-06add test for `async move` in a doctestQuietMisdreavus-0/+14
2019-05-06update playground url tests with new edition behaviorQuietMisdreavus-4/+4
2019-05-06Auto merge of #60261 - matklad:one-escape, r=petrochenkovbors-119/+142
2019-05-05Rollup merge of #60515 - euclio:div-in-heading, r=GuillaumeGomezManish Goregaokar-3/+2
2019-05-05Move run-make test to run-make-fulldepsvarkor-1/+1
2019-05-05Add a run-make test for command aliasesvarkor-0/+23
2019-05-05Auto merge of #60525 - eddyb:namespaces-not-kinds, r=petrochenkovbors-3/+3
2019-05-05Auto merge of #60508 - varkor:const-generics-fold-ct-err, r=petrochenkovbors-10/+39
2019-05-04Early error for mixing order of const and type parametersvarkor-10/+10
2019-05-04Fix misleading indentationJesper Steen Møller-6/+5
2019-05-04Fix #45268 by saving all NodeId's for resolved traits.Jesper Steen Møller-0/+61
2019-05-04Add testsvarkor-0/+29
2019-05-04Rollup merge of #60527 - davidtwco:issue-60518, r=cramertjMazdak Farrokhzad-0/+12
2019-05-04Rollup merge of #60517 - estebank:wording, r=davidtwcoMazdak Farrokhzad-114/+114
2019-05-04Rollup merge of #60516 - JohnTitor:remove-typeck, r=matthewjasperMazdak Farrokhzad-2/+2
2019-05-04Rollup merge of #60513 - chrisvittal:remove-borrowck-compare, r=matthewjasperMazdak Farrokhzad-647/+121
2019-05-04Rollup merge of #60449 - matthewjasper:impl-trait-outlives, r=pnkfelixMazdak Farrokhzad-15/+45
2019-05-04Rollup merge of #60429 - estebank:pub-path, r=michaelwoeristerMazdak Farrokhzad-4/+17
2019-05-04Auto merge of #59897 - tmandry:variantful-generators, r=eddybbors-43/+157
2019-05-03Address review commentsTyler Mandry-4/+4
2019-05-04rustc: collapse relevant DefPathData variants into TypeNs.Eduard-Mihai Burtescu-3/+3
2019-05-03Fix async fn lowering ICE with APIT.David Wood-0/+12
2019-05-03rustc: rename hir::def::Def to Res (short for "resolution").Eduard-Mihai Burtescu-2/+2
2019-05-04Fix testYuki Okushi-2/+2
2019-05-03Reword casting messageEsteban Küber-114/+114
2019-05-03use span instead of div for since versionAndy Russell-3/+2
2019-05-03Rollup merge of #60501 - taiki-e:async-await-mutable-arguments, r=cramertjMazdak Farrokhzad-0/+10
2019-05-03Rollup merge of #60457 - wesleywiser:const_prop_refactoring, r=oli-obkMazdak Farrokhzad-3/+10
2019-05-03Rollup merge of #60455 - estebank:resolve-match-arm-ty, r=davidtwcoMazdak Farrokhzad-17/+42
2019-05-03Rollup merge of #60409 - JohnTitor:error-for-existential-type, r=oli-obkMazdak Farrokhzad-13/+97
2019-05-03Rollup merge of #60401 - JohnTitor:rename-log, r=davidtwcoMazdak Farrokhzad-6/+6
2019-05-03Rollup merge of #60393 - estebank:pat-sugg, r=oli-obkMazdak Farrokhzad-6/+105
2019-05-03Rollup merge of #60388 - cramertj:elided-lifetime-async, r=nikomatsakisMazdak Farrokhzad-15/+47
2019-05-03Rollup merge of #60220 - euclio:rustdoc-test-fatal-parsing-errors, r=QuietMis...Mazdak Farrokhzad-2/+36
2019-05-03Rollup merge of #59928 - petrochenkov:denyambass, r=varkorMazdak Farrokhzad-9/+4
2019-05-03Update testsChristopher Vittal-647/+121
2019-05-03Propagate mutability from arguments to local bindings in async fnTaiki Endo-0/+10
2019-05-02don't amplify errors in format! with bad literalsAleksey Kladov-28/+5
2019-05-02Constrain all regions in the concrete type for an opaque typeMatthew Jasper-15/+45
2019-05-02Fix failing testWesley Wiser-0/+1
2019-05-02introduce unescape moduleAleksey Kladov-103/+149
2019-05-02Remove the `self.mir` field from `ConstPropagator`Wesley Wiser-3/+9
2019-05-02Auto merge of #59008 - varkor:const-generics-infer, r=eddybbors-0/+98
2019-05-01Disallow non-explicit elided lifetimes in async fnTaylor Cramer-15/+47
2019-05-02Rollup merge of #60437 - davidtwco:issue-60236, r=nikomatsakisMazdak Farrokhzad-184/+353
2019-05-02Rollup merge of #60385 - nnethercote:earlier-metadata, r=alexcrichtonMazdak Farrokhzad-1/+3
2019-05-02Rollup merge of #59634 - DevQps:explain-E0704, r=estebankMazdak Farrokhzad-0/+1
2019-05-01Add a test for const args that cannot be inferredvarkor-0/+25
2019-05-01Add a test for incorrect numbers of const argsvarkor-0/+32
2019-05-01Add a test for const argumentsvarkor-0/+19