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
/
test_data
Age
Commit message (
Expand
)
Author
Lines
2023-05-05
Parse bare dyn types with leading lifetime
Ryo Yoshida
-0
/
+60
2023-04-19
Auto merge of #14577 - jsoref:spelling, r=lnicola
bors
-2
/
+2
2023-04-19
Spelling
Josh Soref
-2
/
+2
2023-04-16
Parse inline const pattern in nested patterns
Ryo Yoshida
-0
/
+128
2023-04-16
Parse exclusive range pattern
Ryo Yoshida
-0
/
+64
2023-04-01
feat(syntax): RTN in bounds
tamasfe
-0
/
+34
2023-03-30
fix: Recover from `pub()` visibility modifier
Lukas Wirth
-0
/
+60
2023-03-07
add more tests
XFFXFF
-0
/
+328
2023-03-07
show diagnostic for } token followed by else in let else statement
XFFXFF
-0
/
+70
2023-03-04
Parse trait alias as a distinct AST type
Ryo Yoshida
-3
/
+3
2023-02-25
Add check for extra path segments after an angled one
shilangyu
-0
/
+51
2023-02-14
Recover better for more delimited sequences
Lukas Wirth
-53
/
+41
2023-02-11
internal: Improve parser recovery a bunch
Lukas Wirth
-112
/
+182
2023-02-03
fix: Fix parsing of nested tuple field accesses in a cursed way
Lukas Wirth
-0
/
+117
2023-01-19
Parse const_closures syntax.
onestacked
-0
/
+43
2022-12-28
Parse `do yeet` expressions
Maybe Waffle
-0
/
+35
2022-12-16
docs: update the comment and add a test to `half_open_range_pat`
Dezhi Wu
-0
/
+48
2022-12-13
Parse `..= X` patterns
Jonas Schievink
-2
/
+113
2022-12-12
Fix parsing of `_ = x` in closure body
Jonas Schievink
-0
/
+33
2022-08-31
Parse TypePathFn with preceding `::`
Chayim Refael Friedman
-0
/
+44
2022-08-23
Allow leading `|` in more pattern positions
Jonas Schievink
-0
/
+89
2022-08-09
Recover from missing ellipsis in record literals for path expressions
Lukas Wirth
-0
/
+97
2022-08-09
Parse range patterns in let statement with type annotation
Ryo Yoshida
-3
/
+25
2022-08-07
Parse range patterns in struct and slice without trailing comma
Ryo Yoshida
-0
/
+126
2022-07-08
Update remaining GitHub URLs
Jonas Schievink
-18
/
+18
2022-06-02
fix: parsing of `?` opt-out trait bounds
XFFXFF
-0
/
+48
2022-05-13
Revert "Auto merge of #12149 - jonas-schievink:literally-just-a-literal, r=jo...
Jonas Schievink
-184
/
+26
2022-05-13
Revert "fix: Remap float parts as integers when parsed as indices"
Jonas Schievink
-3
/
+3
2022-05-13
Revert "Don't remap float tokens to `INT_NUMBER`"
Jonas Schievink
-3
/
+3
2022-05-12
Don't remap float tokens to `INT_NUMBER`
Jonas Schievink
-3
/
+3
2022-05-07
fix: Remap float parts as integers when parsed as indices
Lukas Wirth
-3
/
+3
2022-05-05
Maybe everything else *should* have to deal with it
Jonas Schievink
-14
/
+13
2022-05-05
Indicate the number of float tokens in the first token
Jonas Schievink
-22
/
+109
2022-05-05
Wrap floats in token trees in `FLOAT_LITERAL` node
Jonas Schievink
-3
/
+4
2022-05-05
Add tests
Jonas Schievink
-0
/
+35
2022-05-05
Split float literal tokens at the `.`
Jonas Schievink
-26
/
+59
2022-05-05
Wrap float literals in their own node
Jonas Schievink
-3
/
+6
2022-04-17
update parser to support associated const equality
XFFXFF
-0
/
+108
2022-04-10
Parse for<'a> closure syntax
Lukas Wirth
-115
/
+204
2022-04-05
Wrap macros in expr position in `MacroExpr` node
Jonas Schievink
-428
/
+447
2022-03-31
Remove parser restriction on varargs positioning
Jonas Schievink
-2
/
+18
2022-03-11
refactor: Rename and move const_arg_path
Steven Joruk
-31
/
+37
2022-03-11
fix: Stop wrapping ConstParam's default values in ConstArg
Steven Joruk
-38
/
+65
2022-03-10
Add support for new `where` clause location in associated types.
Dario Nieuwenhuis
-7
/
+41
2022-03-06
Bring back syntax highlighting in test data
Aleksey Kladov
-48821
/
+24849
2022-03-05
fix: Recognize `Self` as a proper keyword
Lukas Wirth
-8
/
+8
2022-03-02
Parse destructuring assignment
Chayim Refael Friedman
-213
/
+482
2022-02-21
Update tests
Chayim Refael Friedman
-770
/
+511
2022-02-13
fix handle static async and static async move
bellau
-0
/
+36
2022-02-12
support static move too
bellau
-0
/
+17
[next]