| Age | Commit message (Expand) | Author | Lines |
| 2021-12-09 | Add needs-unwind to tests that depend on panicking | David Koloski | -0/+5 |
| 2021-11-18 | Move some tests to more reasonable directories | Caio | -0/+67 |
| 2021-11-06 | Move some tests to more reasonable directories | Caio | -0/+6 |
| 2021-09-30 | Auto merge of #89110 - Aaron1011:adjustment-span, r=estebank | bors | -1/+1 |
| 2021-09-26 | Remove box syntax from most places in src/test outside of the issues dir | est31 | -7/+5 |
| 2021-09-25 | Use larger span for adjustments on method calls | Aaron Hill | -1/+1 |
| 2021-09-09 | Ignore automatically derived impls of `Clone` and `Debug` in dead code analysis | Fabian Wolff | -0/+1 |
| 2021-08-30 | `feature(const_generics)` -> `feature(const_param_types)` | lcnr | -14/+2 |
| 2021-06-18 | Lint for unused borrows as part of UNUSED_MUST_USE | hi-rustin | -10/+10 |
| 2021-04-29 | remove const_fn feature gate from const tests | Ralf Jung | -2/+0 |
| 2021-02-10 | Allow casting mut array ref to mut ptr | Ömer Sinan Ağacan | -7/+29 |
| 2021-02-03 | make const_err a future incompat lint | Ralf Jung | -0/+6 |
| 2021-02-01 | Rollup merge of #81387 - c410-f3r:tests-tests-tests, r=petrochenkov | Jonas Schievink | -0/+9 |
| 2021-01-31 | Move some tests to more reasonable directories | Caio | -0/+9 |
| 2021-01-30 | Remove const_in_array_rep_expr | kadmin | -0/+34 |
| 2021-01-16 | Move some tests to more reasonable directories - 2 | Caio | -0/+9 |
| 2020-12-31 | Move array-slice-vec-related tests | Yuki Okushi | -9/+331 |
| 2020-12-29 | Remove `compile-fail` test suite | Vadim Petrochenkov | -1/+1 |
| 2020-12-26 | update tests | Bastian Kauschke | -1/+0 |
| 2020-12-22 | Migrate standard library away from compare_and_swap | Linus Färnstrand | -3/+18 |
| 2020-11-29 | Update tests to remove old numeric constants | bstrie | -1/+0 |
| 2020-10-17 | Move subslice pattern tests to alloc/tests/slice.rs | Alexis Bourget | -126/+0 |
| 2020-10-17 | Move vec-macro-repeat test | Alexis Bourget | -15/+0 |
| 2020-10-17 | Suggest minimal subset features in `incomplete_features` lint | Yuki Okushi | -0/+1 |
| 2020-09-21 | Move vec-cycle-wrapped test | Alexis Bourget | -50/+0 |
| 2020-09-21 | Move vec-cycle test | Alexis Bourget | -39/+0 |
| 2020-09-21 | Move vec-slice-drop test | Alexis Bourget | -31/+0 |
| 2020-09-21 | Move array cycle test | Alexis Bourget | -31/+0 |
| 2020-09-07 | Rollup merge of #76324 - ayushmishra2005:move_vec_tests_in_library, r=matklad | Dylan DPC | -62/+0 |
| 2020-09-07 | Rollup merge of #76273 - CraftSpider:master, r=matklad | Dylan DPC | -69/+0 |
| 2020-09-04 | Move Vec slice UI tests in library | Ayush Kumar Mishra | -62/+0 |
| 2020-09-03 | Remove vec-to_str.rs, merge the remaining test in with vec | Rune Tynan | -7/+0 |
| 2020-09-03 | Remove a number of vec UI tests, make them unit tests in the alloc library | Rune Tynan | -62/+0 |
| 2020-09-02 | pretty: trim paths of unique symbols | Dan Aloni | -3/+3 |
| 2020-06-28 | Update tests | Dylan MacKenzie | -1/+2 |
| 2020-06-26 | Show the values and computation that would overflow a const evaluation or pro... | Oliver Scherer | -1/+1 |
| 2020-05-16 | Rollup merge of #72045 - RalfJung:incomplete-unsound, r=petrochenkov | Ralf Jung | -2/+3 |
| 2020-05-11 | Rollup merge of #72052 - lcnr:const_pprint, r=ecstatic-morse | Dylan DPC | -1/+1 |
| 2020-05-09 | display `ConstKind::Param` | Bastian Kauschke | -1/+1 |
| 2020-05-09 | adjust tests | Ralf Jung | -2/+3 |
| 2020-05-08 | Skip tests on emscripten | Yuki Okushi | -0/+3 |
| 2020-05-06 | Move tests from `test/run-fail` to UI | Yuki Okushi | -0/+21 |
| 2020-04-11 | rustc: Add a warning count upon completion | RoccoDev | -1/+1 |
| 2020-04-01 | Rollup merge of #70081 - lcnr:issue68387, r=varkor | Dylan DPC | -1/+1 |
| 2020-03-31 | update tests | Bastian Kauschke | -1/+1 |
| 2020-03-30 | update tests, improve variable names | Bastian Kauschke | -0/+31 |
| 2020-03-30 | add test for array len inference | Bastian Kauschke | -0/+32 |
| 2020-02-13 | fix extra subslice lowering | Mazdak Farrokhzad | -0/+44 |
| 2020-01-18 | slice_patterns: organize some tests | Mazdak Farrokhzad | -0/+107 |
| 2020-01-18 | slice_patterns: remove gates in tests | Mazdak Farrokhzad | -15/+2 |