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
...
*
Default result values for procedure types; Named result values in `return` st...
Ginger Bill
2017-06-22
1
-35
/
+25
*
Implicit Parameter Passing based `context` system (replacing Thread Local Sto...
Ginger Bill
2017-06-20
1
-39
/
+48
*
Compiler compiles for x86 (doesn't work properly)
Ginger Bill
2017-06-19
1
-10
/
+28
*
Code will compile as 32 bit but will causes errors in the linker on Windows
Ginger Bill
2017-06-19
1
-4
/
+5
*
Fix #location for anonymous procedures
Ginger Bill
2017-06-18
1
-3
/
+9
*
Implement `assert` and `panic` in user side code
Ginger Bill
2017-06-18
1
-15
/
+23
*
`#location(..)` and `#call_location`
Ginger Bill
2017-06-18
1
-0
/
+13
*
Declaration grouping uses () rather than {}; Fix some problem with compilatio...
Ginger Bill
2017-06-17
1
-23
/
+20
*
Declaration grouping uses braces rather than parentheses
Ginger Bill
2017-06-13
1
-10
/
+10
*
`foreign` blocks for procedures
Ginger Bill
2017-06-12
1
-11
/
+13
*
Pascal style declaration grouping with ()
Ginger Bill
2017-06-12
1
-132
/
+140
*
`import` and `import_load` as keywords; Fix procedure literal call trick
Ginger Bill
2017-06-12
1
-4
/
+4
*
Prefix `type` and `let` to replace `immutable`
Ginger Bill
2017-06-12
1
-14
/
+14
*
Prefix `proc` syntax
Ginger Bill
2017-06-12
1
-68
/
+68
*
Remove := with var and :: with const
Ginger Bill
2017-06-12
1
-146
/
+146
*
v0.3 Release
v0.3.0
Ginger Bill
2017-06-08
1
-4
/
+3
*
v0.3.0
Ginger Bill
2017-06-07
1
-2
/
+2
*
Make `rune` a basic type and not an alias; Remove `byte`
Ginger Bill
2017-06-06
1
-15
/
+16
*
Allow 128 bit map keys
Ginger Bill
2017-06-05
1
-9
/
+9
*
`bit_field`; Lexical sugar operators ≠ ≤ ≥
Ginger Bill
2017-06-03
1
-0
/
+5
*
Remove `quaternion128` and `quaternion256` as core types
Ginger Bill
2017-06-01
1
-22
/
+0
*
Change naming convention from Ada_Like to RustLike
Ginger Bill
2017-05-28
1
-79
/
+90
*
Reimplement #ordered again
Ginger Bill
2017-05-12
1
-7
/
+7
*
Fix alignment and size bug of enums; Remove #ordered and make the default #or...
Ginger Bill
2017-05-02
1
-7
/
+7
*
Syntax change: cast(T)x => T(x); union_cast(T)x => x.(T); transmute(T)x => tr...
Ginger Bill
2017-04-30
1
-32
/
+32
*
Fix issue #51; begin work on `atomic` types
Ginger Bill
2017-04-28
1
-0
/
+1
*
Swap memory layout of `any`
Ginger Bill
2017-04-23
1
-2
/
+2
*
Fix constant bounds checking for slicing
Ginger Bill
2017-04-22
1
-0
/
+1
*
Making slicing a little more robust
Ginger Bill
2017-04-21
1
-3
/
+1
*
Change interval syntax: .. open range, ..< half-closed range
Ginger Bill
2017-04-20
1
-5
/
+5
*
Fix error printing for basic directives
Ginger Bill
2017-04-17
1
-0
/
+1
*
Fix: map key not getting transferred on rehash
Ginger Bill
2017-04-11
1
-4
/
+3
*
Fix map bug which removed N values from the beginning
Ginger Bill
2017-04-11
1
-13
/
+29
*
Remove debug text
Ginger Bill
2017-04-11
1
-2
/
+1
*
Fix `map` assignment bug due to growth
Ginger Bill
2017-04-11
1
-6
/
+11
*
Basic Linux Build!
Ginger Bill
2017-04-09
1
-4
/
+5
*
Move to `Raw_*` types to raw.odin; Add size and align members to Type_Info
Ginger Bill
2017-04-07
1
-43
/
+18
*
Fix ir bugs: global variable names, untyped to any assignment
Ginger Bill
2017-04-06
1
-3
/
+3
*
len, cap, make; remove .count, .capacity, new_slice
Ginger Bill
2017-04-02
1
-51
/
+66
*
Add Quaternions: quaternion128, quaternion256
Ginger Bill
2017-04-01
1
-13
/
+57
*
Complex numbers: complex64 complex128
Ginger Bill
2017-04-01
1
-0
/
+1
*
Begin work on the custom backend
Ginger Bill
2017-03-05
1
-3
/
+34
*
fmt.odin uses ^[]byte rather than custom Buffer type
Ginger Bill
2017-02-26
1
-5
/
+1
*
Slices now have a capacity.
Ginger Bill
2017-02-26
1
-6
/
+29
*
Ellipsis is now just `..`; Remove half-closed range operator and treat all of...
Ginger Bill
2017-02-26
1
-3
/
+3
*
++ -- statements; add strconv.odin (and replace some of the fmt procs); Fix ~...
Ginger Bill
2017-02-26
1
-3
/
+3
*
Fix minor bugs in IR for slices
Ginger Bill
2017-02-23
1
-3
/
+3
*
A decent union type with common fields and variants
Ginger Bill
2017-02-21
1
-74
/
+23
*
Begin changing `union` syntax
Ginger Bill
2017-02-19
1
-0
/
+43
*
`delete` for maps
Ginger Bill
2017-02-19
1
-1
/
+1
[prev]
[next]