index
:
golang
debian-sid
pristine-tar
upstream-sid
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
go
/
doc
/
doc.go
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-03
Imported Upstream version 59
upstream/59
Ondřej Surý
1
-1
/
+1
2011-06-30
Imported Upstream version 58
upstream/58
Ondřej Surý
1
-0
/
+24
2011-04-28
Imported Upstream version 2011.04.27
upstream/2011.04.27
Ondřej Surý
1
-1
/
+1
2011-04-26
Imported Upstream version 2011.04.13
upstream/2011.04.13
Ondřej Surý
1
-4
/
+4
2011-02-14
Imported Upstream version 2011-02-01.1
upstream/2011-02-01.1
Ondřej Surý
1
-1
/
+1
2011-01-17
Imported Upstream version 2011.01.12
upstream/2011.01.12
Ondřej Surý
1
-42
/
+32
2010-05-26
godoc: collect package comments from all package files, not just the first on...
Robert Griesemer
1
-6
/
+23
2010-03-29
godoc: support for filtering of command-line output in -src mode
Robert Griesemer
1
-41
/
+20
2010-03-26
bytes, strings: IndexOfAny
Robert Griesemer
1
-9
/
+2
2010-03-18
go/doc cleanup: remove some unnecessary string conversions
Robert Griesemer
1
-3
/
+2
2010-03-05
godoc: don't throw away function documentation
Robert Griesemer
1
-4
/
+22
2010-02-24
go/ast: streamline representation of field lists
Robert Griesemer
1
-4
/
+4
2010-02-19
go/ast: use a slice instead of a linked list for the list of comments
Robert Griesemer
1
-2
/
+2
2010-02-16
remove assumption that all files belonging to a package are in the same direc...
Robert Griesemer
1
-5
/
+3
2010-01-15
Steps towards tracking scopes for identifiers.
Robert Griesemer
1
-10
/
+10
2009-12-15
1) Change default gofmt default settings for
Robert Griesemer
1
-195
/
+195
2009-12-03
- include type-associated consts and vars when filtering a PackageDoc
Robert Griesemer
1
-7
/
+9
2009-11-24
Change to container/vector interface:
Robert Griesemer
1
-3
/
+3
2009-11-20
gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg
Russ Cox
1
-2
/
+2
2009-11-09
- replaced gofmt expression formatting algorithm with
Robert Griesemer
1
-1
/
+1
2009-11-09
remove semis after statements in one-statement statement lists
Robert Griesemer
1
-30
/
+30
2009-11-08
added package documentation
Robert Griesemer
1
-0
/
+1
2009-11-06
- fine-tuning of one-line func heuristic (nodes.go)
Robert Griesemer
1
-21
/
+7
2009-11-04
gofmt-ify src/pkg/go (excluding printer directory due to pending CL,
Robert Griesemer
1
-2
/
+2
2009-11-02
use the new routine regexp.MustCompile to clean up some code that uses global...
Rob Pike
1
-15
/
+2
2009-10-27
files that are okay from the last gofmt round
Russ Cox
1
-4
/
+4
2009-10-15
Work-around for factory function heuristic failure:
Robert Griesemer
1
-9
/
+27
2009-10-08
more lgtm files from gofmt
Russ Cox
1
-71
/
+87
2009-10-06
fix build - missing from 35404
Russ Cox
1
-0
/
+7
2009-09-17
unused imports
Russ Cox
1
-3
/
+0
2009-09-16
publish doc.CommentText
Russ Cox
1
-17
/
+5
2009-09-15
more "declared and not used".
Russ Cox
1
-1
/
+1
2009-09-01
don't show exported methods of non-exported types
Robert Griesemer
1
-33
/
+13
2009-08-31
simplified heuristic for associating const/var decls with types
Robert Griesemer
1
-21
/
+15
2009-08-31
associate const and var declarations with a type where possible
Robert Griesemer
1
-18
/
+82
2009-08-28
- don't associate factory methods to basic types (which have no explicit decl...
Robert Griesemer
1
-12
/
+61
2009-08-28
- collect consts and vars in one list
Robert Griesemer
1
-75
/
+69
2009-08-12
convert non-low-level non-google pkg code
Russ Cox
1
-4
/
+0
2009-08-05
support []byte (more efficient) as well as string in the interfaces.
Rob Pike
1
-3
/
+3
2009-07-31
fix long-standing bug in doc reader:
Robert Griesemer
1
-7
/
+22
2009-07-30
go/ast/filter.go:
Robert Griesemer
1
-25
/
+49
2009-07-28
Intersperse comments nicely when printing an AST.
Robert Griesemer
1
-5
/
+16
2009-07-16
ast:
Robert Griesemer
1
-7
/
+7
2009-07-15
- do not collect BUG comments w/o bug description
Robert Griesemer
1
-9
/
+17
2009-07-13
- handle type forward declarations correctly
Robert Griesemer
1
-2
/
+8
2009-07-09
Show BUG comments in godoc:
Robert Griesemer
1
-20
/
+77
2009-07-06
- ast.FilterExports: strips all non-exported nodes from an AST
Robert Griesemer
1
-40
/
+10
2009-06-09
mv src/lib to src/pkg
Rob Pike
1
-0
/
+486