| Age | Commit message (Expand) | Author | Lines |
| 2024-09-01 | Rollup merge of #129832 - eduardosm:stray-dot, r=jhpratt | Matthias Krüger | -1/+1 |
| 2024-09-01 | Rollup merge of #129780 - cyrgani:master, r=compiler-errors | Matthias Krüger | -0/+77 |
| 2024-09-01 | Rollup merge of #129672 - saethlin:enum-debuginfo-tests, r=Mark-Simulacrum | Matthias Krüger | -25/+14 |
| 2024-09-01 | Rollup merge of #129619 - sunshowers:update-stacker, r=Mark-Simulacrum | Matthias Krüger | -4/+4 |
| 2024-09-01 | Rollup merge of #129493 - cjgillot:early-opaque-def, r=petrochenkov | Matthias Krüger | -97/+91 |
| 2024-09-01 | Rollup merge of #129207 - GrigorenkoPV:elided-is-named, r=cjgillot | Matthias Krüger | -61/+628 |
| 2024-09-01 | Rollup merge of #128641 - Konippi:standardize-duplicate-processes-in-parser, ... | Matthias Krüger | -32/+24 |
| 2024-09-01 | Rollup merge of #128495 - joboet:more_memcmp, r=scottmcm | Matthias Krüger | -14/+37 |
| 2024-08-31 | Auto merge of #129831 - matthiaskrgr:rollup-befq6zx, r=matthiaskrgr | bors | -101/+559 |
| 2024-08-31 | Create opaque definitions in resolver. | Camille GILLOT | -97/+91 |
| 2024-08-31 | Remove stray dot in `std::char::from_u32_unchecked` documentation | Eduardo Sánchez Muñoz | -1/+1 |
| 2024-08-31 | Rollup merge of #129826 - Alcaro:patch-1, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2024-08-31 | Rollup merge of #129824 - GuillaumeGomez:code-example-buttons-mobile, r=notri... | Matthias Krüger | -2/+8 |
| 2024-08-31 | Rollup merge of #129818 - RalfJung:const-stability, r=compiler-errors | Matthias Krüger | -6/+5 |
| 2024-08-31 | Rollup merge of #129816 - RalfJung:tidy-feature-issue-mismatch, r=compiler-er... | Matthias Krüger | -1/+2 |
| 2024-08-31 | Rollup merge of #129782 - matthiaskrgr:c, r=jieyouxu | Matthias Krüger | -0/+54 |
| 2024-08-31 | Rollup merge of #129762 - alexcrichton:update-wasm-component-ld, r=jieyouxu | Matthias Krüger | -25/+34 |
| 2024-08-31 | Rollup merge of #129684 - Strophox:miri-pass-pointer-to-ffi, r=RalfJung | Matthias Krüger | -17/+260 |
| 2024-08-31 | Rollup merge of #129651 - onur-ozkan:stage0-target-sanity-check, r=Kobzol | Matthias Krüger | -8/+9 |
| 2024-08-31 | Rollup merge of #129650 - Zalathar:profiler-builtins, r=Mark-Simulacrum | Matthias Krüger | -28/+32 |
| 2024-08-31 | Rollup merge of #129605 - jieyouxu:needs-llvm-components, r=Mark-Simulacrum | Matthias Krüger | -13/+40 |
| 2024-08-31 | Rollup merge of #128523 - cuviper:relnotes-1.81.0, r=Mark-Simulacrum | Matthias Krüger | -0/+114 |
| 2024-08-31 | Update mod.rs | Alcaro | -1/+1 |
| 2024-08-31 | Auto merge of #129817 - matthiaskrgr:rollup-ll2ld5m, r=matthiaskrgr | bors | -3490/+11015 |
| 2024-08-31 | Fix code examples buttons not appearing on click on mobile | Guillaume Gomez | -2/+8 |
| 2024-08-31 | don't take reachability into account when warning about missing-const-stability | Ralf Jung | -2/+1 |
| 2024-08-31 | make the const-unstable-in-stable error more clear | Ralf Jung | -4/+4 |
| 2024-08-31 | Rollup merge of #129812 - RalfJung:box-custom-alloc, r=compiler-errors | Matthias Krüger | -6/+15 |
| 2024-08-31 | Rollup merge of #129791 - joboet:ich_bin_dann_mal_weg, r=joboet | Matthias Krüger | -1/+1 |
| 2024-08-31 | Rollup merge of #129785 - RalfJung:miri-sync, r=RalfJung | Matthias Krüger | -441/+1197 |
| 2024-08-31 | Rollup merge of #129774 - nnethercote:rm-extern-crate-tracing-remainder, r=Gu... | Matthias Krüger | -10/+49 |
| 2024-08-31 | Rollup merge of #129767 - nnethercote:rm-extern-crate-tracing-4, r=jieyouxu | Matthias Krüger | -18/+211 |
| 2024-08-31 | Rollup merge of #129760 - cuviper:old-timey, r=compiler-errors | Matthias Krüger | -8/+16 |
| 2024-08-31 | Rollup merge of #129757 - saethlin:half-a-recursion, r=compiler-errors | Matthias Krüger | -0/+32 |
| 2024-08-31 | Rollup merge of #129749 - krasimirgg:llvm-20-lto, r=nikic | Matthias Krüger | -3/+7 |
| 2024-08-31 | Rollup merge of #129733 - lnicola:sync-from-ra, r=lnicola | Matthias Krüger | -2888/+9203 |
| 2024-08-31 | Rollup merge of #129730 - RalfJung:float-arithmetic, r=workingjubilee | Matthias Krüger | -44/+48 |
| 2024-08-31 | Rollup merge of #129711 - lqd:nll-mir-dumps, r=compiler-errors | Matthias Krüger | -64/+214 |
| 2024-08-31 | Rollup merge of #129659 - RalfJung:const-fn-lang-feat, r=fee1-dead | Matthias Krüger | -7/+22 |
| 2024-08-31 | elided_named_lifetimes: bless & add tests | Pavel Grigorenko | -27/+460 |
| 2024-08-31 | Fix `elided_named_lifetimes` in code | Pavel Grigorenko | -14/+14 |
| 2024-08-31 | Implement `elided_named_lifetimes` lint | Pavel Grigorenko | -20/+154 |
| 2024-08-31 | tidy: say which feature gate has a stability issue mismatch | Ralf Jung | -1/+2 |
| 2024-08-31 | const fn stability checking: also check declared language features | Ralf Jung | -7/+22 |
| 2024-08-31 | interpret, codegen: tweak some comments and checks regarding Box with custom ... | Ralf Jung | -6/+15 |
| 2024-08-31 | Auto merge of #129809 - matthiaskrgr:rollup-cyygnxh, r=matthiaskrgr | bors | -2693/+2833 |
| 2024-08-31 | Rollup merge of #129754 - alexcrichton:fix-wasi-long-sleep, r=workingjubilee | Matthias Krüger | -30/+31 |
| 2024-08-31 | Rollup merge of #129751 - RalfJung:interpret-visit-field-order, r=compiler-er... | Matthias Krüger | -17/+15 |
| 2024-08-31 | Rollup merge of #129731 - ferrocene:x-test-compiler, r=onur-ozkan | Matthias Krüger | -8/+3 |
| 2024-08-31 | Rollup merge of #129725 - compiler-errors:predicates-of, r=fmease | Matthias Krüger | -98/+101 |