mirror of https://github.com/golang/go.git
Most changes are removing redundant declaration of type when direct
instantiating value of map or slice, e.g. []T{T{}} become []T{{}}.
Small changes are removing the high order of subslice if its value
is the length of slice itself, e.g. T[:len(T)] become T[:].
The following file is excluded due to incompatibility with go1.4,
- src/cmd/compile/internal/gc/ssa.go
Change-Id: Id3abb09401795ce1e6da591a89749cba8502fb26
Reviewed-on: https://go-review.googlesource.com/c/go/+/166437
Run-TryBot: Dave Cheney <dave@cheney.net>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
|
||
|---|---|---|
| .. | ||
| example_test.go | ||
| gen.go | ||
| md5.go | ||
| md5_test.go | ||
| md5block.go | ||
| md5block_386.s | ||
| md5block_amd64.s | ||
| md5block_amd64p32.s | ||
| md5block_arm.s | ||
| md5block_arm64.s | ||
| md5block_decl.go | ||
| md5block_generic.go | ||
| md5block_ppc64x.s | ||
| md5block_s390x.s | ||