1
0
mirror of https://github.com/golang/go synced 2024-10-04 15:11:20 -06:00
go/src/pkg
Rob Pike a33cc423b4 exp/template: allow an empty interface value to be the target of range, etc.
We extract the concrete value inside.

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/4677041
2011-07-06 16:40:46 +10:00
..
archive os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
asn1 reflect: support for struct tag use by multiple packages 2011-06-29 09:52:34 -04:00
big fmt: Added SkipSpace() function to fmt's ScanState interface. 2011-06-24 17:26:45 -07:00
bufio bufio: do not cache Read errors 2011-06-27 16:12:04 -04:00
bytes strings.Split: make the default to split all. 2011-06-28 09:43:14 +10:00
cmath src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
compress strings.Split: make the default to split all. 2011-06-28 09:43:14 +10:00
container pkg: spelling tweaks, A-H 2011-05-18 13:14:56 -04:00
crypto crypto/openpgp: add ability to reserialize keys. 2011-07-01 13:53:12 -04:00
csv csv: new package 2011-07-01 12:16:56 -04:00
debug strings.Split: make the default to split all. 2011-06-28 09:43:14 +10:00
ebnf ebnf: follow EBNF for EBNF faithfully 2011-06-08 09:10:30 -07:00
encoding respect goto restrictions 2011-06-17 06:07:13 -04:00
exec strings.Split: make the default to split all. 2011-06-28 09:43:14 +10:00
exp exp/template: allow an empty interface value to be the target of range, etc. 2011-07-06 16:40:46 +10:00
expvar pkg: spelling tweaks, A-H 2011-05-18 13:14:56 -04:00
flag sort: change IntArray etc. to IntSlice for better name hygiene. 2011-06-11 09:25:18 +10:00
fmt fmt: rename errno and error to err for doc consistency 2011-06-28 11:00:31 -07:00
go go/build: evaluate symlinks before comparing path to GOPATH 2011-07-04 10:26:03 +10:00
gob gob: delete some unused bits from the GobEncoder/GobDecoder code. 2011-06-29 13:57:59 +10:00
hash gc: unsafe.Alignof, unsafe.Offsetof, unsafe.Sizeof now return uintptr 2011-06-17 16:12:14 -04:00
html html: parse start tags that aren't explicitly otherwise dealt with. 2011-07-06 13:08:52 +10:00
http http/cgi: add Handler.Dir to specify working directory 2011-06-30 09:44:23 -07:00
image image: add a test for filling sub-images. 2011-07-05 14:42:31 +10:00
index/suffixarray pkg: spelling tweaks, I-Z 2011-05-30 18:02:59 +10:00
io io.WriteString: if the object has a WriteString method, use it 2011-06-28 16:10:39 +10:00
json reflect: support for struct tag use by multiple packages 2011-06-29 09:52:34 -04:00
log src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
mail strings.Split: make the default to split all. 2011-06-28 09:43:14 +10:00
math math: add sqrt_arm.s and sqrtGoC.go as fallback to soft fp emulation 2011-06-09 17:19:08 -04:00
mime mime/multipart: parse LF-delimited messages, not just CRLF 2011-06-27 21:59:51 -07:00
net windows: define and use syscall.Handle 2011-07-01 10:18:07 -04:00
netchan os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
os os: fix build for Plan 9 2011-07-05 16:01:29 +10:00
patch strings.Split: make the default to split all. 2011-06-28 09:43:14 +10:00
path strings.Split: make the default to split all. 2011-06-28 09:43:14 +10:00
rand os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
reflect reflect: allow Len on String values. 2011-07-04 11:45:31 +10:00
regexp regexp: document that Regexp is thread-safe. 2011-06-29 15:41:09 +10:00
rpc reflect: support for struct tag use by multiple packages 2011-06-29 09:52:34 -04:00
runtime runtime: windows/amd64 port 2011-06-29 17:37:56 +10:00
scanner src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
smtp strings.Split: make the default to split all. 2011-06-28 09:43:14 +10:00
sort sort: change the name of Float64Array to Float64Slice. 2011-06-16 17:48:02 +10:00
strconv strings.Split: make the default to split all. 2011-06-28 09:43:14 +10:00
strings strings.Split: make the default to split all. 2011-06-28 09:43:14 +10:00
sync sync: improve Mutex to allow successive acquisitions 2011-06-30 11:13:29 -04:00
syscall windows: define and use syscall.Handle 2011-07-01 10:18:07 -04:00
syslog os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
tabwriter pkg: spelling tweaks, I-Z 2011-05-30 18:02:59 +10:00
template strings.Split: make the default to split all. 2011-06-28 09:43:14 +10:00
testing testing: make ResetTimer not start/stop the timer 2011-06-29 10:26:16 -04:00
time time: zero-pad two-digit years. 2011-06-30 14:05:29 +10:00
try fix tree for reflect rename 2011-04-25 13:39:36 -04:00
unicode maketables: update debugging data. 2011-07-06 15:35:23 +10:00
unsafe src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
utf8 src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
utf16 gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
websocket os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
xml reflect: support for struct tag use by multiple packages 2011-06-29 09:52:34 -04:00
deps.bash build: use awk instead of giant egrep regexp 2011-06-16 00:04:24 -04:00
Makefile csv: new package 2011-07-01 12:16:56 -04:00