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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove all binaries
llvm-4.0-windows
Ginger Bill
2017-03-03
6
-737
/
+1
*
Update llvm binaries to latest version; Update utf8proc;
Ginger Bill
2017-03-03
9
-86
/
+159
*
Allow pointers to `append`; Fix strconv stuff; `new_slice` allows for capacity
Ginger Bill
2017-03-02
12
-88
/
+184
*
fmt.odin uses ^[]byte rather than custom Buffer type
Ginger Bill
2017-02-26
4
-241
/
+222
*
Slices now have a capacity.
Ginger Bill
2017-02-26
8
-143
/
+224
*
Ellipsis is now just `..`; Remove half-closed range operator and treat all of...
Ginger Bill
2017-02-26
14
-197
/
+210
*
Fix fmt integer width printing
Ginger Bill
2017-02-26
2
-40
/
+24
*
++ -- statements; add strconv.odin (and replace some of the fmt procs); Fix ~...
Ginger Bill
2017-02-26
17
-174
/
+879
*
Fix Tuple type info bug
Ginger Bill
2017-02-24
2
-6
/
+18
*
Add core/strings.odin
Ginger Bill
2017-02-24
1
-0
/
+15
*
Fix fmt.odin printing enums
Ginger Bill
2017-02-24
2
-7
/
+13
*
v0.1.1
v0.1.1
Ginger Bill
2017-02-24
5
-133
/
+45
*
Fix minor bugs in IR for slices
Ginger Bill
2017-02-23
5
-21
/
+25
*
A decent union type with common fields and variants
Ginger Bill
2017-02-21
10
-386
/
+675
*
Begin changing `union` syntax
Ginger Bill
2017-02-19
6
-45
/
+192
*
Unexported struct fields on selectors
Ginger Bill
2017-02-19
3
-18
/
+39
*
Unexported struct fields
Ginger Bill
2017-02-19
5
-26
/
+50
*
`delete` for maps
Ginger Bill
2017-02-19
5
-16
/
+60
*
Fix overloading bug due to `#import .`; Add sys/wgl.odin
Ginger Bill
2017-02-19
7
-43
/
+114
*
Fix overloading bug due to comparison of named types
Ginger Bill
2017-02-18
5
-21
/
+29
*
Named return values but do not affect other declarations
Ginger Bill
2017-02-18
4
-124
/
+177
*
Change ternary expression precedence
Ginger Bill
2017-02-18
6
-197
/
+271
*
Ternary expression (removed if and block expression)
Ginger Bill
2017-02-14
7
-435
/
+197
*
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
2
-81
/
+84
*
Prevent `cast` on pointer to union types
Ginger Bill
2017-02-14
7
-9
/
+29
*
Optional ok for `union_cast` (similar to map indices)
Ginger Bill
2017-02-14
8
-89
/
+100
*
Fix immutable rules; add some general documentation
Ginger Bill
2017-02-14
14
-166
/
+193
*
Reimplement `immutable` with different rules.
Ginger Bill
2017-02-14
6
-54
/
+48
*
Fix index assignment rules for indirection
Ginger Bill
2017-02-14
3
-46
/
+82
*
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
2
-5
/
+11
*
Record type field `names`
Ginger Bill
2017-02-12
8
-203
/
+228
*
v0.1.0
v0.1.0
Ginger Bill
2017-02-11
12
-170
/
+164
*
Dynamic array syntax [...]Type; make entities private with a prefix of `_`; f...
Ginger Bill
2017-02-11
14
-88
/
+172
*
Only check files that have been truly imported.
Ginger Bill
2017-02-11
10
-198
/
+283
*
Remove need for `type` keyword
Ginger Bill
2017-02-10
11
-220
/
+195
*
Remove Maybe type; Enum `names`
Ginger Bill
2017-02-10
15
-474
/
+345
*
Fix global maps and initialize the preload types before
Ginger Bill
2017-02-07
5
-13
/
+27
*
Map type info and fmt printing
Ginger Bill
2017-02-07
7
-52
/
+139
*
`map` immutable fields: count, capacity, allocator
Ginger Bill
2017-02-06
4
-10
/
+143
*
`map` literals
Ginger Bill
2017-02-06
4
-48
/
+138
*
Make checking map key exists optional
Ginger Bill
2017-02-06
4
-12
/
+25
*
`map` string keys and `for` iterator
Ginger Bill
2017-02-06
5
-14
/
+82
*
dynamic `map` insertion and lookup
Ginger Bill
2017-02-06
5
-45
/
+55
*
Nearly implement dynamics map, missing insertion
Ginger Bill
2017-02-06
6
-86
/
+327
*
Begin writing dynamic map procs and fix `using` bug in IR
Ginger Bill
2017-02-05
11
-307
/
+617
*
Add `types.odin`; Begin work on `map`
Ginger Bill
2017-02-05
10
-40
/
+442
*
Custom struct alignment
Ginger Bill
2017-02-05
9
-350
/
+485
*
Add build guards around compiling part of the code.
Ginger Bill
2017-02-01
1
-1
/
+4
[next]