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
/
src
/
grammar
Age
Commit message (
Expand
)
Author
Lines
2022-06-02
fix: parsing of `?` opt-out trait bounds
XFFXFF
-0
/
+6
2022-05-13
Revert "Auto merge of #12149 - jonas-schievink:literally-just-a-literal, r=jo...
Jonas Schievink
-46
/
+8
2022-05-05
Maybe everything else *should* have to deal with it
Jonas Schievink
-10
/
+5
2022-05-05
Indicate the number of float tokens in the first token
Jonas Schievink
-11
/
+34
2022-05-05
Wrap floats in token trees in `FLOAT_LITERAL` node
Jonas Schievink
-12
/
+19
2022-05-05
Add tests
Jonas Schievink
-0
/
+2
2022-05-05
Split float literal tokens at the `.`
Jonas Schievink
-8
/
+13
2022-05-05
Wrap float literals in their own node
Jonas Schievink
-1
/
+7
2022-04-27
fix: Use pattern recovery set when parsing ident patterns
Lukas Wirth
-9
/
+6
2022-04-17
update parser to support associated const equality
XFFXFF
-3
/
+11
2022-04-10
Parse for<'a> closure syntax
Lukas Wirth
-42
/
+38
2022-04-05
Wrap macros in expr position in `MacroExpr` node
Jonas Schievink
-2
/
+4
2022-04-01
recover from missing type annotation
hkalbasi
-0
/
+6
2022-03-31
Remove parser restriction on varargs positioning
Jonas Schievink
-26
/
+19
2022-03-11
refactor: Rename and move const_arg_path
Steven Joruk
-2
/
+4
2022-03-11
refactor: Rename const_arg_content to const_arg_expr
Steven Joruk
-3
/
+3
2022-03-11
fix: Stop wrapping ConstParam's default values in ConstArg
Steven Joruk
-12
/
+17
2022-03-10
Add support for new `where` clause location in associated types.
Dario Nieuwenhuis
-1
/
+6
2022-03-05
fix: Recognize `Self` as a proper keyword
Lukas Wirth
-4
/
+5
2022-03-02
Parse destructuring assignment
Chayim Refael Friedman
-1
/
+21
2022-02-21
Parse `let` expressions in order to support `let` chains
Chayim Refael Friedman
-20
/
+23
2022-02-14
Fix style
bellau
-9
/
+5
2022-02-13
oops, remove println
bellau
-1
/
+0
2022-02-13
fix handle static async and static async move
bellau
-3
/
+18
2022-02-12
Fix style
bellau
-1
/
+1
2022-02-12
support static move too
bellau
-3
/
+5
2022-02-12
Fix styles
bellau
-1
/
+1
2022-02-12
Fix Immovable generator syntax (static ||) not recognized #11448
bellau
-1
/
+5
2021-12-29
parse empty statemet as statemetn
Aleksey Kladov
-6
/
+4
2021-12-29
rename
Aleksey Kladov
-18
/
+17
2021-12-29
compress
Aleksey Kladov
-3
/
+4
2021-12-26
internal: move inline parser tests to parser crate
Aleksey Kladov
-7
/
+0
2021-12-12
Switch parser to use tokens
Aleksey Kladov
-11
/
+8
2021-11-18
fix: parse the range pat inside the tuple pat
zhoufan
-1
/
+6
2021-11-10
Handle pub tuple fields in tuple structs
Adam Bratschi-Kaye
-3
/
+3
2021-10-23
internal: remove unused dollars
Aleksey Kladov
-28
/
+1
2021-10-19
internal: Parse const trait bounds
Lukas Wirth
-6
/
+16
2021-10-07
Support `let...else`
Jonas Schievink
-0
/
+10
2021-10-06
parser: fix parsing of macro call inside generic args
cynecx
-1
/
+4
2021-10-06
Merge #10420
bors[bot]
-25
/
+43
2021-10-05
Merge #10440
bors[bot]
-37
/
+37
2021-10-04
make Some(1..) parsed
zhoufan
-3
/
+8
2021-10-03
Fix miscellaneous Clippy lints
Aramis Razzaghipour
-2
/
+2
2021-10-03
Add semicolons for consistency
Aramis Razzaghipour
-35
/
+35
2021-10-03
move outer_attrs call before the match
zhoufan
-15
/
+8
2021-10-02
minor
Aleksey Kladov
-1
/
+1
2021-10-02
Parse outer attributes on StructPatternEtCetera
zhoufan
-21
/
+46
2021-09-26
internal: more reasonable grammar for blocks
Aleksey Kladov
-17
/
+23
2021-09-25
feat: allow attributes on all expressions
Aleksey Kladov
-92
/
+74
2021-09-25
simplify attribute parsing
Aleksey Kladov
-10
/
+4
[next]