go/src
bronze1man 09b2b6e9dd net/http: remove unnecessary string replace operation in Cookie.String
Fixes #29135

Change-Id: I4c10b0395047775e8488b8b0f00f74a7fa01b86c
GitHub-Last-Rev: 1209770405
GitHub-Pull-Request: golang/go#29728
Reviewed-on: https://go-review.googlesource.com/c/go/+/157777
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2019-04-15 19:51:36 +00:00
..
archive archive/zip: use Modified in FileHeader.FileInfo 2019-04-08 07:55:52 +00:00
bufio
builtin builtin: spec correction for panic() 2019-04-05 00:52:55 +00:00
bytes bytes: optimize ToLower and ToUpper for ASCII-only case 2019-04-09 05:45:34 +00:00
cmd cmd/compile: remove outdate comment of treecopy 2019-04-15 18:58:17 +00:00
compress cmd/go: further reduce init work 2019-03-31 10:49:55 +00:00
container
context context: don't depend on fmt 2019-03-27 02:37:56 +00:00
crypto crypto/sha512: use math/bits.RotateLeft64 instead of ad-hoc implementation 2019-04-15 18:01:30 +00:00
database/sql database/sql: add NullTime 2019-04-05 18:03:45 +00:00
debug
encoding encoding/json: remove a bounds check in readValue 2019-04-13 13:14:55 +00:00
errors errors: return false if nil error is passed to As 2019-04-10 15:59:35 +00:00
expvar
flag cmd/go: further reduce init work 2019-03-31 10:49:55 +00:00
fmt fmt: fix spelling mistake in example 2019-03-25 21:03:10 +00:00
go go/token: add IsIdentifier, IsKeyword, and IsExported 2019-04-15 04:12:52 +00:00
hash
html
image image: deprecate ZP and ZR 2019-04-07 03:44:17 +00:00
index/suffixarray
internal syscall: avoid _getdirentries64 on darwin 2019-04-03 21:27:05 +00:00
io
log log: expose Writer() method of the standard logger 2019-03-25 01:18:56 +00:00
math math/big: don't clobber shared underlying array in pow5 computation 2019-04-15 17:48:21 +00:00
mime mime: add .jpeg for builtin 2019-04-03 18:17:48 +00:00
net net/http: remove unnecessary string replace operation in Cookie.String 2019-04-15 19:51:36 +00:00
os os: don't treat RemoveAll("/x") as RemoveAll("x") 2019-04-15 18:28:49 +00:00
path path/filepath: add examples for Base, Dir and IsAbs 2019-03-25 02:57:06 +00:00
plugin
reflect reflect: add Value.IsZero 2019-04-13 00:04:07 +00:00
regexp
runtime runtime: remove some unused fields in m and p 2019-04-15 18:58:15 +00:00
sort sort, internal/reflectlite: flesh out reflectlite enough for use by sort 2019-03-27 04:58:23 +00:00
strconv
strings strings: remove "a copy of the string" from ToUpper/ToLower comments 2019-04-14 16:19:31 +00:00
sync sync: smooth out Pool behavior over GC with a victim cache 2019-04-05 18:49:08 +00:00
syscall syscall: add aix to syscall_unix_test.go 2019-04-12 16:18:12 +00:00
testdata
testing testing: correct two spelling/grammar issues 2019-03-25 22:26:21 +00:00
text text/template: allow using -}} with many spaces 2019-03-24 09:06:14 +00:00
time
unicode
unsafe
vendor
Make.dist
all.bash
all.bat
all.rc
bootstrap.bash bootstrap.bash: fix build if no exec wrapper exists 2019-04-12 13:00:05 +00:00
buildall.bash
clean.bash
clean.bat
clean.rc
cmp.bash
go.mod
go.sum
iostest.bash
make.bash
make.bat
make.rc
naclmake.bash
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc