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
/
src
/
errors.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-18
Rollup merge of #146434 - folkertdev:c-variadic-inherent-methods, r=workingju...
Matthias Krüger
-7
/
+0
2025-09-14
Move more early buffered lints to dyn lint diagnostics (2/N)
León Orell Valerian Liehr
-0
/
+7
2025-09-11
c-variadic: allow trait methods to be c-variadic
Folkert de Vries
-7
/
+0
2025-09-09
c-variadic: reject functions with unsupported extern ABI
Folkert de Vries
-2
/
+7
2025-09-09
c-variadic: reject non-unsafe functions
Folkert de Vries
-0
/
+15
2025-09-08
c-variadic: reject non-extern functions
Folkert de Vries
-0
/
+7
2025-09-08
disallow c-variadic associated functions (for now)
Folkert de Vries
-0
/
+7
2025-09-08
disallow c-variadic coroutines
Folkert de Vries
-0
/
+12
2025-09-03
simplify `check_c_variadic_type`
Folkert de Vries
-2
/
+2
2025-08-22
Migrate `BuiltinLintDiag::MissingAbi` to use `LintDiagnostic` directly
Josh Triplett
-1
/
+9
2025-08-20
Enforce correct number of arguments for `"x86-interrupt"` functions
Pavel Grigorenko
-0
/
+9
2025-08-15
fix: Reject async assoc fns of const traits/impls in ast_passes
Shoyu Vanilla
-0
/
+10
2025-08-11
Move trait impl modifier errors to parsing
Cameron Steffen
-14
/
+0
2025-08-11
Factor out InherentImplCannotUnsafe
Cameron Steffen
-12
/
+0
2025-08-07
Rollup merge of #137831 - estebank:auto-trait-err, r=compiler-errors
Stuart Cook
-4
/
+5
2025-08-04
Tweak auto trait errors
Esteban Küber
-4
/
+5
2025-08-04
fix: Error on illegal `[const]`s inside blocks within legal positions
Shoyu Vanilla
-0
/
+20
2025-07-18
AST lowering: More robustly deal with relaxed bounds
León Orell Valerian Liehr
-16
/
+0
2025-07-17
parse `const trait Trait`
Deadbeef
-1
/
+1
2025-07-06
compiler: rename {ast,hir}::BareFn* to FnPtr*
Jubilee Young
-2
/
+2
2025-06-24
Error on invalid signatures for interrupt ABIs
Folkert de Vries
-4
/
+18
2025-06-12
add `extern "custom"` functions
Folkert de Vries
-0
/
+64
2025-04-17
Auto merge of #139949 - matthiaskrgr:rollup-pxc5tsx, r=matthiaskrgr
bors
-11
/
+3
2025-04-16
Move eager translation to a method on `Diag`
Jake Goulding
-11
/
+3
2025-04-16
Add hard error for `extern` without explicit ABI
Obei Sideg
-0
/
+9
2025-02-25
Teach structured errors to display short `Ty`
Esteban Küber
-1
/
+0
2025-02-24
Introduce new-style attribute parsers for several attributes
Jana Dönszelmann
-7
/
+0
2025-02-22
Fix "missing match arm body" suggestion involving `!`
Esteban Küber
-1
/
+8
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-12-04
Remove `-Zshow-span`.
Nicholas Nethercote
-8
/
+0
2024-11-03
Rename the FIXMEs, remove a few that dont matter anymore
Michael Goulet
-2
/
+2
2024-10-27
Move an impl-Trait check from AST validation to AST lowering
León Orell Valerian Liehr
-7
/
+0
2024-10-14
Rollup merge of #131550 - compiler-errors:extern-diags, r=spastorino
Matthias Krüger
-0
/
+1
2024-10-11
Note what qualifier
Michael Goulet
-0
/
+1
2024-10-01
Remove anon struct and union types
Michael Goulet
-9
/
+0
2024-10-01
Remove unnamed field feature
Michael Goulet
-18
/
+0
2024-09-11
Properly deny const gen/async gen fns
Michael Goulet
-5
/
+6
2024-08-27
Rollup merge of #126013 - nnethercote:unreachable_pub, r=Urgau
Matthias Krüger
-82
/
+82
2024-08-21
Use bool in favor of Option<()> for diagnostics
Michael Goulet
-2
/
+2
2024-08-16
Add `warn(unreachable_pub)` to `rustc_ast_passes`.
Nicholas Nethercote
-82
/
+82
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-4
/
+4
2024-07-25
Rollup merge of #127054 - compiler-errors:bound-ordering, r=fmease
Matthias Krüger
-9
/
+0
2024-07-20
Just totally fully deny late-bound consts
Michael Goulet
-0
/
+7
2024-07-18
Don't allow unsafe statics outside of extern blocks
Michael Goulet
-0
/
+7
2024-07-16
Rollup merge of #126762 - compiler-errors:kw-lt, r=michaelwoerister
Trevor Gross
-15
/
+0
2024-07-16
Deny keyword lifetimes pre-expansion
Michael Goulet
-15
/
+0
2024-07-16
Remove a boilerplaty abstraction
Oli Scherer
-1
/
+1
2024-07-11
And additionally enforce ? and async/const aren't mixed
Michael Goulet
-9
/
+0
2024-06-29
Avoid suggesting to add unsafe when the extern block is already unsafe
Santiago Pastorino
-1
/
+1
2024-06-26
Fix bad replacement for unsafe extern block suggestion
yukang
-1
/
+1
[next]