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
/
parser
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge #9260
bors[bot]
2021-06-14
1
-1
/
+1
|
\
|
*
tree-wide: make rustdoc links spiky so they are clickable
Jade
2021-06-14
1
-1
/
+1
*
|
Update ungrammar
Jonas Schievink
2021-06-11
2
-1
/
+4
|
/
*
Apply more clippy suggestions and update generated
Clemens Wasser
2021-06-03
1
-106
/
+23
*
Apply a few clippy suggestions
Clemens Wasser
2021-06-03
2
-28
/
+109
*
Add even more docs
Aleksey Kladov
2021-05-22
17
-30
/
+4
*
Add `=` to pattern recovery
Lukas Wirth
2021-05-08
1
-1
/
+1
*
Parse const param defaults
Jonas Schievink
2021-04-29
2
-0
/
+42
*
Correctly parse negated literals as const args
Jonas Schievink
2021-04-29
1
-0
/
+9
*
Parse outer atttributes for RecordPatField
Lukas Wirth
2021-04-21
1
-2
/
+4
*
hir_ty: Expand macros at type position
cynecx
2021-04-17
1
-3
/
+7
*
Handle extended key value attr in mbe
Edwin Cheng
2021-04-17
2
-48
/
+17
*
Parse extended_key_value_attributes
Lukas Wirth
2021-03-19
1
-2
/
+2
*
Correctly parse attributes on fn parameters
Jonas Schievink
2021-03-17
1
-7
/
+22
*
Fix macro expansion for statements w/o semicolon
Edwin Cheng
2021-03-16
2
-6
/
+6
*
Fix remaining references to `cargo xtask codegen`
Lukas Wirth
2021-03-12
1
-1
/
+1
*
Fix fail to parse :: for meta in mbe
Edwin Cheng
2021-03-05
1
-1
/
+2
*
Specialization for async traits
Arnaud
2021-02-15
1
-0
/
+28
*
Pin Rust to 1.49.0 on CI
Jonas Schievink
2021-02-12
1
-5
/
+6
*
Add validation for mutable const items
Lukas Wirth
2021-01-24
1
-1
/
+1
*
Merge #7341
bors[bot]
2021-01-18
1
-1
/
+4
|
\
|
*
Fix warnings when running `cargo doc --document-private-items`
Joshua Nelson
2021-01-18
1
-1
/
+4
*
|
Parse `impl const Trait`
Lukas Wirth
2021-01-18
1
-0
/
+4
|
/
*
Add `MacroType` syntax
Jonas Schievink
2021-01-18
1
-0
/
+1
*
Merge #7291
bors[bot]
2021-01-18
3
-15
/
+30
|
\
|
*
Wrap remaining self/super/crate in Name{Ref}
Lukas Wirth
2021-01-15
3
-15
/
+30
*
|
Add missing inlines
Aleksey Kladov
2021-01-17
1
-0
/
+3
|
/
*
Handle self/super/crate in PathSegment as NameRef
Lukas Wirth
2021-01-15
1
-1
/
+5
*
Add support for yiled keyword
Daiki Ihara
2021-01-15
2
-2
/
+22
*
Merge #7211
bors[bot]
2021-01-14
1
-3
/
+13
|
\
|
*
Fixed expr meta var after path colons in mbe
Edwin Cheng
2021-01-10
1
-3
/
+13
*
|
Merge #7218
bors[bot]
2021-01-10
1
-1
/
+1
|
\
\
|
*
|
Fixed typos in code comments
Vincent Esche
2021-01-09
1
-1
/
+1
|
|
/
*
|
Replace SyntaxKind usage with T! macro where applicable
Lukas Wirth
2021-01-10
5
-19
/
+27
*
|
Use T! for bool keywords
Laurențiu Nicola
2021-01-10
1
-1
/
+1
*
|
Allow `true` and `false` keywords in const generics
Callym
2021-01-10
1
-1
/
+5
|
/
*
parser,syntax: Add separate parser for stmt with optional semicolon
Marijn Suijten
2021-01-03
2
-0
/
+6
*
Fix mbe fail to pass expr with attr
Edwin Cheng
2020-12-28
1
-1
/
+1
*
Fix macro_rules not accepting brackets or parentheses
Lukas Wirth
2020-12-24
1
-2
/
+7
*
Remove local ungrammar dependency
Lukas Wirth
2020-12-23
1
-3
/
+1
*
Parse const effect block
Lukas Wirth
2020-12-23
2
-2
/
+14
*
Parse ConstBlockPat
Lukas Wirth
2020-12-23
1
-0
/
+16
*
Update ungrammar for const block patterns
Lukas Wirth
2020-12-23
1
-0
/
+1
*
Merge #6965
bors[bot]
2020-12-21
2
-12
/
+13
|
\
|
*
Parse attributes in tuple expressions
Lukas Wirth
2020-12-20
1
-3
/
+5
|
*
Properly attach attributes to Param instead of parent ParamList
Lukas Wirth
2020-12-20
1
-9
/
+8
*
|
Merge #6967
bors[bot]
2020-12-21
2
-9
/
+19
|
\
\
|
*
|
Properly parse legacy trait objects with leading ForType
Lukas Wirth
2020-12-20
2
-9
/
+19
|
|
/
*
/
Use pattern_single instead of pattern in mbe pat
Edwin Cheng
2020-12-20
2
-2
/
+2
|
/
*
Implement `RawAttr::filter`
Jonas Schievink
2020-12-18
2
-0
/
+7
[next]