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
/
xtask
/
src
/
ast_src.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update grammar
Aleksey Kladov
2020-08-01
1
-3
/
+3
*
Rename DotDotPat -> RestPat
Aleksey Kladov
2020-07-31
1
-1
/
+1
*
Rename BindPat -> IdentPat
Aleksey Kladov
2020-07-31
1
-1
/
+1
*
Rename PalceholderPat -> WildcardPat
Aleksey Kladov
2020-07-31
1
-1
/
+1
*
Allign RecordPat with RecordExpr
Aleksey Kladov
2020-07-31
1
-2
/
+2
*
Rename TypeArgList -> GenericArgList
Aleksey Kladov
2020-07-31
1
-1
/
+1
*
Rename LambdaExpr -> ClosureExpr
Aleksey Kladov
2020-07-31
1
-1
/
+1
*
Reame PlaceholderType -> InferType
Aleksey Kladov
2020-07-31
1
-1
/
+1
*
Introduce GenericParam
Aleksey Kladov
2020-07-30
1
-0
/
+1
*
Finalize impl Grammar
Aleksey Kladov
2020-07-30
1
-1
/
+1
*
Finalize Trait grammar
Aleksey Kladov
2020-07-30
1
-1
/
+1
*
Finalize const&static grammar
Aleksey Kladov
2020-07-30
1
-2
/
+2
*
Rename EnumVariant -> Variant
Aleksey Kladov
2020-07-30
1
-2
/
+2
*
Rename EnumDef -> Enum
Aleksey Kladov
2020-07-30
1
-1
/
+1
*
Rename StructDef -> Struct
Aleksey Kladov
2020-07-30
1
-1
/
+1
*
Finalize union grammar
Aleksey Kladov
2020-07-30
1
-1
/
+1
*
Simplify
Aleksey Kladov
2020-07-30
1
-2
/
+2
*
Simplify codegen
Aleksey Kladov
2020-07-30
1
-5
/
+4
*
Rename FieldDef -> Field
Aleksey Kladov
2020-07-30
1
-4
/
+4
*
Rename RecordLit -> RecordExpr
Aleksey Kladov
2020-07-30
1
-3
/
+3
*
Rename TypeParamList -> GenericParamList
Aleksey Kladov
2020-07-30
1
-1
/
+1
*
Rename TypeAliasDef -> TypeAlias
Aleksey Kladov
2020-07-30
1
-1
/
+1
*
Rename FnDef -> Fn
Aleksey Kladov
2020-07-30
1
-1
/
+1
*
Rename UseItem -> Use
Aleksey Kladov
2020-07-30
1
-1
/
+1
*
Finish extern crates grammar
Aleksey Kladov
2020-07-30
1
-1
/
+1
*
Rename Rename
Aleksey Kladov
2020-07-30
1
-1
/
+1
*
Split ItemList & AssocItemList
Aleksey Kladov
2020-07-30
1
-0
/
+1
*
Switch to ungrammar from ast_src
Aleksey Kladov
2020-07-29
1
-1979
/
+5
*
Dead code
Aleksey Kladov
2020-07-29
1
-8
/
+0
*
Remove dead code
Aleksey Kladov
2020-07-29
1
-1
/
+0
*
Remove dead code
Aleksey Kladov
2020-07-29
1
-8
/
+0
*
Owned AST IR
Aleksey Kladov
2020-07-29
1
-1911
/
+1919
*
Separating parsing of `for` in predicates and types
Matthew Jasper
2020-06-10
1
-1
/
+1
*
correctly infer labelled breaks
robojumper
2020-05-31
1
-1
/
+1
*
Support raw_ref_op's raw reference operator
robojumper
2020-05-28
1
-1
/
+3
*
Convert TODO about ParamList used in closures to a FIXME
veetaha
2020-05-12
1
-2
/
+1
*
Remove an equals sign from `ConstArg` (this probably pertains only to ConstPa...
veetaha
2020-05-12
1
-3
/
+1
*
Remove a comment on NameRefToken as per matklad
veetaha
2020-05-12
1
-1
/
+1
*
Convert TODO to a FIXME as per matklad
veetaha
2020-05-12
1
-1
/
+1
*
Convert TODO to a Note(matklad)
veetaha
2020-05-12
1
-1
/
+1
*
Convert to TODOs to FIXMEs as per matklad
veetaha
2020-05-12
1
-4
/
+2
*
Revert "Remove MacroStmts as per edwin0cheng" (cc @edwin0cheng) and add a fix...
veetaha
2020-05-12
1
-0
/
+13
*
Add a doc comment on the difference between Name and NameRef ast nodes
veetaha
2020-05-12
1
-1
/
+16
*
Resolve TODO about macro 2.0 def
veetaha
2020-05-10
1
-8
/
+4
*
Fix typo
veetaha
2020-05-10
1
-1
/
+1
*
Carify on a semicolon in macro call
veetaha
2020-05-10
1
-2
/
+7
*
Resolve TODO about curly-braced constructions in expression statement
veetaha
2020-05-10
1
-1
/
+3
*
Remove TODO about Block since it was removed
veetaha
2020-05-10
1
-3
/
+3
*
Resolve todos about refs and empty statements
veetaha
2020-05-10
1
-5
/
+4
*
Converted TODO about MacroItems to FIXME as per edwin0cheng
veetaha
2020-05-10
1
-8
/
+3
[next]