about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-08-09rename `TraitRef::from_method` to `from_assoc`Deadbeef-13/+13
2025-08-09rustc_target: Add the `32s` target feature for LoongArchWANG Rui-0/+2
2025-08-08Stop using uadd.with.overflowScott McMurray-7/+19
2025-08-09Rollup merge of #145134 - camsteffen:indirect-assoc-parent, r=cjgillotStuart Cook-7/+4
2025-08-09Rollup merge of #145132 - camsteffen:refactor-map-unit-fn, r=fee1-deadStuart Cook-68/+39
2025-08-09Rollup merge of #145124 - compiler-errors:for-eq, r=lqdStuart Cook-7/+8
2025-08-09Rollup merge of #145119 - makai410:pretty-fix, r=compiler-errorsStuart Cook-1/+1
2025-08-09Rollup merge of #145115 - lcnr:less-borrowck-tainting, r=compiler-errorsStuart Cook-64/+87
2025-08-09Rollup merge of #145103 - fee1-dead-contrib:push-plompruwywvk, r=compiler-errorsStuart Cook-87/+1
2025-08-09Rollup merge of #145097 - lcnr:type-foldable-yeet, r=wesleywiserStuart Cook-9/+3
2025-08-09Rollup merge of #145082 - nnethercote:macro-stats-fix-widths, r=petrochenkovStuart Cook-1/+1
2025-08-09Rollup merge of #145080 - ashivaram23:graphviz_escape, r=lqdStuart Cook-0/+1
2025-08-09Rollup merge of #145010 - bjorn3:couple_abi_cleanups, r=compiler-errorsStuart Cook-20/+16
2025-08-09Rollup merge of #144988 - amandasystems:more-detailed-region-graph, r=lcnrStuart Cook-6/+22
2025-08-09Rollup merge of #144883 - scottmcm:remove-unneeded-drop_in_place, r=nnethercoteStuart Cook-7/+24
2025-08-09Rollup merge of #144823 - Zalathar:hir-info, r=oli-obkStuart Cook-136/+142
2025-08-09Rollup merge of #141828 - Fulgen301:status-stack-buffer-overrun-diagnostic, r...Stuart Cook-0/+24
2025-08-09Auto merge of #143376 - dianne:guard-scope, r=matthewjasperbors-46/+84
2025-08-09Auto merge of #145086 - jdonszelmann:revert-allow-internal-unsafe, r=Kobzolbors-73/+17
2025-08-08Reduce indirect assoc parent queriesCameron Steffen-7/+4
2025-08-08Refactor map_unit_fn lintCameron Steffen-68/+39
2025-08-08Rollup merge of #144987 - tgross35:llvm21-f16-f128, r=nikicTrevor Gross-11/+13
2025-08-08Rollup merge of #144775 - lcnr:skip_binder-comment, r=BoxyUwUTrevor Gross-30/+30
2025-08-08Rollup merge of #144649 - estebank:issue-144602, r=lcnrTrevor Gross-50/+63
2025-08-08Rollup merge of #144579 - joshtriplett:mbe-attr, r=petrochenkovTrevor Gross-55/+331
2025-08-08Rollup merge of #144545 - ChayimFriedman2:bool-witness-order, r=NadrierilTrevor Gross-5/+8
2025-08-08Rollup merge of #144192 - RalfJung:atomicrmw-ptr, r=nikicTrevor Gross-48/+121
2025-08-08Rollup merge of #144039 - estebank:short-paths, r=fee1-deadTrevor Gross-216/+240
2025-08-08Check coroutine upvars and in dtorck constraintMichael Goulet-24/+50
2025-08-08Recover for PAT = EXPR {}Michael Goulet-7/+8
2025-08-08mbe: Handle local `macro_rules` attr resolutionJosh Triplett-4/+16
2025-08-08mbe: Handle applying attribute rules with pathsJosh Triplett-28/+185
2025-08-08mbe: Emit an error if a macro call has no function-like rulesJosh Triplett-3/+21
2025-08-08mbe: Fix error message for using a macro with no `attr` rules as an attributeJosh Triplett-1/+1
2025-08-08mbe: Parse macro attribute rulesJosh Triplett-20/+109
2025-08-09fix missing parenthesis in pretty discriminantMakai-1/+1
2025-08-08mbe: In error messages, don't assume attributes are always proc macrosJosh Triplett-1/+1
2025-08-08borrowck: defer opaque type errorslcnr-47/+70
2025-08-08borrowck: move error tainting earlierlcnr-17/+17
2025-08-09remove some unused private trait implsDeadbeef-24/+1
2025-08-08rustc_metadata: remove unused private trait implsDeadbeef-87/+1
2025-08-08turn expensive assert into debug assertionRémy Rakic-2/+3
2025-08-08simplify polonius=nextRémy Rakic-199/+28
2025-08-08remove unnecessary `TypeFoldable` implslcnr-9/+3
2025-08-08apply_member_constraints: fix placeholder checklcnr-1/+12
2025-08-08Add target_env = "macabi" and target_env = "sim"Mads Marquart-75/+84
2025-08-08Remove bitcode_llvm_cmdlinebjorn3-13/+6
2025-08-08coverage: Remove obsolete comment about hashing HIRZalathar-2/+5
2025-08-08coverage: Extract HIR-related helper code out of the main moduleZalathar-136/+139
2025-08-08Revert "Port `#[allow_internal_unsafe]` to the new attribute system"Jana Dönszelmann-73/+17