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-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-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
2024-05-21
Generate lint diagnostic message from BuiltinLintDiag
Xiretza
-5
/
+0
2024-04-16
Support C23's Variadics Without a Named Parameter
Veera
-3
/
+0
2024-04-12
Improve diagnostic by suggesting to remove visibility qualifier
morine0122
-0
/
+1
2024-04-04
Fix diagnostic for qualifier in extern block
Arthur Carcano
-1
/
+1
2024-02-29
Detect empty leading where-clauses on type aliases
León Orell Valerian Liehr
-1
/
+2
2024-01-12
Allow `~const` on assoc ty bounds again
León Orell Valerian Liehr
-0
/
+3
2024-01-05
Rollup merge of #119354 - fmease:negative_bounds-fixes, r=compiler-errors
Matthias Krüger
-0
/
+3
2024-01-02
E0379: Provide suggestions
León Orell Valerian Liehr
-0
/
+7
2024-01-02
E0379: Make diagnostic more precise
León Orell Valerian Liehr
-2
/
+8
2023-12-28
Deny parenthetical notation for negative bounds
León Orell Valerian Liehr
-0
/
+3
2023-12-27
Introduce `const Trait` (always-const trait bounds)
León Orell Valerian Liehr
-0
/
+2
2023-12-22
Auto merge of #119163 - fmease:refactor-ast-trait-bound-modifiers, r=compiler...
bors
-2
/
+2
2023-12-21
Simple modification of diagnostic information
surechen
-3
/
+3
2023-12-20
Refactor AST trait bound modifiers
León Orell Valerian Liehr
-2
/
+2
2023-12-18
Deny ~const trait bounds in inherent impl headers
León Orell Valerian Liehr
-1
/
+2
2023-12-12
Correctly gate the parsing of match arms without body
Nadrieril
-0
/
+4
2023-11-12
Auto merge of #117817 - fmease:deny-more-tilde-const, r=fee1-dead
bors
-1
/
+4
2023-11-12
Deny more `~const` trait bounds
León Orell Valerian Liehr
-1
/
+4
2023-10-30
Explicitly reject const C-variadic functions
Nicholas Bishop
-0
/
+4
2023-09-11
Move let expression checking to parsing
Matthew Jasper
-10
/
+0
[next]