aboutsummaryrefslogtreecommitdiff
path: root/src/hash_map.hpp
AgeCommit message (Expand)Author
2020-09-21rename src-self-hosted/ to src/Andrew Kelley
2020-07-03stage1 HashMap: linear scan for < 16 entriesAndrew Kelley
2020-07-02stage1 HashMap: store hash & do robin hood hashingAndrew Kelley
2020-07-02stage1: reimplement HashMapAndrew Kelley
2020-02-10stage1: memory/report overhaulMichael Dusan
2019-11-25const interning for 1-possible-value typesMichael Dusan
2016-12-01rewrite scope implementationAndrew Kelley
2016-03-01better hash table performanceAndrew Kelley
2016-02-01remove the constructor of hash mapAndrew Kelley
2016-01-27c_import of stdio.h works for some functionsAndrew Kelley
2015-11-24write object file and fix void return typeAndrew Kelley
2015-11-23semantic analysis checks for multiple definitions of functionsAndrew Kelley