about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-05-12Auto merge of #50249 - Zoxc:allocation-const, r=oli-obkbors-7/+1
2018-05-11Auto merge of #50161 - rizakrko:impl_note, r=estebankbors-10/+36
2018-05-11Auto merge of #50105 - mixi:crt-included, r=alexcrichtonbors-0/+57
2018-05-11fixed double ref hintRoman Stoliar-1/+1
2018-05-11[wip] fixed some error, added missing testRoman Stoliar-2/+17
2018-05-11unary op filter, dereference hintRoman Stoliar-17/+10
2018-05-11added missing implementation hintRoman Stoliar-0/+18
2018-05-11Introduce ConstValue and use it instead of miri's Value for constant valuesJohn Kåre Alsaker-7/+1
2018-05-11Add a test for issue 36710.Johannes Nixdorf-0/+57
2018-05-11Auto merge of #50440 - nikomatsakis:single-use-lifetimes, r=cramertjbors-108/+520
2018-05-10Auto merge of #50611 - alexcrichton:rollup, r=alexcrichtonbors-44/+430
2018-05-10Rollup merge of #50590 - estebank:off-by-one, r=nikomatsakisAlex Crichton-22/+22
2018-05-10Rollup merge of #50569 - michaelwoerister:cross-lang-lto-2, r=alexcrichtonAlex Crichton-2/+2
2018-05-10Rollup merge of #50447 - ehuss:fix-update-references, r=alexcrichtonAlex Crichton-4/+5
2018-05-10Rollup merge of #49423 - gavento:gavento-dev, r=nikomatsakisAlex Crichton-16/+401
2018-05-10Auto merge of #49823 - Zoxc:term-str, r=alexcrichtonbors-4/+4
2018-05-10Fix tuple struct field spansEsteban Küber-22/+22
2018-05-10Auto merge of #50432 - GuillaumeGomez:fix-vec-new-search, r=QuietMisdreavusbors-0/+39
2018-05-09Add exact-check option to rustdoc-js testsGuillaume Gomez-0/+2
2018-05-09Allow for specifying a linker plugin for cross-language LTOMichael Woerister-2/+2
2018-05-09Rollup merge of #50505 - Aaronepower:add-test, r=oli-obkkennytm-0/+29
2018-05-09Rollup merge of #50460 - F001:const_string, r=kennytmkennytm-1/+6
2018-05-08Fix update-references for tests within subdirectories.Eric Huss-4/+5
2018-05-08Auto merge of #50530 - oli-obk:miri, r=kennytmbors-0/+23
2018-05-08Fix thinning pointers to extern types in miriOliver Schneider-0/+23
2018-05-08Auto merge of #50390 - hdhoang:46205_deny_by_default, r=nikomatsakisbors-38/+0
2018-05-08Auto merge of #50260 - Manishearth:no-extern-crate, r=nikomatsakisbors-0/+123
2018-05-07Auto merge of #50305 - GuillaumeGomez:fix-mod-stackoverflow, r=QuietMisdreavusbors-0/+37
2018-05-07Added regression function match value test, closes #44333Aaron Power-0/+29
2018-05-07Auto merge of #50454 - Manishearth:edition-preview-fixes, r=alexcrichtonbors-3/+11
2018-05-07Prevent infinite recursion of modulesGuillaume Gomez-0/+37
2018-05-07Auto merge of #50000 - michaelwoerister:cross-lang-lto, r=alexcrichtonbors-0/+80
2018-05-07Fix Mac OS section name for LLVM bitcode.Michael Woerister-1/+1
2018-05-06in which the must-use additional messaging is tucked into a noteZack M. Davis-5/+12
2018-05-06Fix assertion message generationShotaro Yamada-0/+19
2018-05-05Auto merge of #50276 - Zoxc:build-cleanup, r=alexcrichtonbors-1/+1
2018-05-05Suggest more helpful formatting stringKornel-4/+7
2018-05-05Fix paths searchGuillaume Gomez-0/+37
2018-05-05make `String::new()` constF001-1/+6
2018-05-05Fix libtest-json testJohn Kåre Alsaker-1/+1
2018-05-05Auto merge of #50419 - sinkuu:rustdoc_nested_impl_trait, r=QuietMisdreavusbors-0/+7
2018-05-04Fold rustfix tests back into the UI test suiteAlex Crichton-11/+178
2018-05-04test: Make a dedicated testsuite for rustfixAlex Crichton-0/+367
2018-05-04First step towards rustfix compiletest modePascal Hertleif-0/+20
2018-05-04Add testManish Goregaokar-0/+123
2018-05-04Make extern_absolute_paths only work on the new editionManish Goregaokar-3/+11
2018-05-04Auto merge of #49870 - pnkfelix:issue-27282-immut-borrow-all-pat-ids-in-guard...bors-53/+122
2018-05-04Auto merge of #50435 - cuviper:rm-lookup_host, r=sfacklerbors-4/+2
2018-05-04Update mir-opt test to reflect change to MIR code-generation.Felix S. Klock II-53/+61
2018-05-04add warnings for unused lifetime parametersNiko Matsakis-0/+68