aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/container
AgeCommit message (Expand)Author
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2014-05-15container/heap: update example codeRobert Griesemer
2014-05-02std lib: fix various typos in commentsRobert Griesemer
2014-04-16all: fix typosRui Ueyama
2014-02-13container/list: mark must be an element of the listMarkus Zimmermann
2014-02-10container/heap: avoid and/or ambiguity in documentationRobert Griesemer
2014-01-05container/list: improve test coverageShawn Smith
2013-12-31container/ring: add test for Move with empty RingShawn Smith
2013-12-17container/list: Add missing period to doc comment for FrontCaleb Spare
2013-09-09container/list: unexpected panic if Next/Prev called outside of list.Richard Eric Gavaletz
2013-08-08container/list: fix typo in commentRob Pike
2013-08-05container/heap: add Fix and document the min is element 0.Pieter Droogendijk
2013-07-31container/list: added MoveBefore and MoveAfterPieter Droogendijk
2013-07-30container/list: document complexity of LenRobert Griesemer
2013-03-04container/heap: fix int overflow bugStefan Nilsson
2013-02-19src: use internal tests if possibleRobin Eklind
2013-02-11container/list: add package exampleAndrew Gerrand
2013-02-05container/heap: fix comment typo in example testCaleb Spare
2013-02-04container/heap: fix package doc comment about ordering.Nigel Tao
2013-01-30container/heap: split example into twoCaleb Spare
2013-01-09container/list: avoid memory leaksRobert Griesemer
2012-12-04container/heap: Simplify the example.Frithjof Schulze
2012-11-22all: fix the the typosShenghou Ma
2012-10-28container/list: fix typoTaj Khattra
2012-10-10container/heap: optimization in case heap has many duplicatesTaj Khattra
2012-09-28container/list: slightly better code factoringRobert Griesemer
2012-09-28container/list: Correctly maintain internal invariantsRobert Griesemer
2012-02-16godoc: make example code more readable with new comment conventionAndrew Gerrand
2012-02-16godoc: support for package examples, display example suffixesAndrew Gerrand
2012-02-10container/heap: add exampleRob Pike
2012-01-30build: remove Make.pkg, Make.toolRuss Cox
2012-01-17container/heap: better package documentationRob Pike
2011-11-03container/heap: document what Push and Pop doRuss Cox
2011-11-02all: sort importsRuss Cox
2011-10-11container/vector: deleteRob Pike
2011-08-22container/heap/heap_test.go: remove container/vectorRob Pike
2011-07-14go/printer: changed max. number of newlines from 3 to 2Robert Griesemer
2011-05-18pkg: spelling tweaks, A-HRobert Hencke
2011-04-22container/heap: fix circular dependency in testDavid Symonds
2011-04-20src/pkg: make package doc comments consistently start with "Package foo".Nigel Tao
2011-03-26testing: shorten some more testsRob Pike
2011-02-08 container/ring: Replace Iter() with Do().Kyle Consalus
2011-01-19delete float, complex - code changesRuss Cox
2010-12-08throughout: simplify two-variable ranges with unused second variableRyan Hitchman
2010-12-07throughout: fix broken calls to Printf etc.Rob Pike
2010-11-09container/list: make Remove return Value of removed element.Roger Peppe
2010-10-29container/list: document iterationAndrew Gerrand
2010-10-25container/list: elide redundant tests and fix comment typoAndrew Gerrand
2010-10-25container/list: fix Remove bug and use pointer to self as identifierAndrew Gerrand
2010-10-11exp/iterable: deleteRuss Cox