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
/
core
/
_preload.odin
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix issue #130; allow conversion from any pointer to `uintptr` and vice versa
gingerBill
2017-11-02
1
-5
/
+5
*
Infix proc calling convention `proc "std" (...)`
gingerBill
2017-10-29
1
-43
/
+43
*
Attributes; @(link_name="foo")
gingerBill
2017-10-29
1
-53
/
+70
*
Union tag stored as an integer
Ginger Bill
2017-10-08
1
-0
/
+1
*
Procedure literals for default values in structs
Ginger Bill
2017-10-01
1
-6
/
+4
*
`match` to `switch`; Optional semicolons after "import" statements
Ginger Bill
2017-10-01
1
-15
/
+13
*
Wrap entry point `main` around the C style `main` in the IR
Ginger Bill
2017-09-30
1
-1
/
+1
*
Use comma for struct field separators (disallow nesting)
Ginger Bill
2017-09-21
1
-145
/
+149
*
Fix issue #101
Ginger Bill
2017-09-20
1
-1
/
+1
*
Library collections
Ginger Bill
2017-09-07
1
-6
/
+4
*
Replace `import_load` with `using import .`
Ginger Bill
2017-08-27
1
-6
/
+5
*
Fix inline #raw_union bug in issue #87
Ginger Bill
2017-08-08
1
-1
/
+1
*
v0.6.2; Use Ada_Case for types
v0.6.2
Ginger Bill
2017-08-03
1
-87
/
+87
*
`transmute(type)x`; Minor code clean up
Ginger Bill
2017-07-30
1
-28
/
+36
*
Remove dead code for the "fixed" map idea
Ginger Bill
2017-07-29
1
-1
/
+0
*
Fix polymorphic element types usage; Empty `union` as opaque type
Ginger Bill
2017-07-20
1
-1
/
+13
*
Update internals of a Union and Tuple
Ginger Bill
2017-07-20
1
-13
/
+14
*
Fix minor parsing bug with procedure return types
Ginger Bill
2017-07-19
1
-4
/
+4
*
`type_info_of`; enum_value_to_string and string_to_enum_value
Ginger Bill
2017-07-19
1
-7
/
+9
*
Change union layout to store type info rather than an integer; ternary expres...
Ginger Bill
2017-07-19
1
-1
/
+2
*
Fix `copy`
Ginger Bill
2017-07-18
1
-1
/
+4
*
Merge `raw_union` into `struct` as a memory layout tag `#raw_union`
Ginger Bill
2017-07-18
1
-1
/
+1
*
Remove `atomic`, `++`, and `--`
Ginger Bill
2017-07-18
1
-4
/
+2
*
General specialization for polymorphic parameters
Ginger Bill
2017-07-18
1
-26
/
+71
*
Disallow default struct values for `any`; `new_clone`
Ginger Bill
2017-07-18
1
-0
/
+5
*
Fix some preload bugs.
Ginger Bill
2017-07-18
1
-24
/
+28
*
Change precedence order for types e.g. ^T(x) == ^(T(x))
Ginger Bill
2017-07-13
1
-44
/
+44
*
Fix issue #78 and have a better error message.
Ginger Bill
2017-07-13
1
-1
/
+1
*
Fix aliasing of overloaded procedures from other scopes
Ginger Bill
2017-07-11
1
-6
/
+5
*
Clean up _preload.odin types
Ginger Bill
2017-07-10
1
-29
/
+26
*
`union` type allow for any types and removes common fields
Ginger Bill
2017-07-10
1
-49
/
+74
*
Nested record declarations
Ginger Bill
2017-07-10
1
-0
/
+3
*
Use semicolons as field delimiters in records
Ginger Bill
2017-07-10
1
-89
/
+89
*
Fix _preload.odin; Add for in without parameters; Change sync.Mutex for windows
Ginger Bill
2017-07-08
1
-9
/
+11
*
`..` half closed range; `...` open range; `...` variadic syntax
Ginger Bill
2017-07-07
1
-8
/
+8
*
Fix `else do`
Ginger Bill
2017-07-07
1
-24
/
+21
*
Add `free` for maps (a previous oversight)
Ginger Bill
2017-07-05
1
-112
/
+69
*
Replace many built-in procedures with user-level procedures
Ginger Bill
2017-07-04
1
-45
/
+185
*
Allow for overloading of polymorphic procedures
Ginger Bill
2017-07-04
1
-47
/
+45
*
*_of as keyords; Allow constant aliasing for user/built-in procedures, import...
Ginger Bill
2017-07-04
1
-2
/
+14
*
Disable polymorphic overloading in the global scope
Ginger Bill
2017-07-02
1
-21
/
+68
*
`do` keyword for inline statements instead of blocks
Ginger Bill
2017-07-01
1
-49
/
+30
*
Remove `Type`
Ginger Bill
2017-06-29
1
-1
/
+0
*
Add `Type` -- Runtime type for comparing types (similar to TypeInfo but simpler)
Ginger Bill
2017-06-29
1
-0
/
+1
*
Remove `var` and `const` keywords; Fix default parameter syntax
Ginger Bill
2017-06-28
1
-2
/
+2
*
:: style procedure declarations; remove old parsing code
Ginger Bill
2017-06-28
1
-73
/
+73
*
Remove `type` prefix declarations
Ginger Bill
2017-06-28
1
-106
/
+102
*
Disable `var` and `const` declarations
Ginger Bill
2017-06-28
1
-90
/
+87
*
Remove "overloading" bug of para-poly-procs
Ginger Bill
2017-06-25
1
-1
/
+1
*
`new` as a user-level procedure
Ginger Bill
2017-06-25
1
-0
/
+5
[prev]
[next]