| Age | Commit message (Expand) | Author | Lines |
| 2020-05-08 | add const-generics test | Bastian Kauschke | -0/+29 |
| 2020-05-08 | Fix some tests failing in `--pass check` mode | Vadim Petrochenkov | -5/+5 |
| 2020-05-07 | Reintegrate chalk using chalk-solve | Jack Huey | -0/+579 |
| 2020-05-07 | Rollup merge of #71960 - estebank:fix-E0284, r=davidtwco | Dylan DPC | -23/+64 |
| 2020-05-07 | Rollup merge of #71903 - euclio:reword-possible-better, r=petrochenkov | Dylan DPC | -97/+97 |
| 2020-05-07 | Rollup merge of #71783 - estebank:async-block-2015, r=tmandry | Dylan DPC | -18/+80 |
| 2020-05-07 | Fix E0284 to not use incorrect wording | Esteban Küber | -23/+64 |
| 2020-05-07 | Rollup merge of #71972 - RalfJung:miri-validity-error-refine, r=oli-obk | Dylan DPC | -3/+3 |
| 2020-05-07 | Rollup merge of #71959 - petrochenkov:chelpers, r=Mark-Simulacrum | Dylan DPC | -0/+2 |
| 2020-05-07 | Rollup merge of #71952 - JohnTitor:add-tests, r=Dylan-DPC | Dylan DPC | -0/+107 |
| 2020-05-08 | Add some skip flags | Yuki Okushi | -1/+4 |
| 2020-05-08 | Skip tests on emscripten | Yuki Okushi | -0/+118 |
| 2020-05-07 | Renamed "undef" stuff to "uninit" | Hanif Bin Ariffin | -30/+30 |
| 2020-05-07 | use hex for pointers in Miri error messages; refine vtable error message | Ralf Jung | -3/+3 |
| 2020-05-06 | Fix bind address in process-termination-blocking-io test | Mohsen Zohrevandi | -1/+1 |
| 2020-05-07 | reword "possible candidate" import suggestion | Andy Russell | -97/+97 |
| 2020-05-06 | test: Fix warnings in `rust_test_helpers.c` | Vadim Petrochenkov | -0/+2 |
| 2020-05-06 | Rollup merge of #71950 - RalfJung:try-validation-cleanup, r=oli-obk | Dylan DPC | -10/+50 |
| 2020-05-06 | Rollup merge of #71918 - GuillaumeGomez:rename-methods-section, r=Dylan-DPC | Dylan DPC | -12/+21 |
| 2020-05-06 | Rollup merge of #70908 - estebank:suggest-add, r=nikomatsakis | Dylan DPC | -9/+200 |
| 2020-05-06 | Const prop aggregates even if partially or fully modified | Oliver Scherer | -0/+284 |
| 2020-05-07 | Add some tests for #67945 | Yuki Okushi | -0/+59 |
| 2020-05-07 | Add test for #34979 | Yuki Okushi | -0/+23 |
| 2020-05-07 | Add test for #29988 | Yuki Okushi | -0/+22 |
| 2020-05-06 | Rollup merge of #71937 - mzohreva:mz/ui-tests-ignore-sgx, r=nikomatsakis | Dylan DPC | -61/+71 |
| 2020-05-06 | Rollup merge of #71269 - Mark-Simulacrum:sat-float-casts, r=nikic | Dylan DPC | -41/+416 |
| 2020-05-06 | Fixup tests to test both const-eval and runtime | Mark Rousskov | -99/+22 |
| 2020-05-06 | Pull in miri test cases | Mark Rousskov | -5/+458 |
| 2020-05-06 | Define UB in float-to-int casts to saturate | Mark Rousskov | -7/+6 |
| 2020-05-06 | more precise vtable errors | Ralf Jung | -9/+9 |
| 2020-05-06 | Rollup merge of #71727 - hbina:simplified_usage, r=Mark-Simulacrum | Dylan DPC | -3/+3 |
| 2020-05-06 | Dead-code pass highlights too much of impl functions | mibac138 | -2/+54 |
| 2020-05-06 | convert remaining try_validation to new macro | Ralf Jung | -5/+35 |
| 2020-05-06 | Move tests from `test/run-fail` to UI | Yuki Okushi | -125/+404 |
| 2020-05-05 | Detect errors caused by `async` block in 2015 edition | Esteban Küber | -18/+80 |
| 2020-05-05 | Ignore SGX on a few ui tests | Mohsen Zohrevandi | -61/+71 |
| 2020-05-06 | Fix unused_parens nested binary op false positive | mibac138 | -0/+5 |
| 2020-05-06 | add test for insufficiently aligned vtable | Ralf Jung | -6/+16 |
| 2020-05-05 | Add test for new implementations section title | Guillaume Gomez | -0/+9 |
| 2020-05-05 | Update tests | Guillaume Gomez | -12/+12 |
| 2020-05-05 | Update src/test/ui/lint/issue-71290-unused-paren-binop.rs | Michael | -0/+1 |
| 2020-05-05 | Rollup merge of #71894 - mibac138:semicolon-not-always-helpful, r=estebank | Dylan DPC | -3/+27 |
| 2020-05-05 | Rollup merge of #69984 - lenary:lenary/force-uwtables, r=hanna-kruppe | Dylan DPC | -0/+28 |
| 2020-05-05 | Fix the numbering of the tests | LG3696 | -1/+1 |
| 2020-05-05 | Auto merge of #71846 - petrochenkov:fresh2, r=davidtwco | bors | -0/+1 |
| 2020-05-05 | Fix unused_parens false positive when using binary operations | mibac138 | -0/+17 |
| 2020-05-05 | Suggest removing semicolon in last expression only if it's type is known | mibac138 | -3/+27 |
| 2020-05-05 | Rollup merge of #71902 - mibac138:const-feature-diag, r=varkor | Dylan DPC | -0/+67 |
| 2020-05-05 | Rollup merge of #71711 - Mark-Simulacrum:deignore-tests, r=nikomatsakis | Dylan DPC | -34/+7 |
| 2020-05-05 | Rollup merge of #71587 - matthewjasper:promoted-move-errors, r=nikomatsakis | Dylan DPC | -0/+51 |