| Age | Commit message (Expand) | Author | Lines |
| 2024-03-12 | Ensure nested allocations in statics do not get deduplicated | Oli Scherer | -5/+31 |
| 2024-03-12 | Add tests showing how we duplicate allocations when we shouldn't | Amanjeev Sethi | -0/+58 |
| 2024-03-12 | Auto merge of #122036 - alexcrichton:test-wasm-with-wasi, r=oli-obk | bors | -319/+196 |
| 2024-03-11 | Auto merge of #121796 - oli-obk:eager_opaque_checks3, r=lcnr | bors | -140/+217 |
| 2024-03-11 | Make `DefiningAnchor::Bind` only store the opaque types that may be constrain... | Oli Scherer | -140/+217 |
| 2024-03-11 | Auto merge of #122338 - workingjubilee:rollup-xzpt4v4, r=workingjubilee | bors | -456/+908 |
| 2024-03-11 | Update test directives for `wasm32-wasip1` | Alex Crichton | -319/+196 |
| 2024-03-11 | Rollup merge of #122328 - Enselic:sig_dfl-not-inherit, r=davidtwco | Jubilee | -14/+14 |
| 2024-03-11 | Rollup merge of #122318 - compiler-errors:next-solver-tests, r=lcnr | Jubilee | -407/+669 |
| 2024-03-11 | Rollup merge of #122152 - wutchzone:120892, r=fmease | Jubilee | -0/+76 |
| 2024-03-11 | Rollup merge of #121893 - RalfJung:const-interior-mut-tests, r=oli-obk | Jubilee | -28/+113 |
| 2024-03-11 | Rollup merge of #119385 - fmease:assoc-const-eq-fixes-2, r=oli-obk,cjgillot | Jubilee | -7/+36 |
| 2024-03-11 | Auto merge of #122140 - oli-obk:track_errors13, r=davidtwco | bors | -382/+382 |
| 2024-03-11 | promote-not: add test that distinguishes promotion from outer scope rule | Ralf Jung | -22/+42 |
| 2024-03-11 | const-checking: add some corner case tests, and fix some nits | Ralf Jung | -1/+46 |
| 2024-03-11 | Run a single huge `par_body_owners` instead of many small ones after each other. | Oli Scherer | -248/+248 |
| 2024-03-11 | Merge various rustc_attr based tests | Oli Scherer | -134/+134 |
| 2024-03-11 | Rollup merge of #122298 - RalfJung:raw-vec-into-box, r=cuviper | Jacob Pratt | -1/+2 |
| 2024-03-11 | Rollup merge of #121840 - oli-obk:freeze, r=dtolnay | Jacob Pratt | -0/+50 |
| 2024-03-11 | unix_sigpipe: Replace `inherit` with `sig_dfl` in syntax tests | Martin Nordholts | -14/+14 |
| 2024-03-10 | Mark some next-solver-behavior tests explicitly with revisions | Michael Goulet | -44/+168 |
| 2024-03-11 | Auto merge of #121752 - mu001999:dead_code/improve, r=pnkfelix | bors | -7/+34 |
| 2024-03-10 | Ignore tests w/ current/next revisions from compare-mode=next-solver | Michael Goulet | -363/+501 |
| 2024-03-10 | Rollup merge of #122304 - lukas-code:dyn-star-meta, r=compiler-errors | Matthias Krüger | -0/+38 |
| 2024-03-10 | Rollup merge of #122293 - Enselic:no-bare-unix_sigpipe, r=fmease | Matthias Krüger | -11/+4 |
| 2024-03-10 | fix metadata for dyn-star in new solver | Lukas Markeffsky | -0/+38 |
| 2024-03-10 | RawVec::into_box: avoid unnecessary intermediate reference | Ralf Jung | -1/+2 |
| 2024-03-10 | Auto merge of #121561 - jieyouxu:compiletest-directive-typo-check, r=onur-ozkan | bors | -12/+8 |
| 2024-03-10 | Detect unused struct impls pub trait | r0cky | -7/+34 |
| 2024-03-10 | diagnostics: Do not suggest using `#[unix_sigpipe]` without a value | Martin Nordholts | -11/+4 |
| 2024-03-10 | Fix invalid compiletest directives in tests | 许杰友 Jieyou Xu (Joe) | -12/+8 |
| 2024-03-10 | Rollup merge of #122251 - jieyouxu:unused-lifetimes-dedup-test, r=Nadrieril | Matthias Krüger | -0/+20 |
| 2024-03-09 | Improve diagnostics for parenthesized type arguments | Daniel Sedlak | -0/+76 |
| 2024-03-09 | Rollup merge of #120504 - kornelski:try_with_capacity, r=Amanieu | Guillaume Boisseau | -5/+5 |
| 2024-03-09 | Add test to check unused_lifetimes don't duplicate "parameter is never used" ... | 许杰友 Jieyou Xu (Joe) | -0/+20 |
| 2024-03-09 | Rollup merge of #122224 - gurry:add-tests, r=Nadrieril | Matthias Krüger | -0/+109 |
| 2024-03-09 | Rollup merge of #122160 - jieyouxu:eager-translate-help-use-latest-edition, r... | Matthias Krüger | -0/+26 |
| 2024-03-09 | Rollup merge of #121813 - Urgau:misc-non_local_defs-lint, r=cjgillot | Matthias Krüger | -15/+57 |
| 2024-03-09 | Auto merge of #122150 - ShoyuVanilla:replace-typewalker, r=lcnr | bors | -1/+10 |
| 2024-03-09 | Add missing regression tests | Gurinder Singh | -0/+109 |
| 2024-03-09 | Auto merge of #118879 - Nadrieril:lint-range-gap, r=estebank | bors | -106/+422 |
| 2024-03-09 | Lint small gaps between ranges | Nadrieril | -0/+310 |
| 2024-03-09 | Allow lint where we don't care | Nadrieril | -106/+112 |
| 2024-03-08 | Rollup merge of #122172 - compiler-errors:rpitit-collect-ice, r=fmease | Matthias Krüger | -0/+85 |
| 2024-03-08 | Rollup merge of #122171 - compiler-errors:next-solver-tests, r=lcnr | Matthias Krüger | -0/+49 |
| 2024-03-08 | Rollup merge of #122100 - compiler-errors:better-capture, r=oli-obk | Matthias Krüger | -43/+80 |
| 2024-03-08 | Improve error message for opaque captures | Michael Goulet | -43/+80 |
| 2024-03-08 | Auto merge of #122190 - matthiaskrgr:rollup-9ol4y30, r=matthiaskrgr | bors | -26/+285 |
| 2024-03-08 | Add some new solver tests | Michael Goulet | -0/+49 |
| 2024-03-08 | Don't ICE if we collect no RPITITs unless there are no unification errors | Michael Goulet | -0/+85 |