about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2019-04-10Update ui testLzu Tao-1/+1
2019-04-09improve unknown enum variant errorsAndy Russell-68/+175
2019-04-09Exclude profiler-generated symbols from MSVC __imp_-symbol workaround.Michael Woerister-0/+12
2019-04-08Rename Waker::new_unchecked to Waker::from_rawTaylor Cramer-1/+1
2019-04-08Add Waker::wake_by_ref and make Waker::wake consume the WakerTaylor Cramer-12/+28
2019-04-08Update test cases for changes to error messagesIsaac Whitfield-12/+3
2019-04-08Add must_use annotations to Result::is_ok and is_errAlex Gaynor-1/+1
2019-04-08Merge remote-tracking branch 'origin/master'rchaser53-0/+61
2019-04-08Auto merge of #59724 - oli-obk:const_arg_ice, r=eddybbors-0/+61
2019-04-08Add test demonstrating existing behaviour.David Wood-0/+27
2019-04-07Only run SIMD tests on x86Oliver Scherer-3/+9
2019-04-07Add test with current behaviour.David Wood-0/+46
2019-04-07Improvement for comparision against fnrchaser53-2/+39
2019-04-07Auto merge of #59119 - cramertj:cx-back, r=withoutboatsbors-25/+25
2019-04-07Add more regression tests for accidental promotionOliver Scherer-0/+37
2019-04-07Function arguments should never get promotedOliver Scherer-0/+18
2019-04-07Auto merge of #58739 - matthewjasper:more-restrictive-tpb, r=pnkfelixbors-156/+318
2019-04-06Rollup merge of #59696 - michaelwoerister:fix-issue-59137, r=alexcrichtonMazdak Farrokhzad-0/+20
2019-04-06Rollup merge of #58894 - GuillaumeGomez:invalid-lifetime-bounds, r=estebankMazdak Farrokhzad-0/+13
2019-04-05Future-proof the Futures APITaylor Cramer-25/+25
2019-04-05Auto merge of #59500 - crlf0710:boxed-closure-impls, r=cramertjbors-75/+63
2019-04-05Include trailing comma in multiline Debug representationDavid Tolnay-168/+168
2019-04-05Add regression test for #59137.Michael Woerister-0/+20
2019-04-05Fix expectations on some ui test in nll compare mode.Charles Lew-5/+3
2019-04-04Add back the substring testGuillaume Gomez-0/+29
2019-04-04Mark variables captured by reference as mutable correctlyMatthew Jasper-8/+11
2019-04-05Stabilize boxed_closure_impls in 1.35.0.Charles Lew-2/+0
2019-04-05Remove FnBox specialization of impl FnOnce for Box<impl FnOnce>.Masaki Hara-24/+0
2019-04-05Fix failing tests.Masaki Hara-24/+9
2019-04-05Fix expectations on some ui tests involving FnOnce.Masaki Hara-72/+42
2019-04-05Add tests for boxed_closure_impls.Masaki Hara-0/+61
2019-04-04Auto merge of #59676 - alexcrichton:osx-deadlock, r=sfacklerbors-0/+27
2019-04-04Adjust the mutable_borrow_reservation_conflict messageMatthew Jasper-8/+8
2019-04-04unit test for the lint itself, illustrating that it can be controlled by `#[a...Felix S. Klock II-0/+83
2019-04-04update unit test output to reflect change to lint-based diagnostic.Felix S. Klock II-10/+12
2019-04-04Update tests for restrictive two-phase borrowsMatthew Jasper-124/+1
2019-04-04Treat two-phase borrow reservations as mutable accessesMatthew Jasper-33/+233
2019-04-04std: Avoid usage of `Once` in `Instant`Alex Crichton-0/+27
2019-04-04tweak unresolved label suggestionAndy Russell-7/+19
2019-04-04Rollup merge of #59639 - cuviper:ignore-uninhabited, r=eddybMazdak Farrokhzad-0/+32
2019-04-04Auto merge of #59517 - Zoxc:new-queries, r=oli-obkbors-293/+293
2019-04-04Rollup merge of #59669 - Centril:lint-pass-macro, r=oli-obkMazdak Farrokhzad-58/+15
2019-04-03Never return uninhabited values at allJosh Stone-0/+32
2019-04-03reduce repetition in librustc(_lint) wrt. impl LintPassMazdak Farrokhzad-58/+15
2019-04-03Add test from #59033Guillaume Gomez-0/+6
2019-04-03Fix explicit_predicates_ofGuillaume Gomez-1/+1
2019-04-03Update testsflip1995-57/+38
2019-04-03Fix rebase falloutflip1995-59/+39
2019-04-03Add tests for internal lintsflip1995-0/+345
2019-04-03Improve wordingYuki OKUSHI-17/+17