Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2009-12-15 | 1) Change default gofmt default settings for | Robert Griesemer | 1 | -23/+23 |
2009-11-24 | Replace sort.Sort call with heapify algorithm in Init. | Robert Griesemer | 1 | -11/+19 |
2009-11-09 | - replaced gofmt expression formatting algorithm with | Robert Griesemer | 1 | -3/+3 |
2009-11-09 | remove semis after statements in one-statement statement lists | Robert Griesemer | 1 | -4/+4 |
2009-11-06 | - fine-tuning of one-line func heuristic (nodes.go) | Robert Griesemer | 1 | -3/+1 |
2009-10-13 | reduce stutter: sort.SortInterface -> sort.Interface. | Rob Pike | 1 | -10/+10 |
2009-10-06 | another round of gofmt applications | Russ Cox | 1 | -4/+4 |
2009-09-16 | add heap.Remove | Russ Cox | 1 | -0/+14 |
2009-09-02 | heap algorithm | Robert Griesemer | 1 | -0/+82 |