| Age | Commit message (Expand) | Author | Lines |
| 2025-06-28 | Rollup merge of #143114 - leopardracer:master, r=RalfJung | Matthias Krüger | -3/+3 |
| 2025-06-28 | Rollup merge of #143111 - xu-cheng:btreeset_from_iter, r=Mark-Simulacrum | Matthias Krüger | -3/+1 |
| 2025-06-28 | Rollup merge of #143110 - yotamofek:pr/tidy-sort-for-symbols, r=nnethercote | Matthias Krüger | -94/+64 |
| 2025-06-28 | Rollup merge of #143082 - fee1-dead-contrib:push-qvvppzukvkxt, r=Mark-Simulacrum | Matthias Krüger | -4/+4 |
| 2025-06-28 | Rollup merge of #143031 - mati865:push-mutywntmvomx, r=Mark-Simulacrum | Matthias Krüger | -1/+3 |
| 2025-06-28 | Rollup merge of #142987 - lolbinarycat:rustdoc-non_exhaustive-enum-v-142599, ... | Matthias Krüger | -0/+26 |
| 2025-06-28 | Rollup merge of #142963 - Kobzol:try-build-skip, r=jieyouxu | Matthias Krüger | -3/+29 |
| 2025-06-28 | Rollup merge of #142708 - Darksonn:location-len-without-nul, r=Mark-Simulacrum | Matthias Krüger | -20/+30 |
| 2025-06-28 | Rollup merge of #123476 - devnexen:std_net_solaris_exclbind, r=Mark-Simulacrum | Matthias Krüger | -0/+117 |
| 2025-06-28 | Merge pull request #694 from rust-lang/sync_from_rust_2025_06_02 | antoyo | -218/+124 |
| 2025-06-28 | Stop skipping libcore's f16::test_total_cmp | Antoni Boucher | -8/+1 |
| 2025-06-28 | Add TODOs | Antoni Boucher | -0/+3 |
| 2025-06-28 | Remove commented code | Antoni Boucher | -13/+0 |
| 2025-06-28 | librustdoc: use tidy for sorting attrs and deps | Yotam Ofek | -4/+8 |
| 2025-06-28 | librustdoc: remove unused feature gates | Yotam Ofek | -4/+0 |
| 2025-06-28 | Ignore failing test | Antoni Boucher | -0/+1 |
| 2025-06-28 | librustdoc: remove unneeded `#[recursion_limit]` | Yotam Ofek | -1/+0 |
| 2025-06-28 | librustdoc: remove unneeded `#[allow]`s | Yotam Ofek | -3/+0 |
| 2025-06-28 | Auto merge of #142625 - cjgillot:inline-nocycle, r=oli-obk | bors | -134/+158 |
| 2025-06-28 | Fix for libgccjit 12 | Antoni Boucher | -2/+4 |
| 2025-06-28 | Fix to use Function instead of RValue | Antoni Boucher | -14/+8 |
| 2025-06-28 | Merge branch 'master' into sync_from_rust_2025_06_02 | Antoni Boucher | -10350/+11397 |
| 2025-06-28 | Fix type_name intrinsic | Antoni Boucher | -1/+7 |
| 2025-06-28 | moved tests | Kivooeo | -0/+0 |
| 2025-06-29 | explain `ImportData::imported_module` | bohan | -1/+8 |
| 2025-06-28 | "set by Rusts options". Remove misleading always-true if cfg!(unix). Drop #![... | наб | -7/+5 |
| 2025-06-28 | Auto merge of #142317 - compiler-errors:perf-fold, r=lcnr | bors | -0/+11 |
| 2025-06-28 | move discr=varid check to layout_sanity_check | Florian Sextl | -13/+10 |
| 2025-06-28 | cleaned up some tests | Kivooeo | -74/+83 |
| 2025-06-28 | fix docs of FakeBorrowKind | Florian Sextl | -14/+14 |
| 2025-06-28 | improve TagEncoding docs | Florian Sextl | -12/+21 |
| 2025-06-28 | Port `#[link_name]` to the new attribute parsing infrastructure | Jonathan Brouwer | -70/+96 |
| 2025-06-28 | update lockfile | Ralf Jung | -16/+135 |
| 2025-06-28 | cleaned up some tests | Kivooeo | -145/+162 |
| 2025-06-28 | Keep inlined var_debug_info only when full debug info is used | Kornel | -2/+4 |
| 2025-06-28 | Test MIR inlined var debug info | Kornel | -0/+50 |
| 2025-06-28 | fix typos on some doc comments | Tshepang Mbambo | -2/+2 |
| 2025-06-28 | Auto merge of #141759 - 1c3t3a:discriminants-query, r=saethlin | bors | -3/+909 |
| 2025-06-28 | Merge pull request #4418 from RalfJung/native-lib-tracing | Ralf Jung | -345/+305 |
| 2025-06-28 | Merge pull request #2481 from xizheyin/submit-in-rdg-or-r | Tshepang Mbambo | -0/+4 |
| 2025-06-28 | Workaround for mem safety in third party dlls | Chris Denton | -21/+91 |
| 2025-06-28 | Correct comments. | ywxt | -2/+2 |
| 2025-06-28 | Restore to HashSet | ywxt | -10/+9 |
| 2025-06-28 | Add FIXMEs for those ignored tests. | ywxt | -0/+27 |
| 2025-06-28 | Add a comment for the `wait_for_jobs` function. | ywxt | -0/+2 |
| 2025-06-28 | Only work-steal in the main loop for rustc_thread_pool | ywxt | -112/+281 |
| 2025-06-28 | move all the message types into one place | Ralf Jung | -31/+31 |
| 2025-06-28 | Merge pull request #20118 from Veykril/push-nolsxzxmykls | Lukas Wirth | -5/+9 |
| 2025-06-28 | de-intend some code, and extend comments | Ralf Jung | -111/+112 |
| 2025-06-28 | various minor native-lib-tracing tweaks, and disable naive-lib-tracing mode b... | Ralf Jung | -206/+165 |