1
0
mirror of https://github.com/golang/go synced 2024-10-04 18:21:21 -06:00
go/src/pkg
David du Colombier 58a9268f26 os: fix Rename on Plan 9
Rename should fail when the directory doesn't match.
It will fix the newly introduced test from cmd/pack
on Plan 9.

LGTM=r
R=golang-codereviews, r
CC=golang-codereviews
https://golang.org/cl/65270044
2014-02-20 07:59:38 +01:00
..
archive archive/tar: support extended attributes 2014-02-13 20:08:30 +11:00
bufio unicode: upgrade to Unicode 6.3.0 2014-02-18 20:12:59 +01:00
builtin builtin: document print and println 2013-07-09 16:20:19 -07:00
bytes bytes: add test for Contains 2013-12-28 20:33:05 +11:00
compress compress/bzip2: support superfluous Huffman levels. 2014-02-14 17:17:19 -05:00
container container/list: mark must be an element of the list 2014-02-13 16:43:52 -08:00
crypto crypto/x509: add example of using a custom root list. 2014-02-19 11:18:35 -05:00
database/sql database/sql: fix test on 32-bit 2014-01-10 12:30:23 -08:00
debug cmd/ld: remove Plan 9 symbol table 2014-02-18 23:41:15 -05:00
encoding crypto/x509: Add certificate signature request (CSR) support. 2014-02-13 12:54:04 -05:00
errors
expvar expvar: sort maps, fix race 2014-01-20 09:59:23 -08:00
flag flag: remove unused FlagSet.exitOnError field 2013-12-17 23:18:12 -05:00
fmt unicode: upgrade to Unicode 6.3.0 2014-02-18 20:12:59 +01:00
go go/doc: document the conditions where examples are "playable" 2014-02-18 15:53:22 +11:00
hash hash/fnv: fix overview link currently returning 404. 2014-01-06 10:34:24 -08:00
html html: add tests for UnescapeString edge cases 2013-12-18 10:20:25 -08:00
image image/gif: respect local color table transparency. 2013-12-18 15:10:40 -05:00
index/suffixarray
io io: clarify MultiReader documentation 2014-01-28 19:49:29 +11:00
log log: fix example (fix build) 2013-12-18 17:25:23 +11:00
math math/big: Add text marshaller interface to Int 2014-02-14 12:57:03 -08:00
mime all: use {bytes,strings}.NewReader instead of bytes.Buffers 2014-01-27 11:05:01 -08:00
net net/http: remove tmp file created in TestMultipartReaderOrder 2014-02-20 17:24:25 +11:00
os os: fix Rename on Plan 9 2014-02-20 07:59:38 +01:00
path all: add solaris build tags 2014-01-07 23:53:30 -05:00
reflect reflect: improve documentation of IsNil 2014-02-18 22:33:59 -08:00
regexp unicode: upgrade to Unicode 6.3.0 2014-02-18 20:12:59 +01:00
runtime cmd/gc, runtime: enable precisestack by default 2014-02-19 17:09:08 -05:00
sort all: fix a few spelling errors in source comments 2013-12-27 08:59:02 -08:00
strconv strconv: add tests for FormatBool and AppendBool 2013-12-27 08:40:14 -08:00
strings bytes, strings: improve Title test coverage by adding cases with underscore and unicode line separator 2013-12-20 23:19:32 -08:00
sync sync: support Pool under race detector 2014-01-25 20:11:16 +04:00
syscall syscall: terminate error string in exec package on Plan 9 2014-02-19 17:17:36 -08:00
testing testing: ease writing parallel benchmarks 2014-02-17 06:29:56 +04:00
text text/template: don't panic when function call evaluates a nil pointer 2014-02-14 16:26:47 -08:00
time time: use an alternative method of yielding during Overflow timer test 2014-02-02 16:05:07 +11:00
unicode unicode: upgrade to Unicode 6.3.0 2014-02-18 20:12:59 +01:00
unsafe