| Age | Commit message (Expand) | Author | Lines |
| 2025-02-11 | Reword file lock documentation to clarify advisory vs mandatory | Josh Triplett | -35/+40 |
| 2025-02-11 | manual: Fix URLs to rustdoc pages | Wilfred Hughes | -1/+1 |
| 2025-02-11 | document the directive | Tshepang Mbambo | -0/+2 |
| 2025-02-11 | i686-linux-android: increase CPU baseline to Pentium 4 (without an actual cha... | Ralf Jung | -2/+2 |
| 2025-02-11 | Deeply normalize signature in new solver | Michael Goulet | -9/+129 |
| 2025-02-11 | Deeply normalize in impl header | Michael Goulet | -1/+29 |
| 2025-02-11 | Deeply normalize args for implied bounds | Michael Goulet | -1/+23 |
| 2025-02-11 | Make DeeplyNormalize a real type op | Michael Goulet | -37/+70 |
| 2025-02-11 | Lower fn items as ZST valtrees and delay a bug | Michael Goulet | -9/+50 |
| 2025-02-11 | Auto merge of #136586 - Kobzol:lto-rustdoc-fix-stage-1, r=onur-ozkan | bors | -11/+17 |
| 2025-02-11 | rename `is_host_target` to `is_builder_target` | onur-ozkan | -18/+20 |
| 2025-02-11 | Remove quotes around href in code line numbers | Guillaume Gomez | -1/+1 |
| 2025-02-11 | Rollup merge of #136847 - nnethercote:simplify-intra-crate-quals, r=oli-obk | Matthias Krüger | -51/+53 |
| 2025-02-11 | Rollup merge of #136833 - workingjubilee:let-the-impossible-be-impossible, r=... | Matthias Krüger | -64/+8 |
| 2025-02-11 | Rollup merge of #136786 - compiler-errors:de-de-duplicate-blocks, r=oli-obk | Matthias Krüger | -414/+0 |
| 2025-02-11 | Rollup merge of #136354 - hkBst:patch-34, r=ibraheemdev | Matthias Krüger | -7/+34 |
| 2025-02-11 | Rollup merge of #136246 - hkBst:patch-29, r=ibraheemdev | Matthias Krüger | -2/+96 |
| 2025-02-11 | Rollup merge of #136239 - folkertdev:show-supported-register-classes, r=Sparr... | Matthias Krüger | -8/+23 |
| 2025-02-11 | Rollup merge of #135677 - yotamofek:resolve-cleanups2, r=compiler-errors | Matthias Krüger | -7/+8 |
| 2025-02-11 | Rollup merge of #135285 - tbu-:pr_fix_typo4, r=GuillaumeGomez | Matthias Krüger | -3/+3 |
| 2025-02-11 | ci: remove more unused files and directories in free runners | MarcoIeni | -21/+63 |
| 2025-02-11 | Change the issue number for `likely_unlikely` and `cold_path` | Trevor Gross | -3/+3 |
| 2025-02-11 | dev-guide: Link to t-lang procedures for new features | Mads Marquart | -0/+4 |
| 2025-02-11 | add coverage for `Builder::is_host_target` | onur-ozkan | -0/+15 |
| 2025-02-11 | add `Builder::is_host_target` | onur-ozkan | -13/+18 |
| 2025-02-11 | Correctly handle `user-select: none` | Guillaume Gomez | -0/+5 |
| 2025-02-11 | Add regression test for source line numbers | Guillaume Gomez | -0/+35 |
| 2025-02-11 | Update rustdoc tests | Guillaume Gomez | -156/+72 |
| 2025-02-11 | Merge pull request #19117 from gohome001/implicit-drop-inlay-hints-bug | Chayim Refael Friedman | -2/+24 |
| 2025-02-11 | Auto merge of #136571 - marcoieni:ubuntu-24-large-runners, r=Mark-Simulacrum | bors | -3/+3 |
| 2025-02-11 | Merge pull request #18998 from ChayimFriedman2/exclude | Lukas Wirth | -131/+262 |
| 2025-02-11 | Auto merge of #136851 - jhpratt:rollup-ftijn95, r=jhpratt | bors | -336/+241 |
| 2025-02-11 | Document some safety constraints and use more safe wrappers | Oli Scherer | -59/+50 |
| 2025-02-11 | Add a safe wrapper for `WriteBitcodeToFile` | Oli Scherer | -8/+10 |
| 2025-02-11 | Remove an unsafe closure invariant by inlining the closure wrapper into the c... | Oli Scherer | -80/+50 |
| 2025-02-11 | Reject `impl Trait` bounds in various places where we unconditionally warned ... | Oli Scherer | -63/+87 |
| 2025-02-11 | Handle pattern types wrapped in `Option` in FFI checks | Oli Scherer | -49/+35 |
| 2025-02-11 | Add a TyPat in the AST to reuse the generic arg lowering logic | Oli Scherer | -264/+241 |
| 2025-02-11 | Correctly handle pattern types in FFI redeclaration lints | Oli Scherer | -88/+64 |
| 2025-02-11 | Correctly handle pattern types in FFI safety | Oli Scherer | -47/+12 |
| 2025-02-11 | Add ffi tests for pattern types | Oli Scherer | -22/+185 |
| 2025-02-11 | include note on variance and example | Marijn Schouten | -2/+96 |
| 2025-02-11 | config.example.toml: remove "parallel-compiler" | Askar Safin | -5/+0 |
| 2025-02-11 | add test case for ignoring inlay hint for macro call | gohome001 | -0/+21 |
| 2025-02-11 | don't emit implicit drop inlay hints for macro | gohome001 | -2/+3 |
| 2025-02-11 | compiler/rustc_data_structures/src/sync/worker_local.rs: delete "unsafe impl ... | Askar Safin | -6/+5 |
| 2025-02-11 | Update docs for impl keyword | Marijn Schouten | -7/+34 |
| 2025-02-11 | compiler/rustc_codegen_llvm/src/lib.rs: remove "unsafe impl Send/Sync" | Askar Safin | -3/+0 |
| 2025-02-11 | compiler/rustc_codegen_gcc/src/back/lto.rs: delete "unsafe impl Sync/Send" | Askar Safin | -4/+0 |
| 2025-02-11 | src/doc/rustc-dev-guide/src/parallel-rustc.md: remove Arc and Rc (it seems th... | Askar Safin | -2/+0 |