mirror of
https://github.com/golang/go
synced 2024-11-05 18:56:10 -07:00
25f3e0fbde
Details: - added support for complex numbers as distinct from floats: %[efg] allows complex; %b does not. - %p: only Signature, Map, Chan, Slice, unsafe.Pointer allowed. - %s: allow []byte. - allow a verb to match map[K]V and []T if it matches K/V/T, e.g. %d now matches []int. i.e. matching is recursive. - use go/types' constant folding. literal() is gone. - group cases together. Added tests. R=gri, r CC=golang-dev https://golang.org/cl/10895043 |
||
---|---|---|
.. | ||
asm1.s | ||
asm2.s | ||
asm3.s | ||
asm.go | ||
assign.go | ||
atomic.go | ||
buildtag_bad.go | ||
buildtag.go | ||
deadcode.go | ||
method.go | ||
print.go | ||
rangeloop.go | ||
shadow.go | ||
structtag.go | ||
taglit.go |