1
0
mirror of https://github.com/golang/go synced 2024-10-04 19:31:21 -06:00
go/src
Rob Pike be33e203ed text/template: add ExecError type and return it from Execute on error
Useful to discriminate evaluation errors from write errors.

Fixes #11898.

Change-Id: I907d339a3820e887872d78e0e2d8fd011451fd19
Reviewed-on: https://go-review.googlesource.com/13957
Reviewed-by: Andrew Gerrand <adg@golang.org>
2015-08-27 06:40:56 +00:00
..
archive archive/tar: don't treat multiple file system links as a tar hardlink 2015-08-04 17:34:43 +00:00
bufio bufio: Remove unneeded error initialization 2015-07-18 18:05:23 +00:00
builtin builtin: remove errant space in hyphenated adjective phrase 2015-06-28 21:41:38 +00:00
bytes bytes: improve Compare function on amd64 for large byte arrays 2015-08-26 03:52:20 +00:00
cmd cmd/compile, cmd/link, reflect, runtime: remove type.zero field 2015-08-26 00:28:17 +00:00
compress all: link to https instead of http 2015-07-11 14:36:33 +00:00
container
crypto all: fix some vet-caught formatting errors, mostly but not only in tests 2015-08-21 05:37:36 +00:00
database/sql database/sql: document closing requirements for Stmts 2015-07-15 04:31:41 +00:00
debug debug/elf: map/slice literals janitoring 2015-08-25 01:36:11 +00:00
encoding encoding/gob: remove always false comparison 2015-08-25 00:14:45 +00:00
errors
expvar
flag flag: add comment stating that Set is called in sequence across the command line 2015-07-16 05:33:47 +00:00
fmt fmt: in Scanf, %c can scan a space, so don't skip spaces at %c 2015-08-24 20:25:07 +00:00
go go/types: fix real(a) and imag(a) for untyped arguments 2015-08-26 21:16:31 +00:00
hash hash/fnv: fix wiki url 2015-08-24 21:26:42 +00:00
html html: speed up UnescapeString 2015-08-22 12:45:38 +00:00
image image/gif: avoid unused assignment 2015-08-24 16:17:42 +00:00
index/suffixarray
internal time: handle localized time zone names 2015-08-26 04:40:59 +00:00
io io: tweak Reader comment 2015-06-29 21:17:47 +00:00
log log: fix flaky test 2015-06-18 18:08:17 +00:00
math math: avoid unused assignment in jn.go 2015-08-24 14:34:36 +00:00
mime mime: move examples to external test file 2015-08-22 18:39:29 +00:00
net net/http/httputil: permit nil request body in ReverseProxy 2015-08-26 20:28:07 +00:00
os os/signal: skip the nohup test on darwin when running in tmux. 2015-08-25 00:14:24 +00:00
path all: fix some vet-caught formatting errors, mostly but not only in tests 2015-08-21 05:37:36 +00:00
reflect cmd/compile, cmd/link, reflect, runtime: remove type.zero field 2015-08-26 00:28:17 +00:00
regexp
runtime runtime: remove unused xchgp/xchgp1 2015-08-27 00:28:35 +00:00
sort sort: Fix typo in Stable() comment 2015-08-17 06:58:16 +00:00
strconv strconv: add examples to package 2015-07-22 16:00:21 +00:00
strings all: link to https for golang subdomains too 2015-07-12 04:42:40 +00:00
sync runtime, sync/atomic: add memory barriers in arm cas routines 2015-07-30 20:11:11 +00:00
syscall runtime, syscall: remove unused bits from Solaris implementation 2015-08-21 11:39:24 +00:00
testing runtime/trace: add new package 2015-07-22 15:47:16 +00:00
text text/template: add ExecError type and return it from Execute on error 2015-08-27 06:40:56 +00:00
time time: handle localized time zone names 2015-08-26 04:40:59 +00:00
unicode unicode: include rune 0 in RangeTables. 2015-08-24 15:05:48 +00:00
unsafe
all.bash
all.bat
all.rc
androidtest.bash androidtest.bash: robust cleanup in case of failure. 2015-07-17 21:12:12 +00:00
bootstrap.bash
buildall.bash
clean.bash build: clean current tree in clean.bash 2015-08-05 19:36:15 +00:00
clean.bat build: fix clean scripts 2015-06-18 16:13:13 +00:00
clean.rc build: fix clean scripts 2015-06-18 16:13:13 +00:00
iostest.bash
make.bash make.bash: abort if $GOROOT_BOOTSTRAP == $GOROOT 2015-08-24 03:04:52 +00:00
make.bat doc: replace references to {5..9}{g,l} with go tool compile and go tool link 2015-06-17 04:05:50 +00:00
Make.dist
make.rc doc: replace references to {5..9}{g,l} with go tool compile and go tool link 2015-06-17 04:05:50 +00:00
nacltest.bash
race.bash all: link to https instead of http 2015-07-11 14:36:33 +00:00
race.bat all: link to https instead of http 2015-07-11 14:36:33 +00:00
run.bash
run.bat
run.rc