..
absdiffimp.dir
[dev.typeparams] cmd/compile: export/import of recursive generic types.
2021-06-04 16:43:27 +00:00
aliasimp.dir
[dev.typeparams] cmd/compile: get type aliases working with generic types
2021-05-26 21:38:54 +00:00
chansimp.dir
[dev.typeparams] cmd/compile: fixing import of comm clauses/closures in generic functions
2021-05-21 23:13:46 +00:00
factimp.dir
[dev.typeparams] test: update all the typeparam tests to use the new union/tilde syntax
2021-06-03 16:05:22 +00:00
listimp.dir
[dev.typeparams] test: update all the typeparam tests to use the new union/tilde syntax
2021-06-03 16:05:22 +00:00
listimp2.dir
[dev.typeparams] cmd/compile: Fix handling of Name nodes during stenciling
2021-05-24 22:16:09 +00:00
mapimp.dir
…
mapsimp.dir
[dev.typeparams] Don't check typecheck(3) on transform, so no need to export/import it
2021-05-24 22:17:33 +00:00
mincheck.dir
[dev.typeparams] test: update all the typeparam tests to use the new union/tilde syntax
2021-06-03 16:05:22 +00:00
minimp.dir
[dev.typeparams] test: update all the typeparam tests to use the new union/tilde syntax
2021-06-03 16:05:22 +00:00
mutualimp.dir
[dev.typeparams] cmd/compile: create .dict Param in the package of the instantiated function
2021-06-07 19:34:39 +00:00
orderedmapsimp.dir
[dev.typeparams] cmd/compile: allow inlining in instantiated functions
2021-06-04 17:48:10 +00:00
pairimp.dir
…
setsimp.dir
[dev.typeparams] cmd/compile: always generate (*T).M wrappers for instantiated methods
2021-05-26 21:39:54 +00:00
sliceimp.dir
[dev.typeparams] test: update all the typeparam tests to use the new union/tilde syntax
2021-06-03 16:05:22 +00:00
stringerimp.dir
…
valimp.dir
…
absdiff.go
[dev.typeparams] cmd/compile: export/import of recursive generic types.
2021-06-04 16:43:27 +00:00
absdiffimp.go
[dev.typeparams] cmd/compile: export/import of recursive generic types.
2021-06-04 16:43:27 +00:00
adder.go
[dev.typeparams] test: update all the typeparam tests to use the new union/tilde syntax
2021-06-03 16:05:22 +00:00
aliasimp.go
[dev.typeparams] cmd/compile: get type aliases working with generic types
2021-05-26 21:38:54 +00:00
append.go
…
chans.go
…
chansimp.go
[dev.typeparams] cmd/compile: fixing import of comm clauses/closures in generic functions
2021-05-21 23:13:46 +00:00
combine.go
…
cons.go
…
dictionaryCapture-noinline.go
[dev.typeparams] test: add string quoting support to test/run.go
2021-06-12 14:36:25 +00:00
dictionaryCapture.go
[dev.typeparams] test: add string quoting support to test/run.go
2021-06-12 14:36:25 +00:00
double.go
[dev.typeparams] test: update all the typeparam tests to use the new union/tilde syntax
2021-06-03 16:05:22 +00:00
fact.go
[dev.typeparams] test: update all the typeparam tests to use the new union/tilde syntax
2021-06-03 16:05:22 +00:00
factimp.go
…
graph.go
…
ifaceconv.go
[dev.typeparams] cmd/compile: allow conversions from type parameter to interface
2021-06-07 19:53:38 +00:00
importtest.go
…
index.go
…
interfacearg.go
…
issue45547.go
…
issue45722.go
…
issue45738.go
…
issue45817.go
…
issue46472.go
[dev.typeparams] cmd/compile: handle ONONAME in subster.node
2021-06-01 17:10:20 +00:00
list.go
[dev.typeparams] test: update all the typeparam tests to use the new union/tilde syntax
2021-06-03 16:05:22 +00:00
list2.go
[dev.typeparams] cmd/compile: Fix handling of Name nodes during stenciling
2021-05-24 22:16:09 +00:00
listimp.go
…
listimp2.go
[dev.typeparams] cmd/compile: Fix handling of Name nodes during stenciling
2021-05-24 22:16:09 +00:00
lockable.go
…
map.go
…
mapimp.go
…
maps.go
…
mapsimp.go
[dev.typeparams] Don't check typecheck(3) on transform, so no need to export/import it
2021-05-24 22:17:33 +00:00
metrics.go
…
min.go
[dev.typeparams] test: update all the typeparam tests to use the new union/tilde syntax
2021-06-03 16:05:22 +00:00
mincheck.go
[dev.typeparams] cmd/compile: adding union support in types1
2021-05-26 15:33:02 +00:00
minimp.go
…
mutualimp.go
[dev.typeparams] cmd/compile: create .dict Param in the package of the instantiated function
2021-06-07 19:34:39 +00:00
nested.go
[dev.typeparams] cmd/compile/internal/types2: support local defined types
2021-06-16 21:38:50 +00:00
nested.out
[dev.typeparams] cmd/compile/internal/types2: support local defined types
2021-06-16 21:38:50 +00:00
ordered.go
[dev.typeparams] test: update all the typeparam tests to use the new union/tilde syntax
2021-06-03 16:05:22 +00:00
orderedmap.go
[dev.typeparams] test: update all the typeparam tests to use the new union/tilde syntax
2021-06-03 16:05:22 +00:00
orderedmapsimp.go
[dev.typeparams] cmd/compile: export/import of recursive generic types.
2021-06-04 16:43:27 +00:00
pair.go
…
pairimp.go
…
pragma.go
…
sets.go
…
setsimp.go
[dev.typeparams] cmd/compile: always generate (*T).M wrappers for instantiated methods
2021-05-26 21:39:54 +00:00
settable.go
…
sliceimp.go
[dev.typeparams] cmd/compile: fix handling of Nname field in (*subster).tstruct.
2021-05-21 23:25:07 +00:00
slices.go
[dev.typeparams] test: update all the typeparam tests to use the new union/tilde syntax
2021-06-03 16:05:22 +00:00
smallest.go
[dev.typeparams] test: update all the typeparam tests to use the new union/tilde syntax
2021-06-03 16:05:22 +00:00
smoketest.go
[dev.typeparams] test: update all the typeparam tests to use the new union/tilde syntax
2021-06-03 16:05:22 +00:00
stringable.go
…
stringer.go
…
stringerimp.go
…
struct.go
…
sum.go
[dev.typeparams] test: update all the typeparam tests to use the new union/tilde syntax
2021-06-03 16:05:22 +00:00
tparam1.go
…
typelist.go
…
valimp.go
…
value.go
[dev.typeparams] cmd/compile: export/import of recursive generic types.
2021-06-04 16:43:27 +00:00