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
/
parser.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
all: support || operator in syzlang if condition
Jiao, Joey
2024-11-13
1
-5
/
+6
*
all: follow new linter recommendations
Taras Madan
2024-09-10
1
-1
/
+1
*
pkg/ast: support expressions with ast.Type
Aleksandr Nogikh
2024-02-19
1
-0
/
+51
*
ast: accept idents in string flags
Paul Chaignon
2023-12-05
1
-1
/
+3
*
all: ioutil is deprecated in go1.19 (#3718)
Taras Madan
2023-02-23
1
-2
/
+2
*
pkg/ast, pkg/compiler: support per-file metadata
Dmitry Vyukov
2022-04-29
1
-1
/
+11
*
pkg, prog: add per-field direction attribute
Necip Fazil Yildiran
2020-08-13
1
-4
/
+15
*
pkg/ast: print full file name in errors
Dmitry Vyukov
2020-05-18
1
-1
/
+1
*
pkg/ast: add call attributes
Dmitry Vyukov
2020-04-19
1
-1
/
+8
*
pkg/ast: introduce hex-encoded string literals
Dmitry Vyukov
2020-02-10
1
-3
/
+16
*
pkg/compiler: support complex len targets
Dmitry Vyukov
2019-05-14
1
-13
/
+15
*
pkg/ast: refactor COLON handling
Dmitry Vyukov
2019-05-14
1
-4
/
+6
*
gometalinter: clean up vetshadow
Dmitry Vyukov
2018-07-31
1
-2
/
+2
*
pkg/compiler: support negative integers
Dmitry Vyukov
2018-07-09
1
-7
/
+10
*
pkg/ast: support char constants
Dmitry Vyukov
2018-04-29
1
-6
/
+9
*
all: fix gometalinter warnings
Dmitry Vyukov
2018-03-08
1
-4
/
+4
*
pkg/compiler: switch attributes from Ident to Type
Dmitry Vyukov
2018-03-05
1
-2
/
+2
*
pkg/compiler: allow use of empty strings
Dmitry Vyukov
2018-01-23
1
-0
/
+1
*
pkg/compiler: support type templates
Dmitry Vyukov
2018-01-13
1
-4
/
+27
*
sys: support type aliases (aka typedefs)
Dmitry Vyukov
2018-01-08
1
-0
/
+14
*
pkg/ast: fix struct comment parsing
Dmitry Vyukov
2017-09-04
1
-0
/
+2
*
pkg/compiler: check and generate types
Dmitry Vyukov
2017-09-02
1
-2
/
+2
*
pkg/compiler: more static error checking
Dmitry Vyukov
2017-08-27
1
-1
/
+1
*
pkg/compiler, sys/syz-sysgen: move const handling to pkg/compiler
Dmitry Vyukov
2017-08-27
1
-17
/
+25
*
sys/syz-sysgen: switch to new parser
Dmitry Vyukov
2017-08-18
1
-0
/
+31
*
sys/syz-extract: switch to the new parser
Dmitry Vyukov
2017-08-18
1
-2
/
+11
*
pkg/ast: new parser for sys descriptions
Dmitry Vyukov
2017-08-18
1
-0
/
+423