Age | Commit message (Expand) | Author |
2020-09-16 | Rename marshal.Task to marshal.CopyContext. | Rahat Mahmood |
2020-09-15 | Enable automated marshalling for the syscall package. | Rahat Mahmood |
2020-09-11 | Move the 'marshal' and 'primitive' packages to the 'pkg' directory. | Rahat Mahmood |
2020-09-11 | Make nogo more robust to variety of stdlib layouts. | Michael Pratt |
2020-09-07 | Fix make_apt script. | Ayush Ranjan |
2020-09-03 | Fix the release workflow. | Ayush Ranjan |
2020-08-31 | Change nogo failures to test failures, instead of build failures. | Adin Scannell |
2020-08-26 | Support stdlib analyzers with nogo. | Adin Scannell |
2020-08-25 | Provide --secret-keyring parameter (for newer gpg). | Adin Scannell |
2020-08-25 | Add 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-14 | Handle URLs better in issue reviver | Ian Lewis |
2020-08-07 | Merge pull request #3520 from boyuan-he:marshal-impl | gVisor bot |
2020-08-07 | Remove old benchmark tools. | Zach Koopmans |
2020-08-07 | add stub go marshallable implementation | Boyuan He |
2020-08-06 | Add bzl_library rules for .bzl files without one. | Adin Scannell |
2020-08-04 | Enable "make packetimpact-tests" to work. | Adin Scannell |
2020-08-03 | Include shim binaries in the Go branch. | Adin Scannell |
2020-07-30 | Allocate a pseudo-tty for exec. | Adin Scannell |
2020-07-30 | Drop complex awk step. | Adin Scannell |
2020-07-27 | Merge pull request #2797 from Rajpratik71:optimization/pip-no-cache | gVisor bot |
2020-07-27 | Fix for gvisor-builder image. | Bhasker Hariharan |
2020-07-27 | Enable RBE for standard-tests. | Adin Scannell |
2020-07-27 | Clean-up bazel wrapper. | Adin Scannell |
2020-07-25 | optimize size and time using "--no-cache-dir" | Pratik raj |
2020-07-24 | Merge pull request #3356 from amscanne:generics_tests | gVisor bot |
2020-07-24 | [go-marshal] Update API | Ayush Ranjan |
2020-07-23 | Convert go_generics tests to starlark. | Adin Scannell |
2020-07-23 | Automated rollback of changelist 321227330 | Kevin Krakauer |
2020-07-23 | Marshallable socket opitons. | Ayush Ranjan |
2020-07-23 | Internal change | Michael Pratt |
2020-07-23 | Fix kokoro presubmits! | Ayush Ranjan |
2020-07-20 | Add standard entrypoints for test targets. | Adin Scannell |
2020-07-17 | Clean up html on the website. | Ian Lewis |
2020-07-15 | Fix errors not getting caught when building vm image. | Ting-Yu Wang |
2020-07-14 | remove IPv6 docker | Kevin Krakauer |
2020-07-13 | Enable experimental features in docker. | Ting-Yu Wang |
2020-07-13 | Merge pull request #2672 from amscanne:shim-integrated | gVisor bot |
2020-07-13 | iptables: remove useless ip6tables VM rules | Kevin Krakauer |
2020-07-13 | Automated rollback of changelist 320972241 | Adin Scannell |
2020-07-13 | Use host networking for build container. | Adin Scannell |
2020-07-09 | Update shim to build using bazel. | Adin Scannell |
2020-07-09 | Allow arbitrary Go commands for go_mod.sh. | Adin Scannell |
2020-06-26 | Enable docker IPv6 in kokoro | Kevin Krakauer |
2020-06-23 | Support for saving pointers to fields in the state package. | Adin Scannell |
2020-06-18 | Remove various uses of 'whitelist' | Michael Pratt |
2020-06-17 | Remove various uses of 'blacklist' | Michael Pratt |
2020-06-11 | Enable nogo again | Fabricio Voznika |
2020-06-11 | Add nogo TODO. | Michael Pratt |
2020-06-08 | Merge pull request #1875 from zhiqiangxu:fix_scope_add | gVisor bot |