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
/
checker
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Any order declarations at procedure scope (except variables)
Ginger Bill
2016-09-24
1
-12
/
+84
*
Fix returns of tuple
Ginger Bill
2016-09-23
1
-15
/
+19
*
Unicode file loading; push_allocator & push_context
Ginger Bill
2016-09-23
4
-40
/
+95
*
Fix assert; exporting rules
Ginger Bill
2016-09-22
1
-5
/
+3
*
Fix type info generation
Ginger Bill
2016-09-22
3
-24
/
+49
*
Fix enum type comparison; Start demo 003 code
Ginger Bill
2016-09-21
2
-7
/
+3
*
Filename as default import name; as .; as _; panic()
Ginger Bill
2016-09-21
2
-10
/
+70
*
Sort enum entities; Remove sprint* from fmt.odin
Ginger Bill
2016-09-20
1
-0
/
+21
*
fmt improvement; Minor refactoring
Ginger Bill
2016-09-19
3
-96
/
+80
*
enum_to_string fix; enum count, min_value, max_value
Ginger Bill
2016-09-19
4
-26
/
+86
*
enum_to_string
Ginger Bill
2016-09-19
4
-39
/
+129
*
Better name mangler for SSA generation
Ginger Bill
2016-09-18
4
-47
/
+45
*
#import search rule: relative then core/
Ginger Bill
2016-09-17
1
-2
/
+9
*
VarDecl and ConstDecl split; error, warning, et al. now global
Ginger Bill
2016-09-17
4
-426
/
+424
*
#import and #load
Ginger Bill
2016-09-16
2
-8
/
+34
*
Call expression, either handle all or ignore all results.
Ginger Bill
2016-09-16
4
-33
/
+92
*
ssa - alloca all variables at the very start
Ginger Bill
2016-09-15
1
-6
/
+8
*
#file #line directives
Ginger Bill
2016-09-15
3
-32
/
+57
*
Fix namespacing issues for #import; allow using ImportName
Ginger Bill
2016-09-14
3
-37
/
+68
*
#import "" as namespace
Ginger Bill
2016-09-14
4
-94
/
+199
*
Basic module system (only file namespacing)
Ginger Bill
2016-09-14
1
-30
/
+29
*
Begin work on modules - No codegen!!!
Ginger Bill
2016-09-14
2
-124
/
+179
*
Fix addressing modes for selectors
Ginger Bill
2016-09-13
1
-18
/
+32
*
Remove len(), cap() and replace with selectors; fix defer in match
Ginger Bill
2016-09-13
3
-76
/
+81
*
Fix array bounds checking
Ginger Bill
2016-09-12
1
-0
/
+4
*
Slice and substring bounds checking
Ginger Bill
2016-09-12
1
-0
/
+3
*
Switchable array bounds checking
Ginger Bill
2016-09-12
2
-12
/
+10
*
Some global init cleanup; `volatile` types
Ginger Bill
2016-09-12
3
-9
/
+26
*
Default struct member reordering for minimal size
Ginger Bill
2016-09-10
3
-21
/
+45
*
Begin reording of struct members by default.
Ginger Bill
2016-09-09
3
-29
/
+100
*
Remove duplicates in type info data.
Ginger Bill
2016-09-09
3
-84
/
+112
*
Fix match statements for the new AstNodeArray type
Ginger Bill
2016-09-08
2
-21
/
+46
*
Fix missing `type_info` with manual linear search
Ginger Bill
2016-09-08
5
-14
/
+12
*
Slice variadic expansion `..`
Ginger Bill
2016-09-07
1
-6
/
+34
*
Remove AstNode linked lists and replace with arrays
Ginger Bill
2016-09-07
3
-220
/
+254
*
Basic variadic `print` procedure
Ginger Bill
2016-09-07
2
-1
/
+14
*
`any` type
Ginger Bill
2016-09-07
3
-82
/
+140
*
Begin Type_Info
Ginger Bill
2016-09-07
2
-14
/
+109
*
Tagged unions memory layout change; begin demo 002
Ginger Bill
2016-09-04
3
-38
/
+44
*
Type match statement for tagged unions
Ginger Bill
2016-09-04
3
-34
/
+196
*
Fix type system in SSA generation
Ginger Bill
2016-09-03
1
-0
/
+5
*
Start implementing Tagged Unions
Ginger Bill
2016-09-03
2
-66
/
+215
*
Typesafe variadic procedures
Ginger Bill
2016-09-03
4
-23
/
+108
*
Runtime assert
Ginger Bill
2016-09-02
3
-20
/
+47
*
min, max, abs
Ginger Bill
2016-09-02
2
-7
/
+168
*
Match statements; Type System change (Type_Record for all sum and product types)
Ginger Bill
2016-09-01
5
-332
/
+647
*
Fix subtype polymorphism
Ginger Bill
2016-08-31
1
-2
/
+6
*
`down_cast`
Ginger Bill
2016-08-31
2
-124
/
+213
*
Subtyping Polymorphic arguments; `using` procedure parameters
Ginger Bill
2016-08-30
4
-114
/
+151
*
Better `using`; foreign system libraries; optional semicolons
Ginger Bill
2016-08-30
5
-121
/
+247
[prev]
[next]