index
:
delta/go.git
baserock/go1.2.2
baserock/go1.3
baserock/ps/add-go-wip
dev.cc
dev.garbage
dev.power64
master
release-branch.go1
release-branch.go1.1
release-branch.go1.2
release-branch.go1.3
release-branch.go1.4
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
code.google.com: Obsolete (use go-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
container
Commit message (
Expand
)
Author
Age
Files
Lines
*
container/heap: update example code
Robert Griesemer
2014-05-15
1
-10
/
+12
*
std lib: fix various typos in comments
Robert Griesemer
2014-05-02
1
-1
/
+1
*
all: fix typos
Rui Ueyama
2014-04-16
1
-1
/
+1
*
container/list: mark must be an element of the list
Markus Zimmermann
2014-02-13
2
-4
/
+21
*
container/heap: avoid and/or ambiguity in documentation
Robert Griesemer
2014-02-10
1
-1
/
+1
*
container/list: improve test coverage
Shawn Smith
2014-01-05
1
-0
/
+39
*
container/ring: add test for Move with empty Ring
Shawn Smith
2013-12-31
1
-0
/
+8
*
container/list: Add missing period to doc comment for Front
Caleb Spare
2013-12-17
1
-1
/
+1
*
container/list: unexpected panic if Next/Prev called outside of list.
Richard Eric Gavaletz
2013-09-09
2
-2
/
+20
*
container/list: fix typo in comment
Rob Pike
2013-08-08
1
-1
/
+1
*
container/heap: add Fix and document the min is element 0.
Pieter Droogendijk
2013-08-05
3
-3
/
+47
*
container/list: added MoveBefore and MoveAfter
Pieter Droogendijk
2013-07-31
2
-0
/
+52
*
container/list: document complexity of Len
Robert Griesemer
2013-07-30
1
-0
/
+1
*
container/heap: fix int overflow bug
Stefan Nilsson
2013-03-04
1
-1
/
+1
*
src: use internal tests if possible
Robin Eklind
2013-02-19
1
-2
/
+1
*
container/list: add package example
Andrew Gerrand
2013-02-11
1
-0
/
+30
*
container/heap: fix comment typo in example test
Caleb Spare
2013-02-05
1
-1
/
+1
*
container/heap: fix package doc comment about ordering.
Nigel Tao
2013-02-04
1
-1
/
+1
*
container/heap: split example into two
Caleb Spare
2013-01-30
3
-40
/
+78
*
container/list: avoid memory leaks
Robert Griesemer
2013-01-09
1
-0
/
+2
*
container/heap: Simplify the example.
Frithjof Schulze
2012-12-04
1
-7
/
+2
*
all: fix the the typos
Shenghou Ma
2012-11-22
1
-1
/
+1
*
container/list: fix typo
Taj Khattra
2012-10-28
1
-1
/
+1
*
container/heap: optimization in case heap has many duplicates
Taj Khattra
2012-10-10
2
-2
/
+15
*
container/list: slightly better code factoring
Robert Griesemer
2012-09-28
1
-9
/
+13
*
container/list: Correctly maintain internal invariants
Robert Griesemer
2012-09-28
2
-163
/
+169
*
godoc: make example code more readable with new comment convention
Andrew Gerrand
2012-02-16
1
-18
/
+21
*
godoc: support for package examples, display example suffixes
Andrew Gerrand
2012-02-16
1
-4
/
+1
*
container/heap: add example
Rob Pike
2012-02-10
2
-2
/
+108
*
build: remove Make.pkg, Make.tool
Russ Cox
2012-01-30
3
-33
/
+0
*
container/heap: better package documentation
Rob Pike
2012-01-17
1
-1
/
+7
*
container/heap: document what Push and Pop do
Russ Cox
2011-11-03
1
-3
/
+6
*
all: sort imports
Russ Cox
2011-11-02
1
-1
/
+1
*
container/vector: delete
Rob Pike
2011-10-11
10
-1859
/
+0
*
container/heap/heap_test.go: remove container/vector
Rob Pike
2011-08-22
1
-9
/
+23
*
go/printer: changed max. number of newlines from 3 to 2
Robert Griesemer
2011-07-14
13
-158
/
+0
*
pkg: spelling tweaks, A-H
Robert Hencke
2011-05-18
1
-1
/
+1
*
container/heap: fix circular dependency in test
David Symonds
2011-04-22
1
-1
/
+2
*
src/pkg: make package doc comments consistently start with "Package foo".
Nigel Tao
2011-04-20
4
-5
/
+5
*
testing: shorten some more tests
Rob Pike
2011-03-26
1
-0
/
+9
*
container/ring: Replace Iter() with Do().
Kyle Consalus
2011-02-08
2
-23
/
+10
*
delete float, complex - code changes
Russ Cox
2011-01-19
1
-3
/
+3
*
throughout: simplify two-variable ranges with unused second variable
Ryan Hitchman
2010-12-08
1
-1
/
+1
*
throughout: fix broken calls to Printf etc.
Rob Pike
2010-12-07
3
-72
/
+72
*
container/list: make Remove return Value of removed element.
Roger Peppe
2010-11-09
1
-2
/
+4
*
container/list: document iteration
Andrew Gerrand
2010-10-29
1
-0
/
+6
*
container/list: elide redundant tests and fix comment typo
Andrew Gerrand
2010-10-25
1
-8
/
+2
*
container/list: fix Remove bug and use pointer to self as identifier
Andrew Gerrand
2010-10-25
2
-19
/
+38
*
exp/iterable: delete
Russ Cox
2010-10-11
2
-16
/
+4
*
list: update comment to state that the zero value is ready to use.
Rob Pike
2010-09-03
1
-0
/
+1
[next]