1
0
mirror of https://github.com/golang/go synced 2024-10-04 10:21:21 -06:00
go/src/pkg
Josh Bleecher Snyder 53d9b6fcf3 html/template: handle nils during indirection
Fixes #5982.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/12387043
2013-08-04 08:41:19 +10:00
..
archive all: avoid leaking fds during tests 2013-06-21 11:13:14 +10:00
bufio bufio: check buffer availability before reading in ReadFrom 2013-07-25 11:29:13 +10:00
builtin builtin: document print and println 2013-07-09 16:20:19 -07:00
bytes bytes: move IndexByte assembly to pkg runtime 2013-08-01 16:11:19 -07:00
compress compress/flate: Fixed two panics on bad data 2013-08-01 15:20:01 -07:00
container container/list: added MoveBefore and MoveAfter 2013-07-31 14:11:25 -07:00
crypto crypto/des: faster permutation. 2013-07-31 22:06:48 +02:00
database/sql database/sql: close statement before connection 2013-07-23 14:09:53 +10:00
debug all: be more idiomatic when documenting boolean return values. 2013-07-23 11:59:49 +10:00
encoding various: deleted unused items 2013-08-03 16:01:04 +10:00
errors
expvar all: make tests able to run multiple times. 2013-01-27 00:24:09 +01:00
flag all: be more idiomatic when documenting boolean return values. 2013-07-23 11:59:49 +10:00
fmt fmt: clean up some errors found by vet 2013-08-02 11:38:19 +10:00
go go/parser: don't report name errors if DeclarationErrors is not set 2013-07-29 16:00:28 -07:00
hash hash: tweak the package docs 2013-06-24 16:53:13 -07:00
html html/template: handle nils during indirection 2013-08-04 08:41:19 +10:00
image image/draw: fix typos found by "go vet". 2013-08-02 13:29:45 +10:00
index/suffixarray
io io: let SectionReader seek past the end; document Seeker semantics more 2013-07-18 13:03:26 +10:00
log log/syslog: restore use of serverConn interface 2013-07-24 10:28:57 -07:00
math math/big: better documentation for Rat.Float64 2013-07-29 13:06:34 -07:00
mime various: deleted unused items 2013-08-03 16:01:04 +10:00
net net: reduce unnecessary syscall.Sockaddr conversions 2013-08-03 13:32:22 +09:00
os all: be more idiomatic when documenting boolean return values. 2013-07-23 11:59:49 +10:00
path path/filepath: Panic in Match when parsing invalid character range. 2013-07-31 16:58:28 +10:00
reflect runtime: reimplement reflect.call to not use stack splitting. 2013-08-02 13:03:14 -07:00
regexp all: be more idiomatic when documenting boolean return values. 2013-07-23 11:59:49 +10:00
runtime runtime: reimplement reflect.call to not use stack splitting. 2013-08-02 13:03:14 -07:00
sort all: be more idiomatic when documenting boolean return values. 2013-07-23 11:59:49 +10:00
strconv strconv: fix doc comment for IntSize 2013-08-01 11:34:25 -04:00
strings strings: add IndexByte, for consistency with bytes package 2013-08-01 11:17:26 -07:00
sync sync/atomic: remove test dependency on net/http 2013-07-01 17:27:19 -04:00
syscall syscall: add Dup3 on Linux 2013-07-31 23:38:53 -07:00
testing testing: make parsing of -cpu more lenient 2013-08-02 13:51:45 -04:00
text various: deleted unused items 2013-08-03 16:01:04 +10:00
time various: deleted unused items 2013-08-03 16:01:04 +10:00
unicode unicode: add "In" function to test membership of a rune 2013-07-24 10:27:58 +10:00
unsafe