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
Commit message (
Expand
)
Author
Age
Files
Lines
*
`transmute(type)x`; Minor code clean up
Ginger Bill
2017-07-30
6
-54
/
+60
*
Remove dead code for the "fixed" map idea
Ginger Bill
2017-07-29
1
-1
/
+0
*
Fix struct parameter bugs
Ginger Bill
2017-07-21
2
-4
/
+36
*
Fix math.odin, again
Ginger Bill
2017-07-21
1
-4
/
+4
*
Fix missing semicolons in math.odin
Ginger Bill
2017-07-21
1
-4
/
+4
*
Internal changes; thread.odin for windows only
Ginger Bill
2017-07-20
3
-5
/
+87
*
Fix polymorphic element types usage; Empty `union` as opaque type
Ginger Bill
2017-07-20
4
-41
/
+59
*
Update internals of a Union and Tuple
Ginger Bill
2017-07-20
4
-40
/
+30
*
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
2
-60
/
+78
*
Change union layout to store type info rather than an integer; ternary expres...
Ginger Bill
2017-07-19
3
-2
/
+52
*
Fix `copy`
Ginger Bill
2017-07-18
3
-3
/
+7
*
Merge `raw_union` into `struct` as a memory layout tag `#raw_union`
Ginger Bill
2017-07-18
2
-6
/
+6
*
Remove `atomic`, `++`, and `--`
Ginger Bill
2017-07-18
13
-122
/
+111
*
General specialization for polymorphic parameters
Ginger Bill
2017-07-18
4
-42
/
+87
*
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
10
-80
/
+80
*
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
*
`cast(Type)expr`; Fix overloaded procedure determination on assignment
Ginger Bill
2017-07-11
1
-3
/
+1
*
Clean up _preload.odin types
Ginger Bill
2017-07-10
3
-75
/
+33
*
`union` type allow for any types and removes common fields
Ginger Bill
2017-07-10
4
-134
/
+145
*
Nested record declarations
Ginger Bill
2017-07-10
1
-0
/
+3
*
Make record semicolon syntax more consistent
Ginger Bill
2017-07-10
2
-4
/
+4
*
Use semicolons as field delimiters in records
Ginger Bill
2017-07-10
13
-316
/
+314
*
"Fix" printing of embedded `any` to prevent recursion
Ginger Bill
2017-07-10
1
-6
/
+20
*
Fix _preload.odin; Add for in without parameters; Change sync.Mutex for windows
Ginger Bill
2017-07-08
4
-24
/
+101
*
`..` half closed range; `...` open range; `...` variadic syntax
Ginger Bill
2017-07-07
14
-106
/
+106
*
Add `sort.odin`
Ginger Bill
2017-07-07
1
-0
/
+209
*
Fix `else do`
Ginger Bill
2017-07-07
1
-24
/
+21
*
Fix aprint* bug; NULL -> nullptr; Better error messages for overloaded functions
Ginger Bill
2017-07-06
1
-5
/
+7
*
Add `free` for maps (a previous oversight)
Ginger Bill
2017-07-05
5
-125
/
+85
*
Replace many built-in procedures with user-level procedures
Ginger Bill
2017-07-04
3
-81
/
+217
*
Allow for overloading of polymorphic procedures
Ginger Bill
2017-07-04
4
-70
/
+68
*
*_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
5
-102
/
+127
*
Fix `do` on `for` loops
Ginger Bill
2017-07-01
3
-27
/
+21
*
`do` keyword for inline statements instead of blocks
Ginger Bill
2017-07-01
4
-85
/
+66
*
Implicit parametric polymorphic procedures
Ginger Bill
2017-06-29
2
-7
/
+8
*
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
23
-801
/
+801
*
Remove `type` prefix declarations
Ginger Bill
2017-06-28
15
-254
/
+235
*
Disable `var` and `const` declarations
Ginger Bill
2017-06-28
24
-2528
/
+2463
*
Remove `let`
Ginger Bill
2017-06-26
7
-10
/
+10
*
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
*
Default result values for procedure types; Named result values in `return` st...
Ginger Bill
2017-06-22
3
-129
/
+71
[next]