1
0
mirror of https://github.com/golang/go synced 2024-10-04 02:31:22 -06:00
go/src/pkg
Dmitriy Vyukov 53390c8fc7 race: sync changes
This is a part of a bigger change that adds data race detection feature:
https://golang.org/cl/6456044

R=rsc, minux.ma
CC=gobot, golang-dev
https://golang.org/cl/6529053
2012-10-07 22:07:03 +04:00
..
archive archive/tar: fix inconsistent namespace usage in example 2012-10-02 08:10:42 +10:00
bufio bufio: Implement io.WriterTo for (*Reader) 2012-09-27 16:31:03 +10:00
builtin builtin: Changed documentation for rune type. 2012-09-18 11:01:10 -07:00
bytes build: make int 64 bits on amd64 2012-09-24 20:57:01 -04:00
compress lzw: fix Write returning the wrong number of bytes written. 2012-09-27 13:29:39 +10:00
container container/list: slightly better code factoring 2012-09-28 10:58:46 -07:00
crypto crypto/sha256, crypto/sha512: 1.3x speedup 2012-10-05 17:04:48 -04:00
database/sql database/sql: stop reuse of bad connections 2012-08-23 19:29:47 -07:00
debug debug/pe: add symbol support 2012-09-22 17:56:49 +10:00
encoding encoding/asn1: prepare for 64-bit ints 2012-09-24 10:30:37 -04:00
errors pkg: a slew of examples 2012-02-18 11:48:33 +11:00
exp exp/types: permit importing packages without available source. 2012-09-30 15:56:23 +10:00
expvar expvar: add locking to String, and use RWMutex properly throughout. 2012-03-06 09:13:26 +11:00
flag flag: fix bug in handling of booleans on error 2012-07-27 16:13:29 -07:00
fmt fmt: allow # and x together for strings 2012-09-27 06:21:38 +10:00
go race: sync changes 2012-10-07 22:07:03 +04:00
hash build: make int 64 bits on amd64 2012-09-24 20:57:01 -04:00
html text/template: better error messages during execution, 2012-10-03 12:02:13 +10:00
image image/jpeg: move the huffman bit decoder state higher up in the 2012-10-07 19:32:28 +11:00
index/suffixarray all: various typos 2012-03-13 17:29:07 -07:00
io io: amend ReaderFrom doc as per r's comment 2012-08-08 15:41:47 +10:00
log log/syslog: don't append \n if there is one 2012-07-27 14:22:27 -04:00
math math/big: avoid some allocation in Exp 2012-10-01 17:31:35 -04:00
mime net,mime: Minor corrections to documentation comments. 2012-09-07 10:24:55 -07:00
net net/http/httptest: mimic the normal HTTP server's ResponseWriter more closely 2012-10-07 09:48:14 -07:00
old/netchan old/regexp, old/template: delete. 2012-04-27 15:12:24 +10:00
os os: make TestMkdirAllWithSymlink more robust 2012-10-07 10:31:56 -07:00
path path: improve documentation for Dir 2012-08-30 11:16:41 -07:00
reflect go/printer: parenthesize literal function types in conversions 2012-10-04 21:03:50 -07:00
regexp regexp/syntax: define accepted syntax 2012-09-24 15:33:53 -04:00
runtime race: runtime changes 2012-10-07 22:05:32 +04:00
sort sort: add time complexity to doc 2012-03-22 09:27:02 -07:00
strconv strconv: faster FormatFloat for fixed number of digits. 2012-09-01 16:31:46 +02:00
strings strings: implement a faster single-string Replacer 2012-09-28 12:34:18 +10:00
sync race: sync changes 2012-10-07 22:07:03 +04:00
syscall syscall: fix Statfs and Fstatfs on Linux/ARM 2012-10-08 00:13:28 +08:00
testing testing: fix extra tabs when t.Log("string") 2012-10-08 00:21:53 +08:00
text text/template: fix nil crash on Templates 2012-10-07 09:26:59 +11:00
time time: prepare for 64-bit ints 2012-09-23 23:04:28 -04:00
unicode unicode: performance improvements (API change) 2012-09-21 00:35:25 -04:00
unsafe pkg: Removing duplicated words ("of of", etc.), mostly from comments. 2012-07-09 09:16:10 +10:00