about summary refs log tree commit diff
path: root/compiler/rustc_ast_passes/messages.ftl
AgeCommit message (Expand)AuthorLines
2025-09-18Rollup merge of #146434 - folkertdev:c-variadic-inherent-methods, r=workingju...Matthias Krüger-2/+0
2025-09-14Move more early buffered lints to dyn lint diagnostics (2/N)León Orell Valerian Liehr-0/+4
2025-09-11c-variadic: allow trait methods to be c-variadicFolkert de Vries-2/+0
2025-09-09c-variadic: reject functions with unsupported extern ABIFolkert de Vries-2/+5
2025-09-09c-variadic: reject non-unsafe functionsFolkert de Vries-0/+4
2025-09-08c-variadic: reject non-extern functionsFolkert de Vries-0/+2
2025-09-08disallow c-variadic associated functions (for now)Folkert de Vries-0/+2
2025-09-08disallow c-variadic coroutinesFolkert de Vries-0/+4
2025-09-02stabilize extended_varargs_abi_supportRalf Jung-1/+1
2025-08-22Migrate `BuiltinLintDiag::MissingAbi` to use `LintDiagnostic` directlyJosh Triplett-0/+4
2025-08-20Enforce correct number of arguments for `"x86-interrupt"` functionsPavel Grigorenko-0/+4
2025-08-15Rollup merge of #144907 - ShoyuVanilla:no-const-async, r=fmeaseJacob Pratt-0/+7
2025-08-15fix: Reject async assoc fns of const traits/impls in ast_passesShoyu Vanilla-0/+7
2025-08-15Rollup merge of #143075 - workingjubilee:interrupts-may-return-nevermore, r=d...Stuart Cook-1/+1
2025-08-11Move trait impl modifier errors to parsingCameron Steffen-5/+0
2025-08-07Rollup merge of #137831 - estebank:auto-trait-err, r=compiler-errorsStuart Cook-1/+1
2025-08-04Tweak auto trait errorsEsteban Küber-1/+1
2025-08-04fix: Error on illegal `[const]`s inside blocks within legal positionsShoyu Vanilla-0/+4
2025-07-18AST lowering: More robustly deal with relaxed boundsLeón Orell Valerian Liehr-5/+0
2025-07-17parse `const trait Trait`Deadbeef-2/+2
2025-07-06compiler: rename {ast,hir}::BareFn* to FnPtr*Jubilee Young-3/+3
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-1/+1
2025-06-27Rollup merge of #139858 - oli-obk:new-const-traits-syntax, r=fee1-deadMatthias Krüger-11/+11
2025-06-27compiler: fixup error message for x86-interrupt invalid returnsJubilee Young-1/+1
2025-06-26Change const trait bound syntax from ~const to [const]Oli Scherer-11/+11
2025-06-24Error on invalid signatures for interrupt ABIsFolkert de Vries-9/+14
2025-06-12add `extern "custom"` functionsFolkert de Vries-0/+17
2025-04-16Add hard error for `extern` without explicit ABIObei Sideg-0/+4
2025-02-24Introduce new-style attribute parsers for several attributesJana Dönszelmann-2/+0
2024-12-04Remove `-Zshow-span`.Nicholas Nethercote-2/+0
2024-10-27Move an impl-Trait check from AST validation to AST loweringLeón Orell Valerian Liehr-2/+0
2024-10-14Rollup merge of #131550 - compiler-errors:extern-diags, r=spastorinoMatthias Krüger-4/+4
2024-10-11Note what qualifierMichael Goulet-2/+2
2024-10-11Remove unadornedMichael Goulet-2/+2
2024-10-01Remove anon struct and union typesMichael Goulet-4/+0
2024-10-01Remove unnamed field featureMichael Goulet-8/+0
2024-09-11Properly deny const gen/async gen fnsMichael Goulet-5/+5
2024-07-25Rollup merge of #127054 - compiler-errors:bound-ordering, r=fmeaseMatthias Krüger-2/+0
2024-07-20Just totally fully deny late-bound constsMichael Goulet-0/+3
2024-07-18Don't allow unsafe statics outside of extern blocksMichael Goulet-0/+3
2024-07-16Deny keyword lifetimes pre-expansionMichael Goulet-6/+0
2024-07-11And additionally enforce ? and async/const aren't mixedMichael Goulet-2/+0
2024-06-22compiler: Mention C-unwind in C-variadic errorJubilee Young-1/+1
2024-06-21Do not allow safe usafe on static and fn itemsSantiago Pastorino-0/+6
2024-06-17Detect duplicatesMichael Goulet-2/+5
2024-06-17Add tests for illegal use bound syntaxMichael Goulet-1/+1
2024-06-17Rework precise capturing syntaxMichael Goulet-0/+2
2024-06-05Make MISSING_UNSAFE_ON_EXTERN lint emit future compat info with suggestion to...Santiago Pastorino-0/+2
2024-06-04Fail when using safe/unsafe items inside unadorned extern blocksSantiago Pastorino-0/+3
2024-05-26Rollup merge of #124048 - veera-sivarajan:bugfix-123773-c23-variadics, r=comp...Jubilee-3/+0