Age | Commit message (Collapse) | Author | Files | Lines |
|
Fixes issue 569
R=rsc, r
CC=golang-dev
http://codereview.appspot.com/194121
Committer: Rob Pike <r@golang.org>
|
|
and methods.
R=rsc, ukai
CC=golang-dev
http://codereview.appspot.com/196044
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/196042
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/194120
|
|
Seems to be enabled spuriously during godoc (can't see why),
producing errors like:
parser.parseDir: src/pkg/http/server.go:159:16: 'Write' declared already at src/pkg/http/request.go:140:21 (and 4 more errors)
R=r
CC=golang-dev
http://codereview.appspot.com/194119
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/195081
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/195080
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/194118
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/186230
|
|
R=agl1
CC=golang-dev
http://codereview.appspot.com/194116
|
|
to go with the full path names
R=rsc
CC=golang-dev
http://codereview.appspot.com/195079
|
|
Fixes issue 219.
R=ken2, r
CC=golang-dev
http://codereview.appspot.com/194097
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/194114
|
|
TBR=agl1
CC=golang-dev
http://codereview.appspot.com/195076
|
|
... T
for trailing arguments of type T.
R=rsc, gri, ken2, iant
CC=golang-dev
http://codereview.appspot.com/194100
|
|
* some tweaks to dashboard html/css layout
* use hmac to generate per-builder subkeys
R=agl1
CC=golang-dev
http://codereview.appspot.com/194092
|
|
- provide scope to parse functions; if non-nil, parser uses the scope
to declare and lookup identifiers
- resolve forward references where possible
R=rsc
CC=golang-dev
http://codereview.appspot.com/194098
|
|
R=r, rsc
CC=golang-dev
http://codereview.appspot.com/194091
|
|
* example-based syntax errors (go.errors)
* enable bison's more specific errors
and translate grammar token names into
tokens like ++
* test cases
R=ken2, r, ken3
CC=golang-dev
http://codereview.appspot.com/194085
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/193104
|
|
Fixes issue 560.
R=r
CC=golang-dev
http://codereview.appspot.com/195051
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/194094
|
|
R=rsc
CC=golang-dev, r
http://codereview.appspot.com/194043
Committer: Russ Cox <rsc@golang.org>
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/195050
|
|
Hostname reads the file /proc/sys/kernel/hostname to determine
the value it returns. Some people set this to a Fully Qualified
Doamin Name. At least one implementation of /bin/hostname
truncates the name it gets (often from the "uname" system call)
at the first dot unless it is given a "-f" flag. This change makes
the unit test also truncate at the first dot and checks if the strings
then match. This seems more portable than adding an extra flag
to the called /bin/hostname program.
R=rsc
CC=golang-dev
http://codereview.appspot.com/181097
Committer: Russ Cox <rsc@golang.org>
|
|
If your $PATH does not include $GOBIN then
the build fails at the first *.a file, which
is probably when running the tests for tar
R=rsc
CC=golang-dev
http://codereview.appspot.com/193066
Committer: Russ Cox <rsc@golang.org>
|
|
R=gri
CC=golang-dev, icarus
http://codereview.appspot.com/194090
|
|
This has actually been running for a while and gathering benchmark
data. I haven't had a chance to add a UI for it yet however.
R=rsc
CC=golang-dev
http://codereview.appspot.com/194082
Committer: Russ Cox <rsc@golang.org>
|
|
Added 386 FPU version of Hypot; modified all_test.go to test
Hypot with large arguments. Also edited sqrt.go to remove
Sqrt(0) as a special case.
R=rsc
CC=golang-dev
http://codereview.appspot.com/186180
Committer: Russ Cox <rsc@golang.org>
|
|
Update gofmt test script.
R=rsc
CC=golang-dev
http://codereview.appspot.com/195044
|
|
Fixes issue 567.
R=rsc
CC=golang-dev
http://codereview.appspot.com/195041
|
|
also allow func() func().
R=ken2
CC=golang-dev
http://codereview.appspot.com/194078
|
|
no longer ambiguous at top level, thanks to new semicolon rules.
use gofmt layout for function types.
Fixes issue 528.
R=gri
CC=golang-dev
http://codereview.appspot.com/194077
|
|
R=r, rsc
CC=golang-dev
http://codereview.appspot.com/193101
|
|
a number of fixes for arm elf generation in 5l. -T now works as
advertised, -D now works properly.
R=rsc
CC=golang-dev
http://codereview.appspot.com/194076
|
|
(eliminate assumption of package global name space,
make code easier to move between packages).
R=r
CC=golang-dev
http://codereview.appspot.com/194072
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/186282
Committer: Russ Cox <rsc@golang.org>
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/194064
|
|
R=rsc, rsc1
CC=golang-dev
http://codereview.appspot.com/194046
Committer: Russ Cox <rsc@golang.org>
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/194073
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/193081
Committer: Russ Cox <rsc@golang.org>
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/194071
|
|
bonus: type switch now detects multiple uses of identical interface types.
bonus: interface types are now order-independent, following the spec.
R=ken2
CC=golang-dev
http://codereview.appspot.com/194053
|
|
(package main; others are pulled in automatically)
R=ken2
CC=golang-dev
http://codereview.appspot.com/194069
|
|
minor cleanups (which I did at home before
but missed this morning at work)
R=rsc
CC=golang-dev
http://codereview.appspot.com/193095
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/194066
|
|
Previous behaviour only picked the first entry (official hostname) but not the aliases.
R=rsc
CC=golang-dev
http://codereview.appspot.com/193092
Committer: Russ Cox <rsc@golang.org>
|
|
Fixes issue 530.
R=rsc
CC=golang-dev
http://codereview.appspot.com/193091
|
|
- separate parsing from declaration
- setup of correct scopes
R=rsc
CC=golang-dev
http://codereview.appspot.com/189098
|
|
eliminates spurious multiple initialization errors.
give more information in the multiple init errors that remain.
Fixes issue 87.
R=r
CC=golang-dev
http://codereview.appspot.com/194052
|