| Age | Commit message (Expand) | Author | Lines |
| 2025-04-14 | Report span of test when should_panic test failed | xizheyin | -0/+101 |
| 2025-04-13 | Rollup merge of #139618 - petrochenkov:virsugg, r=jieyouxu | Chris Denton | -43/+52 |
| 2025-04-13 | Auto merge of #139734 - ChrisDenton:rollup-28qn740, r=ChrisDenton | bors | -0/+39 |
| 2025-04-13 | Rollup merge of #139607 - reddevilmidzy:add-regression-test, r=petrochenkov | Chris Denton | -0/+39 |
| 2025-04-12 | Add regression test for #127424 | reddevilmidzy | -0/+39 |
| 2025-04-12 | tests: ensure disabled tests have a reason | Jieyou Xu | -7/+7 |
| 2025-04-12 | tests/ui: remove outdated README | Jieyou Xu | -35/+0 |
| 2025-04-11 | Rollup merge of #139662 - nnethercote:tweak-DefPathData, r=compiler-errors | Jacob Pratt | -12/+12 |
| 2025-04-11 | Rollup merge of #139653 - nnethercote:fix-139495, r=petrochenkov | Jacob Pratt | -0/+20 |
| 2025-04-11 | Auto merge of #139578 - ferrocene:pa-compiletest-edition, r=jieyouxu | bors | -81/+95 |
| 2025-04-11 | Change how anonymous associated types are printed. | Nicholas Nethercote | -12/+12 |
| 2025-04-11 | Rollup merge of #139654 - nnethercote:AssocKind-descr, r=compiler-errors | Stuart Cook | -49/+49 |
| 2025-04-11 | Rollup merge of #139641 - BoxyUwU:allow_parend_array_len_infer, r=compiler-er... | Stuart Cook | -1/+72 |
| 2025-04-11 | Rollup merge of #139564 - compiler-errors:deeply-norm, r=lcnr | Stuart Cook | -42/+139 |
| 2025-04-11 | Rollup merge of #139469 - jieyouxu:compiletest-supports-crate-type, r=onur-ozkan | Stuart Cook | -38/+31 |
| 2025-04-11 | Rollup merge of #138998 - rperier:donot_suggest_to_use_impl_trait_in_closure_... | Stuart Cook | -0/+21 |
| 2025-04-11 | Rollup merge of #138904 - madsmtm:apple-test-no-std, r=tgross35 | Stuart Cook | -0/+41 |
| 2025-04-11 | Rollup merge of #137447 - folkertdev:simd-extract-insert-dyn, r=scottmcm | Stuart Cook | -2/+39 |
| 2025-04-11 | Improve `AssocItem::descr`. | Nicholas Nethercote | -49/+49 |
| 2025-04-11 | Handle a negated literal in `eat_token_lit`. | Nicholas Nethercote | -0/+20 |
| 2025-04-10 | compiletest: Trim the value of `dont-require-annotations` | Vadim Petrochenkov | -9/+9 |
| 2025-04-10 | compiletest: Make `SUGGESTION` annotations viral | Vadim Petrochenkov | -39/+48 |
| 2025-04-10 | Auto merge of #137412 - scottmcm:redo-swap, r=cuviper | bors | -3/+3 |
| 2025-04-10 | add `simd_insert_dyn` and `simd_extract_dyn` | Folkert de Vries | -2/+39 |
| 2025-04-10 | Deeply normalize obligations in BestObligation | Michael Goulet | -42/+139 |
| 2025-04-10 | Allow parenthesis around inferred array lengths | Boxy | -1/+72 |
| 2025-04-10 | Rollup merge of #139626 - m-ou-se:mut, r=lqd | Matthias Krüger | -1/+1 |
| 2025-04-10 | Rollup merge of #139510 - nnethercote:name-to-ident, r=fee1-dead | Matthias Krüger | -1/+1 |
| 2025-04-10 | Remove unnecessary `mut`. | Mara Bos | -1/+1 |
| 2025-04-10 | Rollup merge of #139568 - nnethercote:empty-trait-name, r=compiler-errors | Matthias Krüger | -40/+24 |
| 2025-04-10 | Rollup merge of #139563 - EnzymeAD:better-autodiff-err, r=jieyouxu | Matthias Krüger | -4/+4 |
| 2025-04-10 | Rollup merge of #139530 - oli-obk:rustc-intrinsic-cleanup, r=RalfJung | Matthias Krüger | -23/+0 |
| 2025-04-10 | Rollup merge of #139507 - Zalathar:trim-env-name, r=jieyouxu | Matthias Krüger | -0/+23 |
| 2025-04-10 | Rollup merge of #139423 - compiler-errors:field-autoderef, r=oli-obk | Matthias Krüger | -10/+2 |
| 2025-04-10 | replace `//@ compile-flags: --edition` with `//@ edition` | Pietro Albini | -81/+95 |
| 2025-04-10 | tests: use specific-purpose `needs-crate-type` over `ignore-$target` directives | Jieyou Xu | -38/+31 |
| 2025-04-10 | Auto merge of #139000 - compiler-errors:rigid-missing-item, r=lcnr | bors | -14/+339 |
| 2025-04-10 | Rename some `name` variables as `ident`. | Nicholas Nethercote | -1/+1 |
| 2025-04-09 | Make unnormalizable item ambiguous in coherence | Michael Goulet | -0/+60 |
| 2025-04-09 | Use a query rather than recomputing the tail repeatedly | Michael Goulet | -14/+159 |
| 2025-04-09 | Mark GAT WC as GoalSource::AliasWellFormed so that we recurse into them in er... | Michael Goulet | -21/+2 |
| 2025-04-09 | Rigidly project missing item due to guaranteed impossible sized predicate | Michael Goulet | -0/+139 |
| 2025-04-09 | Rollup merge of #139551 - jogru0:121672, r=oli-obk | Matthias Krüger | -0/+39 |
| 2025-04-09 | Rollup merge of #139513 - compiler-errors:higher-ranked-proj, r=lcnr | Matthias Krüger | -35/+89 |
| 2025-04-09 | Rollup merge of #139489 - petrochenkov:noreqann, r=jieyouxu | Matthias Krüger | -16/+16 |
| 2025-04-09 | Rollup merge of #138628 - spastorino:add-more-ergonomic-clone-tests, r=nikoma... | Matthias Krüger | -0/+137 |
| 2025-04-09 | Rollup merge of #138470 - spastorino:test-rfc2229-and-ergonomic-clones, r=nik... | Matthias Krüger | -0/+78 |
| 2025-04-09 | Report higher-ranked trait error when higher-ranked projection goal fails in ... | Michael Goulet | -35/+89 |
| 2025-04-09 | Ensure `swap_nonoverlapping` is really always untyped | Scott McMurray | -3/+3 |
| 2025-04-09 | Rollup merge of #139364 - Kohei316:feat/doc-hidden-suggestion, r=nnethercote | Matthias Krüger | -0/+45 |