summaryrefslogtreecommitdiff
path: root/src/pkg/container
Commit message (Expand)AuthorAgeFilesLines
* container/heap: update example codeRobert Griesemer2014-05-151-10/+12
* std lib: fix various typos in commentsRobert Griesemer2014-05-021-1/+1
* all: fix typosRui Ueyama2014-04-161-1/+1
* container/list: mark must be an element of the listMarkus Zimmermann2014-02-132-4/+21
* container/heap: avoid and/or ambiguity in documentationRobert Griesemer2014-02-101-1/+1
* container/list: improve test coverageShawn Smith2014-01-051-0/+39
* container/ring: add test for Move with empty RingShawn Smith2013-12-311-0/+8
* container/list: Add missing period to doc comment for FrontCaleb Spare2013-12-171-1/+1
* container/list: unexpected panic if Next/Prev called outside of list.Richard Eric Gavaletz2013-09-092-2/+20
* container/list: fix typo in commentRob Pike2013-08-081-1/+1
* container/heap: add Fix and document the min is element 0.Pieter Droogendijk2013-08-053-3/+47
* container/list: added MoveBefore and MoveAfterPieter Droogendijk2013-07-312-0/+52
* container/list: document complexity of LenRobert Griesemer2013-07-301-0/+1
* container/heap: fix int overflow bugStefan Nilsson2013-03-041-1/+1
* src: use internal tests if possibleRobin Eklind2013-02-191-2/+1
* container/list: add package exampleAndrew Gerrand2013-02-111-0/+30
* container/heap: fix comment typo in example testCaleb Spare2013-02-051-1/+1
* container/heap: fix package doc comment about ordering.Nigel Tao2013-02-041-1/+1
* container/heap: split example into twoCaleb Spare2013-01-303-40/+78
* container/list: avoid memory leaksRobert Griesemer2013-01-091-0/+2
* container/heap: Simplify the example.Frithjof Schulze2012-12-041-7/+2
* all: fix the the typosShenghou Ma2012-11-221-1/+1
* container/list: fix typoTaj Khattra2012-10-281-1/+1
* container/heap: optimization in case heap has many duplicatesTaj Khattra2012-10-102-2/+15
* container/list: slightly better code factoringRobert Griesemer2012-09-281-9/+13
* container/list: Correctly maintain internal invariantsRobert Griesemer2012-09-282-163/+169
* godoc: make example code more readable with new comment conventionAndrew Gerrand2012-02-161-18/+21
* godoc: support for package examples, display example suffixesAndrew Gerrand2012-02-161-4/+1
* container/heap: add exampleRob Pike2012-02-102-2/+108
* build: remove Make.pkg, Make.toolRuss Cox2012-01-303-33/+0
* container/heap: better package documentationRob Pike2012-01-171-1/+7
* container/heap: document what Push and Pop doRuss Cox2011-11-031-3/+6
* all: sort importsRuss Cox2011-11-021-1/+1
* container/vector: deleteRob Pike2011-10-1110-1859/+0
* container/heap/heap_test.go: remove container/vectorRob Pike2011-08-221-9/+23
* go/printer: changed max. number of newlines from 3 to 2Robert Griesemer2011-07-1413-158/+0
* pkg: spelling tweaks, A-HRobert Hencke2011-05-181-1/+1
* container/heap: fix circular dependency in testDavid Symonds2011-04-221-1/+2
* src/pkg: make package doc comments consistently start with "Package foo".Nigel Tao2011-04-204-5/+5
* testing: shorten some more testsRob Pike2011-03-261-0/+9
* container/ring: Replace Iter() with Do().Kyle Consalus2011-02-082-23/+10
* delete float, complex - code changesRuss Cox2011-01-191-3/+3
* throughout: simplify two-variable ranges with unused second variableRyan Hitchman2010-12-081-1/+1
* throughout: fix broken calls to Printf etc.Rob Pike2010-12-073-72/+72
* container/list: make Remove return Value of removed element.Roger Peppe2010-11-091-2/+4
* container/list: document iterationAndrew Gerrand2010-10-291-0/+6
* container/list: elide redundant tests and fix comment typoAndrew Gerrand2010-10-251-8/+2
* container/list: fix Remove bug and use pointer to self as identifierAndrew Gerrand2010-10-252-19/+38
* exp/iterable: deleteRuss Cox2010-10-112-16/+4
* list: update comment to state that the zero value is ready to use.Rob Pike2010-09-031-0/+1