- 06 Apr, 2010 1 commit
-
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/821048
-
- 05 Apr, 2010 6 commits
-
-
Russ Cox authored
R=agl1 CC=golang-dev https://golang.org/cl/851041
-
Russ Cox authored
* correct symbol table size * do not reorder functions in output * traceback * signal handling * use same code for go + defer * handle leaf functions in symbol table R=kaib, dpx CC=golang-dev https://golang.org/cl/884041
-
Andrew Gerrand authored
Adding this question on Russ' recommendation - not sure if there is some detail here I'm missing. The associated discussion was: http://groups.google.com/group/golang-nuts/t/ec6b27e332ed7f77 R=rsc, r CC=golang-dev https://golang.org/cl/887042
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/855044
-
Conrad Meyer authored
R=rsc, rsc1 CC=golang-dev https://golang.org/cl/808041
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/881044
-
- 04 Apr, 2010 1 commit
-
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/844044
-
- 02 Apr, 2010 3 commits
-
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/829044
-
Alex Brainman authored
R=rsc CC=golang-dev https://golang.org/cl/770041
-
Russ Cox authored
R=ken2, r CC=golang-dev https://golang.org/cl/871042
-
- 01 Apr, 2010 8 commits
-
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/836046
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/838046
-
Robert Griesemer authored
R=rsc, r CC=golang-dev https://golang.org/cl/855043
-
Russ Cox authored
* adds pass 3 to dequeue from channels eagerly various other cleanup/churn: * use switch on cas->send in each pass to factor out common code. * longer goto labels, commented at target * be more agressive about can't happen: throw instead of print + cope. * use "select" instead of "selectgo" in errors * use printf for debug prints when possible R=ken2, ken3 CC=golang-dev, r https://golang.org/cl/875041
-
Evan Shaw authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/849045
-
Russ Cox authored
factor out environment variable checks. infer $GOROOT etc during build if not set. it's still necessary to set them for yourself to use the standard Makefiles. when running all.bash, don't recompile all the go packages in run.bash, since make.bash already did. R=r CC=golang-dev https://golang.org/cl/609042
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/816042
-
Andrew Gerrand authored
R=r, gri CC=golang-dev https://golang.org/cl/872041
-
- 31 Mar, 2010 15 commits
-
-
Robert Griesemer authored
R=r, rsc CC=golang-dev https://golang.org/cl/849044
-
Nigel Tao authored
http://code.google.com/p/x-go-binding/ R=rsc CC=golang-dev https://golang.org/cl/846043
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/870041
-
Robert Griesemer authored
R=rsc, r CC=golang-dev https://golang.org/cl/864042
-
Rob Pike authored
R=rsc, gri CC=golang-dev https://golang.org/cl/821046
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/805043
-
Russ Cox authored
R=r, adg CC=golang-dev https://golang.org/cl/869041
-
Russ Cox authored
R=ken2, r, ken3 CC=golang-dev https://golang.org/cl/831042
-
Andrew Gerrand authored
R=rsc, gri, r CC=golang-dev https://golang.org/cl/822044
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/859042
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/864041
-
Rob Pike authored
in character and string case mapping routines. Add a custom mapper for Turkish and Azeri. A more general solution for deriving the case information from Unicode's SpecialCasing.txt will require more work. Fixes #703. R=rsc, rsc1 CC=golang-dev, mdakin https://golang.org/cl/824043
-
Andrew Gerrand authored
R=rsc, gri CC=golang-dev https://golang.org/cl/821045
-
Robert Griesemer authored
and use it to show version (date) of go spec Fixes #68. R=rsc CC=golang-dev, r https://golang.org/cl/848042
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/842042
-
- 30 Mar, 2010 6 commits
-
-
Robert Griesemer authored
- more test cases - comment fixes - minor unrelated changes as part of investigation of issue 702 R=rsc CC=golang-dev https://golang.org/cl/860041
-
Russ Cox authored
instead use pure substring matching to find template values. this makes stdZulu unnecessary and allows formats like "20060102 030405" (used in some internet protocols). this makes Parse not handle years < 0000 or > 9999 anymore. that seems like an okay price to pay, trading hypothetical functionality for real functionality. also changed the comments on the Time struct to use the same reference date as the format and parse routines. R=r CC=golang-dev https://golang.org/cl/833045
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/848041
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/800042
-
Risto Jaakko Saarelma authored
This is for making the fluent interface idiom usable with gofmt. R=gri CC=golang-dev https://golang.org/cl/802043
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/836043
-