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
/
exact_value.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Go through loads of `TODO`s
gingerBill
2023-08-01
1
-5
/
+2
*
Fix #2572
gingerBill
2023-06-07
1
-3
/
+0
*
Use `atof` in `float_from_string` to allow for debug C-like semantic purposes
gingerBill
2023-03-06
1
-1
/
+32
*
Make `-verbose-errors` the default; `-terse-errors` to disable it
gingerBill
2023-02-22
1
-3
/
+1
*
Use `heap_allocator()` with `-debug`; Reinstate the arena guards
gingerBill
2023-01-23
1
-1
/
+1
*
Remove dead code in the compiler
gingerBill
2022-12-18
1
-48
/
+38
*
Even more `gb_internal` everywhere
gingerBill
2022-12-18
1
-4
/
+4
*
`gb_internal` a lot
gingerBill
2022-12-18
1
-45
/
+45
*
correct compare_exact_values(x,y) for TypeId and Procedure
Phil
2022-12-02
1
-4
/
+4
*
Add debug symbols for global constants of integers, bools, enums, runes, & po...
gingerBill
2022-11-02
1
-0
/
+7
*
Improve error messages for compile time known bounds checking
gingerBill
2022-09-22
1
-3
/
+0
*
Make `big_int_from_string` return an error if not an integer.
Jeroen van Rijn
2022-05-03
1
-1
/
+5
*
Fix #1713
gingerBill
2022-04-14
1
-2
/
+1
*
Move comment
gingerBill
2022-02-22
1
-2
/
+2
*
Correct `ExactValue_Pointer`
gingerBill
2022-02-22
1
-3
/
+14
*
Unify `are_types_identical_unique_tuples`
gingerBill
2022-01-19
1
-1
/
+1
*
Correct tuple name checking for doc writing
gingerBill
2022-01-19
1
-1
/
+1
*
Move more things to `PtrMap`
gingerBill
2021-11-05
1
-19
/
+14
*
Replace many uses of `heap_allocator()` with `permanent_allocator()`
gingerBill
2021-09-13
1
-1
/
+1
*
Correct race condition and incorrect usage of `condition_signal` outside of a...
gingerBill
2021-08-26
1
-0
/
+5
*
Fix #1076
gingerBill
2021-08-13
1
-1
/
+1
*
Remove the literal conversion logic to the parser from the tokenizer
gingerBill
2021-08-02
1
-7
/
+7
*
Begin optimizing tokenizer; Replace `gb_utf8_decode` with `utf8_decode` (CC b...
gingerBill
2021-08-01
1
-1
/
+1
*
Change the compiler's big integer library to use libTomMath
gingerBill
2021-07-11
1
-3
/
+2
*
Add experimental support for a threaded semantic checker to `-threaded-checker`
gingerBill
2021-07-10
1
-12
/
+12
*
Implement `f16` functionality
gingerBill
2021-04-01
1
-1
/
+5
*
Change ExactValue layout for complex/quaternion types to minimize its size
gingerBill
2020-12-03
1
-48
/
+54
*
Fix typo
gingerBill
2020-12-02
1
-2
/
+2
*
Fix xor for constant booleans
gingerBill
2020-12-02
1
-0
/
+2
*
Basic `odin doc` support
gingerBill
2020-11-17
1
-3
/
+3
*
Fix `big_int_to_f64`
gingerBill
2020-05-30
1
-0
/
+5
*
Fix constant complex arithmetic bug
gingerBill
2020-05-08
1
-0
/
+2
*
Basic polymorphic named procedure parameters for procedures and records
gingerBill
2020-04-13
1
-2
/
+20
*
Simplify compiler's `Map` and create a `StringMap` specifically for strings
gingerBill
2020-04-13
1
-1
/
+4
*
Fix Duplicate integer switch case values incorrectly consider its absolute va...
gingerBill
2019-12-15
1
-1
/
+6
*
Allow ranges for array-like compound literals
gingerBill
2019-10-26
1
-1
/
+1
*
Make `typeid` semantics consistent across variables and constants
gingerBill
2019-10-06
1
-0
/
+18
*
`inline for` loops (only for 'in' based for loops)
gingerBill
2019-08-26
1
-0
/
+4
*
Built-in Quaternions (Not just an April Fool's Joke any more)
gingerBill
2019-08-26
1
-6
/
+178
*
Fix typo
gingerBill
2019-08-23
1
-1
/
+1
*
Improve #assert to show the procedure and signature it was called with; Allow...
gingerBill
2019-08-23
1
-0
/
+46
*
`intrinsics.type_*` constant evaluation procedures
gingerBill
2019-08-04
1
-8
/
+2
*
Allow booleans to be assigned to a 1-bit bit field value
gingerBill
2019-05-09
1
-0
/
+7
*
Fix BigInt normalization issue #293
gingerBill
2018-12-08
1
-1
/
+1
*
Allow bitwise operation on enums
gingerBill
2018-08-26
1
-10
/
+19
*
Disable for in over cstring
gingerBill
2018-08-26
1
-0
/
+12
*
Support larger integer literals to work with the new BigInt system
gingerBill
2018-07-29
1
-3
/
+4
*
`expand_to_tuple` for fixed arrays
gingerBill
2018-07-28
1
-3
/
+2
*
Fix typos
gingerBill
2018-07-28
1
-1
/
+1
*
Correctly handle bitwise operations for negative BigInt
gingerBill
2018-07-28
1
-11
/
+3
[next]