go/src
Robert Griesemer 92cdde016a go/constant: use new math/big.IsInt and isUint predicates
Slightly cleaner and more readable code.

Change-Id: I35263dbf338861b0a1bd62d59417b6a2c6a4e670
Reviewed-on: https://go-review.googlesource.com/36562
Run-TryBot: Robert Griesemer <gri@golang.org>
Reviewed-by: Alan Donovan <adonovan@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2017-02-08 19:13:19 +00:00
..
archive time: record monotonic clock reading in time.Now, for more accurate comparisons 2017-02-03 19:04:52 +00:00
bufio
builtin
bytes bytes, strings: optimize Split* 2017-02-08 18:39:43 +00:00
cmd cmd/gofmt: use actual filename in gofmt -d output 2017-02-08 19:04:35 +00:00
compress all: test adjustments for the iOS builder 2017-01-14 03:27:53 +00:00
container
context context: lazily initialize cancelCtx done channel 2017-02-01 20:08:41 +00:00
crypto crypto/tls: document that only tickets are supported. 2017-02-08 17:54:06 +00:00
database/sql database/sql: record the context error in Rows if canceled 2017-02-08 18:30:39 +00:00
debug cmd/objdump: copy gosym.PCValue into internal package 2016-12-01 18:20:04 +00:00
encoding encoding/json: add Valid for checking validity of input bytes 2017-02-07 23:48:44 +00:00
errors
expvar
flag
fmt fmt: undo clearflags in catchPanic after error message has been printed 2016-12-11 21:59:59 +00:00
go go/constant: use new math/big.IsInt and isUint predicates 2017-02-08 19:13:19 +00:00
hash hash/crc32: use sub-benchmarks 2017-02-08 17:17:08 +00:00
html html/template: lock in application/json as valid JS test 2016-12-04 03:59:31 +00:00
image Revert "image: fix the overlap check in Rectangle.Intersect." 2017-02-07 15:21:56 +00:00
index/suffixarray
internal internal/pprof/profile: parse mutex profile including comments 2016-11-29 18:04:37 +00:00
io io: fix test when MultiReader is inlined with -l=3 2017-02-02 18:56:20 +00:00
log
math math/big: add IsInt64/IsUint64 predicates 2017-02-07 23:02:33 +00:00
mime mime/multipart: allow boundary len <= 70 2017-02-01 21:06:49 +00:00
net net/http/httputil: don't log read error when it's context.Canceled 2017-02-06 19:16:56 +00:00
os os: make Stdin.Stat() return ModeCharDevice if Stdin is console 2017-02-07 23:59:31 +00:00
path path/filepath: ignore dot for Dir(`\\server\share`) 2017-02-04 07:24:20 +00:00
plugin cmd/go, plugin: disable plugins on darwin 2016-12-15 05:46:20 +00:00
reflect reflect: adjust documentation on Value 2017-02-01 19:11:34 +00:00
regexp
runtime runtime: use atomic ops for fwdSig, make sigtable immutable 2017-02-08 04:14:41 +00:00
sort sort: optimize average calculation in binary search 2017-02-06 17:08:13 +00:00
strconv
strings bytes, strings: optimize Split* 2017-02-08 18:39:43 +00:00
sync runtime/internal/atomic: crash on unaligned 64-bit ops on 32-bit MIPS 2016-11-22 02:05:07 +00:00
syscall syscall: regenerate zsyscall_darwin_arm64.go with mksyscall.pl 2017-02-01 22:09:32 +00:00
testing testing: clarify T.Parallel() godoc wording 2017-02-07 15:30:49 +00:00
text text/template: remove duplicate logic in conditional 2017-02-07 15:10:25 +00:00
time time: bound file reads and validate LoadLocation argument 2017-02-08 16:20:25 +00:00
unicode
unsafe
vendor/golang_org/x vendor/golang.org/x/crypto/curve25519: avoid loss of R15 in -dynlink mode 2017-02-06 20:14:03 +00:00
Make.dist
all.bash
all.bat
all.rc
androidtest.bash
bootstrap.bash
buildall.bash buildall.bash: clarify target selection 2017-02-04 04:34:36 +00:00
clean.bash
clean.bat
clean.rc
cmp.bash
iostest.bash
make.bash
make.bat
make.rc build: fix cross-compile on Plan 9 2016-11-22 01:32:28 +00:00
naclmake.bash
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc