gvisor/tools/go_marshal/gomarshal
Rahat Mahmood 9ef1c79922 Rename marshal.Task to marshal.CopyContext.
CopyContext is a better name for the interface because from
go-marshal's perspective, the interface has nothing to do with a
task. A kernel.Task happens to implement the interface, but so can
other things like MemoryManager and IO sequences.

PiperOrigin-RevId: 331959678
2020-09-16 02:10:12 -07:00
..
BUILD Implement automated marshalling for newtypes on arrays. 2020-02-27 14:52:26 -08:00
generator.go Rename marshal.Task to marshal.CopyContext. 2020-09-16 02:10:12 -07:00
generator_interfaces.go Support stdlib analyzers with nogo. 2020-08-26 14:42:35 -07:00
generator_interfaces_array_newtype.go Rename marshal.Task to marshal.CopyContext. 2020-09-16 02:10:12 -07:00
generator_interfaces_primitive_newtype.go Rename marshal.Task to marshal.CopyContext. 2020-09-16 02:10:12 -07:00
generator_interfaces_struct.go Rename marshal.Task to marshal.CopyContext. 2020-09-16 02:10:12 -07:00
generator_tests.go Implement automated marshalling for slices of Marshallable types. 2020-03-31 22:56:09 -07:00
util.go go-marshal: Allow array lens to be consts and simple expressions. 2020-04-01 16:51:28 -07:00