| Age | Commit message (Expand) | Author | Lines |
| 2025-02-11 | compiler/rustc_data_structures/src/sync/worker_local.rs: delete "unsafe impl ... | Askar Safin | -6/+5 |
| 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 | compiler/rustc_data_structures/src/sync.rs: delete Sync and Send | Askar Safin | -11/+5 |
| 2025-02-11 | Rollup merge of #136839 - lukas-code:actually-monomorphic-enough, r=compiler-... | Jacob Pratt | -41/+3 |
| 2025-02-11 | Rollup merge of #136837 - compiler-errors:contracts-body-lowering, r=celinval | Jacob Pratt | -113/+95 |
| 2025-02-11 | Rollup merge of #136835 - compiler-errors:contracts-span-hack, r=celinval | Jacob Pratt | -31/+11 |
| 2025-02-11 | Rollup merge of #136813 - mrkajetanp:aarch32-fp16-target-feature, r=davidtwco | Jacob Pratt | -0/+2 |
| 2025-02-11 | Rollup merge of #136721 - dpaoliello:cleanllvm2, r=Zalathar | Jacob Pratt | -8/+8 |
| 2025-02-11 | compiler/rustc_data_structures/src/sync.rs: remove atomics, but not AtomicU64! | Askar Safin | -10/+4 |
| 2025-02-11 | compiler/rustc_data_structures/src/sync.rs: delete Weak | Askar Safin | -2/+1 |
| 2025-02-11 | Auto merge of #136845 - matthiaskrgr:rollup-ol4np4z, r=matthiaskrgr | bors | -246/+531 |
| 2025-02-11 | compiler/rustc_data_structures/src/sync.rs: delete MappedLockGuard | Askar Safin | -3/+2 |
| 2025-02-11 | compiler/rustc_data_structures/src/sync.rs: remove "impl Clone for RwLock" | Askar Safin | -8/+0 |
| 2025-02-11 | compiler/rustc_data_structures/src/sync.rs: these RwLock methods are never ca... | Askar Safin | -20/+0 |
| 2025-02-11 | reduce query calls in pretty printing when finding bounds of | Adwin White | -43/+45 |
| 2025-02-11 | Simplify intra-crate qualifiers. | Nicholas Nethercote | -51/+53 |
| 2025-02-11 | Auto merge of #127541 - estebank:diff-suggestions, r=petrochenkov | bors | -1/+1 |
| 2025-02-11 | Rollup merge of #136603 - workingjubilee:move-abi-versioning-into-ast, r=comp... | Matthias Krüger | -215/+196 |
| 2025-02-11 | Rollup merge of #136584 - oli-obk:pattern-types-generic, r=BoxyUwU | Matthias Krüger | -2/+45 |
| 2025-02-11 | Rollup merge of #136524 - compiler-errors:bad-pick, r=BoxyUwU | Matthias Krüger | -9/+15 |
| 2025-02-11 | Rollup merge of #136107 - dingxiangfei2009:coerce-pointee-wellformed, r=compi... | Matthias Krüger | -20/+275 |
| 2025-02-11 | fix ensure_monomorphic_enough | Lukas Markeffsky | -41/+3 |
| 2025-02-10 | Check whole Unsize predicate for escaping bound vars | Michael Goulet | -2/+3 |
| 2025-02-10 | Don't ICE when failing to lower contracts for associated impl items | Michael Goulet | -113/+95 |
| 2025-02-10 | Cast allocas to default address space | Flakebi | -2/+4 |
| 2025-02-10 | Show diff suggestion format on verbose replacement | Esteban Küber | -1/+1 |
| 2025-02-10 | Fix imports, remove attrs for unused_* | Michael Goulet | -4/+2 |
| 2025-02-10 | Stop using span hack for contracts feature gating | Michael Goulet | -29/+11 |
| 2025-02-10 | cg_gcc: stop caring about compiling for unknown targets | Jubilee Young | -1/+1 |
| 2025-02-10 | compiler: die immediately instead of handling unknown target codegen | Jubilee Young | -63/+7 |
| 2025-02-10 | rustc_codegen_llvm: Mark items as pub(crate) outside of the llvm module | Daniel Paoliello | -8/+8 |
| 2025-02-10 | Change CPU target back to pentiumpro | Jeremy Soller | -1/+1 |
| 2025-02-10 | Rollup merge of #136791 - nicholasbishop:bishop-disable-dwarf, r=jieyouxu | Matthias Krüger | -1/+8 |
| 2025-02-10 | Rollup merge of #136731 - safinaskar:parallel-2025-02-08-07-22, r=SparrowLii | Matthias Krüger | -3/+0 |
| 2025-02-10 | Rollup merge of #136714 - tgross35:update-builtins, r=tgross35 | Matthias Krüger | -2/+2 |
| 2025-02-10 | Rollup merge of #136419 - EnzymeAD:autodiff-tests, r=onur-ozkan,jieyouxu | Matthias Krüger | -71/+94 |
| 2025-02-10 | Extend the renaming to coerce_unsafe_ptr | Bastian Kersting | -14/+14 |
| 2025-02-10 | Rename rustc_middle::Ty::is_unsafe_ptr to is_raw_ptr | Bastian Kersting | -34/+34 |
| 2025-02-10 | move pattern migration internals to the `migration` module | dianne | -66/+114 |
| 2025-02-10 | move pattern migration setup/emitting to a separate module | dianne | -61/+104 |
| 2025-02-10 | Reformat files | 王宇逸 | -8/+9 |
| 2025-02-10 | Apply suggestions | 王宇逸 | -18/+4 |
| 2025-02-10 | Add cygwin target. | 王宇逸 | -2/+87 |
| 2025-02-10 | Rollup merge of #136707 - clubby789:cmake-bisect, r=jieyouxu | Jubilee | -2/+2 |
| 2025-02-10 | Rollup merge of #136201 - davidv1992:eliminate-field-offset-alt, r=Mark-Simul... | Jubilee | -10/+20 |
| 2025-02-10 | Rollup merge of #136053 - Zalathar:defer-counters, r=saethlin | Jubilee | -494/+224 |
| 2025-02-10 | Bump `cc` to v1.2.13 for the compiler workspace | clubby789 | -2/+2 |
| 2025-02-09 | cg_clif: stop worrying about `Conv::PtxKernel` | Jubilee Young | -5/+1 |
| 2025-02-09 | compiler: internally merge `Conv::PtxKernel` into `GpuKernel` | Jubilee Young | -8/+3 |