1
0
mirror of https://github.com/golang/go synced 2024-10-04 02:21:21 -06:00
go/src/pkg
Russ Cox ba4625c66f reflect: add MakeFunc (API CHANGE)
Fixes #1765.

R=iant, r, daniel.morsing, minux.ma, bradfitz, rogpeppe, remyoudompheng
CC=golang-dev
https://golang.org/cl/6554067
2012-09-24 20:06:32 -04:00
..
archive archive/zip: zip64 support 2012-08-22 11:05:24 +10:00
bufio bufio: discourage use of ReadLine 2012-08-05 14:32:09 -04:00
builtin builtin: Changed documentation for rune type. 2012-09-18 11:01:10 -07:00
bytes all: match asm variable names to Go func declarations 2012-09-21 00:35:56 -04:00
compress compress/flate: move the history buffer out of the decompressor struct. 2012-09-24 17:58:08 +10:00
container godoc: make example code more readable with new comment convention 2012-02-16 11:50:28 +11:00
crypto crypto/tls: support session ticket resumption. 2012-09-24 16:52:43 -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/locale/collate/tools/colcmp: implementation of colcmp tool used for comparing 2012-09-24 13:22:03 +09: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: honor integer radix formats (%d etc.) for pointers 2012-08-17 16:12:25 -07:00
go pkg/go/ast: Avoid doing zero-length writes to the fd. 2012-09-24 08:30:28 +10:00
hash all: match asm variable names to Go func declarations 2012-09-21 00:35:56 -04:00
html text/template: allow .Field access to parenthesized expressions 2012-09-24 13:23:15 +10:00
image image/jpeg: ignore an incorrect but harmless trailing restart marker. 2012-09-18 21:57:33 +10: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 all: match asm variable names to Go func declarations 2012-09-21 00:35:56 -04:00
mime net,mime: Minor corrections to documentation comments. 2012-09-07 10:24:55 -07:00
net net: add read, write message methods to IPConn, UDPConn 2012-09-25 06:57:32 +09:00
old/netchan old/regexp, old/template: delete. 2012-04-27 15:12:24 +10:00
os os: use small writes during console io 2012-09-19 16:55:21 +10:00
path path: improve documentation for Dir 2012-08-30 11:16:41 -07:00
reflect reflect: add MakeFunc (API CHANGE) 2012-09-24 20:06:32 -04:00
regexp regexp/syntax: define accepted syntax 2012-09-24 15:33:53 -04:00
runtime runtime: prepare for 64-bit ints 2012-09-24 14:58:34 -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 bytes, strings: add Fields benchmarks 2012-09-18 15:02:08 -04:00
sync all: match asm variable names to Go func declarations 2012-09-21 00:35:56 -04:00
syscall syscall: prepare for 64-bit ints 2012-09-24 00:06:22 -04:00
testing testing: document -test.bench flag 2012-09-24 13:05:47 -07:00
text text/template: allow .Field access to parenthesized expressions 2012-09-24 13:23:15 +10: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