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
/
common.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Hexadecimal floats for "perfect values" 0h42f60000 == 123; use `bit_cast` in ...
gingerBill
2018-02-25
1
-0
/
+9
*
Remove dead code; Fix issue regarding order of evaluation of function paramet...
gingerBill
2018-02-04
1
-1
/
+0
*
Modify implicit semicolon rules
gingerBill
2018-01-18
1
-1
/
+0
*
Change to HeapAlloc et al on Windows
gingerBill
2018-01-18
1
-1
/
+34
*
Remove `u128` and `i128`
gingerBill
2018-01-13
1
-6
/
+96
*
Add `-debug` command (still in development)
gingerBill
2017-11-19
1
-0
/
+2
*
`@(default_calling_convention = ...)` for `foreign` blocks
gingerBill
2017-10-29
1
-0
/
+1
*
Union tag stored as an integer
Ginger Bill
2017-10-08
1
-0
/
+62
*
`match` to `switch`; Optional semicolons after "import" statements
Ginger Bill
2017-10-01
1
-6
/
+12
*
Fix `path_is_directory` for *nix
Ginger Bill
2017-09-07
1
-3
/
+3
*
Library collections
Ginger Bill
2017-09-07
1
-0
/
+28
*
Global variable dependency initialization ordering
Ginger Bill
2017-08-20
1
-0
/
+2
*
Disable threading on *nix for the time being
Ginger Bill
2017-08-01
1
-1
/
+70
*
Extra type safety; Fix typos
Ginger Bill
2017-07-31
1
-2
/
+25
*
Fix aprint* bug; NULL -> nullptr; Better error messages for overloaded functions
Ginger Bill
2017-07-06
1
-13
/
+13
*
Add `free` for maps (a previous oversight)
Ginger Bill
2017-07-05
1
-53
/
+113
*
Basic command line flags: e.g. `-opt=0`
Ginger Bill
2017-06-24
1
-0
/
+1
*
Use UTF-8 command line on windows
Ginger Bill
2017-06-24
1
-1
/
+69
*
Named procedure calls
Ginger Bill
2017-06-11
1
-3
/
+7
*
Use templated `Map` for extra type safety
Ginger Bill
2017-06-08
1
-19
/
+1
*
Remove unnecessary `typedef` usage
Ginger Bill
2017-06-08
1
-2
/
+0
*
Use templated `Array` with bounds checking
Ginger Bill
2017-06-08
1
-4
/
+0
*
Build as C++
Ginger Bill
2017-06-08
1
-0
/
+262
*
Change extensions .cpp to .c
Ginger Bill
2016-11-23
1
-250
/
+0
*
Compile as C! Whoop!
Ginger Bill
2016-11-23
1
-0
/
+2
*
Remove auto
Ginger Bill
2016-11-23
1
-303
/
+0
*
Remove templated Map; replace with #include macro "templates" trick
Ginger Bill
2016-11-23
1
-9
/
+29
*
Remove Array<T> and replace with macro version
Ginger Bill
2016-11-22
1
-38
/
+37
*
Remove: string overloads; defer
Ginger Bill
2016-11-22
1
-30
/
+18
*
128 bit integers
Ginger Bill
2016-11-22
1
-0
/
+51
*
Better constant strings for SSA; Fix Type_Info
Ginger Bill
2016-10-26
1
-8
/
+15
*
Fix Type_Info bug overwriting type_info data.
Ginger Bill
2016-10-23
1
-1
/
+5
*
Separate ssa_struct_gep and ssa_array_gep procedures
Ginger Bill
2016-10-23
1
-2
/
+6
*
Minor Style Fixes
Ginger Bill
2016-10-22
1
-18
/
+27
*
Change from gbArray(T) to Array<T>
Ginger Bill
2016-10-08
1
-32
/
+39
*
Const Aggregate Literals for IR; Module path fix
Ginger Bill
2016-09-30
1
-6
/
+27
*
Begin work on const llvm aggregate literals
Ginger Bill
2016-09-30
1
-2
/
+3
*
Fix: double declaration in SSA
Ginger Bill
2016-09-27
1
-0
/
+1
*
Minimal Dependency Map: Only build what is needed
Ginger Bill
2016-09-27
1
-9
/
+12
*
Fix push_* with better defer system
Ginger Bill
2016-09-23
1
-2
/
+2
*
Unicode file loading; push_allocator & push_context
Ginger Bill
2016-09-23
1
-0
/
+41
*
enum_to_string fix; enum count, min_value, max_value
Ginger Bill
2016-09-19
1
-1
/
+1
*
Better name mangler for SSA generation
Ginger Bill
2016-09-18
1
-0
/
+31
*
Match statements; Type System change (Type_Record for all sum and product types)
Ginger Bill
2016-09-01
1
-16
/
+129
*
`using` on struct/union fields
Ginger Bill
2016-08-24
1
-2
/
+2
*
Compile with odin.exe and no run.bat
gingerBill
2016-08-16
1
-1
/
+1
*
Full Unicode Support
gingerBill
2016-08-15
1
-0
/
+1
*
string comparisons
gingerBill
2016-08-15
1
-23
/
+47
*
Code generation for procedure literals
gingerBill
2016-08-11
1
-1
/
+1
*
f16/f128,u|i128, basic vector support.
gingerBill
2016-08-10
1
-0
/
+11
[prev]
[next]