about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-06-10Remove unneeded `check_id` calls as they are already called in `visit_id` in ...Guillaume Gomez-2/+0
2025-06-10Auto merge of #142299 - fmease:rollup-u86s80a, r=fmeasebors-1340/+880
2025-06-10Dont unwrap and re-wrap typing envsMichael Goulet-11/+7
2025-06-10Rollup merge of #142288 - RalfJung:const-eval-comments, r=oli-obkLeón Orell Valerian Liehr-12/+8
2025-06-10Rollup merge of #142271 - workingjubilee:fn-ptrs-have-two-different-lints, r=...León Orell Valerian Liehr-16/+26
2025-06-10Rollup merge of #142240 - fee1-dead-contrib:push-zkkzoxlymslv, r=oli-obkLeón Orell Valerian Liehr-1165/+666
2025-06-10Rollup merge of #142124 - oli-obk:transmute-cast, r=scottmcmLeón Orell Valerian Liehr-31/+19
2025-06-10Rollup merge of #141992 - folkertdev:probestack-naked-function, r=tgross35León Orell Valerian Liehr-2/+3
2025-06-10Rollup merge of #141642 - xizheyin:issue-141619, r=BoxyUwULeón Orell Valerian Liehr-84/+114
2025-06-10Rollup merge of #140766 - sayantn:stabilize-keylocker, r=traviscross,tgross35León Orell Valerian Liehr-4/+4
2025-06-10Rollup merge of #140372 - mejrs:attrs, r=jdonszelmannLeón Orell Valerian Liehr-26/+40
2025-06-10Auto merge of #141485 - dianqk:early_otherwise_branch_loop, r=oli-obkbors-29/+3
2025-06-10Implement representation options to smirShoyu Vanilla-5/+96
2025-06-10Add supported asm types for LoongArch32WANG Rui-4/+6
2025-06-10Auto merge of #141451 - lcnr:canonicalize-env-cache, r=compiler-errorsbors-28/+109
2025-06-10const_eval: fix some outdated commentsRalf Jung-12/+8
2025-06-10Loop check anon consts on their ownOli Scherer-10/+10
2025-06-10Remove check_mod_loops query and run the checks per-body insteadOli Scherer-202/+185
2025-06-10use `#[naked]` for `__rust_probestack`Folkert de Vries-2/+3
2025-06-09hir_analysis: Elaborate on lint strategy for unsupported ABIsJubilee-1/+3
2025-06-09compiler: Fix reusing same lint on fn ptrs with newly-deprecated ABIsJubilee Young-16/+24
2025-06-09assert more often in release in ast_loweringJubilee Young-13/+13
2025-06-09assert in release in ast_lowering::itemJubilee Young-5/+5
2025-06-09use correct edition when warning for unsafe attributesFolkert de Vries-1/+6
2025-06-09Make E0621 missing lifetime suggestion verboseEsteban Küber-4/+8
2025-06-09Rollup merge of #142208 - Urgau:dead_code-const_, r=petrochenkovTrevor Gross-1/+12
2025-06-09Rollup merge of #141993 - tgross35:use-in-tree-builtins, r=bjorn3Trevor Gross-1/+1
2025-06-09Rollup merge of #140767 - sayantn:stabilize-sha512, r=traviscross,tgross35Trevor Gross-5/+5
2025-06-09Apply nested goals certainty to InspectGoals for normalizes-toMichael Goulet-44/+65
2025-06-09-Zretpoline and -Zretpoline-external-thunk flags (target modifiers) to enable...Andrew Zhogin-91/+158
2025-06-09Add ParseMode::Diagnostic unit testsmejrs-0/+42
2025-06-09Introduce ParseMode::diagnostic and fix multiline spansmejrs-40/+54
2025-06-09rename Parser's lifetime to `'input`mejrs-29/+29
2025-06-09change FormatString::parse to only return the first errormejrs-40/+28
2025-06-09implement Default for FormatSpecmejrs-52/+10
2025-06-09refactor matching and if let chainsmejrs-46/+37
2025-06-09Move the "missing closing brace" error creation to one placemejrs-21/+15
2025-06-09rustc_parse_format: introduce `peek` and `peek_ahead`mejrs-28/+36
2025-06-09transmutability: shift abstraction boundaryJack Wrenn-348/+346
2025-06-09deduplicate the rest of AST walker functionsDeadbeef-1165/+666
2025-06-09Always consider `const _` items as live for dead code analysisUrgau-1/+12
2025-06-09Auto merge of #142242 - matthiaskrgr:rollup-1sgx0ji, r=matthiaskrgrbors-2/+2
2025-06-09Rollup merge of #142222 - compiler-errors:ocx-w-no-diag, r=lcnrMatthias Krüger-2/+2
2025-06-09Remove rustc_feature::Stabilitymejrs-106/+5
2025-06-09refactor `AttributeGate` and `rustc_attr!` to emit notes during feature chec...mejrs-112/+153
2025-06-09Make `since` of removed features the version removed and fill `pull`xizheyin-81/+82
2025-06-09Note the version and PR of removed features when using itxizheyin-3/+32
2025-06-09Auto merge of #142234 - matthiaskrgr:rollup-kg5wibu, r=matthiaskrgrbors-8/+12
2025-06-09Rollup merge of #142191 - bvanjoi:issue-135863, r=compiler-errorsMatthias Krüger-8/+12
2025-06-09Auto merge of #141435 - RalfJung:unsupported_calling_conventions, r=workingju...bors-42/+116