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
/
src
/
tools
/
rust-analyzer
/
crates
/
parser
/
test_data
Age
Commit message (
Expand
)
Author
Lines
2025-02-23
Fix codegen of parser inline tests runner
niller-g
-4
/
+4
2025-01-27
feat: Implement `default-field-values`
Shoyu Vanilla
-14
/
+253
2025-01-17
Merge pull request #18908 from jnyfah/error-braces
Lukas Wirth
-0
/
+612
2025-01-16
CRLF to LF
jnyfah
-100
/
+115
2025-01-16
added tests
jnyfah
-0
/
+597
2025-01-16
feat: complete raw, const keyword
lh123
-0
/
+20
2024-12-20
Fix a case where completion was unable to expand a macro
Chayim Refael Friedman
-39
/
+45
2024-12-06
Merge pull request #18625 from Veykril/push-npnxwpxuzlqz
Lukas Wirth
-0
/
+57
2024-12-06
fix: Fix parser getting stuck for bad asm expressions
Lukas Wirth
-0
/
+57
2024-12-05
fix: Fix parsing of dyn T in generic arg on 2015 edition
Lukas Wirth
-1
/
+63
2024-12-05
Parse lifetime bounds in lifetime param into TypeBoundList
Lukas Wirth
-33
/
+56
2024-12-05
fix: Fix parsing of integer/keyword name refs in various places
Lukas Wirth
-49
/
+237
2024-12-04
Fix parsing of parenthesized type args and RTN
Lukas Wirth
-555
/
+821
2024-12-04
fix: Don't create empty path nodes
Lukas Wirth
-9
/
+2
2024-12-04
Better parser recovery for incomplete attributes
Lukas Wirth
-6
/
+103
2024-10-31
Parse patterns with leading pipe properly in all places
Chayim Refael Friedman
-0
/
+59
2024-10-30
Only parse `safe` as contextual kw in extern blocks
Chayim Refael Friedman
-0
/
+35
2024-10-27
Merge pull request #18419 from ChayimFriedman2/leading-or
Lukas Wirth
-24
/
+28
2024-10-27
Put leading `|` in patterns under `OrPat`
Chayim Refael Friedman
-24
/
+28
2024-10-27
Correctly handle `#""` in edition <2024
Chayim Refael Friedman
-0
/
+7
2024-10-22
fix: Fix incorrect parsing of use bounds
Lukas Wirth
-8
/
+10
2024-10-20
feat: initial support for safe_kw in extern blocks
roife
-0
/
+225
2024-10-01
fix: correctly parse `use` in generic parameters
SabrinaJewson
-0
/
+28
2024-09-05
asm! parsing and lowering fixes
Lukas Wirth
-7
/
+9
2024-09-05
Give InlineAsmOperand a HIR representation
Lukas Wirth
-25
/
+27
2024-09-05
Add Definition kind for asm register operand
Lukas Wirth
-16
/
+20
2024-09-04
Parse builtin#asm expressions
Lukas Wirth
-2
/
+91
2024-08-26
Fix Return Type Syntax to include `..` (i.e. `method(..)` and not `method()`)...
Chayim Refael Friedman
-5
/
+114
2024-07-23
fix: move `use` parsing to outer match arm
winstxnhdw
-12
/
+13
2024-07-23
chore: update codegens
winstxnhdw
-0
/
+73
2024-07-20
Add missing dyn parse special cases in 2015 edition
Lukas Wirth
-56
/
+134
2024-07-19
Parse contextual dyn keyword properly in edition 2015
Lukas Wirth
-0
/
+124
2024-07-19
Parse `try` as a keyword only in edition 2018 and up
Lukas Wirth
-2
/
+14
2024-07-19
Add basic edition inline parser test support
Lukas Wirth
-143
/
+111
2024-07-18
Rewrite inline parser test infra to generated proper rust test cases
Lukas Wirth
-87
/
+810
2024-07-17
Add always disabled gen parse support
Lukas Wirth
-6
/
+204
2024-07-17
Derive kinds information from ungrammar file
Lukas Wirth
-32
/
+0
2024-07-03
Fix up the syntax tree for macro 2.0
Lukas Wirth
-122
/
+118
2024-05-06
Implement unsafe attribute parsing
Lukas Wirth
-0
/
+477
2024-04-21
Allow rust files to be used linkedProjects
Lukas Wirth
-0
/
+32288