Age | Commit message (Collapse) | Author | Files | Lines |
|
$(GOARCH)
R=rsc
CC=golang-dev
http://codereview.appspot.com/642042
Committer: Russ Cox <rsc@golang.org>
|
|
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 issue 672.
R=rsc
CC=adg, golang-dev
http://codereview.appspot.com/601042
|
|
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
http://codereview.appspot.com/648041
|
|
into a string of decimal numbers.
R=r, rsc
CC=golang-dev
http://codereview.appspot.com/624041
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/624042
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/642041
|
|
R=golang-dev, r
CC=golang-dev
http://codereview.appspot.com/614042
Committer: Rob Pike <r@golang.org>
|
|
R=rsc
TBR=rsc
CC=golang-dev
http://codereview.appspot.com/610043
|
|
Until proven insufficient, rely on the operating system
to give us good random bytes (/dev/urandom).
R=agl1
CC=golang-dev
http://codereview.appspot.com/569044
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/608041
|
|
- 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
http://codereview.appspot.com/562041
Committer: Russ Cox <rsc@golang.org>
|
|
Fixes issue 661
R=r, rsc, skorobo
CC=golang-dev
http://codereview.appspot.com/576042
|
|
R=r
CC=giles, golang-dev
http://codereview.appspot.com/600041
|
|
R=adg
CC=dpx, golang-dev
http://codereview.appspot.com/593043
|
|
The new meaning is more useful for both websocket and http.
R=r, petar-m, ukai
CC=golang-dev, madari
http://codereview.appspot.com/582043
|
|
needed for interacting with various legacy interfaces,
like Windows and the Mac OS clipboard.
R=r
CC=golang-dev
http://codereview.appspot.com/595041
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/607041
|
|
- gofmt -w src misc
- only manually modified file: src/pkg/go/printer/nodes.go
R=rsc
CC=golang-dev, r
http://codereview.appspot.com/606041
|
|
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
http://codereview.appspot.com/578042
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/438042
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/238041
Committer: Russ Cox <rsc@golang.org>
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/317041
Committer: Russ Cox <rsc@golang.org>
|
|
Fixes issue 665.
R=nigeltao, nigeltao_golang
CC=golang-dev
http://codereview.appspot.com/570041
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/462043
|
|
Fixes issue 643.
R=rsc
CC=golang-dev
http://codereview.appspot.com/576041
|
|
- smartly select the "right" package
- provide a list of other packages
R=rsc
CC=golang-dev
http://codereview.appspot.com/466042
|
|
hash/crc32: add Update function
hash: add Sum64 interface
R=r
CC=golang-dev
http://codereview.appspot.com/445042
|
|
a /*-style comment at the end of a file
Some minor cleanups/typo fixes along the way.
Fixes an issue where that newline was removed
after applying gofmt.
R=r
CC=golang-dev
http://codereview.appspot.com/476043
|
|
visible only when enabling internal debug mode:
- in rare cases expression depth can underflow
- when printing a single labeled statement, indentation
may underflow if not setup correctly
R=rsc
CC=golang-dev
http://codereview.appspot.com/484041
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/461041
|
|
- go/filter.go: make MergePackageFiles smarter
- go/printer.go: handle positions from multiple files
R=rsc
CC=golang-dev
http://codereview.appspot.com/460042
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/444043
|
|
Problem pointed out by rsc.
R=rsc
CC=golang-dev
http://codereview.appspot.com/444041
Committer: Russ Cox <rsc@golang.org>
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/424041
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/384044
|
|
- on the commandline: godoc -x big
- in a webpage: provide form parameter ?m=src
Known issues:
- Positioning of comments incorrect in several cases. Separate CL.
- Need a link/menu to switch between different modes of presentation
in the web view.
R=rsc
CC=golang-dev
http://codereview.appspot.com/376041
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/384043
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/391041
|
|
2. add complex algorithm for map/chan
3. test for use of complex in
array, slice, field, chan, map,
field, pointer.
R=rsc
CC=golang-dev
http://codereview.appspot.com/384041
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/370041
|
|
lots of missing parts, but builds and can call dlls, see a sample code in syscall_mingw.go
R=rsc
CC=golang-dev
http://codereview.appspot.com/218042
Committer: Russ Cox <rsc@golang.org>
|
|
R=golang-dev, adg
CC=golang-dev
http://codereview.appspot.com/369041
Committer: Andrew Gerrand <adg@golang.org>
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/357043
|
|
c = cmplx(imag(c), real(c))
without a temporary
R=rsc
CC=golang-dev
http://codereview.appspot.com/360043
|
|
for 6g and 8g. can also be used
for 5g. 5g is still a stub.
R=rsc
CC=golang-dev
http://codereview.appspot.com/362041
|
|
trivial stuff
lex.c: these prototypes are in a.h
asm.c: unused variables
arm-pass.txt deal w/ sieve.go rename and addition of sieve2.go
R=kaib, rsc
CC=golang-dev
http://codereview.appspot.com/244041
Committer: Russ Cox <rsc@golang.org>
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/224081
Committer: Russ Cox <rsc@golang.org>
|
|
R=agl1, rsc
CC=golang-dev
http://codereview.appspot.com/253045
Committer: Russ Cox <rsc@golang.org>
|
|
R=golang-dev, rsc
CC=golang-dev
http://codereview.appspot.com/258041
Committer: Russ Cox <rsc@golang.org>
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/302042
Committer: Russ Cox <rsc@golang.org>
|