summaryrefslogtreecommitdiffhomepage
path: root/tools
AgeCommit message (Expand)Author
2020-12-11Remove existing nogo exceptions.Adin Scannell
2020-12-11Fix parser to include iterations.Zach Koopmans
2020-12-10Fix typo in go template error messages.Dean Deng
2020-12-09Tweak aarch64 support.Adin Scannell
2020-12-09Add //pkg/sync:generic_atomicptrmap.Jamie Liu
2020-12-09Refactor the Makefile to avoid recursive Make.Adin Scannell
2020-12-09Prepare for supporting cross compilation.Andrei Vagin
2020-12-03Support partitions for other tests.Adin Scannell
2020-12-02Fix containerd.sh for later Ubuntu and Debian-based distributions.Adin Scannell
2020-11-30Ensure containerd is used from installed location.Adin Scannell
2020-11-23Fix bad Makefile variable reference.Adin Scannell
2020-11-23Clean up build output.Adin Scannell
2020-11-23Don't rely on HOME for tools/go_branch.shAdin Scannell
2020-11-10Add debug logs to startup benchmark.Zach Koopmans
2020-11-10Internal changeJamie Liu
2020-11-05Internal ChangeZach Koopmans
2020-11-03Fix more nogo testsTing-Yu Wang
2020-10-30Add the gVisor admission webhookKevin Krakauer
2020-10-30Avoid creating users if user is root already.Adin Scannell
2020-10-29[infra] Deflake Go / generate (pull_request.Ayush Ranjan
2020-10-28[infra] Deflake Go / generate (pull_request) GitHub action.Ayush Ranjan
2020-10-28Traversal embedded libraries, even for go_library rules.Adin Scannell
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