aboutsummaryrefslogtreecommitdiff
path: root/src/container
AgeCommit message (Expand)Author
2024-01-31container/heap: remove confusing claim of memory leakcodesoap
2023-10-12container/heap: add available godoc linkcui fliter
2022-04-11all: gofmt main repoRuss Cox
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-26container/list: remove unnecessary codeGusted
2020-05-31container/list: fix typo in function commentsYasser Abdolmaleki
2020-02-21container/list: remove temporary variable `n`Joe Kyo
2019-05-22all: shorten some testsRuss Cox
2019-02-26container/heap: avoid memory leak in exampleWhisperRain
2018-11-13container/heap: adjust wording in commentsRuss Cox
2018-10-26container/list: combining insert and remove operations while moving elements ...Raghavendra Nagaraj
2018-08-20container/heap: clarify that Remove returns the removed elementQais Patankar
2018-04-11container/heap: fix comments stylebontequero
2018-01-08container/list: document nil values moreBrad Fitzpatrick
2017-10-31container/ring: fix example_test.goJason Wangsadinata
2017-10-25container/ring: add examples for various Ring functionsJason Wangsadinata
2017-09-13container/heap: call t.Helper() in verify()Tyler Bui-Palsulich
2017-05-13container/heap: avoid up() invoke if down() success at heap.Remove()wuyunzhou
2017-05-09container/heap: optimization when selecting smaller childltnwgl
2016-08-16container/list: silence vet warningsJosh Bleecher Snyder
2016-08-16container/heap: remove one unnecessary comparison in FixSina Siadat
2016-05-24all: fixed a handful of typosRobert Griesemer
2016-04-20container/heap: correct number of elements in BenchmarkDupJamil Djadala
2016-03-02all: single space after period.Brad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox