index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ptr_set.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Begin work on hash types
gingerBill
2025-02-17
1
-5
/
+5
*
Allow compound literals to access fields through `using`
gingerBill
2023-02-26
1
-1
/
+1
*
Correct `mpsc_dequeue`
gingerBill
2023-01-12
1
-11
/
+0
*
Inline map gets; cast explicitly on TOMBSTONE checking
gingerBill
2023-01-05
1
-5
/
+5
*
Improve the `PtrSet` to be as simple and small as possible
gingerBill
2023-01-04
1
-171
/
+132
*
Remove unused procedures
gingerBill
2023-01-03
1
-11
/
+3
*
Convert `minimum_dependency_type_info_set` to use a `PtrMap`
gingerBill
2023-01-03
1
-10
/
+0
*
Add extra mutex to TypePth just in case
gingerBill
2023-01-03
1
-0
/
+3
*
Allow all set entry types to be implicitly cast to their key/value type to al...
gingerBill
2023-01-03
1
-4
/
+8
*
Use heap_allocator for all hash set types
gingerBill
2023-01-03
1
-6
/
+15
*
`gb_internal` a lot
gingerBill
2022-12-18
1
-27
/
+27
*
Replace compiler for loops for the hash-table types to simplify code usage
gingerBill
2022-12-09
1
-0
/
+21
*
Make the link order of foreign imports deterministic
gingerBill
2022-05-04
1
-1
/
+1
*
Fix #1267
gingerBill
2022-01-23
1
-0
/
+9
*
Improve usage of `file_id`
gingerBill
2021-11-15
1
-1
/
+3
*
Unify hash logic for `PtrSet`
gingerBill
2021-11-05
1
-6
/
+4
*
Clean up logic
gingerBill
2021-11-05
1
-1
/
+1
*
Unify `MapFindResult` types
gingerBill
2021-11-05
1
-48
/
+37
*
Change map index types to `u32` from `isize`
gingerBill
2021-11-05
1
-5
/
+4
*
Improve performance of the compiler hash table types and unify behaviour
gingerBill
2021-11-05
1
-26
/
+47
*
Make PtrSet match Map
gingerBill
2021-11-05
1
-8
/
+12
*
Add sanity casts for 32/64 bit correctness
gingerBill
2021-07-12
1
-4
/
+4
*
Use `next_pow2_isize`
gingerBill
2021-07-10
1
-17
/
+0
*
Add `-show-unused` (Shows unused package declarations of all imported packages)
gingerBill
2020-11-17
1
-2
/
+27
*
Improve generate_entity_dependency_graph: Calculate edges for graph M - Part 2
gingerBill
2020-11-15
1
-16
/
+16
*
Add next_pow2_isize for PtrSet
gingerBill
2020-11-15
1
-1
/
+18
*
Fix calling convention for new LLVM ABI, and change`PtrSet` index to be `u32`...
gingerBill
2020-11-15
1
-29
/
+32
*
Minor fixes to improve hash map/set performance
gingerBill
2020-05-21
1
-23
/
+9
*
`array_make`
gingerBill
2018-02-25
1
-3
/
+5
*
Change Map and PtrSet grow rate
gingerBill
2017-12-12
1
-9
/
+12
*
Disable struct field reordering (for the time being)
gingerBill
2017-12-12
1
-4
/
+2
*
Fix proc groups from import names
gingerBill
2017-12-10
1
-2
/
+3
*
Add `examples`
Ginger Bill
2017-08-27
1
-6
/
+2
*
Import cycle checking
Ginger Bill
2017-08-27
1
-2
/
+7
*
Add priority_queue.cpp and ptr_set.cpp
Ginger Bill
2017-08-20
1
-0
/
+194