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
Commit message (
Expand
)
Author
Age
Files
Lines
*
pkg/ast: remove trailing spaces when formatting
Dmitry Vyukov
2020-11-25
1
-3
/
+4
*
sys/targets: add OS/Arch name consts
Dmitry Vyukov
2020-10-26
1
-1
/
+3
*
pkg, prog: add per-field direction attribute
Necip Fazil Yildiran
2020-08-13
6
-15
/
+44
*
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 receiver name check for pkg/ast
Dmitry Vyukov
2020-06-07
1
-38
/
+38
*
.golangci.yml: enable godot checker
Dmitry Vyukov
2020-06-05
1
-2
/
+2
*
pkg/ast: print full file name in errors
Dmitry Vyukov
2020-05-18
1
-1
/
+1
*
pkg/ast: improve test output
Dmitry Vyukov
2020-05-05
2
-12
/
+62
*
pkg/ast: extend tests
Dmitry Vyukov
2020-05-01
3
-79
/
+114
*
pkg/ast: add call attributes
Dmitry Vyukov
2020-04-19
6
-1
/
+26
*
pkg/compiler: add tests for generation phase
Dmitry Vyukov
2020-03-17
2
-7
/
+9
*
pkg/ast: introduce hex-encoded string literals
Dmitry Vyukov
2020-02-10
6
-41
/
+70
*
pkg/ast: unexport Node.Walk()
Paul Chaignon
2019-10-23
2
-20
/
+20
*
pkg/compiler: fix infinite recursion in template instantiation
Dmitry Vyukov
2019-10-10
1
-1
/
+10
*
pkg/ast: fix out-of-bounds access
Dmitry Vyukov
2019-07-30
1
-1
/
+0
*
pkg/compiler: support complex len targets
Dmitry Vyukov
2019-05-14
2
-14
/
+17
*
pkg/ast: refactor COLON handling
Dmitry Vyukov
2019-05-14
5
-23
/
+14
*
sys/linux: extend AX25/ROSE/NETROM descriptions
Dmitry Vyukov
2018-12-24
1
-0
/
+1
*
sys/fuchsia: prune unused structs in syscall description generated by fidlgen
Dokyung Song
2018-09-11
1
-0
/
+14
*
gometalinter: clean up vetshadow
Dmitry Vyukov
2018-07-31
1
-2
/
+2
*
.gometalinter: reduce dupl threshold
Dmitry Vyukov
2018-07-31
1
-40
/
+36
*
pkg/compiler: support negative integers
Dmitry Vyukov
2018-07-09
6
-47
/
+55
*
gometalinter: enable cyclomatic complexity checking
Dmitry Vyukov
2018-05-04
1
-70
/
+93
*
pkg/ast: support char constants
Dmitry Vyukov
2018-04-29
6
-18
/
+49
*
all: fix gometalinter warnings
Dmitry Vyukov
2018-03-08
2
-5
/
+5
*
pkg/compiler: switch attributes from Ident to Type
Dmitry Vyukov
2018-03-05
5
-11
/
+16
*
pkg/compiler: allow unions as syscall arguments
Dmitry Vyukov
2018-02-23
1
-0
/
+6
*
pkg/compiler: allow use of empty strings
Dmitry Vyukov
2018-01-23
6
-13
/
+10
*
pkg/compiler: support type templates
Dmitry Vyukov
2018-01-13
7
-110
/
+180
*
pkg/ast: refactor Walk
Dmitry Vyukov
2018-01-11
4
-74
/
+98
*
pkg/compiler: add builtin bool type aliases
Dmitry Vyukov
2018-01-08
1
-2
/
+2
*
sys: support type aliases (aka typedefs)
Dmitry Vyukov
2018-01-08
6
-64
/
+107
*
pkg/ast: fix TestParseAll
Dmitry Vyukov
2017-10-19
1
-10
/
+6
*
executor, sys/windows: initial windows support
Dmitry Vyukov
2017-09-25
1
-0
/
+3
*
pkg/ast: prohibit empty strings
Dmitry Vyukov
2017-09-04
2
-0
/
+12
*
pkg/ast: fix struct comment parsing
Dmitry Vyukov
2017-09-04
2
-0
/
+13
*
pkg/compiler: check and generate types
Dmitry Vyukov
2017-09-02
2
-10
/
+10
*
pkg/compiler: more static error checking
Dmitry Vyukov
2017-08-27
7
-103
/
+211
*
pkg/compiler: move more const-processing code to compiler
Dmitry Vyukov
2017-08-27
3
-67
/
+57
*
pkg/compiler, sys/syz-sysgen: move const handling to pkg/compiler
Dmitry Vyukov
2017-08-27
7
-88
/
+312
*
sys/syz-sysgen: switch to new parser
Dmitry Vyukov
2017-08-18
2
-3
/
+36
*
sys/syz-extract: switch to the new parser
Dmitry Vyukov
2017-08-18
4
-6
/
+116
*
Makefile: enforce formatting of sys files in presubmit
Dmitry Vyukov
2017-08-18
1
-6
/
+4
*
pkg/ast: new parser for sys descriptions
Dmitry Vyukov
2017-08-18
6
-0
/
+1213