index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_ast_passes
/
messages.ftl
Age
Commit message (
Expand
)
Author
Lines
2025-09-18
Rollup merge of #146434 - folkertdev:c-variadic-inherent-methods, r=workingju...
Matthias Krüger
-2
/
+0
2025-09-14
Move more early buffered lints to dyn lint diagnostics (2/N)
León Orell Valerian Liehr
-0
/
+4
2025-09-11
c-variadic: allow trait methods to be c-variadic
Folkert de Vries
-2
/
+0
2025-09-09
c-variadic: reject functions with unsupported extern ABI
Folkert de Vries
-2
/
+5
2025-09-09
c-variadic: reject non-unsafe functions
Folkert de Vries
-0
/
+4
2025-09-08
c-variadic: reject non-extern functions
Folkert de Vries
-0
/
+2
2025-09-08
disallow c-variadic associated functions (for now)
Folkert de Vries
-0
/
+2
2025-09-08
disallow c-variadic coroutines
Folkert de Vries
-0
/
+4
2025-09-02
stabilize extended_varargs_abi_support
Ralf Jung
-1
/
+1
2025-08-22
Migrate `BuiltinLintDiag::MissingAbi` to use `LintDiagnostic` directly
Josh Triplett
-0
/
+4
2025-08-20
Enforce correct number of arguments for `"x86-interrupt"` functions
Pavel Grigorenko
-0
/
+4
2025-08-15
Rollup merge of #144907 - ShoyuVanilla:no-const-async, r=fmease
Jacob Pratt
-0
/
+7
2025-08-15
fix: Reject async assoc fns of const traits/impls in ast_passes
Shoyu Vanilla
-0
/
+7
2025-08-15
Rollup merge of #143075 - workingjubilee:interrupts-may-return-nevermore, r=d...
Stuart Cook
-1
/
+1
2025-08-11
Move trait impl modifier errors to parsing
Cameron Steffen
-5
/
+0
2025-08-07
Rollup merge of #137831 - estebank:auto-trait-err, r=compiler-errors
Stuart Cook
-1
/
+1
2025-08-04
Tweak auto trait errors
Esteban Küber
-1
/
+1
2025-08-04
fix: Error on illegal `[const]`s inside blocks within legal positions
Shoyu Vanilla
-0
/
+4
2025-07-18
AST lowering: More robustly deal with relaxed bounds
León Orell Valerian Liehr
-5
/
+0
2025-07-17
parse `const trait Trait`
Deadbeef
-2
/
+2
2025-07-06
compiler: rename {ast,hir}::BareFn* to FnPtr*
Jubilee Young
-3
/
+3
2025-07-03
setup CI and tidy to use typos for spellchecking and fix few typos
klensy
-1
/
+1
2025-06-27
Rollup merge of #139858 - oli-obk:new-const-traits-syntax, r=fee1-dead
Matthias Krüger
-11
/
+11
2025-06-27
compiler: fixup error message for x86-interrupt invalid returns
Jubilee Young
-1
/
+1
2025-06-26
Change const trait bound syntax from ~const to [const]
Oli Scherer
-11
/
+11
2025-06-24
Error on invalid signatures for interrupt ABIs
Folkert de Vries
-9
/
+14
2025-06-12
add `extern "custom"` functions
Folkert de Vries
-0
/
+17
2025-04-16
Add hard error for `extern` without explicit ABI
Obei Sideg
-0
/
+4
2025-02-24
Introduce new-style attribute parsers for several attributes
Jana Dönszelmann
-2
/
+0
2024-12-04
Remove `-Zshow-span`.
Nicholas Nethercote
-2
/
+0
2024-10-27
Move an impl-Trait check from AST validation to AST lowering
León Orell Valerian Liehr
-2
/
+0
2024-10-14
Rollup merge of #131550 - compiler-errors:extern-diags, r=spastorino
Matthias Krüger
-4
/
+4
2024-10-11
Note what qualifier
Michael Goulet
-2
/
+2
2024-10-11
Remove unadorned
Michael Goulet
-2
/
+2
2024-10-01
Remove anon struct and union types
Michael Goulet
-4
/
+0
2024-10-01
Remove unnamed field feature
Michael Goulet
-8
/
+0
2024-09-11
Properly deny const gen/async gen fns
Michael Goulet
-5
/
+5
2024-07-25
Rollup merge of #127054 - compiler-errors:bound-ordering, r=fmease
Matthias Krüger
-2
/
+0
2024-07-20
Just totally fully deny late-bound consts
Michael Goulet
-0
/
+3
2024-07-18
Don't allow unsafe statics outside of extern blocks
Michael Goulet
-0
/
+3
2024-07-16
Deny keyword lifetimes pre-expansion
Michael Goulet
-6
/
+0
2024-07-11
And additionally enforce ? and async/const aren't mixed
Michael Goulet
-2
/
+0
2024-06-22
compiler: Mention C-unwind in C-variadic error
Jubilee Young
-1
/
+1
2024-06-21
Do not allow safe usafe on static and fn items
Santiago Pastorino
-0
/
+6
2024-06-17
Detect duplicates
Michael Goulet
-2
/
+5
2024-06-17
Add tests for illegal use bound syntax
Michael Goulet
-1
/
+1
2024-06-17
Rework precise capturing syntax
Michael Goulet
-0
/
+2
2024-06-05
Make MISSING_UNSAFE_ON_EXTERN lint emit future compat info with suggestion to...
Santiago Pastorino
-0
/
+2
2024-06-04
Fail when using safe/unsafe items inside unadorned extern blocks
Santiago Pastorino
-0
/
+3
2024-05-26
Rollup merge of #124048 - veera-sivarajan:bugfix-123773-c23-variadics, r=comp...
Jubilee
-3
/
+0
[next]