Age | Commit message (Collapse) | Author | Files | Lines |
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/760042
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/731041
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/733041
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/743041
|
|
in the tests, println+panic.
gofmt some tests too.
R=rsc
CC=golang-dev
http://codereview.appspot.com/741041
|
|
- change the various url-xxx formatters to return a relative URL path
- make the leading '/' for URLs explicit in the template
- on the way change some |html formatters to |html-esc
(html should only be used for formatting AST nodes)
R=rsc, r
CC=golang-dev
http://codereview.appspot.com/740041
|
|
(this will allow the use of golang.org for remote
searches)
R=rsc
CC=golang-dev
http://codereview.appspot.com/734041
|
|
R=iant
CC=golang-dev
http://codereview.appspot.com/720041
|
|
R=kaib, rsc
CC=golang-dev
http://codereview.appspot.com/627045
Committer: Russ Cox <rsc@golang.org>
|
|
software or incorrect $PATH)
R=rsc
CC=golang-dev
http://codereview.appspot.com/695041
Committer: Russ Cox <rsc@golang.org>
|
|
Fixes issue 626.
R=ken2
CC=golang-dev
http://codereview.appspot.com/714041
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/661043
|
|
Cgo users will need to rerun cgo.
R=rsc
CC=golang-dev
http://codereview.appspot.com/692041
|
|
Fixes issue 687.
R=ken2
CC=golang-dev
http://codereview.appspot.com/680042
|
|
R=r
CC=golang-dev
http://codereview.appspot.com/634044
|
|
complex DATA statement fo
initialization of complex variables.
R=rsc
CC=golang-dev
http://codereview.appspot.com/634045
|
|
Instead of returning the index lookup result via
RPC which has to be corrected for the client,
simply render it on the server and return the
final output.
R=rsc, r
CC=golang-dev
http://codereview.appspot.com/669041
|
|
R=gri
CC=golang-dev
http://codereview.appspot.com/630043
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/664041
|
|
- show build version
- use build goroot when possible
R=rsc
CC=golang-dev
http://codereview.appspot.com/656043
|
|
error compiling if(long long) in 6c compiler
R=rsc
CC=golang-dev
http://codereview.appspot.com/657042
|
|
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
|
|
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
|
|
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
|
|
- 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=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
|
|
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
|
|
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/302042
Committer: Russ Cox <rsc@golang.org>
|
|
do not convert to float prematurely.
R=ken2
CC=golang-dev
http://codereview.appspot.com/311041
|
|
Fixes issue 654.
R=ken2
CC=golang-dev
http://codereview.appspot.com/310041
|
|
8g and 5g have stubs to ignore complex
R=rsc
CC=golang-dev
http://codereview.appspot.com/257042
|
|
Fixes issue 615.
R=ken2
CC=golang-dev
http://codereview.appspot.com/255043
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/255042
|
|
R=adg, r
CC=cw, golang-dev
http://codereview.appspot.com/224043
|
|
check that NOSPLIT functions don't use too much stack.
correct some missing NOSPLITs in the runtime library.
Fixes bug reported in
https://groups.google.com/group/golang-nuts/t/efff68b73941eccf
R=ken2
CC=golang-dev
http://codereview.appspot.com/236041
|
|
R=ken2
CC=golang-dev
http://codereview.appspot.com/229046
|
|
getting close.
R=rsc
CC=golang-dev
http://codereview.appspot.com/224105
|
|
- gofmt -w src misc
R=rsc, r
CC=golang-dev
http://codereview.appspot.com/223101
|
|
- gofmt -w src misc
- looking for feedback
R=rsc, r
CC=golang-dev
http://codereview.appspot.com/223076
|
|
May address issue 624.
R=rsc
CC=golang-dev
http://codereview.appspot.com/223083
|