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
/
crates
/
parser
Age
Commit message (
Expand
)
Author
Lines
2023-05-05
Parse bare dyn types with leading lifetime
Ryo Yoshida
-1
/
+72
2023-04-24
fix: Fix pat fragment handling in 2021 edition
Lukas Wirth
-0
/
+6
2023-04-19
Auto merge of #14577 - jsoref:spelling, r=lnicola
bors
-3
/
+3
2023-04-19
Spelling
Josh Soref
-3
/
+3
2023-04-16
Parse inline const pattern in nested patterns
Ryo Yoshida
-1
/
+138
2023-04-16
Parse exclusive range pattern
Ryo Yoshida
-36
/
+115
2023-04-01
feat(syntax): RTN in bounds
tamasfe
-0
/
+53
2023-03-30
fix: Recover from `pub()` visibility modifier
Lukas Wirth
-3
/
+68
2023-03-15
Add signature help for tuple struct patterns
Lukas Wirth
-7
/
+8
2023-03-07
add is_blocklike func on BlockLike
XFFXFF
-17
/
+14
2023-03-07
add more tests
XFFXFF
-0
/
+328
2023-03-07
show diagnostic for } token followed by else in let else statement
XFFXFF
-8
/
+101
2023-03-04
Parse trait alias as a distinct AST type
Ryo Yoshida
-4
/
+5
2023-02-25
Add check for extra path segments after an angled one
shilangyu
-0
/
+57
2023-02-14
Recover better for more delimited sequences
Lukas Wirth
-113
/
+143
2023-02-11
internal: Improve parser recovery a bunch
Lukas Wirth
-130
/
+244
2023-02-08
Bump `rustc-ap-rustc_lexer`
Lukas Wirth
-1
/
+6
2023-02-07
Fixup comments
Lukas Wirth
-25
/
+30
2023-02-07
fix jointess for floats not being set properly
Lukas Wirth
-9
/
+7
2023-02-07
fix depth check for float split step
Lukas Wirth
-1
/
+1
2023-02-07
Fix up token_tree_to_syntax_node float split handling
Lukas Wirth
-1
/
+3
2023-02-03
fix: Fix parsing of nested tuple field accesses in a cursed way
Lukas Wirth
-35
/
+294
2023-02-03
De-magic number parser::Output encoding
Lukas Wirth
-13
/
+36
2023-01-19
Parse const_closures syntax.
onestacked
-3
/
+48
2023-01-17
Auto merge of #13969 - Veykril:workspace.dependencies, r=Veykril
bors
-2
/
+4
2023-01-17
Use workspace.dependencies to declare local dependencies
Lukas Wirth
-2
/
+4
2023-01-16
Specify authors, edition and license via workspace.package
Lukas Wirth
-2
/
+4
2023-01-16
Specify rust-version via workspace.package
Lukas Wirth
-1
/
+1
2023-01-02
remove useless operations
Daniel Eades
-1
/
+1
2023-01-02
return value directly from if/else block
Daniel Eades
-4
/
+5
2022-12-28
Parse `do yeet` expressions
Maybe Waffle
-2
/
+69
2022-12-25
Moar linting: needless_borrow, let_unit_value, ...
Yuri Astrakhan
-9
/
+7
2022-12-24
Inline all format arguments where possible
Yuri Astrakhan
-17
/
+17
2022-12-23
Remove non-needed clones
Yuri Astrakhan
-1
/
+1
2022-12-19
Reset parser step count when bumping
Jonas Schievink
-0
/
+1
2022-12-16
docs: update the comment and add a test to `half_open_range_pat`
Dezhi Wu
-0
/
+55
2022-12-15
fix: add a check for `if` token in patterns parser
Dezhi Wu
-1
/
+4
2022-12-13
Parse `..= X` patterns
Jonas Schievink
-35
/
+157
2022-12-12
Fix parsing of `_ = x` in closure body
Jonas Schievink
-1
/
+36
2022-11-07
Bump Cargo rust-version fields to latest stable
Lukas Wirth
-1
/
+1
2022-09-01
Auto merge of #13160 - ChayimFriedman2:parse-parenthesized-type-path-with-col...
bors
-0
/
+49
2022-08-31
Parse TypePathFn with preceding `::`
Chayim Refael Friedman
-0
/
+49
2022-08-31
Auto merge of #12963 - DesmondWillowbrook:clippy-matches-sourcegen, r=Veykril
bors
-23
/
+107
2022-08-23
Allow leading `|` in more pattern positions
Jonas Schievink
-4
/
+98
2022-08-09
Recover from missing ellipsis in record literals for path expressions
Lukas Wirth
-7
/
+116
2022-08-09
Parse range patterns in let statement with type annotation
Ryo Yoshida
-5
/
+32
2022-08-07
regenerate files with new syntax
Kartavya Vashishtha
-23
/
+107
2022-08-07
Parse range patterns in struct and slice without trailing comma
Ryo Yoshida
-3
/
+150
2022-07-29
fix: complete path of existing record expr
cynecx
-1
/
+1
2022-07-20
Run cargo fmt
Amos Wenger
-4
/
+17
[next]