gvisor/tools/go_marshal/gomarshal
Adin Scannell 983a55aa06 Support stdlib analyzers with nogo.
This immediately revealed an escape analysis violation (!), where
the sync.Map was being used in a context that escapes were not
allowed. This is a relatively minor fix and is included.

PiperOrigin-RevId: 328611237
2020-08-26 14:42:35 -07:00
..
BUILD Implement automated marshalling for newtypes on arrays. 2020-02-27 14:52:26 -08:00
generator.go [go-marshal] Update API 2020-07-24 01:19:34 -07:00
generator_interfaces.go Support stdlib analyzers with nogo. 2020-08-26 14:42:35 -07:00
generator_interfaces_array_newtype.go Add internal nogo analysis & checkescape tool. 2020-04-20 20:58:20 -07:00
generator_interfaces_primitive_newtype.go Add internal nogo analysis & checkescape tool. 2020-04-20 20:58:20 -07:00
generator_interfaces_struct.go [go-marshal] Support marshalling for structs with names starting with W. 2020-08-25 09:23:41 -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