- 20 Mar, 2010 2 commits
-
-
Andrew Gerrand authored
add Blog and Wiki links to sideba R=r, rsc, gri CC=golang-dev https://golang.org/cl/611042
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/664041
-
- 19 Mar, 2010 15 commits
-
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/661041
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/586043
-
Andrew Gerrand authored
R=r, rsc CC=golang-dev https://golang.org/cl/626042
-
James Toy authored
R=rsc CC=golang-dev https://golang.org/cl/589043
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/660041
-
Charles L. Dorian authored
R=rsc CC=golang-dev https://golang.org/cl/649041
-
Alex Brainman authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/621041
-
Robert Griesemer authored
- show build version - use build goroot when possible R=rsc CC=golang-dev https://golang.org/cl/656043
-
Alex Brainman authored
syscall: mksyscall_mingw.sh emitting shorter calls (to Syscall or Syscall6) when there are fewer arguments R=rsc CC=golang-dev https://golang.org/cl/622041
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/650042
-
Ken Thompson authored
error compiling if(long long) in 6c compiler R=rsc CC=golang-dev https://golang.org/cl/657042
-
Fumitoshi Ukai authored
R=rsc CC=golang-dev https://golang.org/cl/651041
-
Alex Brainman authored
R=rsc CC=golang-dev https://golang.org/cl/642042
-
Robert Griesemer authored
and highlight special words, if provided. Also: - related cleanups in src/pkg/go/doc/comment.go - fix typos in src/cmd/goinstall/doc.go Fixes #672. R=rsc CC=adg, golang-dev https://golang.org/cl/601042
-
Robert Griesemer authored
The command-line search is using a running webserver as index server; i.e., the search result is reflecting the index at the server. See the documentation for details. Usage: godoc -q query1 query2 ... Known issue: Results don't show the all-important line numbers yet due to the way the index is organized. Next CL. R=rsc, r CC=golang-dev https://golang.org/cl/648041
-
- 18 Mar, 2010 4 commits
-
-
Andrew Gerrand authored
into a string of decimal numbers. R=r, rsc CC=golang-dev https://golang.org/cl/624041
-
Robert Griesemer authored
R=r CC=golang-dev https://golang.org/cl/624042
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/642041
-
Alex Brainman authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/614042
-
- 17 Mar, 2010 11 commits
-
-
Ian Lance Taylor authored
R=rsc TBR=rsc CC=golang-dev https://golang.org/cl/610043
-
Russ Cox authored
Until proven insufficient, rely on the operating system to give us good random bytes (/dev/urandom). R=agl1 CC=golang-dev https://golang.org/cl/569044
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/608041
-
Alex Brainman authored
- mkall now generates syscall stabs automatically - we can call unicode versions of winapi now - introduce GetErrstr function to fetch error text given errno - general cleanup R=rsc CC=golang-dev https://golang.org/cl/562041
-
Andrew Gerrand authored
Fixes #661 R=r, rsc, skorobo CC=golang-dev https://golang.org/cl/576042
-
Russ Cox authored
R=r CC=giles, golang-dev https://golang.org/cl/600041
-
Russ Cox authored
R=adg CC=golang-dev, r https://golang.org/cl/597041
-
Russ Cox authored
R=adg CC=dpx, golang-dev https://golang.org/cl/593043
-
Russ Cox authored
The new meaning is more useful for both websocket and http. R=r, petar-m, ukai CC=golang-dev, madari https://golang.org/cl/582043
-
Russ Cox authored
needed for interacting with various legacy interfaces, like Windows and the Mac OS clipboard. R=r CC=golang-dev https://golang.org/cl/595041
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/607041
-
- 16 Mar, 2010 8 commits
-
-
Robert Griesemer authored
- gofmt -w src misc - only manually modified file: src/pkg/go/printer/nodes.go R=rsc CC=golang-dev, r https://golang.org/cl/606041
-
Robert Griesemer authored
for identifiers in Go source code - at the moment just show identifier kind (var, func, etc.) and name (eventually should show declaration, type, etc.) - JavaScript parts by adg R=rsc CC=adg, golang-dev https://golang.org/cl/578042
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/438042
-
Petar Maymounkov authored
R=rsc CC=golang-dev https://golang.org/cl/238041
-
Anthony Starks authored
R=rsc CC=golang-dev https://golang.org/cl/582041
-
Conrad Meyer authored
R=rsc CC=golang-dev https://golang.org/cl/317041
-
Robert Griesemer authored
Fixes #665. R=nigeltao, nigeltao_golang CC=golang-dev https://golang.org/cl/570041
-
David Symonds authored
R=rsc CC=golang-dev https://golang.org/cl/224042
-