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
...
*
Remove dead code
gingerBill
2018-06-07
1
-9
/
+0
*
Fix issues with exact integer bounds and remove dead code
gingerBill
2018-05-13
1
-9
/
+20
*
`deprecated` attribute for procedure declarations
gingerBill
2018-03-03
1
-18
/
+12
*
Hexadecimal floats for "perfect values" 0h42f60000 == 123; use `bit_cast` in ...
gingerBill
2018-02-25
1
-34
/
+23
*
Remove unneeded disabled warnings for MSVC
gingerBill
2018-02-25
1
-1
/
+2
*
#complete switch; Removal of dyncall
gingerBill
2018-02-17
1
-0
/
+24
*
Remove `u128` and `i128`
gingerBill
2018-01-13
1
-32
/
+27
*
In error messages, remove ` with '; Fix error messages for `switch`
gingerBill
2017-11-12
1
-2
/
+2
*
Procedure literals for default values in structs
Ginger Bill
2017-10-01
1
-0
/
+8
*
`match` to `switch`; Optional semicolons after "import" statements
Ginger Bill
2017-10-01
1
-14
/
+28
*
Extra type safety; Fix typos
Ginger Bill
2017-07-31
1
-12
/
+12
*
Fix map internal type generation
Ginger Bill
2017-07-29
1
-5
/
+15
*
Add `Type` -- Runtime type for comparing types (similar to TypeInfo but simpler)
Ginger Bill
2017-06-29
1
-0
/
+17
*
Default result values for procedure types; Named result values in `return` st...
Ginger Bill
2017-06-22
1
-0
/
+33
*
Fix issue #72 - 128-bit literal corruption
Ginger Bill
2017-06-14
1
-2
/
+2
*
Fix bit field bug
Ginger Bill
2017-06-08
1
-28
/
+27
*
Use templated `Map` for extra type safety
Ginger Bill
2017-06-08
1
-0
/
+1
*
Remove unnecessary `typedef` usage
Ginger Bill
2017-06-08
1
-7
/
+7
*
Update `String` to use overloading
Ginger Bill
2017-06-08
1
-1
/
+3
*
Build as C++
Ginger Bill
2017-06-08
1
-0
/
+611
*
Change extensions .cpp to .c
Ginger Bill
2016-11-23
1
-400
/
+0
*
Compile as C! Whoop!
Ginger Bill
2016-11-23
1
-6
/
+6
*
typedef struct and start removing auto
Ginger Bill
2016-11-23
1
-5
/
+5
*
Remove templated Map; replace with #include macro "templates" trick
Ginger Bill
2016-11-23
1
-3
/
+3
*
Minor Style Fixes
Ginger Bill
2016-10-22
1
-2
/
+2
*
Add Pointer Arithmetic
Ginger Bill
2016-10-12
1
-2
/
+2
*
"Maybe-fy" operator
Ginger Bill
2016-10-08
1
-1
/
+1
*
Maybe types; value, ok := maybe_value(x)
Ginger Bill
2016-10-06
1
-4
/
+10
*
Untyped `nil`
Ginger Bill
2016-10-06
1
-0
/
+2
*
Begin work on const llvm aggregate literals
Ginger Bill
2016-09-30
1
-5
/
+16
*
Unicode file loading; push_allocator & push_context
Ginger Bill
2016-09-23
1
-2
/
+2
*
enum_to_string
Ginger Bill
2016-09-19
1
-3
/
+3
*
Match statements; Type System change (Type_Record for all sum and product types)
Ginger Bill
2016-09-01
1
-0
/
+4
*
Initial Demo001 code for tour of language
Ginger Bill
2016-08-19
1
-0
/
+2
*
copy(...)
gingerBill
2016-08-10
1
-1
/
+6
*
f16/f128,u|i128, basic vector support.
gingerBill
2016-08-10
1
-4
/
+7
*
Restart LLVM IR SSA generation
gingerBill
2016-07-30
1
-1
/
+1
*
Support import files as modules (i.e. import only once)
gingerBill
2016-07-21
1
-0
/
+367
[prev]