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
Commit message (
Expand
)
Author
Age
Files
Lines
*
v0.1.3
v0.1.3
Ginger Bill
2017-03-27
6
-185
/
+313
*
Update version number
Ginger Bill
2017-03-19
1
-1
/
+1
*
Multiple type cases for `match in`
Ginger Bill
2017-03-19
4
-187
/
+177
*
Add named branches for match statements
Ginger Bill
2017-03-19
2
-109
/
+68
*
Add branch labels for loops; using list
Ginger Bill
2017-03-19
13
-766
/
+1424
*
Update gb.h
Ginger Bill
2017-03-17
7
-215
/
+439
*
windows.odin TYPE_NAME to Type_Name; More SSA work and SSA printing for debug...
Ginger Bill
2017-03-12
8
-349
/
+1415
*
Finally fix signed integer conversion and printing
Ginger Bill
2017-03-10
5
-43
/
+149
*
Begin work on the custom backend
Ginger Bill
2017-03-05
3
-5
/
+921
*
Refactoring of code: remove `make` prefix on many procedures
Ginger Bill
2017-03-05
8
-410
/
+405
*
Update llvm binaries to latest version; Update utf8proc;
Ginger Bill
2017-03-03
4
-83
/
+157
*
Allow pointers to `append`; Fix strconv stuff; `new_slice` allows for capacity
Ginger Bill
2017-03-02
5
-28
/
+58
*
fmt.odin uses ^[]byte rather than custom Buffer type
Ginger Bill
2017-02-26
1
-2
/
+12
*
Slices now have a capacity.
Ginger Bill
2017-02-26
6
-129
/
+185
*
Ellipsis is now just `..`; Remove half-closed range operator and treat all of...
Ginger Bill
2017-02-26
4
-20
/
+35
*
++ -- statements; add strconv.odin (and replace some of the fmt procs); Fix ~...
Ginger Bill
2017-02-26
6
-23
/
+122
*
Fix Tuple type info bug
Ginger Bill
2017-02-24
1
-6
/
+6
*
v0.1.1
v0.1.1
Ginger Bill
2017-02-24
4
-33
/
+33
*
Fix minor bugs in IR for slices
Ginger Bill
2017-02-23
3
-10
/
+6
*
A decent union type with common fields and variants
Ginger Bill
2017-02-21
7
-303
/
+511
*
Begin changing `union` syntax
Ginger Bill
2017-02-19
4
-44
/
+148
*
Unexported struct fields on selectors
Ginger Bill
2017-02-19
1
-16
/
+32
*
Unexported struct fields
Ginger Bill
2017-02-19
3
-19
/
+48
*
`delete` for maps
Ginger Bill
2017-02-19
3
-15
/
+52
*
Fix overloading bug due to `#import .`; Add sys/wgl.odin
Ginger Bill
2017-02-19
3
-25
/
+35
*
Fix overloading bug due to comparison of named types
Ginger Bill
2017-02-18
3
-18
/
+26
*
Named return values but do not affect other declarations
Ginger Bill
2017-02-18
3
-122
/
+170
*
Change ternary expression precedence
Ginger Bill
2017-02-18
4
-184
/
+267
*
Ternary expression (removed if and block expression)
Ginger Bill
2017-02-14
5
-424
/
+181
*
Ignore previous silly commit :P I shouldn't have move it
Ginger Bill
2017-02-14
1
-10
/
+7
*
Move error handling for casting
Ginger Bill
2017-02-14
1
-79
/
+83
*
Prevent `cast` on pointer to union types
Ginger Bill
2017-02-14
3
-6
/
+19
*
Optional ok for `union_cast` (similar to map indices)
Ginger Bill
2017-02-14
5
-74
/
+76
*
Fix immutable rules; add some general documentation
Ginger Bill
2017-02-14
9
-47
/
+77
*
Reimplement `immutable` with different rules.
Ginger Bill
2017-02-14
5
-47
/
+45
*
Fix index assignment rules for indirection
Ginger Bill
2017-02-14
2
-42
/
+71
*
Use a global to store the build context information
Ginger Bill
2017-02-12
9
-220
/
+195
*
Fix issue #23
Ginger Bill
2017-02-12
1
-5
/
+4
*
Record type field `names`
Ginger Bill
2017-02-12
5
-164
/
+191
*
v0.1.0
v0.1.0
Ginger Bill
2017-02-11
6
-126
/
+89
*
Dynamic array syntax [...]Type; make entities private with a prefix of `_`; f...
Ginger Bill
2017-02-11
9
-56
/
+131
*
Only check files that have been truly imported.
Ginger Bill
2017-02-11
7
-180
/
+275
*
Remove need for `type` keyword
Ginger Bill
2017-02-10
5
-183
/
+158
*
Remove Maybe type; Enum `names`
Ginger Bill
2017-02-10
8
-354
/
+237
*
Fix global maps and initialize the preload types before
Ginger Bill
2017-02-07
4
-10
/
+18
*
Map type info and fmt printing
Ginger Bill
2017-02-07
4
-20
/
+42
*
`map` immutable fields: count, capacity, allocator
Ginger Bill
2017-02-06
3
-6
/
+136
*
`map` literals
Ginger Bill
2017-02-06
3
-35
/
+105
*
Make checking map key exists optional
Ginger Bill
2017-02-06
3
-10
/
+23
*
`map` string keys and `for` iterator
Ginger Bill
2017-02-06
3
-8
/
+69
[next]