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
/
src
/
ast
/
generated
Age
Commit message (
Expand
)
Author
Lines
2022-05-13
Revert "Auto merge of #12149 - jonas-schievink:literally-just-a-literal, r=jo...
Jonas Schievink
-40
/
+4
2022-05-05
Indicate the number of float tokens in the first token
Jonas Schievink
-1
/
+10
2022-05-05
Split float literal tokens at the `.`
Jonas Schievink
-6
/
+7
2022-05-05
Wrap float literals in their own node
Jonas Schievink
-0
/
+26
2022-05-05
Lower values of char and byte literals
Laurențiu Nicola
-0
/
+42
2022-04-17
update grammer to support associated const equality
XFFXFF
-0
/
+1
2022-04-10
Parse for<'a> closure syntax
Lukas Wirth
-0
/
+2
2022-04-05
Wrap macros in expr position in `MacroExpr` node
Jonas Schievink
-6
/
+30
2022-03-05
fix: Recognize `Self` as a proper keyword
Lukas Wirth
-0
/
+2
2022-03-05
Merge #11598
bors[bot]
-1
/
+34
2022-03-02
Parse destructuring assignment
Chayim Refael Friedman
-1
/
+33
2022-02-26
Fix body selection in while loops
Laurențiu Nicola
-1
/
+0
2022-02-25
Generate AST code after rust-analyzer/ungrammar#46
Chayim Refael Friedman
-0
/
+1
2022-02-21
Parse `let` expressions in order to support `let` chains
Chayim Refael Friedman
-34
/
+39
2022-01-08
Allow doc comments on all `Item`s
Jonas Schievink
-4
/
+9
2022-01-07
Generate `AnyHasDocComments` node
Lukas Wirth
-0
/
+45
2021-10-30
Fix for-loop expressions breaking with BlockExpr iterable
Lukas Wirth
-1
/
+0
2021-10-28
Refactor ide handling for paths in derive inputs
Lukas Wirth
-0
/
+21
2021-10-19
internal: Parse const trait bounds
Lukas Wirth
-0
/
+2
2021-10-07
Support `let...else`
Jonas Schievink
-0
/
+26
2021-10-06
Merge #10420
bors[bot]
-1
/
+3
2021-10-02
minor: regen
Aleksey Kladov
-0
/
+149
2021-10-02
Parse outer attributes on StructPatternEtCetera
zhoufan
-1
/
+3
2021-09-27
Rename `*Owner` traits to `Has*`
Lukas Wirth
-184
/
+184
2021-09-27
Rename `Dyn*` nodes to `Any*` nodes
Lukas Wirth
-56
/
+56
2021-09-26
internal: more reasonable grammar for blocks
Aleksey Kladov
-45
/
+37
2021-09-21
Simplify
Lukas Wirth
-105
/
+8
2021-09-21
Simplify
Lukas Wirth
-153
/
+105
2021-09-21
Generate ast nodes for each ast trait
Lukas Wirth
-0
/
+398
2021-08-13
Support `if let` match guards
Jonas Schievink
-0
/
+3
2021-07-18
Support GATs for associated type arg parsing
Lukas Wirth
-25
/
+26
2021-07-03
internal: overhaul code generation
Aleksey Kladov
-2
/
+2
2021-06-11
Update ungrammar
Jonas Schievink
-4
/
+27
2021-03-19
Parse extended_key_value_attributes
Lukas Wirth
-23
/
+23
2021-03-16
Fix macro expansion for statements w/o semicolon
Edwin Cheng
-2
/
+8
2021-02-07
AdtDef -> Adt
Aleksey Kladov
-19
/
+19
2021-01-18
Add `MacroType` syntax
Jonas Schievink
-2
/
+31
2021-01-15
Wrap remaining self/super/crate in Name{Ref}
Lukas Wirth
-5
/
+2
2021-01-15
Handle self/super/crate in PathSegment as NameRef
Lukas Wirth
-3
/
+3
2021-01-15
Add support for yiled keyword
Daiki Ihara
-1
/
+33
2021-01-05
Rename expr -> tail_expr
Aleksey Kladov
-1
/
+1
2020-12-23
Update ungrammar for const block patterns
Lukas Wirth
-1
/
+32
2020-12-16
Node-ify lifetimes
Lukas Wirth
-27
/
+35
2020-12-15
Basic support for decl macros 2.0
Jonas Schievink
-1
/
+35
2020-12-15
Move to upstream `macro_rules!` model
Jonas Schievink
-5
/
+38
2020-11-06
Kill RAW_ literals
Aleksey Kladov
-4
/
+4
2020-11-06
Generate token for ints and floats
Aleksey Kladov
-0
/
+42
2020-08-27
:arrow_up: crates
Aleksey Kladov
-1
/
+1
2020-08-24
Support extern types
Jonas Schievink
-1
/
+7
2020-08-21
:arrow_up: ungrammar
Aleksey Kladov
-1
/
+2
[next]