about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-02-11compiler/rustc_data_structures/src/sync/worker_local.rs: delete "unsafe impl ...Askar Safin-6/+5
2025-02-11compiler/rustc_codegen_llvm/src/lib.rs: remove "unsafe impl Send/Sync"Askar Safin-3/+0
2025-02-11compiler/rustc_codegen_gcc/src/back/lto.rs: delete "unsafe impl Sync/Send"Askar Safin-4/+0
2025-02-11compiler/rustc_data_structures/src/sync.rs: delete Sync and SendAskar Safin-11/+5
2025-02-11Rollup merge of #136839 - lukas-code:actually-monomorphic-enough, r=compiler-...Jacob Pratt-41/+3
2025-02-11Rollup merge of #136837 - compiler-errors:contracts-body-lowering, r=celinvalJacob Pratt-113/+95
2025-02-11Rollup merge of #136835 - compiler-errors:contracts-span-hack, r=celinvalJacob Pratt-31/+11
2025-02-11Rollup merge of #136813 - mrkajetanp:aarch32-fp16-target-feature, r=davidtwcoJacob Pratt-0/+2
2025-02-11Rollup merge of #136721 - dpaoliello:cleanllvm2, r=ZalatharJacob Pratt-8/+8
2025-02-11compiler/rustc_data_structures/src/sync.rs: remove atomics, but not AtomicU64!Askar Safin-10/+4
2025-02-11compiler/rustc_data_structures/src/sync.rs: delete WeakAskar Safin-2/+1
2025-02-11Auto merge of #136845 - matthiaskrgr:rollup-ol4np4z, r=matthiaskrgrbors-246/+531
2025-02-11compiler/rustc_data_structures/src/sync.rs: delete MappedLockGuardAskar Safin-3/+2
2025-02-11compiler/rustc_data_structures/src/sync.rs: remove "impl Clone for RwLock"Askar Safin-8/+0
2025-02-11compiler/rustc_data_structures/src/sync.rs: these RwLock methods are never ca...Askar Safin-20/+0
2025-02-11reduce query calls in pretty printing when finding bounds ofAdwin White-43/+45
2025-02-11Simplify intra-crate qualifiers.Nicholas Nethercote-51/+53
2025-02-11Auto merge of #127541 - estebank:diff-suggestions, r=petrochenkovbors-1/+1
2025-02-11Rollup merge of #136603 - workingjubilee:move-abi-versioning-into-ast, r=comp...Matthias Krüger-215/+196
2025-02-11Rollup merge of #136584 - oli-obk:pattern-types-generic, r=BoxyUwUMatthias Krüger-2/+45
2025-02-11Rollup merge of #136524 - compiler-errors:bad-pick, r=BoxyUwUMatthias Krüger-9/+15
2025-02-11Rollup merge of #136107 - dingxiangfei2009:coerce-pointee-wellformed, r=compi...Matthias Krüger-20/+275
2025-02-11fix ensure_monomorphic_enoughLukas Markeffsky-41/+3
2025-02-10Check whole Unsize predicate for escaping bound varsMichael Goulet-2/+3
2025-02-10Don't ICE when failing to lower contracts for associated impl itemsMichael Goulet-113/+95
2025-02-10Cast allocas to default address spaceFlakebi-2/+4
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-1/+1
2025-02-10Fix imports, remove attrs for unused_*Michael Goulet-4/+2
2025-02-10Stop using span hack for contracts feature gatingMichael Goulet-29/+11
2025-02-10cg_gcc: stop caring about compiling for unknown targetsJubilee Young-1/+1
2025-02-10compiler: die immediately instead of handling unknown target codegenJubilee Young-63/+7
2025-02-10rustc_codegen_llvm: Mark items as pub(crate) outside of the llvm moduleDaniel Paoliello-8/+8
2025-02-10Change CPU target back to pentiumproJeremy Soller-1/+1
2025-02-10Rollup merge of #136791 - nicholasbishop:bishop-disable-dwarf, r=jieyouxuMatthias Krüger-1/+8
2025-02-10Rollup merge of #136731 - safinaskar:parallel-2025-02-08-07-22, r=SparrowLiiMatthias Krüger-3/+0
2025-02-10Rollup merge of #136714 - tgross35:update-builtins, r=tgross35Matthias Krüger-2/+2
2025-02-10Rollup merge of #136419 - EnzymeAD:autodiff-tests, r=onur-ozkan,jieyouxuMatthias Krüger-71/+94
2025-02-10Extend the renaming to coerce_unsafe_ptrBastian Kersting-14/+14
2025-02-10Rename rustc_middle::Ty::is_unsafe_ptr to is_raw_ptrBastian Kersting-34/+34
2025-02-10move pattern migration internals to the `migration` moduledianne-66/+114
2025-02-10move pattern migration setup/emitting to a separate moduledianne-61/+104
2025-02-10Reformat files王宇逸-8/+9
2025-02-10Apply suggestions王宇逸-18/+4
2025-02-10Add cygwin target.王宇逸-2/+87
2025-02-10Rollup merge of #136707 - clubby789:cmake-bisect, r=jieyouxuJubilee-2/+2
2025-02-10Rollup merge of #136201 - davidv1992:eliminate-field-offset-alt, r=Mark-Simul...Jubilee-10/+20
2025-02-10Rollup merge of #136053 - Zalathar:defer-counters, r=saethlinJubilee-494/+224
2025-02-10Bump `cc` to v1.2.13 for the compiler workspaceclubby789-2/+2
2025-02-09cg_clif: stop worrying about `Conv::PtxKernel`Jubilee Young-5/+1
2025-02-09compiler: internally merge `Conv::PtxKernel` into `GpuKernel`Jubilee Young-8/+3