- 15 Sep, 2010 2 commits
-
-
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 16 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
-
Russ Cox authored
before looking for it in the CONTRIBUTORS file R=r CC=golang-dev https://golang.org/cl/1883049
-
Russ Cox authored
If you look at the sequence of values returned by waitpid, it simply tells us about the child of clone before it tells us that the parent called clone. There's nothing we can do but assume unexpected tids are newly cloned children. Tested with 6prof on godoc. Fixes #251. R=r CC=golang-dev https://golang.org/cl/2167045
-
Russ Cox authored
Specifically, $LIB is set on Windows. Also diagnose attempt to build GOOS=darwin GOARCH=arm. Otherwise the build fails mysteriously in package runtime. Fixes #1065. R=r CC=golang-dev https://golang.org/cl/2162043
-
Russ Cox authored
The panic NaN was a translation error. The earliest version said panic "return sys.NaN()", and when sys.NaN came along, it changed to "panic sys.NaN()" instead of "return sys.NaN()". R=r CC=golang-dev https://golang.org/cl/2106049
-
Russ Cox authored
Fixes #1093. R=agl, agl1 CC=golang-dev https://golang.org/cl/2115045
-
Russ Cox authored
The gcc on OS X seems pickier about noticing symbols that are referred to but not found during the link of a .so file. R=r CC=golang-dev https://golang.org/cl/2098047
-
Alex Brainman authored
R=r, Joe Poirier, rsc CC=golang-dev https://golang.org/cl/2123044
-
Alex Brainman authored
R=rsc CC=golang-dev https://golang.org/cl/2009045
-
- 11 Sep, 2010 2 commits
-
-
Russ Cox authored
Fixes #1073. R=ken2 CC=golang-dev https://golang.org/cl/2169043
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/2127046
-