]> Cypherpunks.ru repositories - gostls13.git/history - src/cmd/compile/internal/types2/validtype.go
go/types, types2: implement Alias proposal (export API)
[gostls13.git] / src / cmd / compile / internal / types2 / validtype.go
2023-11-13 Robert Griesemergo/types, types2: implement Alias proposal (export...
2023-11-09 Robert Griesemergo/types, types2: introduce _Alias type node
2023-09-15 Robert Griesemergo/types, types2: introduce `isValid` predicate and...
2023-01-17 Robert Griesemergo/types, cmd/compile/internal/types2: minor adjustment...
2022-11-16 Robert Findleygo/types, types2: ensure invalid generic types are...
2022-06-16 Matthew Dempsky[dev.unified] all: merge master (635b124) into dev...
2022-06-06 Robert Griesemergo/types, types2: simplify implementation of validType...
2022-06-06 Robert Griesemergo/types, types2: use type nest to detect type cycles...
2022-06-06 Robert Findleygo/types, types2: store Named instance information...
2022-04-05 Lasse Folger[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-01 Russ Coxall: fix TODO comment hanging indents
2022-03-29 Nicolas Hillegeer[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-03-21 Robert Griesemergo/types, types2: ensure we have a fully resolved type...
2022-03-07 David Chase[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-02-28 cuishuangall: fix typos
2022-02-03 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-01-24 Robert Griesemergo/types, types2: consider type parameters for cycle...
2022-01-24 Robert Griesemergo/types, types2: remove special case for external...
2022-01-24 Robert Griesemergo/types, types2: validType argument must be *Named...
2022-01-24 Robert Griesemergo/types, types2: use a map instead of a field for...
2022-01-24 Robert Griesemergo/types, types2: move validType code into its own...