summaryrefslogtreecommitdiff
path: root/handles.go
AgeCommit message (Expand)Author
2021-09-05Make all non-user-creatable structures non-comparable (#802)lhchavez
2020-06-21Add a way to cleanly shut down the library (#578)lhchavez
2016-02-18handles: use real pointers to keep track of handlesCarlos Martín Nieto
2016-02-16handles, merge: simplify code, don't copy file contentsIan Lance Taylor
2016-01-07handles, merge, odb: changes for Go 1.6 pointer passing rulesIan Lance Taylor
2015-07-26Prevent slot int variable from being GCed.Dmitri Shuralyov
2015-05-22handles: do not store handles by uintptrPatrick Steinhardt
2015-05-22handles: print pointer handle on panic.Patrick Steinhardt
2015-05-22handles: start slot indices with 1Patrick Steinhardt
2015-05-22handles: correctly initialize all membersPatrick Steinhardt
2015-05-22Introduce an indirection layer for pointersCarlos Martín Nieto