Age | Commit message (Expand) | Author |
2021-04-16 | [lisa] Make go_marshal pass correctly sized buffers to safecopy. | Ayush Ranjan |
2021-04-14 | [syserror] Remove syserror from go_marshal | Zach Koopmans |
2021-03-29 | [syserror] Split usermem package | Zach Koopmans |
2021-03-22 | [lisa] Support dynamic types for all types. | Ayush Ranjan |
2021-03-22 | Emit comment about build tags in gomarshal generated files. | Rahat Mahmood |
2021-03-08 | [lisa] Do not generate any tests for dynamic types. | Ayush Ranjan |
2021-02-08 | [go-marshal] Add dynamic tag in go_marshal. | Ayush Ranjan |
2021-01-12 | Fix simple mistakes identified by goreportcard. | Adin Scannell |
2020-12-30 | Use a stable ordering for generated types. | Adin Scannell |
2020-12-11 | Remove existing nogo exceptions. | Adin Scannell |
2020-10-07 | Add staticcheck and staticstyle analyzers. | Adin Scannell |
2020-09-29 | go-marshal tests should respect build tags. | Rahat Mahmood |
2020-09-29 | Support embedded fields in go-marshal. | Rahat Mahmood |
2020-09-23 | Internal change. | gVisor bot |
2020-09-16 | Rename marshal.Task to marshal.CopyContext. | Rahat Mahmood |
2020-09-11 | Move the 'marshal' and 'primitive' packages to the 'pkg' directory. | Rahat Mahmood |
2020-08-26 | Support stdlib analyzers with nogo. | Adin Scannell |
2020-08-25 | [go-marshal] Support marshalling for structs with names starting with W. | Ayush Ranjan |
2020-07-24 | [go-marshal] Update API | Ayush Ranjan |
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 | 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 | Standardize on tools directory. | Adin Scannell |
2019-09-09 | go_marshal: Implement automatic generation of ABI marshalling code. | Rahat Mahmood |