- 17 Feb, 2010 11 commits
-
-
Russ Cox authored
Fixes #602. R=ken2 CC=golang-dev https://golang.org/cl/212045
-
Rob Pike authored
thanks to yglgogo for analysis. Fixes #593. R=rsc CC=golang-dev https://golang.org/cl/210044
-
Nigel Tao authored
R=r, rsc CC=golang-dev https://golang.org/cl/207096
-
Andrew Gerrand authored
Mercury now requires build tools to install. R=rsc CC=golang-dev https://golang.org/cl/210042
-
Russ Cox authored
Fixes #582. Update #287 Status: Accepted Bug fix was too intrusive; undo and reopen issue. R=ken2 CC=golang-dev https://golang.org/cl/209044
-
Robert Griesemer authored
and complain about illegal UTF-8 code sequences R=rsc CC=golang-dev https://golang.org/cl/209043
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/210043
-
Russ Cox authored
R=ken2, ken3 CC=golang-dev https://golang.org/cl/209041
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/209042
-
Rob Pike authored
also clarify other string conversions. R=rsc, iant, gri, ken2 CC=golang-dev https://golang.org/cl/207103
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/207110
-
- 16 Feb, 2010 12 commits
-
-
Robert Griesemer authored
R=r CC=golang-dev https://golang.org/cl/207112
-
Rob Pike authored
Fixes #596. R=rsc CC=golang-dev https://golang.org/cl/206101
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/206109
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/207111
-
Giles Lean authored
R=rsc CC=golang-dev https://golang.org/cl/207071
-
Giles Lean authored
R=rsc CC=golang-dev https://golang.org/cl/206077
-
Russ Cox authored
R=adg CC=golang-dev https://golang.org/cl/206107
-
Robert Griesemer authored
Example use: godoc -path=/home/user1:/home/build/foo -http=:6666 will start a local godoc that maps urls starting with /pkg/user1 or /pkg/foo to the respective roots specified in the path. Missing: Handling of overlapping package directories, multiple packages per directory. R=rsc CC=golang-dev https://golang.org/cl/206078
-
Robert Griesemer authored
- adjust ast.Package node and doc.PackageDoc correspondingly - introduce parser.ParseFiles R=rsc CC=golang-dev https://golang.org/cl/207087
-
Robert Griesemer authored
Fixes #605. R=rsc CC=golang-dev https://golang.org/cl/207108
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/207106
-
Ian Lance Taylor authored
Try to avoid infinite recursion if String fails due to printing a bad type. Add test for String method with named basic types. R=r CC=golang-dev https://golang.org/cl/207102
-
- 12 Feb, 2010 4 commits
-
-
Robert Griesemer authored
R=adg CC=golang-dev https://golang.org/cl/207088
-
Russ Cox authored
Fixes #580. R=adg CC=golang-dev https://golang.org/cl/207086
-
Russ Cox authored
Fixes #587. R=ken2 CC=golang-dev https://golang.org/cl/207085
-
Russ Cox authored
Fixes #598. R=adg CC=golang-dev https://golang.org/cl/206089
-
- 11 Feb, 2010 8 commits
-
-
Robert Griesemer authored
(implementation was swapped) R=adg CC=golang-dev, rsc https://golang.org/cl/207069
-
Robert Griesemer authored
The Mapping object implements a flexible mapping of relative to absolute paths and vice versa. R=rsc CC=golang-dev https://golang.org/cl/206067
-
Kai Backman authored
R=rsc, ken2 CC=golang-dev https://golang.org/cl/204064
-
Russ Cox authored
because free needs to mark the block as freed to coordinate with the garbage collector. (in C++ free can blindly put the block on the free list, no questions asked, so the cache saves some work.) R=iant CC=golang-dev https://golang.org/cl/206069
-
Nigel Tao authored
R=rsc CC=golang-dev https://golang.org/cl/203062
-
Petar Maymounkov authored
R=rsc CC=golang-dev https://golang.org/cl/199070
-
Russ Cox authored
R=kaib CC=golang-dev https://golang.org/cl/207062
-
Russ Cox authored
not trying to be secure, just not repetitive (sending with the same id repeatedly makes some resolvers stop replying.) eventually we'll replace this with linking against the system's native resolver. R=p CC=golang-dev https://golang.org/cl/207051
-
- 10 Feb, 2010 5 commits
-
-
Russ Cox authored
R=kaib CC=golang-dev https://golang.org/cl/206059
-
Russ Cox authored
* specialize sweepspan as sweepspan0 and sweepspan1. * in sweepspan1, inline "free" to avoid expensive mlookup. R=iant CC=golang-dev https://golang.org/cl/206060
-
Russ Cox authored
R=iant CC=golang-dev https://golang.org/cl/207054
-
Alex Brainman authored
Fixes #586. R=rsc CC=golang-dev https://golang.org/cl/203060
-
Russ Cox authored
Fixes #406. R=adg CC=golang-dev https://golang.org/cl/207053
-