Age | Commit message (Expand) | Author |
2020-08-07 | Merge pull request #3520 from boyuan-he:marshal-impl | gVisor bot |
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-07-24 | [go-marshal] Update API | Ayush Ranjan |
2020-07-23 | Marshallable socket opitons. | Ayush Ranjan |
2020-07-13 | Merge pull request #2672 from amscanne:shim-integrated | gVisor bot |
2020-04-20 | Add internal nogo analysis & checkescape tool. | Adin Scannell |
2020-04-01 | go-marshal: Allow array lens to be consts and simple expressions. | Rahat Mahmood |
2020-04-01 | go-marshal: Improve collision detection of import statments. | Rahat Mahmood |
2020-03-31 | Implement automated marshalling for slices of Marshallable types. | Rahat Mahmood |
2020-03-25 | Fix go_marshal Example name. | Adin Scannell |
2020-02-27 | Implement automated marshalling for newtypes on arrays. | Rahat Mahmood |
2020-02-20 | Implement automated marshalling for newtypes on primitives. | gVisor bot |
2020-02-20 | Remove bytes read/written from marshal.Marshallable API. | gVisor bot |
2020-02-19 | Handle situations where go-marshal generates an empty test file. | gVisor bot |
2020-02-18 | go-marshal: Stop complaining about files with no +marshal types. | gVisor bot |
2020-02-15 | Ensure Marshallable.SizeBytes() always works on a typed nil pointer. | gVisor bot |
2020-02-14 | Generate implementation of io.WriterTo via go-marshal. | gVisor bot |
2020-02-14 | Add a minimal binary target for escape analysis on go-marshal. | gVisor bot |
2020-02-14 | Fix various issues related to enabling go-marshal. | gVisor bot |
2020-02-13 | Ensure the marshalled object doesn't escape. | gVisor bot |
2020-02-04 | Automatically propagate tags for stateify and marshal. | Adin Scannell |
2020-01-27 | Update package locations. | Adin Scannell |
2020-01-27 | Fix licenses. | Adin Scannell |
2020-01-27 | Standardize on tools directory. | Adin Scannell |
2019-11-21 | Import and structure cleanup. | Adin Scannell |
2019-09-12 | Remove go_test from go_stateify and go_marshal | Michael Pratt |
2019-09-09 | go_marshal: Implement automatic generation of ABI marshalling code. | Rahat Mahmood |