index
:
rust-analyzer
master
[FORK] modified to work on wasm targets
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
syntax
/
test_data
/
parser
Commit message (
Expand
)
Author
Age
Files
Lines
*
Attach comments to ast::Impl
Lukas Wirth
2021-05-15
1
-3
/
+3
*
Parse const param defaults
Jonas Schievink
2021-04-29
2
-0
/
+99
*
Correctly parse negated literals as const args
Jonas Schievink
2021-04-29
2
-0
/
+31
*
Parse outer atttributes for RecordPatField
Lukas Wirth
2021-04-21
2
-6
/
+53
*
fix: false positive about inner attrs in docs
Aleksey Kladov
2021-04-19
3
-179
/
+223
*
hir_ty: Expand macros at type position
cynecx
2021-04-17
1
-23
/
+25
*
Correctly parse attributes on fn parameters
Jonas Schievink
2021-03-17
2
-49
/
+49
*
Specialization for async traits
Arnaud
2021-02-15
4
-0
/
+88
*
Add validation for mutable const items
Lukas Wirth
2021-01-24
4
-23
/
+24
*
Parse `impl const Trait`
Lukas Wirth
2021-01-18
2
-0
/
+25
*
Wrap remaining self/super/crate in Name{Ref}
Lukas Wirth
2021-01-15
13
-52
/
+122
*
Handle self/super/crate in PathSegment as NameRef
Lukas Wirth
2021-01-15
17
-32
/
+64
*
Add test for yield_expr
Daiki Ihara
2021-01-15
2
-0
/
+32
*
Merge #7218
bors[bot]
2021-01-10
2
-50
/
+50
|
\
|
*
Updated tests via `cargo xtask codegen`
Vincent Esche
2021-01-10
2
-50
/
+50
*
|
Allow `true` and `false` keywords in const generics
Callym
2021-01-10
2
-10
/
+20
|
/
*
parser,syntax: Add separate parser for stmt with optional semicolon
Marijn Suijten
2021-01-03
12
-4
/
+65
*
syntax,ssr: Implement statement parsing
Marijn Suijten
2021-01-03
28
-0
/
+150
*
Fix macro_rules not accepting brackets or parentheses
Lukas Wirth
2020-12-24
2
-0
/
+59
*
Parse const effect block
Lukas Wirth
2020-12-23
2
-0
/
+24
*
Parse ConstBlockPat
Lukas Wirth
2020-12-23
2
-0
/
+80
*
Merge #6965
bors[bot]
2020-12-21
5
-135
/
+186
|
\
|
*
Parse attributes in tuple expressions
Lukas Wirth
2020-12-20
2
-0
/
+51
|
*
Properly attach attributes to Param instead of parent ParamList
Lukas Wirth
2020-12-20
3
-135
/
+135
*
|
Properly parse legacy trait objects with leading ForType
Lukas Wirth
2020-12-20
2
-0
/
+44
|
/
*
Node-ify lifetimes
Lukas Wirth
2020-12-16
30
-135
/
+263
*
Move to upstream `macro_rules!` model
Jonas Schievink
2020-12-15
5
-45
/
+38
*
Use items can also have doc comments
Lukas Wirth
2020-12-04
2
-15
/
+15
*
Parse unsafe extern block
David Tolnay
2020-11-23
2
-2
/
+16
*
Fix attachment of inner doc comments
Aleksey Kladov
2020-11-12
1
-3
/
+3
*
Kill RAW_ literals
Aleksey Kladov
2020-11-06
1
-2
/
+2
*
Don't interpret type path as part of visibility.
Arif Roktim
2020-10-24
2
-0
/
+56
*
Add validation check for ambiguous trait objects
Lukas Wirth
2020-10-06
4
-0
/
+404
*
Rename record_field_pat to record_pat_field
Pavan Kumar Sunkara
2020-09-10
4
-0
/
+0
*
Complete `pub` in fields
Aleksey Kladov
2020-08-25
2
-0
/
+32
*
Better recovery in `use foo::;`
Aleksey Kladov
2020-08-13
1
-5
/
+3
*
Align parser names with grammar
Aleksey Kladov
2020-08-13
2
-77
/
+0
*
Rename ra_syntax -> syntax
Aleksey Kladov
2020-08-12
590
-0
/
+25565