about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
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
2025-08-07Auto merge of #143807 - rperier:rustc_llvm_werror, r=cuviperbors-0/+10
2025-08-08Add note mentioning the event log to LinkExeStatusStackBufferOverrunGeorge Tokmaji-4/+12
2025-08-08Add diagnostic explaining STATUS_STACK_BUFFER_OVERRUN not only beingGeorge Tokmaji-0/+16
2025-08-07Add minimal `armv7a-vex-v5` supportLewis McClelland-1/+209
2025-08-07review commentEsteban Küber-39/+31
2025-08-07Do not provide field typo suggestions for tuples and tuple structsEsteban Küber-0/+4
2025-08-07Do not suggest pinning missing `.get_ref()`Esteban Küber-1/+8
2025-08-07Account for bare tuples in field searching logicEsteban Küber-22/+32
2025-08-07Use `tcx.short_string()` in more diagnosticsEsteban Küber-216/+240
2025-08-07Enable f16 and f128 on targets that were fixed in LLVM21Trevor Gross-11/+13
2025-08-07Pass -Werror when building the LLVM wrapperRomain Perier-0/+10
2025-08-07derive hash for placeholder automaticallyAlexanderPortland-11/+1
2025-08-07Add a missing UpcastFrom impl in rustc_type_irFlorian Diebold-32/+17
2025-08-07Move metadata symbol export from exported_non_generic_symbols to exported_sym...bjorn3-38/+12
2025-08-07Introduce, implement and use CmResolver.LorrensP-2158466-189/+337
2025-08-07Auto merge of #145043 - Zalathar:rollup-3dbvdrm, r=Zalatharbors-232/+474
2025-08-07Port `#[allow_internal_unsafe]` to the new attribute systemSasha Pourcelot-17/+73
2025-08-07Prevent name collisions with internal implementation detailsbjorn3-6/+10
2025-08-07move `type_check` out of `compute_regions`lcnr-38/+53
2025-08-07Auto merge of #144997 - BoxyUwU:bootstrap_bump, r=Mark-Simulacrumbors-4/+4
2025-08-07Rollup merge of #145033 - nnethercote:fix-144994, r=fmeaseStuart Cook-2/+6
2025-08-07Rollup merge of #144682 - nxsaken:strict_overflow_ops, r=Mark-SimulacrumStuart Cook-1/+1
2025-08-07Rollup merge of #144601 - kornelski:cargo-fix-mismatched_lifetime_syntaxes, r...Stuart Cook-24/+45
2025-08-07Rollup merge of #144439 - xizheyin:symbol-rs, r=petrochenkovStuart Cook-44/+97
2025-08-07Rollup merge of #144369 - joshtriplett:mbe-expr-semi-deny-by-default, r=petro...Stuart Cook-1/+1
2025-08-07Rollup merge of #143929 - petrochenkov:depresolve, r=lcnrStuart Cook-4/+8
2025-08-07Rollup merge of #143808 - JonathanBrouwer:should_panic_parser, r=jdonszelmannStuart Cook-38/+78
2025-08-07Rollup merge of #143764 - dianne:primary-binding-drop-order, r=Nadrieril,trav...Stuart Cook-43/+118
2025-08-07Rollup merge of #143028 - dianne:let-else-storage, r=oli-obk,traviscrossStuart Cook-55/+9
2025-08-07Rollup merge of #138689 - jedbrown:jed/nvptx-target-feature, r=ZuseZ4Stuart Cook-9/+95