| Age | Commit message (Expand) | Author | Lines |
| 2023-12-28 | utilize the unused `llvm-tools` option | onur-ozkan | -9/+11 |
| 2023-12-26 | Auto merge of #119313 - matthiaskrgr:rollup-41x48j6, r=matthiaskrgr | bors | -7/+7 |
| 2023-12-26 | Rollup merge of #119303 - GuillaumeGomez:update-sysinfo, r=onur-ozkan | Matthias Krüger | -5/+5 |
| 2023-12-26 | Rollup merge of #119294 - jyn514:configure-change-id, r=onur-ozkan | Matthias Krüger | -1/+1 |
| 2023-12-26 | Rollup merge of #119287 - AlexBuz:patch-1, r=the8472 | Matthias Krüger | -1/+1 |
| 2023-12-26 | Auto merge of #119285 - lch361:split-no-panic, r=the8472 | bors | -4/+12 |
| 2023-12-26 | Auto merge of #119258 - compiler-errors:closure-kind, r=eholk | bors | -488/+570 |
| 2023-12-26 | Auto merge of #119146 - nnethercote:rm-DiagCtxt-api-duplication, r=compiler-e... | bors | -2696/+2334 |
| 2023-12-25 | Update sysinfo sub-dependency version to 0.29.11 | Guillaume Gomez | -2/+2 |
| 2023-12-25 | Update sysinfo version to 0.30.1 | Guillaume Gomez | -4/+4 |
| 2023-12-25 | Flatten match | Michael Goulet | -47/+67 |
| 2023-12-25 | Fix clippy's usage of Body's coroutine_kind | Michael Goulet | -73/+119 |
| 2023-12-25 | Only regular coroutines have movability | Michael Goulet | -104/+130 |
| 2023-12-25 | Auto merge of #119261 - cjgillot:outlive-def-kind, r=compiler-errors | bors | -39/+25 |
| 2023-12-25 | Make closures carry their own ClosureKind, rather than deducing what it is fr... | Michael Goulet | -324/+336 |
| 2023-12-25 | Don't pass body into check_closure and child functions | Michael Goulet | -50/+46 |
| 2023-12-25 | Remove unnecessary body_expr_count | Michael Goulet | -18/+0 |
| 2023-12-25 | Auto merge of #116274 - RalfJung:soft_unstable, r=cjgillot | bors | -1/+60 |
| 2023-12-25 | Auto merge of #119226 - Mark-Simulacrum:format-efficiency, r=TaKO8Ki | bors | -23/+36 |
| 2023-12-25 | fix `./configure --set change-id` | jyn | -1/+1 |
| 2023-12-25 | Auto merge of #119292 - onur-ozkan:share-make-with-rustdoc, r=albertlarsan68 | bors | -5/+0 |
| 2023-12-25 | bootstrap: use same make flags with rustdoc | onur-ozkan | -5/+0 |
| 2023-12-25 | Auto merge of #119122 - matthewjasper:if-let-guard-scoping, r=TaKO8Ki | bors | -245/+387 |
| 2023-12-25 | Auto merge of #119283 - GuillaumeGomez:warning-block-pos, r=notriddle | bors | -1/+20 |
| 2023-12-24 | Fix doc typo for read_exact_at | AlexBuz | -1/+1 |
| 2023-12-25 | Auto merge of #119274 - RalfJung:raw-ptr-pattern-ice, r=compiler-errors | bors | -1/+34 |
| 2023-12-25 | Documented unsafe blocks | lch361 | -4/+12 |
| 2023-12-25 | Removed redundant bounds checking at Split's next and next_mut methods | lch361 | -4/+4 |
| 2023-12-24 | Auto merge of #119139 - michaelwoerister:cleanup-stable-source-file-id, r=cjg... | bors | -118/+131 |
| 2023-12-24 | Auto merge of #119276 - faern:stabilize-ip_in_core, r=dtolnay | bors | -3/+1 |
| 2023-12-24 | Add GUI regression test for position of warning block | Guillaume Gomez | -0/+16 |
| 2023-12-24 | Fix display of warning block if it is first element of the top doc block | Guillaume Gomez | -0/+3 |
| 2023-12-24 | Update browser-ui-test version to 0.16.11 | Guillaume Gomez | -1/+1 |
| 2023-12-24 | Auto merge of #119278 - bjorn3:sync_cg_clif-2023-12-24, r=bjorn3 | bors | -290/+99 |
| 2023-12-24 | Auto merge of #118796 - Nadrieril:fix-exponential-id-match-2, r=cjgillot | bors | -29/+277 |
| 2023-12-24 | Fix borked subtree syncs | bjorn3 | -256/+33 |
| 2023-12-24 | Merge commit '26c02eb2904da9a53d2220d4f3069b19a3c81d3d' into sync_cg_clif-202... | bjorn3 | -34/+66 |
| 2023-12-24 | Rustup to rustc 1.77.0-nightly (2d7be7393 2023-12-23) | bjorn3 | -1/+1 |
| 2023-12-24 | Sync from rust 2d7be73931e0978c8758a672cc7258b417a7e999 | bjorn3 | -4/+4 |
| 2023-12-24 | Auto merge of #119265 - Mark-Simulacrum:remove-cache, r=cjgillot | bors | -22/+8 |
| 2023-12-24 | Stabilize ip_in_core feature | Linus Färnstrand | -3/+1 |
| 2023-12-24 | Auto merge of #117176 - bvanjoi:fix-116796, r=jackh726 | bors | -0/+16 |
| 2023-12-24 | fix ICE when using raw ptr in a pattern | Ralf Jung | -1/+34 |
| 2023-12-24 | Auto merge of #119238 - Mark-Simulacrum:def-hash-efficiency, r=cjgillot | bors | -31/+19 |
| 2023-12-24 | Auto merge of #119268 - matthiaskrgr:rollup-7ggmcdn, r=matthiaskrgr | bors | -8/+31 |
| 2023-12-24 | Rollup merge of #119257 - RalfJung:tls-comments, r=petrochenkov | Matthias Krüger | -0/+6 |
| 2023-12-24 | Rollup merge of #119205 - mumbleskates:vecdeque-comment-fix, r=Mark-Simulacrum | Matthias Krüger | -4/+4 |
| 2023-12-24 | Rollup merge of #119165 - onur-ozkan:update-container-entrypoint, r=Kobzol | Matthias Krüger | -4/+21 |
| 2023-12-23 | Auto merge of #119218 - Nadrieril:nested-opaque-reveal, r=compiler-errors | bors | -36/+128 |
| 2023-12-24 | allow devs to turn-off read-only mode | onur-ozkan | -1/+9 |