1
0
mirror of https://github.com/golang/go synced 2024-11-20 09:04:44 -07:00
go/src/cmd
Robert Griesemer 016d0d0900 godoc: correctly categorize interface methods, performance tuning
- interface methods appeared under VarDecl in search results
  (long-standing TODO)

- don't walk parts of AST which contain no indexable material
  (minor performance tuning)

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/6228047
2012-05-24 10:56:35 -07:00
..
5a cmd/5c, cmd/5a, cmd/5l: ARM support for PREFETCH built-in 2012-05-04 03:24:14 +08:00
5c cmd/5c: re-enable regopt() 2012-05-17 02:58:14 +08:00
5g cmd/5g: fix URL typo 2012-04-24 23:17:16 +08:00
5l cmd/ld, cmd/6l, cmd/8l, cmd/5l: fix hidden/local symbol import for ELF systems 2012-05-23 02:32:27 +08:00
6a cmd/6a: delete dead code 2012-05-22 11:42:44 -04:00
6c cmd/cgo, cmd/cc, cmd/ld: detect dynamic linker automatically 2012-05-05 01:54:16 +08:00
6g cmd/6g: peephole fixes/additions 2012-05-24 12:11:32 -04:00
6l cmd/ld, cmd/6l, cmd/8l, cmd/5l: fix hidden/local symbol import for ELF systems 2012-05-23 02:32:27 +08:00
8a cmd/8a, cmd/8l: add BSWAPL 2012-05-22 00:29:07 -04:00
8c cmd/cgo, cmd/cc, cmd/ld: detect dynamic linker automatically 2012-05-05 01:54:16 +08:00
8g cmd/6g: peephole fixes/additions 2012-05-24 12:11:32 -04:00
8l cmd/ld, cmd/6l, cmd/8l, cmd/5l: fix hidden/local symbol import for ELF systems 2012-05-23 02:32:27 +08:00
addr2line runtime/pprof: support OS X CPU profiling 2012-02-28 16:18:24 -05:00
api cmd/api: add flag to specify contexts 2012-05-23 13:45:53 -07:00
cc cmd/cc: fix uint right shift in constant evaluation 2012-05-25 00:08:52 +08:00
cgo cmd/cgo, cmd/cc, cmd/ld: detect dynamic linker automatically 2012-05-05 01:54:16 +08:00
cov cmd: update formatting of usage messages 2012-03-05 14:23:00 +11:00
dist runtime: add parallel for algorithm 2012-05-11 10:50:03 +04:00
fix cmd/fix: add rules for net/http -> net/http/httputil renames 2012-03-12 13:25:48 -07:00
gc cmd/gc: export constants in hexadecimal 2012-05-22 13:53:38 -04:00
go cmd/go: fix typo 2012-05-17 02:00:40 -04:00
godoc godoc: correctly categorize interface methods, performance tuning 2012-05-24 10:56:35 -07:00
gofmt cmd/gofmt: show ascii in usage. 2012-03-15 16:38:27 -07:00
ld cmd/ld: fix Linux/ARM build 2012-05-23 11:36:24 +08:00
nm doc: various update to command documents 2012-03-09 01:31:09 +08:00
objdump runtime/pprof: support OS X CPU profiling 2012-02-28 16:18:24 -05:00
pack cmd/pack: also recognize '\\' as path separator in filenames 2012-03-17 01:34:44 +08:00
prof cmd/prof: don't build on Plan 9 for now. 2012-04-16 17:36:36 -07:00
vet vet: check values for named constants as well as literals. 2012-04-25 12:14:38 +10:00
yacc cmd/yacc: spring cleaning for units.y 2012-04-09 15:04:59 -04:00