1
0
mirror of https://github.com/golang/go synced 2024-10-05 18:31:28 -06:00
go/src
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
..
cmd Addressing issue brought up by dsymonds: 2009-11-08 23:34:08 -08:00
lib9 fix build after Mercurial move. 2009-10-22 10:59:27 -07:00
libbio
libcgo
libmach fix build after Mercurial move. 2009-10-22 10:59:27 -07:00
pkg bug212, bug213. 2009-11-08 23:22:06 -08:00
all-arm.bash fixed len/cap for chan. disable gc for now. 2009-10-23 20:31:03 -07:00
all-nacl.bash move native client to exp/nacl. 2009-10-14 17:16:21 -07:00
all.bash
clean.bash misc cleanup 2009-11-01 09:25:55 -08:00
make-arm.bash clone and futex 2009-10-29 21:21:14 -07:00
Make.386
Make.amd64
Make.arm
make.bash new command hgpatch, for use by codereview extension 2009-11-05 09:27:19 -08:00
Make.cmd
Make.conf
Make.pkg Make.pkg: add DEPS= support 2009-11-01 05:43:26 -08:00
quietgcc.bash Permit the CC environment variable to include arguments 2009-11-01 16:29:33 -08:00
run.bash fix build after Mercurial move. 2009-10-22 10:59:27 -07:00
sudo.bash