about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-05-08Auto merge of #71418 - hbina:rename_miri_undef, r=RalfJungbors-30/+30
2020-05-08Update annotate-snippets-rs to 0.8.0Juan Aguilar Santillana-1/+1
2020-05-08Rollup merge of #71710 - workingjubilee:jubilee-readd-test, r=nikomatsakisDylan DPC-0/+40
2020-05-08Fix debug assertion in error codeMatthew Jasper-0/+36
2020-05-08Add test for strikethrough in rustdocmibac138-0/+6
2020-05-08Add test for deprecated emojiGuillaume Gomez-2/+2
2020-05-08Rollup merge of #72008 - lcnr:patch-3, r=varkorDylan DPC-0/+29
2020-05-08Fix testsCamille GILLOT-0/+1
2020-05-08add const-generics testBastian Kauschke-0/+29
2020-05-08Fix some tests failing in `--pass check` modeVadim Petrochenkov-5/+5
2020-05-08checking on either interior or upvarcsmoe-1/+1
2020-05-07Reintegrate chalk using chalk-solveJack Huey-0/+579
2020-05-07Rollup merge of #71960 - estebank:fix-E0284, r=davidtwcoDylan DPC-23/+64
2020-05-07Rollup merge of #71903 - euclio:reword-possible-better, r=petrochenkovDylan DPC-97/+97
2020-05-07Rollup merge of #71783 - estebank:async-block-2015, r=tmandryDylan DPC-18/+80
2020-05-07Merge aliases and search-indexGuillaume Gomez-5/+5
2020-05-07Update std testsGuillaume Gomez-3/+5
2020-05-07Add more tests for doc aliasesGuillaume Gomez-0/+317
2020-05-07Fix E0284 to not use incorrect wordingEsteban Küber-23/+64
2020-05-07Rollup merge of #71972 - RalfJung:miri-validity-error-refine, r=oli-obkDylan DPC-3/+3
2020-05-07Rollup merge of #71959 - petrochenkov:chelpers, r=Mark-SimulacrumDylan DPC-0/+2
2020-05-07Rollup merge of #71952 - JohnTitor:add-tests, r=Dylan-DPCDylan DPC-0/+107
2020-05-08Add some skip flagsYuki Okushi-1/+4
2020-05-08Skip tests on emscriptenYuki Okushi-0/+118
2020-05-07Renamed "undef" stuff to "uninit"Hanif Bin Ariffin-30/+30
2020-05-07use hex for pointers in Miri error messages; refine vtable error messageRalf Jung-3/+3
2020-05-06Fix bind address in process-termination-blocking-io testMohsen Zohrevandi-1/+1
2020-05-07reword "possible candidate" import suggestionAndy Russell-97/+97
2020-05-06test: Fix warnings in `rust_test_helpers.c`Vadim Petrochenkov-0/+2
2020-05-06Rollup merge of #71950 - RalfJung:try-validation-cleanup, r=oli-obkDylan DPC-10/+50
2020-05-06Rollup merge of #71918 - GuillaumeGomez:rename-methods-section, r=Dylan-DPCDylan DPC-12/+21
2020-05-06Rollup merge of #70908 - estebank:suggest-add, r=nikomatsakisDylan DPC-9/+200
2020-05-06Const prop aggregates even if partially or fully modifiedOliver Scherer-0/+284
2020-05-07Add some tests for #67945Yuki Okushi-0/+59
2020-05-07Add test for #34979Yuki Okushi-0/+23
2020-05-07Add test for #29988Yuki Okushi-0/+22
2020-05-06Rollup merge of #71937 - mzohreva:mz/ui-tests-ignore-sgx, r=nikomatsakisDylan DPC-61/+71
2020-05-06Rollup merge of #71269 - Mark-Simulacrum:sat-float-casts, r=nikicDylan DPC-41/+416
2020-05-06Fixup tests to test both const-eval and runtimeMark Rousskov-99/+22
2020-05-06Pull in miri test casesMark Rousskov-5/+458
2020-05-06Define UB in float-to-int casts to saturateMark Rousskov-7/+6
2020-05-06more precise vtable errorsRalf Jung-9/+9
2020-05-06Rollup merge of #71727 - hbina:simplified_usage, r=Mark-SimulacrumDylan DPC-3/+3
2020-05-06Dead-code pass highlights too much of impl functionsmibac138-2/+54
2020-05-06bless issue-70818 test casecsmoe-3/+28
2020-05-06convert remaining try_validation to new macroRalf Jung-5/+35
2020-05-06Move tests from `test/run-fail` to UIYuki Okushi-125/+404
2020-05-05Detect errors caused by `async` block in 2015 editionEsteban Küber-18/+80
2020-05-05Ignore SGX on a few ui testsMohsen Zohrevandi-61/+71
2020-05-06Fix unused_parens nested binary op false positivemibac138-0/+5