| .. |
|
archive
|
archive/zip: read and write unix file modes
|
2011-09-25 20:48:03 -03:00 |
|
asn1
|
time: make Weekday a method.
|
2011-09-12 11:47:55 -07:00 |
|
big
|
build: clear execute bit from Go files
|
2011-09-05 07:48:42 -04:00 |
|
bufio
|
bufio: handle a "\r\n" that straddles the buffer.
|
2011-08-25 08:44:12 +10:00 |
|
builtin
|
builtin: correct description of a closed channel.
|
2011-08-16 16:03:30 +10:00 |
|
bytes
|
bytes: fix Replace so it actually copies
|
2011-09-21 12:36:17 -03: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/bcrypt: new package
|
2011-09-19 10:29:02 -04:00 |
|
csv
|
go/printer: changed max. number of newlines from 3 to 2
|
2011-07-14 14:39:40 -07:00 |
|
debug
|
debug/elf: permit another case of SHT_NOBITS section overlap in test
|
2011-09-14 15:33:37 -07: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
|
build: add build comments to core packages
|
2011-09-15 16:48:57 -04:00 |
|
exp
|
regexp: move to old/regexp, replace with exp/regexp
|
2011-09-26 18:33:13 -04:00 |
|
expvar
|
go/printer: changed max. number of newlines from 3 to 2
|
2011-07-14 14:39:40 -07:00 |
|
flag
|
flag: make zero FlagSet useful
|
2011-09-15 17:04:51 -04:00 |
|
fmt
|
fmt/fmt_test.go: count mallocs in a few more cases.
|
2011-09-02 11:47:15 +10:00 |
|
go
|
go/build: change //build to // +build
|
2011-09-15 16:48:21 -04:00 |
|
gob
|
gob: slightly simpler decodeUint
|
2011-09-21 14:47:00 -07: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: add Location method to Response
|
2011-09-23 10:57:31 -07:00 |
|
image
|
doc: link to image blog post
|
2011-09-23 07:22:28 +10:00 |
|
index/suffixarray
|
regexp: move to old/regexp, replace with exp/regexp
|
2011-09-26 18:33:13 -04:00 |
|
io
|
io: add TeeReader
|
2011-08-26 17:08:59 -04:00 |
|
json
|
json: clearer Unmarshal doc
|
2011-09-19 13:19:07 -04:00 |
|
log
|
log: more locking
|
2011-07-17 15:46:00 -07:00 |
|
mail
|
time: make Weekday a method.
|
2011-09-12 11:47:55 -07:00 |
|
math
|
build: clear execute bit from Go files
|
2011-09-05 07:48:42 -04:00 |
|
mime
|
mime: fix build
|
2011-08-26 17:19:52 -04:00 |
|
net
|
net: make use of AF_UNSPEC instead of individual address family
|
2011-09-23 23:37:42 +09:00 |
|
netchan
|
os.Error API: don't export os.ErrorString, use os.NewError consistently
|
2011-06-22 10:52:47 -07:00 |
|
old
|
regexp: move to old/regexp, replace with exp/regexp
|
2011-09-26 18:33:13 -04:00 |
|
os
|
build: add build comments to core packages
|
2011-09-15 16:48:57 -04:00 |
|
patch
|
strings.Split: make the default to split all.
|
2011-06-28 09:43:14 +10:00 |
|
path
|
filepath: fix Glob to return no error on nonmatching patterns
|
2011-09-16 20:30:54 -07:00 |
|
rand
|
os.Error API: don't export os.ErrorString, use os.NewError consistently
|
2011-06-22 10:52:47 -07:00 |
|
reflect
|
reflect: add comment about the doubled semantics of Value.String.
|
2011-09-20 13:26:57 -07:00 |
|
regexp
|
regexp: move to old/regexp, replace with exp/regexp
|
2011-09-26 18:33:13 -04:00 |
|
rpc
|
rpc: fix typo in documentation client example
|
2011-09-25 14:19:08 +10:00 |
|
runtime
|
runtime: gdb support: gracefully handle not being able to find types
|
2011-09-23 10:28:02 +02: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: use heapsort to bail out quicksort
|
2011-09-07 13:54:33 -04:00 |
|
strconv
|
strconv: faster Unquote in common case
|
2011-09-26 13:59:12 -04:00 |
|
strings
|
strings: add EqualFold
|
2011-09-26 18:32:51 -04:00 |
|
sync
|
sync/atomic: replace MFENCE with LOCK XADD
|
2011-09-19 11:09:00 -07:00 |
|
syscall
|
syscall: mksyscall_windows.pl to produce packages other than syscall (for example pkg/exp/wingui/zwinapi.go)
|
2011-09-24 10:38:39 +10: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
|
filepath: fix Glob to return no error on nonmatching patterns
|
2011-09-16 20:30:54 -07:00 |
|
testing
|
testing: output benchmark name before executing it
|
2011-07-21 11:31:07 -04:00 |
|
time
|
build: add build comments to core packages
|
2011-09-15 16:48:57 -04:00 |
|
try
|
fix tree for reflect rename
|
2011-04-25 13:39:36 -04:00 |
|
unicode
|
unicode: fix make tables
|
2011-09-26 13:10:16 -04:00 |
|
unsafe
|
unsafe: update doc
|
2011-08-31 17:59:35 -04:00 |
|
url
|
url: handle ; in ParseQuery
|
2011-09-06 12:24:24 -04:00 |
|
utf8
|
utf8: rename some internal constants to remove leading underscores.
|
2011-08-12 11:50:46 +10:00 |
|
utf16
|
…
|
|
|
websocket
|
websocket: add mutex to make websocket full-duplex
|
2011-09-22 21:49:24 -04:00 |
|
xml
|
xml: marshal "parent>child" tags correctly
|
2011-08-26 12:29:52 -03:00 |
|
Makefile
|
regexp: move to old/regexp, replace with exp/regexp
|
2011-09-26 18:33:13 -04:00 |
|
deps.bash
|
build: use awk instead of giant egrep regexp
|
2011-06-16 00:04:24 -04:00 |