about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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-02Fix failing testWesley Wiser-0/+1
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
2019-05-01Add `const-types` testvarkor-0/+22
2019-05-01Resolve match arm ty when arms divergeEsteban Küber-17/+42
2019-05-01Auto merge of #60435 - Centril:rollup-aa5lmuw, r=Centrilbors-85/+265
2019-05-01Unify tests under async-await directory.David Wood-2/+2
2019-05-01Ensure that users cannot use generated arguments.David Wood-0/+90
2019-05-01Ensure that drop order of `async fn` matches `fn`.David Wood-184/+263
2019-05-01Auto merge of #60137 - eddyb:rustdoc-rm-def-ctor-hax, r=petrochenkovbors-3/+2
2019-05-01Added the E0704 error with a link to the Rust reference.Christian-0/+1
2019-05-01Rollup merge of #60369 - TimDiekmann:dispatch-zst, r=eddybMazdak Farrokhzad-2/+71
2019-05-01Rollup merge of #60330 - varkor:range-endpoint-overflow-lint, r=estebankMazdak Farrokhzad-83/+142
2019-05-01Rollup merge of #60327 - matthewjasper:handle-local-outlives-lbl, r=nikomatsakisMazdak Farrokhzad-0/+52
2019-04-30Include signed integer types in the lintvarkor-1/+8
2019-04-30Preserve literal suffixesvarkor-1/+8
2019-04-30Place types inside backticksvarkor-91/+89
2019-04-30Add a test for overflowing endpointsvarkor-0/+47
2019-04-30Auto merge of #60262 - michaelwoerister:pgo-preinlining-pass, r=alexcrichtonbors-10/+96
2019-04-30review comments: change wordingEsteban Küber-5/+4
2019-04-30Work around missing tac command on macOS in PGO run-make test.Michael Woerister-1/+9
2019-05-01Fix run-pass testYuki OKUSHI-2/+2
2019-04-30Only allow ZSTs with 1 byte alignmentTim Diekmann-2/+22
2019-04-30Fix spansYuki OKUSHI-18/+18
2019-04-30Auto merge of #60159 - estebank:type-mismatch-cast, r=oli-obkbors-517/+3372
2019-04-30Fix testsYuki OKUSHI-11/+95
2019-04-30rustdoc: remove def_ctor hack.Eduard-Mihai Burtescu-3/+2
2019-04-30Rename to RUSTC_LOGYuki OKUSHI-6/+6
2019-04-30Move metadata encoding earlier.Nicholas Nethercote-1/+3
2019-04-29Add if let testEsteban Küber-1/+14
2019-04-29review commentsEsteban Küber-4/+4
2019-04-29add testsEsteban Küber-0/+81
2019-04-29Be more specific in the suggestion filteringEsteban Küber-3/+12
2019-04-29Do not suggest incorrect syntax on pattern borrow errorEsteban Küber-3/+0
2019-04-29Account for const fns to avoid incorrect suggestionsEsteban Küber-0/+59