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
*
Update llvm binaries to latest version; Update utf8proc;
Ginger Bill
2017-03-03
1
-1
/
+0
*
Allow pointers to `append`; Fix strconv stuff; `new_slice` allows for capacity
Ginger Bill
2017-03-02
5
-56
/
+122
*
fmt.odin uses ^[]byte rather than custom Buffer type
Ginger Bill
2017-02-26
3
-239
/
+210
*
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
9
-173
/
+171
*
Fix fmt integer width printing
Ginger Bill
2017-02-26
1
-39
/
+23
*
++ -- statements; add strconv.odin (and replace some of the fmt procs); Fix ~...
Ginger Bill
2017-02-26
10
-146
/
+747
*
Add core/strings.odin
Ginger Bill
2017-02-24
1
-0
/
+15
*
Fix fmt.odin printing enums
Ginger Bill
2017-02-24
1
-7
/
+12
*
Fix minor bugs in IR for slices
Ginger Bill
2017-02-23
2
-11
/
+19
*
A decent union type with common fields and variants
Ginger Bill
2017-02-21
2
-78
/
+69
*
Begin changing `union` syntax
Ginger Bill
2017-02-19
1
-0
/
+43
*
Unexported struct fields on selectors
Ginger Bill
2017-02-19
1
-2
/
+0
*
Unexported struct fields
Ginger Bill
2017-02-19
1
-0
/
+2
*
`delete` for maps
Ginger Bill
2017-02-19
1
-1
/
+1
*
Fix overloading bug due to `#import .`; Add sys/wgl.odin
Ginger Bill
2017-02-19
3
-17
/
+78
*
Fix overloading bug due to comparison of named types
Ginger Bill
2017-02-18
1
-2
/
+3
*
Named return values but do not affect other declarations
Ginger Bill
2017-02-18
1
-2
/
+7
*
Change ternary expression precedence
Ginger Bill
2017-02-18
1
-10
/
+2
*
Ternary expression (removed if and block expression)
Ginger Bill
2017-02-14
1
-2
/
+10
*
Move error handling for casting
Ginger Bill
2017-02-14
1
-2
/
+1
*
Prevent `cast` on pointer to union types
Ginger Bill
2017-02-14
3
-3
/
+3
*
Optional ok for `union_cast` (similar to map indices)
Ginger Bill
2017-02-14
2
-14
/
+17
*
Fix immutable rules; add some general documentation
Ginger Bill
2017-02-14
4
-110
/
+113
*
Record type field `names`
Ginger Bill
2017-02-12
2
-38
/
+36
*
v0.1.0
v0.1.0
Ginger Bill
2017-02-11
3
-4
/
+4
*
Dynamic array syntax [...]Type; make entities private with a prefix of `_`; f...
Ginger Bill
2017-02-11
4
-15
/
+15
*
Only check files that have been truly imported.
Ginger Bill
2017-02-11
2
-8
/
+7
*
Remove need for `type` keyword
Ginger Bill
2017-02-10
5
-36
/
+36
*
Remove Maybe type; Enum `names`
Ginger Bill
2017-02-10
6
-81
/
+70
*
Map type info and fmt printing
Ginger Bill
2017-02-07
2
-28
/
+95
*
`map` immutable fields: count, capacity, allocator
Ginger Bill
2017-02-06
1
-4
/
+7
*
`map` string keys and `for` iterator
Ginger Bill
2017-02-06
1
-1
/
+4
*
dynamic `map` insertion and lookup
Ginger Bill
2017-02-06
1
-6
/
+9
*
Nearly implement dynamics map, missing insertion
Ginger Bill
2017-02-06
1
-36
/
+130
*
Begin writing dynamic map procs and fix `using` bug in IR
Ginger Bill
2017-02-05
2
-106
/
+219
*
Add `types.odin`; Begin work on `map`
Ginger Bill
2017-02-05
3
-1
/
+212
*
Custom struct alignment
Ginger Bill
2017-02-05
1
-0
/
+3
*
Update code from OSX merge to be consistent with the rest of the code
Ginger Bill
2017-02-01
2
-54
/
+16
*
Merge branch 'master' of https://github.com/zhiayang/Odin
zhiayang
2017-02-02
2
-2
/
+22
|
\
|
*
Change internals of `context`; Disable `immutable`
Ginger Bill
2017-02-01
2
-2
/
+22
*
|
oh boy, basic osx/unix support
zhiayang
2017-02-02
2
-0
/
+231
|
/
*
Change vector memory layout and operations; `for in` vector.
Ginger Bill
2017-01-30
2
-14
/
+25
*
Allow _ in floats
Ginger Bill
2017-01-29
1
-2
/
+2
*
sprint*, variadic append works correctly now.
Ginger Bill
2017-01-29
1
-0
/
+19
*
Variadic `append`
Ginger Bill
2017-01-29
1
-6
/
+8
*
Dynamic arrays
Ginger Bill
2017-01-29
3
-44
/
+91
*
Fix untyped to `any` assignments. Fixed crash when arguments with no value ar...
Ginger Bill
2017-01-29
1
-1
/
+1
*
Changed #foreign user32 to gdi32 where this was wrong.
thebirk
2017-01-28
1
-3
/
+3
*
Overloaded `free`; 3 dotted ellipsis
v0.0.6a
Ginger Bill
2017-01-28
4
-19
/
+19
[next]