about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
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
2025-08-08Auto merge of #145077 - Zalathar:rollup-0k4194x, r=Zalatharbors-1647/+846
2025-08-08Escape diff strings in graphvizAmogh Shivaram-0/+1
2025-08-08Fix some bad formatting in `-Zmacro-stats` output.Nicholas Nethercote-1/+1
2025-08-08Auto merge of #145074 - tgross35:rollup-0tillrm, r=tgross35bors-50/+106
2025-08-08Rollup merge of #145070 - vexide:minimal-armv7a-vex-v5, r=wesleywiserStuart Cook-1/+209
2025-08-08Rollup merge of #145055 - bjorn3:move_metadata_symbol_export, r=saethlinStuart Cook-38/+12
2025-08-08Rollup merge of #145051 - bjorn3:prevent_linkage_symbol_name_collision, r=pet...Stuart Cook-6/+10
2025-08-08Rollup merge of #145047 - lcnr:yeet-mir-typeck, r=lqdStuart Cook-38/+53
2025-08-08Rollup merge of #145030 - cjgillot:gvn-no-flatten-index, r=saethlinStuart Cook-2/+13
2025-08-08Rollup merge of #145009 - jackh726:ra-next-solver-changes, r=compiler-errorsStuart Cook-12/+16
2025-08-08Rollup merge of #144999 - Zalathar:remove-mcdc, r=oli-obkStuart Cook-1189/+27
2025-08-08Rollup merge of #144914 - estebank:short-paths-2, r=fee1-deadStuart Cook-158/+131
2025-08-08Rollup merge of #144912 - LorrensP-2158466:smart-resolver, r=petrochenkovStuart Cook-189/+337
2025-08-08Rollup merge of #144899 - Kobzol:cgu-reuse, r=saethlinStuart Cook-0/+9
2025-08-08Rollup merge of #144764 - scottmcm:tweak-impossible-discriminant-assume, r=Wa...Stuart Cook-14/+29
2025-08-07Rollup merge of #145018 - AlexanderPortland:rustc-public-hash, r=scottmcmTrevor Gross-33/+33
2025-08-07Rollup merge of #144857 - scrabsha:push-pwtyrnmqkrtr, r=jdonszelmannTrevor Gross-17/+73
2025-08-07only introduce a guard scope for arms with guardsdianne-9/+25
2025-08-07add a scope for `if let` guard temporaries and bindingsdianne-46/+68
2025-08-07Do not flatten derefs with ProjectionElem::Index.Camille Gillot-2/+13