about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-05-02Auto merge of #59008 - varkor:const-generics-infer, r=eddybbors-0/+98
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-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-30Work around missing tac command on macOS in PGO run-make test.Michael Woerister-1/+9
2019-04-30Only allow ZSTs with 1 byte alignmentTim Diekmann-2/+22
2019-04-30Auto merge of #60159 - estebank:type-mismatch-cast, r=oli-obkbors-517/+3372
2019-04-30rustdoc: remove def_ctor hack.Eduard-Mihai Burtescu-3/+2
2019-04-30Move metadata encoding earlier.Nicholas Nethercote-1/+3
2019-04-29Account for const fns to avoid incorrect suggestionsEsteban Küber-0/+59
2019-04-29Auto merge of #60006 - nnethercote:json-for-pipelining, r=alexcrichtonbors-0/+13
2019-04-30In JSON output, emit a directive after metadata is generated.Nicholas Nethercote-0/+13
2019-04-29Add testEsteban Küber-0/+21
2019-04-29Suggest try_into when possibleEsteban Küber-517/+3292
2019-04-29Rollup merge of #60360 - rasendubi:const-labeled-break, r=CentrilMazdak Farrokhzad-0/+10
2019-04-29Rollup merge of #60359 - petrochenkov:imperruse, r=estebankMazdak Farrokhzad-0/+34
2019-04-29Rollup merge of #60353 - JohnTitor:add-test, r=CentrilMazdak Farrokhzad-0/+26
2019-04-29Auto merge of #60039 - rasendubi:assert-trailing-junk, r=alexcrichtonbors-0/+84
2019-04-29bootstrap: Don't add LLVM's bin directory to the PATH for tool invocations.Michael Woerister-11/+11
2019-04-29Support ZSTs in DispatchFromDynTim Diekmann-1/+50
2019-04-29Auto merge of #60364 - JohnTitor:stabilize-const-needs-drop, r=oli-obkbors-2/+0
2019-04-29const-stabilize std::mem::needs_dropYuki OKUSHI-2/+0
2019-04-28Add test case for labeled break in const assignmentAlexey Shmalko-0/+10
2019-04-28resolve: Consider erroneous imports used to avoid duplicate diagnosticsVadim Petrochenkov-0/+34
2019-04-28Update *.stderr filesflip1995-1/+101
2019-04-28Add testsflip1995-0/+99
2019-04-28Add testYuki OKUSHI-0/+26
2019-04-26Search for incompatible universes in borrow errorsMatthew Jasper-0/+52
2019-04-26Make "Implementations on Foreign Types" items in sidebar link to specific implsDmitry Murzin-0/+16
2019-04-26PGO: Add a run-make test that makes sure that PGO profiling data is used by t...Michael Woerister-0/+77
2019-04-26compiletest: Make the LLVM FileCheck tool available to run-make tests.Michael Woerister-0/+1
2019-04-26Auto merge of #60167 - varkor:tidy-filelength, r=matthewjasperbors-0/+4