| Age | Commit message (Expand) | Author | Lines |
| 2024-11-20 | Rollup merge of #133196 - omnivagant:correct-less-r-flag, r=tgross35 | Jacob Pratt | -1/+1 |
| 2024-11-20 | Rollup merge of #133190 - MarcoIeni:dist-aarch64-msvc-free, r=Kobzol | Jacob Pratt | -1/+1 |
| 2024-11-20 | Rollup merge of #133108 - RalfJung:future-compat-needs-to-run, r=lcnr | Jacob Pratt | -16/+27 |
| 2024-11-20 | Rollup merge of #132732 - gavincrawford:as_ptr_attribute, r=Urgau | Jacob Pratt | -32/+83 |
| 2024-11-20 | Auto merge of #133194 - khuey:master, r=jieyouxu | bors | -34/+8301 |
| 2024-11-19 | Auto merge of #133219 - matthiaskrgr:rollup-hnuq0zf, r=matthiaskrgr | bors | -90/+429 |
| 2024-11-19 | Rollup merge of #133213 - alexcrichton:fix-tier-listing, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-11-19 | Rollup merge of #133207 - jieyouxu:macos-objcopy, r=Kobzol,bjorn3 | Matthias Krüger | -0/+14 |
| 2024-11-19 | Rollup merge of #133201 - nnethercote:rm-TokenKind-InvalidPrefix, r=compiler-... | Matthias Krüger | -65/+55 |
| 2024-11-19 | Rollup merge of #133188 - maxcabrajac:walk_no_visit, r=petrochenkov | Matthias Krüger | -16/+26 |
| 2024-11-19 | Rollup merge of #133183 - n0toose:improve-remove-dir-docs, r=joboet | Matthias Krüger | -0/+4 |
| 2024-11-19 | Rollup merge of #133175 - MarcoIeni:dist-i686-msvc-free, r=Kobzol | Matthias Krüger | -1/+1 |
| 2024-11-19 | Rollup merge of #125405 - m-ou-se:thread-add-spawn-hook, r=WaffleLapkin | Matthias Krüger | -7/+186 |
| 2024-11-19 | Rollup merge of #123947 - zopsicle:vec_deque-Iter-as_slices, r=Amanieu | Matthias Krüger | -0/+142 |
| 2024-11-19 | lints_that_dont_need_to_run: never skip future-compat-reported lints | Ralf Jung | -16/+27 |
| 2024-11-19 | Auto merge of #132761 - nnethercote:resolve-tweaks, r=petrochenkov | bors | -93/+53 |
| 2024-11-19 | Update doc comments for spawn hook. | Mara Bos | -2/+6 |
| 2024-11-19 | Address review comments. | Mara Bos | -7/+6 |
| 2024-11-19 | Fix tracking issue. | Mara Bos | -1/+1 |
| 2024-11-19 | Add tracking issue. | Mara Bos | -2/+2 |
| 2024-11-19 | Use Send + Sync for spawn hooks. | Mara Bos | -2/+2 |
| 2024-11-19 | Add thread Builder::no_hooks(). | Mara Bos | -7/+24 |
| 2024-11-19 | Update thread spawn hooks. | Mara Bos | -37/+86 |
| 2024-11-19 | Use add_spawn_hook for libtest's output capturing. | Mara Bos | -4/+11 |
| 2024-11-19 | Add std::thread::add_spawn_hook. | Mara Bos | -0/+103 |
| 2024-11-19 | Correct comments concerning updated dangling pointer lint | gavincrawford | -10/+7 |
| 2024-11-19 | Auto merge of #133205 - matthiaskrgr:rollup-xhhhp5u, r=matthiaskrgr | bors | -368/+434 |
| 2024-11-19 | Correct the tier listing of `wasm32-wasip2` | Alex Crichton | -1/+1 |
| 2024-11-19 | Auto merge of #133164 - RalfJung:promoted-oom, r=jieyouxu | bors | -7/+51 |
| 2024-11-19 | When the required discriminator value exceeds LLVM's limits, drop the debug i... | Kyle Huey | -31/+4175 |
| 2024-11-19 | Honor collapse_debuginfo when dealing with MIR-inlined functions inside macros. | Kyle Huey | -3/+4126 |
| 2024-11-19 | Explicitly disable llvm tools for cranelift | Jieyou Xu | -0/+5 |
| 2024-11-19 | Register change info | Jieyou Xu | -0/+5 |
| 2024-11-19 | Default-enable `llvm_tools_enabled` when no `config.toml` is present | Jieyou Xu | -0/+4 |
| 2024-11-19 | Auto merge of #132623 - nnethercote:rustc_borrowck-cleanups-2, r=Nadrieril | bors | -226/+171 |
| 2024-11-19 | Rollup merge of #133200 - RalfJung:miri-rwlock-test, r=tgross35 | Matthias Krüger | -0/+3 |
| 2024-11-19 | Rollup merge of #133023 - samestep:hir-stats-total-count, r=nnethercote | Matthias Krüger | -165/+24 |
| 2024-11-19 | Rollup merge of #132577 - Urgau:check-cfg-report-extern-macro, r=petrochenkov | Matthias Krüger | -7/+45 |
| 2024-11-19 | Rollup merge of #131081 - camelid:const-path-it-all, r=BoxyUwU | Matthias Krüger | -196/+362 |
| 2024-11-19 | Remove `TokenKind::InvalidPrefix`. | Nicholas Nethercote | -21/+14 |
| 2024-11-19 | Improve `TokenKind` comments. | Nicholas Nethercote | -41/+39 |
| 2024-11-19 | ignore an occasionally-failing test in Miri | Ralf Jung | -0/+3 |
| 2024-11-19 | Improve `fake_ident_or_unknown_prefix`. | Nicholas Nethercote | -6/+5 |
| 2024-11-19 | Fix broken intra-doc link | Boxy | -1/+1 |
| 2024-11-19 | Auto merge of #133193 - fmease:rollup-v38ayvk, r=fmease | bors | -208/+570 |
| 2024-11-19 | Introduce `min_generic_const_args` and directly represent paths | Noah Lev | -196/+362 |
| 2024-11-19 | Rollup merge of #133192 - aDotInTheVoid:changelog-cleanup, r=fmease | León Orell Valerian Liehr | -7/+0 |
| 2024-11-19 | Rollup merge of #133191 - aDotInTheVoid:whoops-thats-not-stable-and-might-nev... | León Orell Valerian Liehr | -29/+33 |
| 2024-11-19 | Rollup merge of #133187 - ehuss:reference-diagnostic, r=jieyouxu | León Orell Valerian Liehr | -147/+170 |
| 2024-11-19 | Rollup merge of #133186 - uweigand:s390x-maintainer, r=wesleywiser | León Orell Valerian Liehr | -2/+200 |