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
/
map.cpp
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Try `try` and `or_else` built-in procedures with operators `try` and `try else`
gingerBill
2021-07-04
1
-0
/
+8
|
*
Minor fixes to improve hash map/set performance
gingerBill
2020-05-21
1
-2
/
+5
|
*
Simplify compiler's `Map` and create a `StringMap` specifically for strings
gingerBill
2020-04-13
1
-82
/
+33
|
*
Add checks for pre-existing type declarations.
gingerBill
2020-03-02
1
-0
/
+2
|
*
Type caching
gingerBill
2018-03-23
1
-2
/
+2
|
*
`array_make`
gingerBill
2018-02-25
1
-3
/
+5
|
*
Hexadecimal floats for "perfect values" 0h42f60000 == 123; use `bit_cast` in ↵
gingerBill
2018-02-25
1
-1
/
+1
|
|
|
|
compiler
*
#complete switch; Removal of dyncall
gingerBill
2018-02-17
1
-2
/
+12
|
*
Change Map and PtrSet grow rate
gingerBill
2017-12-12
1
-1
/
+4
|
*
Disable struct field reordering (for the time being)
gingerBill
2017-12-12
1
-5
/
+4
|
*
Explicit procedure group; Remove implicit procedure overloading
gingerBill
2017-12-09
1
-2
/
+5
|
*
Remove `when` suffixes; Implement file scope `when` statement, evaluated in ↵
Ginger Bill
2017-09-10
1
-9
/
+2
|
|
|
|
source order
*
Fix aprint* bug; NULL -> nullptr; Better error messages for overloaded functions
Ginger Bill
2017-07-06
1
-6
/
+6
|
*
Wrap hashing functions
Ginger Bill
2017-06-22
1
-8
/
+8
|
*
Amend Checker API
Ginger Bill
2017-06-21
1
-5
/
+22
|
*
Named procedure calls
Ginger Bill
2017-06-11
1
-3
/
+4
|
*
Use templated `Map` for extra type safety
Ginger Bill
2017-06-08
1
-115
/
+114
|
*
Use templated `Array` with bounds checking
Ginger Bill
2017-06-08
1
-34
/
+34
|
*
Update `String` to use overloading
Ginger Bill
2017-06-08
1
-1
/
+1
|
*
Build as C++
Ginger Bill
2017-06-08
1
-0
/
+364