summaryrefslogtreecommitdiffhomepage
path: root/tools
AgeCommit message (Expand)Author
2020-02-20Merge release-20200211.0-55-gd90d714 (automated)gVisor bot
2020-02-20Remove bytes read/written from marshal.Marshallable API.gVisor bot
2020-02-20Import tags.bzl directly from tools/defs.bzl.Adin Scannell
2020-02-19Add basic microbenchmarks.Adin Scannell
2020-02-19Handle situations where go-marshal generates an empty test file.gVisor bot
2020-02-18go-marshal: Stop complaining about files with no +marshal types.gVisor bot
2020-02-15Merge release-20200211.0-27-g5cc0bbb (automated)gVisor bot
2020-02-15Ensure Marshallable.SizeBytes() always works on a typed nil pointer.gVisor bot
2020-02-15Merge release-20200211.0-26-g3d32ad1 (automated)gVisor bot
2020-02-14Generate implementation of io.WriterTo via go-marshal.gVisor bot
2020-02-14Add a minimal binary target for escape analysis on go-marshal.gVisor bot
2020-02-14Merge release-20200211.0-18-g3c26f5e (automated)gVisor bot
2020-02-14Fix various issues related to enabling go-marshal.gVisor bot
2020-02-13Ensure the marshalled object doesn't escape.gVisor bot
2020-02-13Call py_requirement with named argument for optional kwarg.gVisor bot
2020-02-11Stateify: register types with full package namesgVisor bot
2020-02-10Rename build to builddefs and minor build clean-up.Adin Scannell
2020-02-10Move x86 state definition to its own file.Brad Burlage
2020-02-10Update visibility.Adin Scannell
2020-02-06Add logic to run from baked images.Zach Koopmans
2020-02-05Add notes to relevant tests.Adin Scannell
2020-02-04Automatically propagate tags for stateify and marshal.Adin Scannell
2020-01-30Simplify testing link rules.Adin Scannell
2020-01-27Update package locations.Adin Scannell
2020-01-27Fix licenses.Adin Scannell
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-22Add tools for generating images.Adin Scannell
2020-01-08Github bug reviverFabricio Voznika
2019-12-20Merge pull request #1026 from lubinszARM:pr_savablegVisor bot
2019-11-25Fix typo in go_branch.sh script.Adin Scannell
2019-11-21Import and structure cleanup.Adin Scannell
2019-11-18release: fix tag scriptAdin Scannell
2019-11-05Fix repository build scripts.Adin Scannell
2019-10-31Add LICENSE and AUTHORS to the go branch.Adin Scannell
2019-10-28Add tools/go_stateify to support Arm64Bin Lu
2019-10-16Reorder BUILD license and load functions in gvisor.Kevin Krakauer
2019-09-18Move the component into the repository structure.Adin Scannell
2019-09-12Remove go_test from go_stateify and go_marshalMichael Pratt
2019-09-12Merge pull request #843 from nlacasse:versiongVisor bot
2019-09-12Update repository directory structure.Adin Scannell
2019-09-10Fix `runsc --version` and add a test.Nicolas Lacasse
2019-09-10Fix minor Kokoro issues.Adin Scannell
2019-09-09go_marshal: Implement automatic generation of ABI marshalling code.Rahat Mahmood
2019-09-06Fix repository build scriptsAdin Scannell
2019-09-03Impose order on test scripts.Adin Scannell
2019-08-27kokoro: Add scripts to rebuild images.Adin Scannell
2019-08-26Don't lose test output.Adin Scannell
2019-08-13Bump Bazel to v0.28.0Nicolas Lacasse
2019-07-26Add debug symbols to published runsc binaryFabricio Voznika
2019-07-17Merge pull request #504 from matthyx:mastergVisor bot