| Age | Commit message (Expand) | Author | Lines |
| 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 | Remove `Option<!>` return types. | Nicholas Nethercote | -66/+68 |
| 2024-08-29 | Auto merge of #129750 - GuillaumeGomez:rollup-gphsb7y, r=GuillaumeGomez | bors | -644/+1587 |
| 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 |
| 2024-08-29 | Simplify some extern providers | Michael Goulet | -43/+21 |
| 2024-08-29 | interpret/visitor: make memory order iteration slightly more efficient | Ralf Jung | -17/+15 |
| 2024-08-29 | Rollup merge of #129743 - GuillaumeGomez:fix-rustdoc-clippy, r=notriddle | Guillaume Gomez | -105/+94 |
| 2024-08-29 | Rollup merge of #129732 - nnethercote:unreachable_pub-3, r=Urgau | Guillaume Gomez | -347/+403 |
| 2024-08-29 | Rollup merge of #129690 - Oneirical:run-make-tidbits, r=jieyouxu | Guillaume Gomez | -56/+43 |
| 2024-08-29 | Rollup merge of #129316 - dingxiangfei2009:riscv64-imac-scs, r=nnethercote | Guillaume Gomez | -9/+52 |
| 2024-08-29 | Rollup merge of #128970 - DianQK:lint-llvm-ir, r=nikic | Guillaume Gomez | -4/+26 |
| 2024-08-29 | Rollup merge of #128166 - ChaiTRex:isqrt, r=tgross35 | Guillaume Gomez | -67/+684 |
| 2024-08-29 | Rollup merge of #123940 - kornelski:remove-derived-debug, r=Urgau | Guillaume Gomez | -56/+285 |
| 2024-08-29 | Use path instead of Path in some run-make tests | Oneirical | -56/+40 |
| 2024-08-29 | Add needs-unwind compiletest directive to libtest-thread-limit | Oneirical | -0/+3 |
| 2024-08-29 | riscv64imac: allow shadow call stack sanitizer | Ding Xiang Fei | -9/+52 |
| 2024-08-29 | Add `warn(unreachable_pub)` to `rustc_resolve`. | Nicholas Nethercote | -0/+1 |
| 2024-08-29 | Add `warn(unreachable_pub)` to `rustc_query_system`. | Nicholas Nethercote | -10/+11 |
| 2024-08-29 | Add `warn(unreachable_pub)` to `rustc_query_impl`. | Nicholas Nethercote | -18/+27 |
| 2024-08-29 | Add `warn(unreachable_pub)` to `rustc_privacy`. | Nicholas Nethercote | -10/+11 |
| 2024-08-29 | Add `warn(unreachable_pub)` to `rustc_pattern_analysis`. | Nicholas Nethercote | -0/+1 |
| 2024-08-29 | Add `warn(unreachable_pub)` to `rustc_passes`. | Nicholas Nethercote | -192/+197 |
| 2024-08-29 | Fix clippy lints | Guillaume Gomez | -105/+94 |
| 2024-08-29 | Add `warn(unreachable_pub)` to `rustc_parse_format`. | Nicholas Nethercote | -0/+1 |
| 2024-08-29 | Add `warn(unreachable_pub)` to `rustc_parser`. | Nicholas Nethercote | -35/+36 |
| 2024-08-29 | Add `warn(unreachable_pub)` to `rustc_next_trait_solver`. | Nicholas Nethercote | -26/+37 |