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
/
syntax
/
test_data
Age
Commit message (
Expand
)
Author
Lines
2022-02-21
Validate `let` expressions
Chayim Refael Friedman
-0
/
+230
2022-02-21
Update tests
Chayim Refael Friedman
-6
/
+4
2021-12-28
remove fragments from syntax
Aleksey Kladov
-55
/
+0
2021-12-28
drop dead code
Aleksey Kladov
-223
/
+0
2021-12-28
internal: start isolating ssr-related parsing APIs to SSR
Aleksey Kladov
-25
/
+0
2021-12-26
internal: move inline parser tests to parser crate
Aleksey Kladov
-11880
/
+0
2021-12-26
internal: move outlined parser tests
Aleksey Kladov
-14960
/
+0
2021-12-18
move tests
Aleksey Kladov
-687
/
+0
2021-11-18
fix: parse the range pat inside the tuple pat
zhoufan
-81
/
+162
2021-11-16
Remove validation of `super` in use paths
Laurențiu Nicola
-79
/
+0
2021-11-10
Handle pub tuple fields in tuple structs
Adam Bratschi-Kaye
-0
/
+31
2021-10-19
internal: Parse const trait bounds
Lukas Wirth
-9
/
+21
2021-10-14
a few clippy fixes
Milo
-2
/
+2
2021-10-07
Support `let...else`
Jonas Schievink
-0
/
+52
2021-10-06
parser: fix parsing of macro call inside generic args
cynecx
-0
/
+37
2021-10-06
Merge #10420
bors[bot]
-9
/
+53
2021-10-04
make Some(1..) parsed
zhoufan
-89
/
+170
2021-10-02
Parse outer attributes on StructPatternEtCetera
zhoufan
-9
/
+53
2021-09-26
internal: more reasonable grammar for blocks
Aleksey Kladov
-10937
/
+11321
2021-09-25
feat: allow attributes on all expressions
Aleksey Kladov
-239
/
+222
2021-09-25
minor: more condensed tests
Aleksey Kladov
-126
/
+122
2021-09-25
minor: more focusted tests
Aleksey Kladov
-134
/
+94
2021-09-19
internal: more focused tests for const arguments
Aleksey Kladov
-166
/
+299
2021-09-19
fix: don't allow two turbo-fishes in generic arguments
Aleksey Kladov
-32
/
+38
2021-09-19
internal: add erroneous test for double turbo fish
Aleksey Kladov
-0
/
+122
2021-09-18
minor: improve readability
Aleksey Kladov
-0
/
+0
2021-09-18
internal: parser cleanup
Aleksey Kladov
-71
/
+131
2021-09-18
internal: minimize use_tree parser tests
Aleksey Kladov
-504
/
+276
2021-09-18
internal: parser cleanups
Aleksey Kladov
-65
/
+46
2021-09-18
internal: more focused trait item parsing tests
Aleksey Kladov
-221
/
+224
2021-09-18
intenral: more local tests for statics
Aleksey Kladov
-40
/
+42
2021-09-18
internal: cleanup adt parsing
Aleksey Kladov
-130
/
+51
2021-09-18
internal: cleanup item parsing
Aleksey Kladov
-35
/
+0
2021-09-17
internal: more local parsing tests for macros
Aleksey Kladov
-141
/
+141
2021-09-17
internal: more focused parsing tests
Aleksey Kladov
-123
/
+160
2021-09-17
internal: more local test for mod item
Aleksey Kladov
-95
/
+95
2021-09-17
internal: more local parsing tests
Aleksey Kladov
-0
/
+28
2021-09-13
internal: fix bugs in tests by simplifying code
Aleksey Kladov
-4
/
+126
2021-08-30
internal: improve style
Aleksey Kladov
-22
/
+21
2021-08-30
fix: avoid panic when parsing extern block
Aleksey Kladov
-0
/
+30
2021-08-13
Support `if let` match guards
Jonas Schievink
-10
/
+39
2021-08-04
Split the test
Jade
-0
/
+32
2021-08-03
Support exclusive_range_pattern
Jade
-18
/
+35
2021-07-30
Simplify
Lukas Wirth
-2
/
+2
2021-07-29
Attach comma token to MATCH_ARM instead of MATCH_ARM_LIST
Lukas Wirth
-74
/
+74
2021-07-26
Fix generic_arg not parsing opt_generic_arg_list properly in arg lists
Lukas Wirth
-63
/
+78
2021-07-18
Merge #9619
bors[bot]
-44
/
+84
2021-07-18
Support GATs for associated type arg parsing
Lukas Wirth
-44
/
+84
2021-07-17
feat: improve parser error recovery for function parameters
Aleksey Kladov
-15
/
+68
2021-06-17
Fix parser tests for 1.53
Lukas Wirth
-198
/
+198
[next]