aboutsummaryrefslogtreecommitdiff
path: root/libc/test/src/__support/HashTable
AgeCommit message (Expand)AuthorFilesLines
2025-07-23[libc][NFC] Add stdint.h proxy header to fix dependency issue with <stdint.h>...lntue2-1/+2
2025-06-16[libc] Removed public function calls in table.h (#144168)sribee81-1/+3
2025-03-14[libc] Fix implicit conversion warnings in tests. (#131362)lntue1-2/+2
2024-11-18[libc] avoid type-punning with inactive union member (#116685)Schrodinger ZHU Yifan2-9/+8
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek3-6/+9
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini3-9/+6
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek3-6/+9
2023-12-05[libc] [search] improve hsearch robustness (#73896)Schrodinger ZHU Yifan2-16/+69
2023-12-05[reland][libc][NFC] Remove __support/bit.h and use __support/CPP/bit.h instea...Guillaume Chatelet1-1/+2
2023-12-05Revert "[libc][NFC] Remove __support/bit.h and use __support/CPP/bit.h instea...Guillaume Chatelet1-2/+1
2023-12-05[libc][NFC] Remove __support/bit.h and use __support/CPP/bit.h instead (#73939)Guillaume Chatelet1-1/+2
2023-12-04[libc] fix HashTable warnings and build problems (#74371)Schrodinger ZHU Yifan1-0/+3
2023-11-28[libc] [search] implement hcreate(_r)/hsearch(_r)/hdestroy(_r) (#73469)Schrodinger ZHU Yifan4-0/+269