about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-05-30Rollup merge of #61333 - varkor:apit-const-param-ice, r=estebankMazdak Farrokhzad-0/+16
2019-05-30Rollup merge of #61279 - llogiq:implicit-option-main-doctests, r=GuillaumeGomezMazdak Farrokhzad-0/+12
2019-05-30Rollup merge of #61231 - pnkfelix:issue-59548-linkage-diagnostic, r=petrochenkovMazdak Farrokhzad-2/+92
2019-05-30Rollup merge of #60839 - davidtwco:const-generics-struct-ctor, r=varkorMazdak Farrokhzad-22/+20
2019-05-30Rollup merge of #60802 - euclio:pulldown-cmark-panic, r=GuillaumeGomezMazdak Farrokhzad-0/+9
2019-05-30Auto merge of #61005 - michaelwoerister:error-pgo-windows-unwind, r=zackmdavisbors-8/+41
2019-05-30Add a regression test for const parameters with impl Traitvarkor-0/+16
2019-05-29Auto merge of #61203 - memoryruins:bare_trait_objects, r=Centrilbors-2121/+2167
2019-05-29upgrade rustdoc's `pulldown-cmark` to 0.5.2Andy Russell-0/+9
2019-05-29Rollup merge of #61310 - RalfJung:mem, r=CentrilOliver Scherer-2/+2
2019-05-29Rollup merge of #61293 - varkor:rustdoc-print-const-generic, r=GuillaumeGomezOliver Scherer-2/+24
2019-05-29Rollup merge of #61217 - estebank:issue-52820, r=CentrilOliver Scherer-0/+39
2019-05-29Rollup merge of #60549 - euclio:doctest-panic-messages, r=GuillaumeGomezOliver Scherer-18/+110
2019-05-29Make run-make PGO tests work on MSVC.Michael Woerister-4/+34
2019-05-29bless youRalf Jung-2/+2
2019-05-29Fix ICE with struct ctors and const generics.David Wood-22/+20
2019-05-29Rollup merge of #60542 - timvermeulen:step_sub_usize, r=scottmcmMazdak Farrokhzad-0/+4
2019-05-29Update the rest of the test suites to use dynmemoryruins-2/+2
2019-05-29Update run-pass test suite to use dynmemoryruins-502/+502
2019-05-29Update ui test suite to use dynmemoryruins-1605/+1620
2019-05-29Rollup merge of #61195 - davidtwco:seg-fault-mangler, r=eddybMazdak Farrokhzad-0/+84
2019-05-29Rollup merge of #61024 - petrochenkov:proctest, r=nikomatsakisMazdak Farrokhzad-649/+475
2019-05-29Rollup merge of #60928 - TheSirC:fix/60229, r=eddybMazdak Farrokhzad-4/+4
2019-05-29Rollup merge of #60756 - matthewjasper:extra-impl-trait-tests, r=nikomatsakisMazdak Farrokhzad-0/+102
2019-05-28Add a regression test for unevaluated const in rustdocvarkor-0/+21
2019-05-28Add a const-generics folder to rustdoc testsvarkor-2/+3
2019-05-28Use assert_eq! instead of println! in testsvarkor-2/+2
2019-05-28Make sure array length diagnostic doesn't regressvarkor-3/+7
2019-05-28Correct pluralisation of tuple/array/associated type binding mismatch errorsvarkor-4/+4
2019-05-28Reintroduce `TypeError::FixedArraySize`varkor-2/+2
2019-05-28Use Display rather than Debug printing for const mismatchvarkor-3/+3
2019-05-28Update tests after pretty printingvarkor-8/+8
2019-05-28Fix test after rebasevarkor-2/+13
2019-05-28Add broken MIR regression testsvarkor-0/+51
2019-05-28Eagerly evaluate in `super_relate_consts`varkor-2/+2
2019-05-28Update test outputvarkor-8/+59
2019-05-28Add tests for uninferred consts during codegenvarkor-0/+48
2019-05-28Add a test for a function taking a const param array as an argumentvarkor-0/+22
2019-05-28Special-case `.llvm` in mangler to fix segfaultsDavid Wood-0/+84
2019-05-28Update test/ui/parser for bare_trait_object warningsmemoryruins-12/+43
2019-05-28Changes the type `mir::Mir` into `mir::Body`Claude-Alban RANÉLY-VERGÉ-DÉPRÉ-4/+4
2019-05-28implicit `Option`-returning doctestsAndre Bogus-0/+12
2019-05-28Rollup merge of #61250 - rye:print-target-list--rm-ios-case, r=alexcrichtonMazdak Farrokhzad-8/+1
2019-05-28Make test/codegen/pgo-instrumentation.rs work reliably on Windows.Michael Woerister-4/+7
2019-05-28Rollup merge of #61220 - imbrem:error_explanations, r=estebankMazdak Farrokhzad-0/+4
2019-05-28Auto merge of #61036 - michaelwoerister:pgo-xlto-test, r=alexcrichtonbors-0/+131
2019-05-27Fix an sh errorKristofer Rye-1/+1
2019-05-27Incorporated suggested changesJad Ghalayini-0/+4
2019-05-27Remove now-dead case statement in print-target-list MakefileKristofer Rye-5/+1
2019-05-27Remove *ios* case from print-target-list MakefileKristofer Rye-3/+0