| Age | Commit message (Expand) | Author | Lines |
| 2020-05-08 | Auto merge of #71418 - hbina:rename_miri_undef, r=RalfJung | bors | -30/+30 |
| 2020-05-08 | Update annotate-snippets-rs to 0.8.0 | Juan Aguilar Santillana | -1/+1 |
| 2020-05-08 | Rollup merge of #71710 - workingjubilee:jubilee-readd-test, r=nikomatsakis | Dylan DPC | -0/+40 |
| 2020-05-08 | Fix debug assertion in error code | Matthew Jasper | -0/+36 |
| 2020-05-08 | Add test for strikethrough in rustdoc | mibac138 | -0/+6 |
| 2020-05-08 | Add test for deprecated emoji | Guillaume Gomez | -2/+2 |
| 2020-05-08 | Rollup merge of #72008 - lcnr:patch-3, r=varkor | Dylan DPC | -0/+29 |
| 2020-05-08 | Fix tests | Camille GILLOT | -0/+1 |
| 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-08 | checking on either interior or upvar | csmoe | -1/+1 |
| 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 | Merge aliases and search-index | Guillaume Gomez | -5/+5 |
| 2020-05-07 | Update std tests | Guillaume Gomez | -3/+5 |
| 2020-05-07 | Add more tests for doc aliases | Guillaume Gomez | -0/+317 |
| 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 | bless issue-70818 test case | csmoe | -3/+28 |
| 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 |