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
*
Add `ptr_to_bytes`
gingerBill
2017-11-16
1
-0
/
+10
*
Allow for printf style `assert` and `panic`
gingerBill
2017-11-16
1
-12
/
+10
*
Disable negation of unsigned constants (Issue: #145)
gingerBill
2017-11-15
1
-1
/
+0
*
Disable all cyclic importations
gingerBill
2017-11-13
1
-2
/
+0
*
Add optional truncate parameter to write_entire_file (#144)
gingerBill
2017-11-13
1
-2
/
+6
*
Remove `#const`; Minor fixes
gingerBill
2017-11-12
1
-1
/
+0
*
Allow for default arguments after a variadic parameter
gingerBill
2017-11-12
1
-76
/
+76
*
Fix cast to uintptr
gingerBill
2017-11-10
1
-1
/
+1
*
Fix opening file without close; Minor fixes
gingerBill
2017-11-09
2
-29
/
+17
*
Change push allocator system; update core libraries
gingerBill
2017-11-09
5
-67
/
+115
*
Amend allocation procedures with caller location; Compound literals missing t...
gingerBill
2017-11-09
1
-28
/
+39
*
Add Source_Code_Location parameter Allocator_Proc (#138)
gingerBill
2017-11-08
2
-10
/
+12
*
Fix array of array arithmetic
gingerBill
2017-11-07
1
-22
/
+8
*
Fix cyclic type checking bug
gingerBill
2017-11-05
1
-1
/
+1
*
Fix `fmt.odin` %#v fancy printing
gingerBill
2017-11-05
1
-7
/
+5
*
#const value procedure parameters; $N for polymorphic array lengths
gingerBill
2017-11-05
1
-38
/
+38
*
Add array programming
gingerBill
2017-11-05
1
-2
/
+1
*
Fix fmt printing `uintptr` type
gingerBill
2017-11-04
8
-67
/
+71
*
Custom thread local models
gingerBill
2017-11-03
1
-1
/
+0
*
Fix issue #130; allow conversion from any pointer to `uintptr` and vice versa
gingerBill
2017-11-02
1
-5
/
+5
*
Fix issue #131
gingerBill
2017-11-02
1
-1
/
+1
*
`@(default_calling_convention = ...)` for `foreign` blocks
gingerBill
2017-10-29
1
-149
/
+155
*
Fix pointer arithmetic; remove suffix #tags for proc types
gingerBill
2017-10-29
1
-1
/
+1
*
Infix proc calling convention `proc "std" (...)`
gingerBill
2017-10-29
10
-409
/
+285
*
Attributes; @(link_name="foo")
gingerBill
2017-10-29
16
-498
/
+565
*
#alias type declarations; core library additions; `_global` import name for t...
gingerBill
2017-10-29
9
-34
/
+272
*
Change `foreign_library` to `foreign import`
gingerBill
2017-10-15
5
-12
/
+12
*
Syntax: Replace `foreign_system_library "kernel.lib"` to `foreign_library "sy...
gingerBill
2017-10-15
5
-12
/
+12
*
Fix issue with #118
Ginger Bill
2017-10-12
1
-2
/
+5
*
Fix typos in c.odin
Ginger Bill
2017-10-10
1
-2
/
+2
*
Fix `string_to_enum_value`
Ginger Bill
2017-10-09
1
-1
/
+1
*
Union tag stored as an integer
Ginger Bill
2017-10-08
2
-5
/
+21
*
Better error messages for import cycles
Ginger Bill
2017-10-08
2
-1
/
+161
*
Fix issue #114
Ginger Bill
2017-10-04
2
-37
/
+41
*
Procedure literals for default values in structs
Ginger Bill
2017-10-01
2
-12
/
+6
*
`match` to `switch`; Optional semicolons after "import" statements
Ginger Bill
2017-10-01
22
-111
/
+113
*
Wrap entry point `main` around the C style `main` in the IR
Ginger Bill
2017-09-30
3
-4
/
+17
*
Use comma for struct field separators (disallow nesting)
Ginger Bill
2017-09-21
15
-496
/
+494
*
Fix decimal.odin, again
Ginger Bill
2017-09-20
1
-3
/
+2
*
Fix decimal.odin assignment bug
Ginger Bill
2017-09-20
2
-16
/
+16
*
Fix issue #101
Ginger Bill
2017-09-20
1
-1
/
+1
*
Fix file load order and allow when statements at file scope
Ginger Bill
2017-09-20
2
-6
/
+3
*
Fix issue #94
Ginger Bill
2017-09-11
7
-61
/
+61
*
Remove `when` suffixes; Implement file scope `when` statement, evaluated in s...
Ginger Bill
2017-09-10
7
-17
/
+24
*
Library collections
Ginger Bill
2017-09-07
17
-37
/
+35
*
IR Fix for UnionTagValue
Ginger Bill
2017-08-28
1
-2
/
+4
*
`export` declarations
Ginger Bill
2017-08-27
3
-6
/
+6
*
Remove () grouping for `foreign_library`
Ginger Bill
2017-08-27
5
-20
/
+14
*
Replace `import_load` with `using import .`
Ginger Bill
2017-08-27
11
-45
/
+31
*
Fix `mem.Arena`
Ginger Bill
2017-08-13
1
-7
/
+5
[next]