aboutsummaryrefslogtreecommitdiff
path: root/src/ptr_set.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add `-show-unused` (Shows unused package declarations of all imported packages)gingerBill2020-11-171-2/+27
* Improve generate_entity_dependency_graph: Calculate edges for graph M - Part 2gingerBill2020-11-151-16/+16
* Add next_pow2_isize for PtrSetgingerBill2020-11-151-1/+18
* Fix calling convention for new LLVM ABI, and change`PtrSet` index to be `u32`...gingerBill2020-11-151-29/+32
* Minor fixes to improve hash map/set performancegingerBill2020-05-211-23/+9
* `array_make`gingerBill2018-02-251-3/+5
* Change Map and PtrSet grow rategingerBill2017-12-121-9/+12
* Disable struct field reordering (for the time being)gingerBill2017-12-121-4/+2
* Fix proc groups from import namesgingerBill2017-12-101-2/+3
* Add `examples`Ginger Bill2017-08-271-6/+2
* Import cycle checkingGinger Bill2017-08-271-2/+7
* Add priority_queue.cpp and ptr_set.cppGinger Bill2017-08-201-0/+194