about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
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
2025-08-07Rollup merge of #137831 - estebank:auto-trait-err, r=compiler-errorsStuart Cook-11/+16
2025-08-07Auto merge of #145014 - bjorn3:revert_preserve_debug_gdb_scripts, r=lqdbors-50/+60
2025-08-07Reimplement `print_region` in `type_name.rs`.Nicholas Nethercote-2/+6
2025-08-06Add support for shortening `Instance` and use itEsteban Küber-158/+131
2025-08-06Port `#[should_panic]` to the new attribute parsing infrastructureJonathan Brouwer-38/+78
2025-08-06Rollup merge of #144998 - dianqk:visit-no-use-proj, r=cjgillotGuillaume Gomez-14/+20
2025-08-06Rollup merge of #144996 - dianqk:simplifycfg-collapse_goto_chain-changed, r=c...Guillaume Gomez-0/+1
2025-08-06Rollup merge of #144977 - fmease:fortify-param-default-checks, r=compiler-errorsGuillaume Gomez-99/+101
2025-08-06Rollup merge of #144956 - fmease:gate-const-trait-syntax, r=BoxyUwUGuillaume Gomez-0/+3
2025-08-06Rollup merge of #144948 - lcnr:change-candidate-handling, r=compiler-errorsGuillaume Gomez-69/+48
2025-08-06Rollup merge of #144917 - compiler-errors:tail-call-linked-lifetimes, r=lcnrGuillaume Gomez-56/+54
2025-08-06Rollup merge of #144835 - compiler-errors:tail-call-sig-binder, r=WaffleLapkinGuillaume Gomez-1/+5
2025-08-06Rollup merge of #144794 - scrabsha:push-noqrrttovmwy, r=jdonszelmannGuillaume Gomez-17/+33
2025-08-06Rollup merge of #144195 - Kivooeo:bad-attr, r=fmease,compiler-errorsGuillaume Gomez-7/+91
2025-08-06lower bindings in the order they're writtendianne-15/+95
2025-08-06base drop order on the first sub-branchdianne-9/+3
2025-08-06make rustc_public types derive `Hash`AlexanderPortland-32/+42
2025-08-06don't schedule unnecessary drops when lowering or-patternsdianne-28/+29
2025-08-06Move some TypeVisitable/TypeFoldable impls to rustc_type_irFlorian Diebold-1/+20
2025-08-06Fix ICEbjorn3-3/+6