about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
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-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 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-04Auto merge of #50409 - KiChjang:issue-50343, r=nikomatsakisbors-0/+34
2018-05-03Remove the deprecated std::net::{lookup_host,LookupHost}Josh Stone-4/+2
2018-05-03Auto merge of #50413 - kennytm:rollup, r=kennytmbors-7/+109
2018-05-04Rollup merge of #50320 - GuillaumeGomez:fix-search-path-generation, r=QuietMi...kennytm-4/+6
2018-05-03Fix invalid path generation in rustdoc searchGuillaume Gomez-4/+6
2018-05-04Rollup merge of #50416 - rleungx:non-lifetime, r=estebankkennytm-0/+20
2018-05-04Rollup merge of #50406 - ExpHP:concat-nonzero-idents, r=dtolnaykennytm-0/+23
2018-05-04Rollup merge of #50421 - kennytm:fix-50415-ice-when-returning-range-inclusive...kennytm-0/+27
2018-05-04Rollup merge of #50393 - oli-obk:packed_const_panic, r=eddybkennytm-0/+28
2018-05-04Rollup merge of #50360 - kennytm:fix-50232-clarify-unstable-name-collision, r...kennytm-2/+2
2018-05-03Fix issue #50415.kennytm-0/+27
2018-05-03rustdoc: Resolve nested `impl Trait`sShotaro Yamada-0/+7
2018-05-03Unit test for the new implicit borrow and deref within theFelix S. Klock II-0/+61
2018-05-03Auto merge of #50030 - flip1995:rfc2103, r=petrochenkovbors-2/+100
2018-05-03check if the token is a lifetime before parsingrleungx-0/+20
2018-05-03run-make/cross-lang-lto: Make output artifact names consistent across platforms.Michael Woerister-2/+3
2018-05-03Ignore cross-lang-lto test for LLVM versions without ThinLTO.Michael Woerister-2/+5
2018-05-03Add LLVM bin directory to PATH for running run-make tests.Michael Woerister-1/+1
2018-05-03Add tests for -Z cross-lang-lto.Michael Woerister-0/+76
2018-05-03Rollup merge of #50302 - GuillaumeGomez:add-query-search-order-check, r=Quiet...kennytm-1/+3
2018-05-03Auto merge of #50378 - varkor:repr-align-max-29, r=eddybbors-1/+4
2018-05-02Skip checking for unused mutable locals that have no nameKeith Yeung-0/+34
2018-05-03add missing output for ui testMichael Lamparski-0/+8
2018-05-02forbid empty identifiers from concat_identsMichael Lamparski-0/+15
2018-05-02Auto merge of #50355 - petrochenkov:50187, r=oli-obkbors-0/+49
2018-05-02Auto merge of #50354 - varkor:initial-field-alignment-c-int, r=eddybbors-0/+102
2018-05-02Allow unaligned reads in constantsOliver Schneider-0/+28