- 03 Nov, 2010 1 commit
-
-
Andrew Gerrand authored
R=golang-dev, gri, r2, r CC=golang-dev https://golang.org/cl/2846041
-
- 02 Nov, 2010 6 commits
-
-
Robert Griesemer authored
R=rsc, adg CC=golang-dev https://golang.org/cl/2841041
-
Kai Backman authored
regularly when client connections are flaky (probably another issue). (credits to jussi@tinkercad.com for finding the issue) R=rsc, r CC=golang-dev, jussi https://golang.org/cl/2831042
-
Rob Pike authored
There's no need to hold the client mutex when calling encode, since encode itself uses a mutex to make the writes atomic. However, we need to keep the messages ordered, so add a mutex for that purpose alone. Fixes #1244. R=rsc CC=golang-dev https://golang.org/cl/2833041
-
Robert Griesemer authored
First step towards a more light-weight implementation of token.Position: - only use token.Position for reporting token and error position - use offsets only for scanner control - no interface changes yet R=rsc CC=golang-dev https://golang.org/cl/2825041
-
Rob Pike authored
R=rsc, gri, iant CC=golang-dev https://golang.org/cl/2821041
-
Rob Pike authored
(written by ken) R=ken2 CC=golang-dev https://golang.org/cl/2823042
-
- 01 Nov, 2010 18 commits
-
-
Alex Brainman authored
Restore ability to have different file and section alignment in generated pe file. Stop generating .bss pe section, it is part of .data now. Some code refactoring. R=rsc, vcc CC=golang-dev https://golang.org/cl/2731041
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/2820041
-
Brad Fitzpatrick authored
R=r CC=golang-dev, r2, rsc https://golang.org/cl/2819041
-
Robert Griesemer authored
go/printer: do not remove parens around composite literals starting with a type name in control clauses (even when they are nested inside an expression). Fixes #1243. R=rsc CC=golang-dev https://golang.org/cl/2817041
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/2770044
-
Wei Guangjing authored
R=rsc, mattn CC=golang-dev https://golang.org/cl/1976045
-
Brad Fitzpatrick authored
Tiny helper to avoid strings.Index(s, sub) != -1 R=rsc, r2, r CC=golang-dev https://golang.org/cl/2265044
-
Rob Pike authored
gofmt will leave alone. R=rsc, bradfitz, bradfitzpatrick CC=golang-dev https://golang.org/cl/2816041
-
Albert Strasheim authored
R=rsc CC=golang-dev https://golang.org/cl/2303043
-
Fazlul Shahriar authored
Fixes #1218. R=rsc CC=golang-dev https://golang.org/cl/2664041
-
Roger Peppe authored
R=rsc CC=golang-dev https://golang.org/cl/2506042
-
Michael Hoisie authored
R=rsc, adg CC=golang-dev https://golang.org/cl/2723041
-
Russ Cox authored
Fixes #1234. R=r, r2 CC=golang-dev https://golang.org/cl/2735043
-
Anthony Martin authored
R=rsc, r, PeterGo, r2 CC=golang-dev https://golang.org/cl/2753045
-
Evan Shaw authored
The andproto field was set incorrectly, causing 6a to encode illegal instructions. R=rsc CC=golang-dev https://golang.org/cl/2781042
-
Robert Griesemer authored
Added more test cases. R=rsc CC=golang-dev https://golang.org/cl/2804041
-
Rob Pike authored
if the interface value is nil, it sends no value, R=rsc, adg CC=golang-dev https://golang.org/cl/2801042
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/2813041
-
- 31 Oct, 2010 4 commits
-
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/2814041
-
Rob Pike authored
1) Be sure to use the eval-time encoder/decoder rather than the compile-time decoder. In a few cases the receiver for the compiling encoder was being pickled incorrectly into a closure. (This is the fix for issue 1238). 2) Get the innermost name right when given a pointer to an unnamed type. 3) Use a count to delineate interface values, making it possible to ignore values without having a concrete type to encode into. This is a protocol change but only for the new feature, so it shouldn't affect anyone. The old test worked because, amazingly, it depended on bug #1. Fixes #1238. R=rsc, albert.strasheim CC=golang-dev https://golang.org/cl/2806041
-
Evan Shaw authored
R=golang-dev, PeterGo, gri CC=golang-dev https://golang.org/cl/2710044
-
Evan Shaw authored
I tried adding a Scale method to big.Int and it didn't make any noticeable difference, so I'm removing my TODO. Also got rid of a few obvious allocations that I missed earlier for a modest improvement (~5%). R=golang-dev, gri CC=golang-dev https://golang.org/cl/2711043
-
- 30 Oct, 2010 4 commits
-
-
Alex Brainman authored
R=golang-dev CC=golang-dev https://golang.org/cl/2713043
-
Alex Brainman authored
Fixes #1220. R=rsc, r CC=golang-dev https://golang.org/cl/2728043
-
Anthony Starks authored
R=golang-dev, PeterGo, adg CC=golang-dev https://golang.org/cl/2791042
-
David Symonds authored
R=adg CC=golang-dev https://golang.org/cl/2807041
-
- 29 Oct, 2010 7 commits
-
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/2789043
-
Rob Pike authored
It's still not compiled in by default. R=rsc, r2 CC=golang-dev https://golang.org/cl/2754043
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/2741042
-
Robert Griesemer authored
R=r, r2 CC=golang-dev https://golang.org/cl/2717043
-
Robert Griesemer authored
R=r, rsc CC=golang-dev https://golang.org/cl/2799041
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/2798041
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/2792041
-