index
:
syz
corpusfix
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pkg
/
ast
/
ast.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
pkg/declextract: remove unused includes and defines
Dmitry Vyukov
2025-01-17
1
-1
/
+1
*
all: support || operator in syzlang if condition
Jiao, Joey
2024-11-13
1
-0
/
+1
*
pkg/ast: support expressions with ast.Type
Aleksandr Nogikh
2024-02-19
1
-7
/
+27
*
compiler: require nested flags to be at the end of the list
Paul Chaignon
2023-12-05
1
-0
/
+9
*
compiler: refactor recurFlattenFlags
Paul Chaignon
2023-12-05
1
-0
/
+33
*
ast: accept idents in string flags
Paul Chaignon
2023-12-05
1
-0
/
+1
*
pkg/ast, pkg/compiler: support per-file metadata
Dmitry Vyukov
2022-04-29
1
-0
/
+9
*
pkg, prog: add per-field direction attribute
Necip Fazil Yildiran
2020-08-13
1
-0
/
+1
*
all: fix dup types in func args
Dmitry Vyukov
2020-07-04
1
-1
/
+1
*
.golangci.yml: make goconst checker more strict
Dmitry Vyukov
2020-06-07
1
-1
/
+1
*
.golangci.yml: enable godot checker
Dmitry Vyukov
2020-06-05
1
-2
/
+2
*
pkg/ast: add call attributes
Dmitry Vyukov
2020-04-19
1
-0
/
+1
*
pkg/ast: introduce hex-encoded string literals
Dmitry Vyukov
2020-02-10
1
-0
/
+9
*
pkg/ast: unexport Node.Walk()
Paul Chaignon
2019-10-23
1
-2
/
+2
*
pkg/ast: refactor COLON handling
Dmitry Vyukov
2019-05-14
1
-7
/
+4
*
pkg/compiler: support negative integers
Dmitry Vyukov
2018-07-09
1
-7
/
+8
*
pkg/ast: support char constants
Dmitry Vyukov
2018-04-29
1
-3
/
+11
*
pkg/compiler: switch attributes from Ident to Type
Dmitry Vyukov
2018-03-05
1
-1
/
+1
*
pkg/compiler: allow use of empty strings
Dmitry Vyukov
2018-01-23
1
-4
/
+5
*
pkg/compiler: support type templates
Dmitry Vyukov
2018-01-13
1
-4
/
+6
*
pkg/ast: refactor Walk
Dmitry Vyukov
2018-01-11
1
-0
/
+3
*
sys: support type aliases (aka typedefs)
Dmitry Vyukov
2018-01-08
1
-0
/
+14
*
pkg/compiler: more static error checking
Dmitry Vyukov
2017-08-27
1
-2
/
+68
*
pkg/compiler, sys/syz-sysgen: move const handling to pkg/compiler
Dmitry Vyukov
2017-08-27
1
-0
/
+11
*
sys/syz-extract: switch to the new parser
Dmitry Vyukov
2017-08-18
1
-4
/
+5
*
pkg/ast: new parser for sys descriptions
Dmitry Vyukov
2017-08-18
1
-0
/
+118