1
0
mirror of https://github.com/golang/go synced 2024-10-04 09:21:21 -06:00
go/src/cmd
Robert Griesemer 312bd7a1fc parser:
- Changed filter function for parser.ParsePackage to
  take an *os.Dir instead of a filename for more
  powerful filters

- Removed TODO in ast.PackageInterface: Now collect
  package comments from all package files

- Cleanups in godoc: Use the new ParsePackage and
  PackageInterface functions; as a result computing
  package information is much simpler now.

R=rsc
DELTA=285  (80 added, 110 deleted, 95 changed)
OCL=32473
CL=32486
2009-07-29 17:01:09 -07:00
..
5a Support use of $GOBINDIR to override $HOME/bin 2009-07-28 11:23:24 -07:00
5c Support use of $GOBINDIR to override $HOME/bin 2009-07-28 11:23:24 -07:00
5g fix error that gcc thinks is a warning 2009-07-28 17:02:05 -07:00
5l Support use of $GOBINDIR to override $HOME/bin 2009-07-28 11:23:24 -07:00
6a Support use of $GOBINDIR to override $HOME/bin 2009-07-28 11:23:24 -07:00
6c Support use of $GOBINDIR to override $HOME/bin 2009-07-28 11:23:24 -07:00
6g break and continue fixes 2009-07-29 14:49:01 -07:00
6l Support use of $GOBINDIR to override $HOME/bin 2009-07-28 11:23:24 -07:00
8a Support use of $GOBINDIR to override $HOME/bin 2009-07-28 11:23:24 -07:00
8c Support use of $GOBINDIR to override $HOME/bin 2009-07-28 11:23:24 -07:00
8g break and continue fixes 2009-07-29 14:49:01 -07:00
8l Support use of $GOBINDIR to override $HOME/bin 2009-07-28 11:23:24 -07:00
ar Support use of $GOBINDIR to override $HOME/bin 2009-07-28 11:23:24 -07:00
cc fix bug in codegen when we modified move instruction instead 2009-07-13 20:33:59 -07:00
cov Support use of $GOBINDIR to override $HOME/bin 2009-07-28 11:23:24 -07:00
ebnflint Support use of $GOBINDIR to override $HOME/bin 2009-07-28 11:23:24 -07:00
gc break and continue fixes 2009-07-29 14:49:01 -07:00
gobuild Support use of $GOBINDIR to override $HOME/bin 2009-07-28 11:23:24 -07:00
godefs Support use of $GOBINDIR to override $HOME/bin 2009-07-28 11:23:24 -07:00
godoc parser: 2009-07-29 17:01:09 -07:00
gofmt parser: 2009-07-29 17:01:09 -07:00
gotest Support use of $GOBINDIR to override $HOME/bin 2009-07-28 11:23:24 -07:00
ld make 6l produce dynamically linked binaries (although they are fully statically linked as far 2009-07-21 15:10:47 -07:00
nm Support use of $GOBINDIR to override $HOME/bin 2009-07-28 11:23:24 -07:00
prof Support use of $GOBINDIR to override $HOME/bin 2009-07-28 11:23:24 -07:00
clean.bash ebnflint command 2009-07-13 10:26:58 -07:00
make.bash fix build 2009-06-16 09:39:57 -07:00