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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
rust-analyzer
/
crates
/
parser
/
test_data
/
generated
Age
Commit message (
Expand
)
Author
Lines
2025-07-22
Parse `for<'a> [const]`
Chayim Refael Friedman
-0
/
+8
2025-07-09
Make `global_asm!()` work
Chayim Refael Friedman
-0
/
+2
2025-07-09
Differentiate between `asm!()`, `global_asm!()` and `naked_asm!()`, and make ...
Chayim Refael Friedman
-0
/
+2
2025-06-05
Better parser recovery for macro calls in type bound position
Lukas Wirth
-0
/
+4
2025-05-30
Run 'cargo codegen' to update tests
Arthur Baars
-0
/
+4
2025-05-15
Improve asm support
Chayim Refael Friedman
-0
/
+2
2025-04-30
fix: Improve parser recovery a bit
Lukas Wirth
-0
/
+4
2025-04-22
Merge pull request #19657 from ChayimFriedman2/better-offset-of
Lukas Wirth
-0
/
+4
2025-04-21
Allow wrapping `builtin#offset_of` fields argument in parentheses
Chayim Refael Friedman
-0
/
+4
2025-04-21
Parse generic consts
Chayim Refael Friedman
-0
/
+12
2025-03-17
chore: Bump `Edition::CURRENT` to 2024
Lukas Wirth
-1
/
+6
2025-02-23
Fix codegen of parser inline tests runner
niller-g
-4
/
+4
2025-01-27
feat: Implement `default-field-values`
Shoyu Vanilla
-0
/
+12
2024-12-20
Fix a case where completion was unable to expand a macro
Chayim Refael Friedman
-0
/
+4
2024-12-06
Merge pull request #18625 from Veykril/push-npnxwpxuzlqz
Lukas Wirth
-0
/
+2
2024-12-06
fix: Fix parser getting stuck for bad asm expressions
Lukas Wirth
-0
/
+2
2024-12-05
fix: Fix parsing of dyn T in generic arg on 2015 edition
Lukas Wirth
-0
/
+7
2024-12-05
fix: Fix parsing of integer/keyword name refs in various places
Lukas Wirth
-4
/
+4
2024-12-04
Fix parsing of parenthesized type args and RTN
Lukas Wirth
-24
/
+8
2024-12-04
Better parser recovery for incomplete attributes
Lukas Wirth
-0
/
+2
2024-10-31
Parse patterns with leading pipe properly in all places
Chayim Refael Friedman
-0
/
+4
2024-10-30
Only parse `safe` as contextual kw in extern blocks
Chayim Refael Friedman
-0
/
+4
2024-09-04
Parse builtin#asm expressions
Lukas Wirth
-0
/
+2
2024-08-26
Fix Return Type Syntax to include `..` (i.e. `method(..)` and not `method()`)...
Chayim Refael Friedman
-4
/
+10
2024-07-23
chore: update codegens
winstxnhdw
-0
/
+4
2024-07-19
Parse contextual dyn keyword properly in edition 2015
Lukas Wirth
-0
/
+7
2024-07-19
Parse `try` as a keyword only in edition 2018 and up
Lukas Wirth
-2
/
+8
2024-07-19
Add basic edition inline parser test support
Lukas Wirth
-4
/
+9
2024-07-18
Rewrite inline parser test infra to generated proper rust test cases
Lukas Wirth
-0
/
+810