| Age | Commit message (Expand) | Author | Lines |
| 2021-06-29 | Test memory exhaustion in const evaluation | Smitty | -1/+13 |
| 2021-06-29 | Make memory exhaustion a hard error | Smitty | -15/+5 |
| 2021-06-29 | Support allocation failures when interperting MIR | Smitty | -0/+31 |
| 2021-06-29 | Auto merge of #86475 - crlf0710:miri_vtable_refactor, r=bjorn3 | bors | -5/+5 |
| 2021-06-29 | Auto merge of #86009 - cjgillot:fwarn, r=davidtwco | bors | -9/+9 |
| 2021-06-29 | Auto merge of #86594 - dns2utf8:move_label_to_symbol, r=GuillaumeGomez | bors | -10/+55 |
| 2021-06-29 | Auto merge of #86704 - JohnTitor:rollup-lnrxo4i, r=JohnTitor | bors | -1395/+720 |
| 2021-06-29 | Rollup merge of #86678 - FabianWolff:issue-86667, r=jackh726 | Yuki Okushi | -0/+43 |
| 2021-06-29 | Rollup merge of #86673 - m-ou-se:disjoint-capture-edition-lint, r=nikomatsakis | Yuki Okushi | -104/+186 |
| 2021-06-29 | Rollup merge of #86671 - m-ou-se:non-fmt-panic-future-incompatible, r=nikomat... | Yuki Okushi | -12/+24 |
| 2021-06-29 | Rollup merge of #86661 - sexxi-goose:edition_fix, r=nikomatsakis | Yuki Okushi | -1279/+451 |
| 2021-06-29 | Rollup merge of #86657 - jam1garner:future_prelude_false_positive, r=nikomats... | Yuki Okushi | -0/+16 |
| 2021-06-28 | Auto merge of #86669 - Smittyvb:satisfy-windows-defender, r=Mark-Simulacrum | bors | -1/+1 |
| 2021-06-28 | Add test for item-table with resize to mobile | Stefan Schindler | -10/+55 |
| 2021-06-29 | Rollup merge of #86688 - JohnTitor:test-65384, r=jackh726 | Yuki Okushi | -0/+30 |
| 2021-06-29 | Rollup merge of #86358 - klensy:pp-loop, r=Mark-Simulacrum | Yuki Okushi | -3/+20 |
| 2021-06-29 | Rollup merge of #86206 - FabianWolff:issue-86188, r=Mark-Simulacrum | Yuki Okushi | -29/+167 |
| 2021-06-28 | Bless the test suite. | Charles Lew | -5/+5 |
| 2021-06-28 | Add a regression test for issue-65384 | Yuki Okushi | -0/+30 |
| 2021-06-27 | Editon 2021 enables precise capture | Aman Arora | -1279/+451 |
| 2021-06-28 | Fix garbled suggestion for missing lifetime specifier | Fabian Wolff | -0/+43 |
| 2021-06-27 | Auto merge of #85359 - lrh2000:reserved-prefixes, r=nikomatsakis | bors | -0/+406 |
| 2021-06-27 | Auto merge of #86445 - sexxi-goose:box_fix, r=nikomatsakis | bors | -8/+130 |
| 2021-06-27 | Make disjoint_capture_migration an edition lint. | Mara Bos | -104/+186 |
| 2021-06-27 | Turn non_fmt_panic into a future_incompatible edition lint. | Mara Bos | -12/+24 |
| 2021-06-27 | Don't run a publically reachable server in tests | Smitty | -1/+1 |
| 2021-06-27 | Update and bless tests for const read out of bounds | Albin Hedman | -28/+36 |
| 2021-06-27 | Update and bless tests for copy intrinsic | Albin Hedman | -67/+20 |
| 2021-06-27 | Fix the test copy-intrinsic | Albin Hedman | -50/+31 |
| 2021-06-27 | Bring back tests removed in 'Revert PRs 81238 and 82967 (which made copy and ... | Albin Hedman | -0/+144 |
| 2021-06-27 | Bless out_of_bounds_read test | Albin Hedman | -26/+29 |
| 2021-06-27 | Revert "With the revert of PR 83091, `swap` is not a `const fn` anymore." | Albin Hedman | -9/+2 |
| 2021-06-27 | Revert "Remove tests that were also added in PR 79684." | Albin Hedman | -0/+75 |
| 2021-06-27 | Auto merge of #85448 - nanguye2496:nanguye2496/debuginfo_tests, r=Mark-Simula... | bors | -5/+337 |
| 2021-06-27 | Fix `future_prelude_collision` false positive | jam1garner | -0/+16 |
| 2021-06-27 | Auto merge of #86645 - FabianWolff:issue-82328, r=LeSeulArtichaut | bors | -0/+30 |
| 2021-06-26 | Update reserved prefixes test for new edition lint wording. | Mara Bos | -15/+15 |
| 2021-06-26 | Reorder some lines in `unpretty-expr-fn-arg.rs` | Fabian Wolff | -10/+10 |
| 2021-06-26 | Auto merge of #86449 - Stupremee:render-self-cast-in-type-bound, r=GuillaumeG... | bors | -1/+30 |
| 2021-06-26 | Add reserved_prefixe tests for macros from different editions. | Mara Bos | -0/+112 |
| 2021-06-26 | Add quote!() example to reserved_prefix lint test. | Mara Bos | -1/+34 |
| 2021-06-26 | Add test for the reserved_prefix migration lint. | Mara Bos | -0/+115 |
| 2021-06-26 | Update reserved-prefixes test output. | Mara Bos | -36/+54 |
| 2021-06-26 | Reserve prefixed identifiers and string literals (RFC 3101) | lrh2000 | -0/+128 |
| 2021-06-26 | Fix ICE with `-Zunpretty=hir,typed` when an expression occurs in a function s... | Fabian Wolff | -0/+30 |
| 2021-06-26 | Auto merge of #85682 - m-ou-se:array-into-iter-2, r=nikomatsakis | bors | -77/+202 |
| 2021-06-26 | Fix array-into-iter tests. | Mara Bos | -13/+18 |
| 2021-06-26 | Remove issue-78660-cap-lints-future-compat test. | Mara Bos | -10/+0 |
| 2021-06-26 | Add test for suggestion of array_into_iter in for loop. | Mara Bos | -1/+19 |
| 2021-06-26 | Update tests for updated array_into_iter lint. | Mara Bos | -54/+166 |