- 24 Sep, 2010 2 commits
-
-
Rob Pike authored
R=golang-dev, adg CC=golang-dev https://golang.org/cl/2198044
-
Nigel Tao authored
R=rsc CC=golang-dev https://golang.org/cl/2265042
-
- 23 Sep, 2010 12 commits
-
-
Robert Griesemer authored
gofmt: preserve syntactically relevant blanks between ints and tokens that start with a '.' (2nd attempt) R=rsc CC=golang-dev https://golang.org/cl/2270042
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/2246046
-
Russ Cox authored
Fixes: make clean; make test R=gri CC=golang-dev https://golang.org/cl/2234044
-
Roger Peppe authored
R=r CC=golang-dev, rsc https://golang.org/cl/2271041
-
Roger Peppe authored
enable traversing rune-by-rune backwards in strings R=r, rsc CC=golang-dev https://golang.org/cl/2192050
-
Rob Pike authored
- delete unnecessary newlines - make sure formatted prints call the formatting routines R=adg CC=golang-dev https://golang.org/cl/2225046
-
Alex Brainman authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/2215044
-
Andrew Gerrand authored
R=r CC=golang-dev https://golang.org/cl/2244044
-
Andrew Gerrand authored
R=r CC=golang-dev https://golang.org/cl/2208046
-
Nigel Tao authored
R=adg CC=golang-dev https://golang.org/cl/2204047
-
Roger Peppe authored
R=nigeltao, nigeltao_golang, rsc CC=golang-dev, r https://golang.org/cl/2192048
-
Andrew Gerrand authored
R=r CC=golang-dev https://golang.org/cl/2197047
-
- 22 Sep, 2010 17 commits
-
-
Russ Cox authored
R=adg TBR=adg CC=golang-dev https://golang.org/cl/2226046
-
Ian Lance Taylor authored
R=rsc, r2 CC=golang-dev https://golang.org/cl/2267042
-
Robert Griesemer authored
Pending acceptance of the proposed language change. R=rsc CC=golang-dev https://golang.org/cl/2193048
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/2213045
-
Andrew Gerrand authored
R=nigeltao, nigeltao_golang CC=golang-dev https://golang.org/cl/2206044
-
Andrew Gerrand authored
R=r CC=golang-dev https://golang.org/cl/2199043
-
Robert Griesemer authored
This is a replacement for pending CL 2219042. It only contains the raw suffixarray functionality with two methods: - New create a new index from some data - Lookup lookup occurences of a bytes slice in the data Any other functionality (dealing with multiple data sets and the corresponding position lists) is generic and doesn't have to be part of this package. Known performance bug: This implementation works fine for data sets up to several megabytes as long as it doesn't contain very long contiguous sequences of equal bytes. For instance, index creation for all .go files under GOROOT (250KLOCs, approx. 9MB) takes ~50s on 2.66 GHz Intel Xeon as long as test/fixedbugs/257.go is excluded. With that file, index creation times takes several days. 257.go contains a string of 1M smiley faces. There are more sophisticated suffixarray creation algorithms which can handle very long common prefixes. The implementation can be updated w/o the need to change the interface. R=rsc, r, PeterGo CC=golang-dev https://golang.org/cl/2265041
-
Anthony Martin authored
R=r CC=golang-dev https://golang.org/cl/2237044
-
Russ Cox authored
Sent from my phone. R=adg CC=golang-dev https://golang.org/cl/2192049
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/2248043
-
Alex Brainman authored
Fixes #1124. Implementation is suggested by Skip. Test is suggested by PeterGo. R=r, PeterGo, rsc CC=golang-dev, skip.tavakkolian https://golang.org/cl/2256041
-
Roger Peppe authored
R=r, rsc CC=golang-dev https://golang.org/cl/2250042
-
Russ Cox authored
R=kaib CC=golang-dev https://golang.org/cl/2254044
-
Russ Cox authored
* Add documentation about array arguments. Fixes issue 1125. * Do not interpret x, y := z, w as special errno form. Fixes issue 952. * Fix nested Go calls (brainman). Fixes issue 907. R=r CC=golang-dev https://golang.org/cl/2214044
-
Nigel Tao authored
R=rsc CC=golang-dev https://golang.org/cl/2257042
-
Andrew Gerrand authored
R=rsc, r2 CC=golang-dev https://golang.org/cl/2213044
-
Andrew Gerrand authored
The front page remains fixed-width. All other pages should look good in windows >=500px wide. Includes additional styles for search result highlighting, code comments, and general CSS clean-ups. Tested with Chrome 6, Firefox 3.6, IE 7, and IE 8. R=gri, r CC=golang-dev https://golang.org/cl/2229041
-
- 21 Sep, 2010 5 commits
-
-
Ian Lance Taylor authored
Regenerate zsyscall_linux_*.go files with recent changes to mksyscall.sh. Add socketpair to syscall_linux_amd64.go; for some reason it was in the generated file but not in the source file. R=rsc, r2 CC=golang-dev https://golang.org/cl/2190044
-
Rob Pike authored
They are unused and not that useful anyway. R=rsc CC=golang-dev https://golang.org/cl/2225045
-
Andrew Gerrand authored
- fix release upload - add -rev= flag to build specific revision and exit - added support for all-$GOARCH.bash R=rsc CC=golang-dev https://golang.org/cl/2247044
-
Alex Brainman authored
Fixes #1122. Thanks to BigBoss1964 for the solution. R=golang-dev, r2 CC=golang-dev https://golang.org/cl/2246042
-
Nigel Tao authored
Fix missing return in Set(x, y, color). R=r CC=golang-dev https://golang.org/cl/2256042
-
- 20 Sep, 2010 4 commits
-
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/2241043
-
Ken Thompson authored
static init redo R=rsc CC=golang-dev https://golang.org/cl/2254041
-
Joe Poirier authored
R=rsc CC=golang-dev https://golang.org/cl/2250041
-
Luuk van Dijk authored
R=rsc, ken2, r CC=golang-dev https://golang.org/cl/2151044
-