| Age | Commit message (Expand) | Author | Lines |
| 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 | const fn stability checking: also check declared language features | Ralf Jung | -7/+22 |
| 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 |
| 2024-08-31 | Rollup merge of #129724 - nnethercote:rm-Option-bang, r=fee1-dead | Matthias Krüger | -66/+68 |
| 2024-08-31 | Rollup merge of #129723 - compiler-errors:extern-providers, r=lcnr | Matthias Krüger | -43/+21 |
| 2024-08-31 | Rollup merge of #129675 - lolbinarycat:bufreader_peek_unsized, r=workingjubilee | Matthias Krüger | -0/+2 |
| 2024-08-31 | Rollup merge of #129642 - workingjubilee:bump-backtrace-fc37b22, r=workingjub... | Matthias Krüger | -0/+0 |
| 2024-08-31 | Rollup merge of #129640 - saethlin:unignore-android-in-alloc, r=tgross35 | Matthias Krüger | -25/+5 |
| 2024-08-31 | Rollup merge of #129534 - workingjubilee:ratchet-wasm-c-abi-fcw-to-deny, r=da... | Matthias Krüger | -1/+1 |
| 2024-08-31 | Rollup merge of #129527 - compiler-errors:lint-nit, r=Nadrieril | Matthias Krüger | -20/+14 |
| 2024-08-31 | Rollup merge of #129366 - petrochenkov:libsearch, r=jieyouxu | Matthias Krüger | -62/+130 |
| 2024-08-31 | Rollup merge of #129123 - aDotInTheVoid:rustdoc-json-self, r=fmease | Matthias Krüger | -0/+58 |
| 2024-08-31 | Rollup merge of #126183 - Folyd:search-core, r=GuillaumeGomez,notriddle | Matthias Krüger | -2281/+2319 |
| 2024-08-31 | Rollup merge of #120221 - compiler-errors:statements-are-not-patterns, r=nnet... | Matthias Krüger | -42/+65 |
| 2024-08-31 | Auto merge of #129797 - workingjubilee:cleanup-apple-ci, r=workingjubilee | bors | -8/+23 |
| 2024-08-30 | ci: Take tail instead of head to avoid broken pipes | Jubilee Young | -3/+1 |
| 2024-08-30 | ci: Avoid legacy backticks in upload-artifacts.sh | Jubilee Young | -1/+1 |
| 2024-08-30 | ci: Use mv instead of cp in upload step | Jubilee Young | -4/+4 |
| 2024-08-30 | ci: Try to remove unused Xcode dirs | Jubilee Young | -0/+17 |
| 2024-08-30 | enumerate the two parts of the NaN rules | Ralf Jung | -20/+21 |
| 2024-08-30 | Remove `#[macro_use] extern crate tracing` from `rustc_hir_typeck`. | Nicholas Nethercote | -3/+29 |
| 2024-08-30 | Remove `#[macro_use] extern crate tracing` from `rustc_trait_selection`. | Nicholas Nethercote | -3/+48 |
| 2024-08-30 | Remove `#[macro_use] extern crate tracing` from `rustc_hir_analysis`. | Nicholas Nethercote | -3/+31 |
| 2024-08-30 | Remove `#[macro_use] extern crate tracing` from `rustc_borrowck`. | Nicholas Nethercote | -3/+38 |
| 2024-08-30 | add borrows to NLL MIR dumps | Rémy Rakic | -1/+24 |
| 2024-08-30 | refactor NLL MIR dump entry point | Rémy Rakic | -15/+23 |
| 2024-08-30 | enable extra comments in NLL MIR dumps | Rémy Rakic | -21/+40 |
| 2024-08-30 | make `-Z mir-include-spans` a dedicated enum | Rémy Rakic | -7/+44 |
| 2024-08-30 | introduce `PrettyPrintMirOptions` for cosmetic MIR dump options | Rémy Rakic | -29/+92 |
| 2024-08-30 | add hyphen in floating-point | Ralf Jung | -12/+12 |
| 2024-08-30 | Remove `#[macro_use] extern crate tracing` from `rustc_infer`. | Nicholas Nethercote | -3/+26 |
| 2024-08-30 | Remove `#[macro_use] extern crate tracing` from `rustc_mir_transform`. | Nicholas Nethercote | -3/+39 |
| 2024-08-30 | Remove `Option<!>` return types. | Nicholas Nethercote | -66/+68 |
| 2024-08-29 | Make the "detect-old-time" UI test more representative | Josh Stone | -8/+16 |
| 2024-08-29 | Auto merge of #129750 - GuillaumeGomez:rollup-gphsb7y, r=GuillaumeGomez | bors | -644/+1587 |
| 2024-08-29 | Add a test for trait solver overflow in MIR inliner cycle detection | Ben Kimock | -0/+32 |
| 2024-08-29 | Try latest backtrace | Jubilee Young | -0/+0 |
| 2024-08-29 | wasi: Fix sleeping for `Duration::MAX` | Alex Crichton | -30/+31 |
| 2024-08-29 | Auto merge of #129714 - saethlin:half-a-recursion, r=compiler-errors | bors | -1/+9 |