aboutsummaryrefslogtreecommitdiff
path: root/container
AgeCommit message (Expand)Author
2020-01-29all: fix some staticcheck errorsRebecca Stambler
2017-08-21x/tools/container/intsets: add LowerBoundRadu Berinde
2017-08-21x/tools/container/intsets: use root blockRadu Berinde
2017-03-01Revert "x/tools/container/intsets: remove unused function"Alan Donovan
2017-03-01x/tools/container/intsets: remove unused functionDavid R. Jenni
2015-11-11container/intsets: use fast popcount with gccgoIan Lance Taylor
2015-11-11container/intsets: update build tags to exclude assembly from gccgo.David Symonds
2015-10-06container/intsets: build correctly on App EngineAndrew Gerrand
2015-10-01container/intsets: popcount: use POPCNT on amd64, Hacker's Delight algorithm ...Alan Donovan
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