- 16 Sep, 2010 6 commits
-
-
Fazlul Shahriar authored
* SHOW DB responds with a "110 n databases present - text follows" -- parse it. * Doing a Define() on a non-existing word gives error "invalid definition count: no", when we really want "552 no match". R=rsc CC=golang-dev https://golang.org/cl/2211041
-
Andrew Gerrand authored
R=r CC=golang-dev https://golang.org/cl/2213042
-
Andrew Gerrand authored
R=r CC=golang-dev https://golang.org/cl/2227041
-
Andrew Gerrand authored
R=r, rsc, gri CC=golang-dev, iant, ken2, lvd, nigeltao_golang, stephenm https://golang.org/cl/2182042
-
Rob Pike authored
Also add a bit of debugging and sanitation code. Fixes #769. R=adg CC=golang-dev https://golang.org/cl/2206042
-
Robert Griesemer authored
R=iant CC=golang-dev, ken2 https://golang.org/cl/2182043
-
- 15 Sep, 2010 6 commits
-
-
Robert Griesemer authored
R=r CC=golang-dev https://golang.org/cl/2225041
-
Robert Griesemer authored
(ignore directories containing *.go files that don't actually start with a package clause) R=r CC=golang-dev https://golang.org/cl/2223041
-
Ken Thompson authored
with //line directives. R=rsc CC=golang-dev https://golang.org/cl/2224041
-
Russ Cox authored
Fixes #1079. R=r, trufae, fgergo CC=golang-dev https://golang.org/cl/2103048
-
Rob Pike authored
R=adg CC=golang-dev https://golang.org/cl/2198042
-
Robert Griesemer authored
also: fix a logic error with filter use at startup R=rsc CC=golang-dev https://golang.org/cl/2184044
-
- 14 Sep, 2010 10 commits
-
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/2206041
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/2201041
-
Robert Griesemer authored
R=iant CC=golang-dev https://golang.org/cl/2184042
-
Robert Griesemer authored
file systems provided via -path R=rsc CC=golang-dev https://golang.org/cl/2182041
-
Russ Cox authored
TBR=lvd CC=golang-dev https://golang.org/cl/2194041
-
Russ Cox authored
Makes binaries work with 6cov again. R=ken2 CC=golang-dev https://golang.org/cl/2192041
-
Sebastien Binet authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/2157042
-
Rob Pike authored
R=adg CC=binet, golang-dev https://golang.org/cl/2188041
-
Andrew Gerrand authored
R=rsc, r2 CC=golang-dev https://golang.org/cl/2186041
-
Rob Pike authored
Fixes #1055. (About as well as it can be fixed without changing the API.) R=rsc CC=golang-dev https://golang.org/cl/2156047
-
- 13 Sep, 2010 10 commits
-
-
Russ Cox authored
The new comparison rule was added to the spec by changeset: 5605:33abb649cb63 user: Robert Griesemer <gri@golang.org> date: Thu Jun 03 16:55:50 2010 -0700 files: doc/go_spec.html description: go spec: Base comparison compatibility on assignment compatibility. Specifically: - Simplified definition of comparison compatibility and folded into section on comparison operators since it's only used there. This is a small language change/cleanup. As a consequence: - An interface value may now be compared against a non-interface value. - Channels with opposite directions cannot be compared directly anymore (per discussion with rsc). R=rsc, r, iant, ken2 CC=golang-dev https://golang.org/cl/1462041 but never implemented. Fixes #1070. R=ken2 CC=golang-dev https://golang.org/cl/2116047
-
Russ Cox authored
Fixes #1040. R=ken2 CC=golang-dev https://golang.org/cl/2132047
-
Russ Cox authored
Just AUTHORS; already in CONTRIBUTORS from work at Google. R=gri CC=golang-dev https://golang.org/cl/2098048
-
Scott Lawrence authored
R=golang-dev, r2, r CC=golang-dev https://golang.org/cl/2149047
-
Scott Lawrence authored
Fixes #1038. R=aclements, rsc CC=golang-dev https://golang.org/cl/2111046
-
Joe Poirier authored
R=rsc, brainman CC=golang-dev https://golang.org/cl/2171044
-
Rob Pike authored
Hope to fix the build. R=rsc CC=golang-dev https://golang.org/cl/2140048
-
Nigel Tao authored
R=r, rsc, nigeltao CC=golang-dev https://golang.org/cl/2110046
-
Scott Lawrence authored
Fixes #860. R=golang-dev, adg1, rsc, adg CC=golang-dev https://golang.org/cl/2124046
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/2126042
-
- 12 Sep, 2010 8 commits
-
-
Alex Brainman authored
gc records full, '/' delimited, filenames now. R=rsc CC=golang-dev https://golang.org/cl/1962042
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/2103046
-
Joe Poirier authored
R=brainman, rsc, vcc, rsc1 CC=golang-dev https://golang.org/cl/2068041
-
Nigel Tao authored
R=rsc, r CC=golang-dev https://golang.org/cl/2149046
-
Ian Lance Taylor authored
This test is supposed to test runtime behaviour. However, gccgo is smart enough to see that the variables are local to the package and that they never change. Add a function so that gccgo thinks that the variables can in fact vary, so that the test works at runtime as expected. R=rsc CC=golang-dev https://golang.org/cl/2178041
-
Russ Cox authored
1 malloc per concatenation. R=ken2 CC=golang-dev https://golang.org/cl/2124045
-
Russ Cox authored
Changing 5g and 5l too, but it doesn't work yet. R=ken2 CC=golang-dev https://golang.org/cl/2136047
-
Russ Cox authored
Fixes #1099. R=ken2, r CC=golang-dev https://golang.org/cl/2147047
-