| Age | Commit message (Expand) | Author | Lines |
| 2024-04-16 | Rollup merge of #123973 - matthiaskrgr:crashs_fix_cmt, r=fmease | León Orell Valerian Liehr | -0/+7 |
| 2024-04-16 | Rollup merge of #123926 - compiler-errors:no-ann, r=estebank | León Orell Valerian Liehr | -3/+22 |
| 2024-04-16 | Rollup merge of #123603 - compiler-errors:no-intrinsic, r=estebank | León Orell Valerian Liehr | -67/+56 |
| 2024-04-15 | Add test | Michael Goulet | -0/+17 |
| 2024-04-15 | Fix pretty hir for anon consts in diagnostics | Michael Goulet | -3/+5 |
| 2024-04-15 | crashes: readme: add reminder to add Fixes #abcde to prs to automatically clo... | Matthias Krüger | -0/+7 |
| 2024-04-15 | Rollup merge of #123943 - saethlin:less-sysroot-libc, r=workingjubilee | Michael Goulet | -125/+88 |
| 2024-04-15 | Rollup merge of #123924 - compiler-errors:tuple-sugg, r=estebank | Michael Goulet | -0/+58 |
| 2024-04-15 | Rollup merge of #123931 - compiler-errors:variance-unnameables, r=fmease | 许杰友 Jieyou Xu (Joe) | -0/+25 |
| 2024-04-15 | Rollup merge of #123919 - RalfJung:discriminant, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -47/+47 |
| 2024-04-15 | Use the rustc_private libc less in tests | Ben Kimock | -125/+88 |
| 2024-04-15 | Auto merge of #115717 - jsgf:stablize-json-unused-externs, r=oli-obk | bors | -3/+3 |
| 2024-04-15 | Auto merge of #122917 - saethlin:atomicptr-to-int, r=nikic | bors | -0/+38 |
| 2024-04-15 | Auto merge of #122997 - matthiaskrgr:compiletest_ices, r=oli-obk | bors | -0/+3284 |
| 2024-04-14 | crashes: limit a couple tests to only run on x86_64 and/or not on windows | Matthias Krüger | -10/+6 |
| 2024-04-14 | Rollup merge of #123905 - notriddle:notriddle/redundant-explicit-link-hunks, ... | Guillaume Gomez | -0/+14 |
| 2024-04-14 | Rollup merge of #123618 - compiler-errors:overflow-ambig, r=spastorino | Guillaume Gomez | -0/+37 |
| 2024-04-14 | Stabilize --json unused-externs(-silent) | Jeremy Fitzhardinge | -3/+3 |
| 2024-04-14 | Don't leak unnameable types in -> _ recover | Michael Goulet | -0/+25 |
| 2024-04-14 | Fix 1-tuple value suggestion | Michael Goulet | -2/+2 |
| 2024-04-14 | Suggest value on bare return | Michael Goulet | -0/+32 |
| 2024-04-14 | Fix value suggestion for array in generic context | Michael Goulet | -0/+26 |
| 2024-04-14 | builtin-derive: tag → discriminant | Ralf Jung | -47/+47 |
| 2024-04-14 | update README and add COMPILETEST_VERBOSE_CRASHES env var which when set prin... | Matthias Krüger | -1/+4 |
| 2024-04-14 | crashes: fix ice detection which did not trigger if code compiled without err... | Matthias Krüger | -1/+14 |
| 2024-04-14 | tests/crashes: add ICEs from matthiaskrgr/glacier2 | Matthias Krüger | -39/+2620 |
| 2024-04-14 | add .rs crashes from https://github.com/rust-lang/glacier | Matthias Krüger | -1/+664 |
| 2024-04-14 | tidy: add tidy check agains \.rs files inside tests/crashes that are missing ... | Matthias Krüger | -4/+0 |
| 2024-04-14 | crashes: add another test showing that everything works fine when we need com... | Matthias Krüger | -1/+28 |
| 2024-04-14 | bootstrap/compiletest: implement "crashes" tests that fail if no ice is repro... | Matthias Krüger | -0/+1 |
| 2024-04-14 | add initial ice as test | Matthias Krüger | -0/+4 |
| 2024-04-14 | Rollup merge of #123898 - fmease:gci-cmp-impl-item-lt-params, r=compiler-errors | Matthias Krüger | -17/+29 |
| 2024-04-13 | rustdoc: check redundant explicit links with correct itemid | Michael Howell | -0/+14 |
| 2024-04-14 | Auto merge of #123819 - joboet:fmt_usize_marker, r=Mark-Simulacrum | bors | -0/+4 |
| 2024-04-13 | Check regions earlier when comparing impl with trait item def | León Orell Valerian Liehr | -17/+29 |
| 2024-04-13 | Auto merge of #123656 - lqd:linker-features, r=petrochenkov | bors | -1/+5 |
| 2024-04-13 | Auto merge of #122603 - estebank:clone-o-rama, r=lcnr | bors | -81/+1255 |
| 2024-04-13 | Rollup merge of #123868 - eduardosm:stabilize-slice_ptr_len, r=jhpratt | Jacob Pratt | -1/+0 |
| 2024-04-13 | Rollup merge of #123835 - saethlin:vec-from-nonnull, r=the8472 | Jacob Pratt | -2/+2 |
| 2024-04-12 | Auto merge of #121430 - madsmtm:mac-catalyst-iOSSupport, r=wesleywiser | bors | -0/+25 |
| 2024-04-12 | Avoid more NonNull-raw-NonNull roundtrips in Vec | Ben Kimock | -2/+2 |
| 2024-04-12 | review comments | Esteban Küber | -12/+12 |
| 2024-04-12 | Rollup merge of #123847 - eggyal:issue-123844, r=fmease | Matthias Krüger | -48/+21 |
| 2024-04-12 | Rollup merge of #123834 - compiler-errors:async-closure-with-tainted-body, r=... | Matthias Krüger | -0/+43 |
| 2024-04-12 | Rollup merge of #123654 - jieyouxu:question-mark-span, r=Nadrieril | Matthias Krüger | -44/+76 |
| 2024-04-12 | Stabilize (const_)slice_ptr_len and (const_)slice_ptr_is_empty_nonnull | Eduardo Sánchez Muñoz | -1/+0 |
| 2024-04-12 | Suppress erroneous suggestion | Alan Egerton | -48/+21 |
| 2024-04-12 | Don't do coroutine-closure-specific upvar analysis if tainted by errors | Michael Goulet | -0/+43 |
| 2024-04-12 | Rollup merge of #123841 - Kohei316:remove_qualifier_sugg, r=wesleywiser | Matthias Krüger | -43/+65 |
| 2024-04-12 | Rollup merge of #123249 - goolmoos:naked_variadics, r=pnkfelix | Matthias Krüger | -1/+20 |