aboutsummaryrefslogtreecommitdiff
path: root/container
AgeCommit message (Expand)Author
2015-01-14container/intsets: Intersects, SubsetOf, SymmetricDifference(With)Andrew M Bursavich
2014-12-29all: address vet reportsEmil Hessman
2014-12-09tools: add import comments.David Symonds
2014-11-13tools: minor comment fixes.Alan Donovan
2014-11-10go.tools: use golang.org/x/... import pathsAndrew Gerrand
2014-06-19container/intsets: add benchmark of AppendTo method.Alan Donovan
2014-05-30go.tools/container/intsets: increase block size to 256 bits.Alan Donovan
2014-05-20go.tools/container/intsets: support negative elements in BitString().Alan Donovan
2014-05-19go.tools: fix various minor issues found by go vetRob Pike
2014-05-16go.tools/container/intsets: use " " not ", " as (*Sparse).String() separator.Alan Donovan
2014-05-15go.tools/container/intsets: fix compile error on 32-bit platforms.Alan Donovan
2014-05-14go.tools/container/intsets: Sparse: a space-efficient representation for orde...Alan Donovan