aboutsummaryrefslogtreecommitdiff
path: root/src/container/list
AgeCommit message (Expand)Author
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
2018-10-26container/list: combining insert and remove operations while moving elements ...Raghavendra Nagaraj
2018-01-08container/list: document nil values moreBrad Fitzpatrick
2016-08-16container/list: silence vet warningsJosh Bleecher Snyder
2016-05-24all: fixed a handful of typosRobert Griesemer
2014-09-08build: move package sources from src/pkg to srcRuss Cox