1
0
mirror of https://github.com/golang/go synced 2024-10-04 14:41:25 -06:00
go/src/pkg
Russ Cox 66bedf8221 go/build: add test support & use in gotest
A side-effect is that, just like foo_386.go
is only built on 386, foo_386_test.go is only
built for testing on 386.

R=adg, r, mattn.jp
CC=golang-dev
https://golang.org/cl/4942050
2011-08-23 22:45:30 -04:00
..
archive archive/zip: more efficient reader and bug fix 2011-07-29 10:47:00 -07:00
asn1 asn1: add support for unmarshalling structs with int32 members 2011-08-17 12:12:01 -04:00
big big: minor comment adjustments 2011-07-21 15:01:58 -07:00
bufio go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
builtin builtin: correct description of a closed channel. 2011-08-16 16:03:30 +10:00
bytes go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
cmath src/pkg: make package doc comments consistently start with "Package foo". 2011-04-20 09:57:05 +10:00
compress go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
container container/heap/heap_test.go: remove container/vector 2011-08-22 13:55:22 +10:00
crypto crypto, exec, path, time: add support for OpenBSD 2011-08-12 14:44:16 +10:00
csv go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
debug ld: remove overlap of ELF sections on dynamic binaries 2011-07-20 12:47:02 -03:00
ebnf go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
encoding go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
exec crypto, exec, path, time: add support for OpenBSD 2011-08-12 14:44:16 +10:00
exp exp/template/html: differentiate URL-valued attributes (such as href) 2011-08-23 13:22:26 +10:00
expvar go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
flag flag: make -help nicer. 2011-07-11 09:35:50 +10:00
fmt fmt: call UpdateMemStats in malloc counter 2011-08-04 16:32:14 +10:00
go go/build: add test support & use in gotest 2011-08-23 22:45:30 -04:00
gob gob: explain that Debug isn't useful unless it's compiled in. 2011-08-22 22:43:49 +10:00
hash hash/crc32: add SSE4.2 support 2011-07-12 09:29:24 -04:00
html html: parse more malformed tags. 2011-08-11 18:49:09 +10:00
http http: delete error kludge 2011-08-23 22:39:25 -04:00
image image/tiff: Do not panic when RowsPerStrip is missing. 2011-07-28 11:15:59 +10:00
index/suffixarray crypto/x509, go/scanner, index/suffixarray: Removed []interface{}/vector uses. 2011-08-08 14:32:37 -07:00
io io/ioutil: improve performance of ioutil.Discard 2011-07-20 14:34:49 -07:00
json json: calculate Offset for Indent correctly 2011-08-22 15:19:27 +10:00
log log: more locking 2011-07-17 15:46:00 -07:00
mail strings.Split: make the default to split all. 2011-06-28 09:43:14 +10:00
math go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
mime mime: ParseMediaType returns os.Error now, not a nil map 2011-08-18 12:51:23 -07:00
net net: add ParseMAC function 2011-08-23 22:38:43 -04:00
netchan os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
old/template template: delete old template code. 2011-08-17 14:34:48 +10:00
os os: disable Hostname test on OpenBSD 2011-08-22 23:24:16 -04:00
patch strings.Split: make the default to split all. 2011-06-28 09:43:14 +10:00
path crypto, exec, path, time: add support for OpenBSD 2011-08-12 14:44:16 +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: remove references to container/vector. 2011-08-22 13:22:42 +10:00
regexp regexp: document that Regexp is thread-safe. 2011-06-29 15:41:09 +10:00
rpc template: move exp/template into template. 2011-08-17 14:55:57 +10:00
runtime runtime: fix void warnings 2011-08-23 13:13:27 -04:00
scanner scanner: correct error position for illegal UTF-8 encodings 2011-08-08 13:54:32 -07:00
smtp strings.Split: make the default to split all. 2011-06-28 09:43:14 +10:00
sort sort: fixed bug in (Float64Slice) Less; NaN less than anything else 2011-07-23 15:47:06 -04:00
strconv go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
strings go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
sync sync: improve Once fast path 2011-07-21 11:30:14 -04:00
syscall syscall: openbsd amd64 syscall support 2011-08-22 23:24:32 -04:00
syslog os.Error API: don't export os.ErrorString, use os.NewError consistently 2011-06-22 10:52:47 -07:00
tabwriter go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
template template/parse: give if, range, and with a common representation. 2011-08-22 17:09:00 +10:00
testing testing: output benchmark name before executing it 2011-07-21 11:31:07 -04:00
time crypto, exec, path, time: add support for OpenBSD 2011-08-12 14:44:16 +10:00
try fix tree for reflect rename 2011-04-25 13:39:36 -04:00
unicode unicode: fix case-mapping for roman numerals!! 2011-07-27 15:54:23 -07:00
unsafe reflect: doc fixes for obsolete types. 2011-07-27 13:29:44 +10:00
url url: new package 2011-08-17 13:36:02 +10:00
utf8 utf8: rename some internal constants to remove leading underscores. 2011-08-12 11:50:46 +10:00
utf16 gofmt -s -w src misc 2010-10-22 10:06:33 -07:00
websocket url: new package 2011-08-17 13:36:02 +10:00
xml xml: escape string chardata in xml.Marshal 2011-08-17 12:12:08 -04:00
deps.bash build: use awk instead of giant egrep regexp 2011-06-16 00:04:24 -04:00
Makefile build: build more packages/commands for Plan 9 2011-08-22 11:03:17 +10:00