| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tools/syz-fmt: support --dry-run mode | Aleksandr Nogikh | 2023-10-10 | 1 | -2/+14 |
| | | | | | | Introduce the --dry-run mode to enable syz-fmt use for description validation only. | ||||
| * | tools/syz-fmt.go: fix a bug of file info api when updating golang | 郝宇 (Yu Hao) | 2023-03-27 | 1 | -1/+2 |
| | | |||||
| * | all: ioutil is deprecated in go1.19 (#3718) | Taras Madan | 2023-02-23 | 1 | -5/+4 |
| | | |||||
| * | pkg/osutil: provide better Rename | Dmitry Vyukov | 2018-12-17 | 1 | -1/+2 |
| | | | | | | os.Rename fails for cross-device renaming (e.g. to/from tmpfs). This is quite unpleasant. Provide own version that falls back to copying. | ||||
| * | tools/syz-fmt: allow to reformat all OSes at once | Dmitry Vyukov | 2018-11-17 | 1 | -2/+10 |
| | | | | | | We forgot trusty in Makefile. Fix this once and for all by formatting all known targets. | ||||
| * | pkg/compiler: more static error checking | Dmitry Vyukov | 2017-08-27 | 1 | -4/+1 |
| | | | | | Update #217 | ||||
| * | pkg/compiler, sys/syz-sysgen: move const handling to pkg/compiler | Dmitry Vyukov | 2017-08-27 | 1 | -3/+3 |
| | | | | | Now pkg/compiler deals with consts. | ||||
| * | Makefile: enforce formatting of sys files in presubmit | Dmitry Vyukov | 2017-08-18 | 1 | -0/+1 |
| | | |||||
| * | pkg/ast: new parser for sys descriptions | Dmitry Vyukov | 2017-08-18 | 1 | -0/+72 |
| The old parser in sys/sysparser is too hacky, difficult to extend and drops debug info too early, so that we can't produce proper error messages. Add a new parser that is build like a proper language parser and preserves full debug info for every token. | |||||
