| Age | Commit message (Expand) | Author | Lines |
| 2024-05-23 | Rollup merge of #125452 - Urgau:check-cfg-libraries-cleanup, r=bjorn3 | Guillaume Gomez | -2/+0 |
| 2024-05-23 | Rollup merge of #125445 - GuillaumeGomez:rustdoc-migrate-short-out-dir, r=jie... | Guillaume Gomez | -1/+0 |
| 2024-05-24 | tests: update test for runnables | roife | -0/+93 |
| 2024-05-24 | Update docs | roife | -1/+2 |
| 2024-05-24 | Use cwd from runnable.args for debugger | roife | -3/+4 |
| 2024-05-24 | Revert "Debug use cargo workspace root as cwd. fixes #13022" | roife | -32/+12 |
| 2024-05-24 | Add cwd to CargoRunnable | roife | -0/+14 |
| 2024-05-23 | Auto merge of #17287 - Veykril:sysroot-encode-empty, r=Veykril | bors | -361/+277 |
| 2024-05-23 | Allow sysroots to only consist of the source root dir | Lukas Wirth | -361/+277 |
| 2024-05-23 | Rollup merge of #125401 - GuillaumeGomez:migrate-rustdoc-scrape-examples-macr... | León Orell Valerian Liehr | -1/+0 |
| 2024-05-23 | Rollup merge of #125227 - Oneirical:seventh, r=jieyouxu | León Orell Valerian Liehr | -1/+0 |
| 2024-05-23 | Rollup merge of #125224 - Oneirical:sixth, r=jieyouxu | León Orell Valerian Liehr | -1/+0 |
| 2024-05-23 | Auto merge of #116123 - joboet:rewrite_native_tls, r=m-ou-se | bors | -2/+0 |
| 2024-05-23 | Move some expected cfgs to std build.rs as per Cargo recommandation | Urgau | -3/+0 |
| 2024-05-23 | differentiate between layout and alloc_layout | Strophox | -10/+18 |
| 2024-05-23 | Replace fake "restricted-std" Cargo feature by custom cfg | Urgau | -0/+1 |
| 2024-05-23 | fix alloc_bytes (always allocate at least 1B) | Strophox | -23/+15 |
| 2024-05-23 | Rollup merge of #125438 - tbu-:pr_rm_to_string_lossy, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-05-23 | Rollup merge of #125421 - Oneirical:bundle-them-yet-again, r=jieyouxu | Matthias Krüger | -4/+16 |
| 2024-05-23 | Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk | Matthias Krüger | -8/+8 |
| 2024-05-23 | delete UI tests that only check internal implementation details of thread-locals | joboet | -2/+0 |
| 2024-05-23 | Migrate `run-make/rustdoc-with-short-out-dir-option` to `rmake.rs` | Guillaume Gomez | -1/+0 |
| 2024-05-23 | Auto merge of #17284 - Veykril:doc-links, r=Veykril | bors | -3/+7 |
| 2024-05-23 | Use correct toolchain channel when generating builtin type doc links | Lukas Wirth | -3/+7 |
| 2024-05-23 | Auto merge of #17174 - Kohei316:fix-infer-async-block-with-tail-return-expr, ... | bors | -1/+43 |
| 2024-05-23 | Update crates/hir-ty/src/infer/expr.rs | Lukas Wirth | -0/+1 |
| 2024-05-23 | Auto merge of #17140 - harrysarson:harry-unused-self, r=Veykril | bors | -2/+53 |
| 2024-05-23 | Auto merge of #125436 - matthiaskrgr:rollup-uijo2ga, r=matthiaskrgr | bors | -3/+2 |
| 2024-05-23 | Remove unneeded string conversion | Tobias Bucher | -1/+1 |
| 2024-05-23 | Rollup merge of #125222 - Oneirical:fifth, r=jieyouxu | Matthias Krüger | -1/+0 |
| 2024-05-23 | Rollup merge of #125156 - zachs18:for_loops_over_fallibles_behind_refs, r=Nil... | Matthias Krüger | -2/+2 |
| 2024-05-23 | fmt | The Miri Cronjob Bot | -4/+1 |
| 2024-05-23 | Merge from rustc | The Miri Cronjob Bot | -348/+90 |
| 2024-05-23 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-05-23 | Auto merge of #125359 - RalfJung:interpret-overflowing-ops, r=oli-obk | bors | -90/+88 |
| 2024-05-22 | Rewrite and rename `issue-38237` to rmake | Oneirical | -1/+0 |
| 2024-05-22 | rewrite and rename issue-46239 | Oneirical | -1/+6 |
| 2024-05-23 | Remove `LintDiagnostic::msg` | León Orell Valerian Liehr | -47/+112 |
| 2024-05-22 | Support mdBook preprocessors for TRPL in rustbook | Chris Krycho | -0/+13 |
| 2024-05-22 | Auto merge of #125423 - fmease:rollup-ne4l9y4, r=fmease | bors | -2/+2 |
| 2024-05-22 | Rollup merge of #125395 - madsmtm:fix-doc-summary, r=lqd | León Orell Valerian Liehr | -2/+2 |
| 2024-05-22 | Auto merge of #17270 - davidbarsky:david/fix-completions-from-associated-type... | bors | -2/+53 |
| 2024-05-22 | rewrite and rename issue-53964 | Oneirical | -1/+0 |
| 2024-05-22 | rewrite issue-30063 | Oneirical | -1/+0 |
| 2024-05-22 | fix: ensure implied bounds from associated types are considered in autocomplete | David Barsky | -2/+53 |
| 2024-05-22 | Auto merge of #17251 - roife:fix-issue-17057, r=Veykril | bors | -6/+71 |
| 2024-05-22 | Simplify | Lukas Wirth | -16/+11 |
| 2024-05-22 | Auto merge of #125415 - fmease:rollup-n2bg7q5, r=fmease | bors | -18/+21 |
| 2024-05-22 | rewrite and rename `issue-24445` to rmake | Oneirical | -1/+8 |
| 2024-05-22 | internal: refactor `prefer_no_std`/`prefer_prelude` bools into a struct | David Barsky | -351/+304 |