summaryrefslogtreecommitdiff
path: root/src/pkg/container/heap
AgeCommit message (Expand)AuthorFilesLines
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-1/+1
2010-03-30simplify various code using new map index ruleRuss Cox1-3/+3
2009-12-15 1) Change default gofmt default settings forRobert Griesemer2-71/+71
2009-11-24Replace sort.Sort call with heapify algorithm in Init.Robert Griesemer2-17/+103
2009-11-24Change to container/vector interface:Robert Griesemer1-9/+2
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia1-2/+2
2009-11-09 - replaced gofmt expression formatting algorithm withRobert Griesemer1-3/+3
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer2-9/+9
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer2-9/+3
2009-10-13reduce stutter: sort.SortInterface -> sort.Interface.Rob Pike1-10/+10
2009-10-06another round of gofmt applicationsRuss Cox1-4/+4
2009-09-16add heap.RemoveRuss Cox1-0/+14
2009-09-02heap algorithmRobert Griesemer3-0/+192