1
0
mirror of https://github.com/golang/go synced 2024-10-05 21:21:21 -06:00
go/src/cmd/compile/internal/big
Robert Griesemer 548041ed08 cmd/compile/internal/big: update vendored math/big
This updates the big package used by the compiler to match the
public big package which contains some updates and bug fixes.
Obtained by running vendor.bash in the internal/big directory.
No manual changes.

Change-Id: I299aecc6599d4a745a721ce48def32449640dbb2
Reviewed-on: https://go-review.googlesource.com/13815
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2015-08-21 20:03:16 +00:00
..
accuracy_string.go
arith_decl.go
arith_test.go
arith.go src/cmd/compile/internal/gc: re-vendor math/big, manually adjust mparith3.go 2015-06-03 22:28:06 +00:00
bits_test.go src/cmd/compile/internal/gc: re-vendor math/big, manually adjust mparith3.go 2015-06-03 22:28:06 +00:00
calibrate_test.go
decimal_test.go
decimal.go src/cmd/compile/internal/gc: re-vendor math/big, manually adjust mparith3.go 2015-06-03 22:28:06 +00:00
example_test.go cmd/compile/internal/big: update vendored math/big 2015-08-21 20:03:16 +00:00
float_test.go src/cmd/compile/internal/gc: re-vendor math/big, manually adjust mparith3.go 2015-06-03 22:28:06 +00:00
float.go all: link to https for golang subdomains too 2015-07-12 04:42:40 +00:00
floatconv_test.go cmd/compile/internal/big: update vendored math/big 2015-08-21 20:03:16 +00:00
floatconv.go cmd/compile/internal/big: update vendored math/big 2015-08-21 20:03:16 +00:00
floatexample_test.go src/cmd/compile/internal/gc: re-vendor math/big, manually adjust mparith3.go 2015-06-03 22:28:06 +00:00
ftoa.go src/cmd/compile/internal/gc: re-vendor math/big, manually adjust mparith3.go 2015-06-03 22:28:06 +00:00
gcd_test.go
hilbert_test.go
int_test.go cmd/compile/internal/big: update vendored math/big 2015-08-21 20:03:16 +00:00
int.go cmd/compile/internal/big: update vendored math/big 2015-08-21 20:03:16 +00:00
intconv_test.go
intconv.go cmd/compile/internal/big: update vendored math/big 2015-08-21 20:03:16 +00:00
nat_test.go src/cmd/compile/internal/gc: re-vendor math/big, manually adjust mparith3.go 2015-06-03 22:28:06 +00:00
nat.go src/cmd/compile/internal/gc: re-vendor math/big, manually adjust mparith3.go 2015-06-03 22:28:06 +00:00
natconv_test.go
natconv.go cmd/compile/internal/big: update vendored math/big 2015-08-21 20:03:16 +00:00
rat_test.go
rat.go
ratconv_test.go cmd/compile/internal/big: update vendored math/big 2015-08-21 20:03:16 +00:00
ratconv.go cmd/compile/internal/big: update vendored math/big 2015-08-21 20:03:16 +00:00
roundingmode_string.go
vendor.bash cmd/compile/internal/big: update and apply vendor.bash 2015-05-22 22:46:44 +00:00