summaryrefslogtreecommitdiffhomepage
path: root/tools
AgeCommit message (Expand)Author
2020-10-26Add nogo configuration.Adin Scannell
2020-10-26Add parser for open source benchmarks.Zach Koopmans
2020-10-23Direct gvisor.dev/issues to the same place as gvisor.dev/issue.Dean Deng
2020-10-23Fix nogo tests in //pkg/sentry/socket/...Ting-Yu Wang
2020-10-23tools/parsers: disable nogo checksAndrei Vagin
2020-10-23//pkg/state fixes for VFS2.Jamie Liu
2020-10-23Rewrite reference leak checker without finalizers.Dean Deng
2020-10-20Fix errors when the tagging GitHub releasesTing-Yu Wang
2020-10-20Fix nogo test in //pkg/tcpip/...Ting-Yu Wang
2020-10-19Remove legacy bazel configurations.Adin Scannell
2020-10-16Refactor shared starlark files.Adin Scannell
2020-10-16Refactor nogo to better support ARM.Adin Scannell
2020-10-16Cache errors when processing stdlib with nogo.Adin Scannell
2020-10-09Add parsers golang benchmarks.Zach Koopmans
2020-10-09Minor nogo restructuring.Adin Scannell
2020-10-09Infer receiver name for stateify.Adin Scannell
2020-10-08Minor nogo cleanup.Adin Scannell
2020-10-07Add staticcheck and staticstyle analyzers.Adin Scannell
2020-10-07Internal change.gVisor bot
2020-10-07Fix text processing in bazel build command.Dean Deng
2020-10-05Internal change.gVisor bot
2020-10-02tools/checkescape: trim the "(SB)" before searching it in the allowed listAndrei Vagin
2020-10-02Save addresses for "allowed" functions.Adin Scannell
2020-09-29go-marshal tests should respect build tags.Rahat Mahmood
2020-09-29Add nogo check annotations to GitHub.Adin Scannell
2020-09-29Support embedded fields in go-marshal.Rahat Mahmood
2020-09-23make: specify /dev/null for the tail toolAndrei Vagin
2020-09-23Internal change.gVisor bot
2020-09-17Provide testing container with docker config file.Ayush Ranjan
2020-09-16Rename marshal.Task to marshal.CopyContext.Rahat Mahmood
2020-09-15Enable automated marshalling for the syscall package.Rahat Mahmood
2020-09-11Move the 'marshal' and 'primitive' packages to the 'pkg' directory.Rahat Mahmood
2020-09-11Make nogo more robust to variety of stdlib layouts.Michael Pratt
2020-09-07Fix make_apt script.Ayush Ranjan
2020-09-03Fix the release workflow.Ayush Ranjan
2020-08-31Change nogo failures to test failures, instead of build failures.Adin Scannell
2020-08-26Support stdlib analyzers with nogo.Adin Scannell
2020-08-25Provide --secret-keyring parameter (for newer gpg).Adin Scannell
2020-08-25Add nogo support to go_binary and go_test targets.Adin Scannell
2020-08-25[go-marshal] Support marshalling for structs with names starting with W.Ayush Ranjan
2020-08-14Handle URLs better in issue reviverIan Lewis
2020-08-07Merge pull request #3520 from boyuan-he:marshal-implgVisor bot
2020-08-07Remove old benchmark tools.Zach Koopmans
2020-08-07add stub go marshallable implementationBoyuan He
2020-08-06Add bzl_library rules for .bzl files without one.Adin Scannell
2020-08-04Enable "make packetimpact-tests" to work.Adin Scannell
2020-08-03Include shim binaries in the Go branch.Adin Scannell
2020-07-30Allocate a pseudo-tty for exec.Adin Scannell
2020-07-30Drop complex awk step.Adin Scannell
2020-07-27Merge pull request #2797 from Rajpratik71:optimization/pip-no-cachegVisor bot