about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
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
2025-06-08add `param_env` cache to canonicalizationlcnr-15/+91
2025-06-08move `canonicalize_param_env` into sub-fnlcnr-25/+30
2025-06-08Dont make ObligationCtxts with diagnostics unnecessarilyMichael Goulet-2/+2
2025-06-09Auto merge of #142220 - workingjubilee:rollup-idgfpof, r=workingjubileebors-259/+223
2025-06-08Rollup merge of #142194 - bjorn3:less_unstable_features, r=jieyouxuJubilee-28/+1
2025-06-08Rollup merge of #142179 - folkertdev:min-global-align-parse, r=workingjubileeJubilee-63/+37
2025-06-08Rollup merge of #142108 - workingjubilee:track-caller-in-abi-map, r=jieyouxuJubilee-0/+1
2025-06-08Rollup merge of #142089 - bjorn3:sysroot_handling_cleanup3, r=petrochenkovJubilee-69/+32
2025-06-08Rollup merge of #142053 - heiher:loong32-none, r=wesleywiserJubilee-14/+84
2025-06-08compiler: add Deref to AbiAlign to ease transitionJubilee Young-1/+9
2025-06-08Remove rustc's notion of "preferred" alignment AKA `__alignof`Jubilee Young-84/+59
2025-06-08Auto merge of #142008 - RalfJung:const-eval-error-here, r=oli-obkbors-20/+6