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/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