1
0
mirror of https://github.com/golang/go synced 2024-10-05 18:21:21 -06:00
go/src/cmd
Robert Griesemer d731dc8e72 Addressing issue brought up by dsymonds:
- When providing alternative spellings to a query, do not
  prefix it with a package qualifier as the suggestion may
  not have any results. Correctly filtering is quite a bit
  of work, and clicking the alternative spelling will always
  also show the qualified hits if they exist (but also others).
  Seems good enough for now.
- Give user feedback when the query syntax was wrong.
- Package names in search results are now links to the respective
  package documentation.
- Experimented with excluding main packages and test files
  from index with inconclusive results. Code is present and
  can be enabled by changing a flag in the source. This needs
  some more work.

R=rsc
CC=r, dsymonds
http://go/go-review/1026033
2009-11-08 23:34:08 -08:00
..
5a document the assemblers. 2009-11-03 16:29:32 -08:00
5c First steps at command documentation: C compilers and linkers. 2009-11-03 16:05:47 -08:00
5g fix argument order bug for float 2009-11-06 13:51:17 -08:00
5l document the gc go compilers. 2009-11-03 22:00:36 -08:00
6a document the assemblers. 2009-11-03 16:29:32 -08:00
6c First steps at command documentation: C compilers and linkers. 2009-11-03 16:05:47 -08:00
6g 8g optimizer 2009-11-06 16:51:49 -08:00
6l gofmt'ed 6l 8l cgo 2009-11-05 15:33:26 -08:00
8a document the assemblers. 2009-11-03 16:29:32 -08:00
8c First steps at command documentation: C compilers and linkers. 2009-11-03 16:05:47 -08:00
8g 8g optimizer 2009-11-06 16:51:49 -08:00
8l gofmt'ed 6l 8l cgo 2009-11-05 15:33:26 -08:00
cc with rsc: argsize rounding to 8 smashes stack data on 32bit machines. 2009-11-06 13:50:58 -08:00
cgo - fine-tuning of one-line func heuristic (nodes.go) 2009-11-06 14:24:38 -08:00
cov doc doc doc 2009-11-04 15:17:36 -08:00
ebnflint document ebnflint 2009-11-03 22:19:56 -08:00
gc bug212, bug213. 2009-11-08 23:22:06 -08:00
godefs gofmt'ed godefs 2009-11-05 15:35:53 -08:00
godoc Addressing issue brought up by dsymonds: 2009-11-08 23:34:08 -08:00
gofmt - avoid division-by-zero crash in tabwriter 2009-11-07 23:59:24 -08:00
gopack document gopack. 2009-11-03 22:36:31 -08:00
gotest make 5g executables run on android/arm hardware. change OABI 2009-11-05 22:53:08 -08:00
goyacc - fine-tuning of one-line func heuristic (nodes.go) 2009-11-06 14:24:38 -08:00
hgpatch - fine-tuning of one-line func heuristic (nodes.go) 2009-11-06 14:24:38 -08:00
ld more command documentation, including nm and prof 2009-11-03 17:46:35 -08:00
nm stylistic issues in a couple of cmd docs 2009-11-04 13:13:17 -08:00
prof stylistic issues in a couple of cmd docs 2009-11-04 13:13:17 -08:00
clean.bash new command hgpatch, for use by codereview extension 2009-11-05 09:27:19 -08:00
make.bash fix build after Mercurial move. 2009-10-22 10:59:27 -07:00