| Age | Commit message (Expand) | Author | Lines |
| 2024-04-16 | Auto merge of #123468 - compiler-errors:precise-capturing, r=oli-obk | bors | -0/+427 |
| 2024-04-16 | Auto merge of #123963 - lqd:gdb15-failures, r=Kobzol | bors | -0/+4 |
| 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 | More polishing | Michael Goulet | -1/+53 |
| 2024-04-15 | Use a path instead of an ident (and stop manually resolving) | Michael Goulet | -14/+24 |
| 2024-04-15 | Some ordering and duplication checks | Michael Goulet | -0/+70 |
| 2024-04-15 | Add hir::Node::PreciseCapturingNonLifetimeArg | Michael Goulet | -31/+68 |
| 2024-04-15 | Validation and other things | Michael Goulet | -1/+203 |
| 2024-04-15 | Begin AST lowering for precise captures | Michael Goulet | -0/+56 |
| 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 | disable two debuginfo tests under gdb 15 | Rémy Rakic | -0/+4 |
| 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 |