- 13 Dec, 2010 7 commits
-
-
Russ Cox authored
Clean up an error message and error exit too. Insert blank line after "DO NOT EDIT" comment to keep it from being a doc comment. Fixes #1213. Fixes #1222. R=r CC=golang-dev https://golang.org/cl/3608042
-
Russ Cox authored
No semantic changes here, but working toward being able to align structs based on the maximum alignment of the fields inside instead of having a fixed alignment for all structs (issue 482). R=ken2 CC=golang-dev https://golang.org/cl/3617041
-
Russ Cox authored
Fixes #1169. R=ken2 CC=golang-dev https://golang.org/cl/3595043
-
Russ Cox authored
Don't crash in dwarf for foreign functions. R=ken2 CC=golang-dev https://golang.org/cl/3576043
-
Russ Cox authored
Fixes #550. R=r CC=golang-dev https://golang.org/cl/3469044
-
Alex Brainman authored
R=rsc, peterGo CC=golang-dev https://golang.org/cl/3095042
-
Wei Guangjing authored
R=brainman, rsc CC=golang-dev https://golang.org/cl/3533041
-
- 12 Dec, 2010 4 commits
-
-
Gustavo Niemeyer authored
R=golang-dev, gri CC=golang-dev https://golang.org/cl/3606043
-
Robert Griesemer authored
- improved search result page - clicking on files shows highlighted search phrase (.go files loose their godoc-specific formatting and highlighting in this mode - a better solution is in the works) - support for textual results - fixed bug with non-URL escaped URL parameter (Query) R=rsc, adg CC=golang-dev https://golang.org/cl/3585041
-
Eoghan Sherry authored
If an %lld argument can be 32 or 64 bits wide, cast to vlong. If always 32 bits, drop the ll. Fixes #1336. R=brainman, rsc CC=golang-dev https://golang.org/cl/3580041
-
Nigel Tao authored
R=r CC=golang-dev https://golang.org/cl/3601041
-
- 11 Dec, 2010 1 commit
-
-
Mikio Hara authored
R=golang-dev, gri CC=golang-dev https://golang.org/cl/3592041
-
- 10 Dec, 2010 5 commits
-
-
Robert Griesemer authored
To enable use -fulltext flag; e.g.: godoc -v -fulltext -http=:7777 Enabling the fulltext index will use significantly more memory as the text of all source code, the respective suffixarray, and the file set data structure is kept in memory. At the moment there is about 6Mb of source code (~1400 files) indexed under GOROOT. Source code + suffix array together consume 5*(size of source) or about 30Mb. The file set data structure consumes about 4b/src line. By default only up to 5000 results are shown for now. The presentation of the results needs tuning. In particular, if a string is found, clicking on the respective file does not highlight them, yet. At the moment, only Go source files are indexed. Eventually, the full text index should encompass other files as well. R=rsc, adg CC=golang-dev https://golang.org/cl/3182043
-
Russ Cox authored
R=r, gri CC=golang-dev https://golang.org/cl/3547042
-
Russ Cox authored
Fixes #1332. R=iant, iant2 CC=golang-dev https://golang.org/cl/3555041
-
Russ Cox authored
Update #1334. R=r CC=golang-dev https://golang.org/cl/3553041
-
Nigel Tao authored
Also, shorten fooInsertionMode to fooIM. R=gri CC=golang-dev https://golang.org/cl/3504042
-
- 09 Dec, 2010 17 commits
-
-
Ryan Hitchman authored
Fixes #1149. R=adg CC=golang-dev https://golang.org/cl/3564041
-
Ken Thompson authored
R=rsc CC=golang-dev https://golang.org/cl/3565041
-
Andrew Gerrand authored
and send Content-Length. Also includes some testing of the server code. R=rsc CC=golang-dev https://golang.org/cl/2831041
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/3439043
-
Rob Pike authored
Fixes #1333. R=rsc, gri CC=golang-dev https://golang.org/cl/3556041
-
Nigel Kerr authored
Fixes #1259. R=rsc CC=golang-dev https://golang.org/cl/2967041
-
Russ Cox authored
R=r CC=golang-dev, lstoakes, nk https://golang.org/cl/3549041
-
Russ Cox authored
Fixes #22. (again) R=r CC=golang-dev https://golang.org/cl/3547041
-
Mikio Hara authored
R=rsc CC=golang-dev https://golang.org/cl/3266042
-
Ryan Hitchman authored
Fixes #932. R=rsc CC=golang-dev https://golang.org/cl/3515041
-
Robert Griesemer authored
- change Walk signature to use an ast.Node instead of interface{} - add Pos functions to a couple of ast types to make them proper nodes - explicit nil checks where a node can be nil; incorrect ASTs cause Walk to crash For now ast.Walk is exercised extensively as part of godoc's indexer; so we have some confidence in its correctness. But this needs a test, eventually. Fixes #1326. R=rsc, r CC=golang-dev https://golang.org/cl/3481043
-
Robert Griesemer authored
(inspired by CL 3529041 by hitchmanr@gmail.com) R=rsc CC=golang-dev https://golang.org/cl/3527042
-
Balazs Lecz authored
This patch adds a new package: os/inotify, which provides a Go wrapper to the Linux inotify system. R=rsc, albert.strasheim, rog, jacek.masiulaniec CC=golang-dev https://golang.org/cl/2049043
-
Robert Griesemer authored
R=iant, r2 CC=golang-dev https://golang.org/cl/3532042
-
Rob Pike authored
At the moment, and for the forseeable future, it only checks arguments to print calls. R=rsc, gri, niemeyer, iant2, rog, lstoakes, jacek.masiulaniec, cw CC=golang-dev https://golang.org/cl/3522041
-
Rob Pike authored
Fixes #1278. R=rsc CC=golang-dev https://golang.org/cl/3434046
-
Ryan Hitchman authored
R=golang-dev, gri CC=golang-dev https://golang.org/cl/3529041
-
- 08 Dec, 2010 6 commits
-
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/3524041
-
Andrew Gerrand authored
R=r CC=golang-dev https://golang.org/cl/3516042
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/3523041
-
Russ Cox authored
Necessary but not sufficient step toward making those builds work. R=r CC=golang-dev https://golang.org/cl/3411043
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/3431046
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/3521041
-