about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-05-28Remove unused arg_memory_ty methodbjorn3-15/+3
2025-05-28Remove unused arg_memory_ty methodbjorn3-26/+3
2025-05-28Mark all optimize methods and the codegen method as safebjorn3-3/+3
2025-05-28Mark all optimize methods and the codegen method as safebjorn3-34/+25
2025-05-28Remove methods from StaticCodegenMethods that are not called in cg_ssa itselfbjorn3-8/+3
2025-05-28Remove methods from StaticCodegenMethods that are not called in cg_ssa itselfbjorn3-37/+16
2025-05-28Make predefine methods take &mut selfbjorn3-3/+3
2025-05-28Make predefine methods take &mut selfbjorn3-10/+10
2025-05-28Remove a couple of uses of interior mutability around staticsbjorn3-3/+3
2025-05-28Move supports_parallel from CodegenBackend to ExtraBackendMethodsbjorn3-8/+8
2025-05-28Remove codegen_unit from MiscCodegenMethodsbjorn3-7/+8
2025-05-28Remove a couple of uses of interior mutability around staticsbjorn3-28/+33
2025-05-28Reduce amount of types that need to be PartialEqbjorn3-3/+3
2025-05-28The personality function is a Function, not a Valuebjorn3-4/+4
2025-05-28Remove codegen_unit from MiscCodegenMethodsbjorn3-42/+29
2025-05-28Remove checks that are run with `tidy`Guillaume Gomez-3/+0
2025-05-28Add `eslint` as part of tidy runGuillaume Gomez-0/+94
2025-05-28Typo in README.mdDario Damiani-1/+1
2025-05-28Fix some old `// <directive>` to `//@ <directive>`Alona Enraght-Moony-4/+4
2025-05-28directives.md: Fix `//@ build_aux_docs` -> `//@ build-aux-docs`Alona Enraght-Moony-1/+1
2025-05-28`zombie_processes`: do not complain about early early returnsSamuel Tardieu-15/+21
2025-05-28Add eholk to compiler reviewer rotationEric Holk-0/+1
2025-05-28Auto merge of #141696 - tgross35:rollup-fhpj180, r=tgross35bors-575/+907
2025-05-28Merge pull request #4354 from RalfJung/before_stack_popRalf Jung-1/+1
2025-05-28Clarify &mut-methods' docs on sync::OnceLockLukas Lueg-5/+13
2025-05-28`while_let_loop`: Include `let` assignment in suggestion (#14756)Jason Newcomb-40/+271
2025-05-28fix comment in before_stack_popRalf Jung-1/+1
2025-05-28Optimize `unit_return_expecting_ord` (#14905)Samuel Tardieu-47/+79
2025-05-28Optimize `unit_return_expecting_ord`blyxyas-47/+79
2025-05-28When replacing an old value we may not drop it in placeOrson Peters-12/+8
2025-05-28`needless_return`: look inside `else if` parts as well (#14798)Alejandra González-3/+230
2025-05-28[book] fix the trait checking example code (#14908)Philipp Krones-1/+1
2025-05-28Mark myself as on vacation until June 30 (#14909)Alejandra González-0/+1
2025-05-28Remove incremental test, disable incremental for cargo testsAlex Macleod-37/+4
2025-05-28docs:deleting duplicate documentationvremyavnikuda-70/+0
2025-05-28clif: Provide better output messages for failed copiesTrevor Gross-3/+5
2025-05-28clif: Provide better output messages for failed copiesTrevor Gross-3/+5
2025-05-28tidy: Skip pal and `#[test]` checks in compiler-builtinsTrevor Gross-0/+2
2025-05-28Add same unsafe bound on get_or_init_slowOrson Peters-2/+8
2025-05-28Add comments to diagnostic itemsPatrick-6-0/+6
2025-05-28Add cfg for FormatShortCmdMu001999-0/+3
2025-05-28Do not panic, maintain old behaviorOrson Peters-25/+17
2025-05-28Mark myself as on vacation until June 30blyxyas-0/+1
2025-05-28Update trait_checking.mdKazuki Obata-1/+1
2025-05-28Rollup merge of #141670 - chenyukang:yukang-fix-ice-from-contracts, r=nnether...Trevor Gross-26/+60
2025-05-28Rollup merge of #141627 - nnethercote:drop-cleanups, r=matthewjasperTrevor Gross-53/+59
2025-05-28Rollup merge of #141548 - bvanjoi:issue-141256, r=petrochenkovTrevor Gross-5/+200
2025-05-28Rollup merge of #141411 - lolbinarycat:rustdoc-link-proc-macro-91274, r=Guill...Trevor Gross-8/+84
2025-05-28Rollup merge of #141404 - bjorn3:refactor_cg_ssa_call_codegen, r=davidtwcoTrevor Gross-266/+237
2025-05-28Rollup merge of #140697 - Sa4dUs:split-autodiff, r=ZuseZ4Trevor Gross-217/+234