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/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
/
fmt.odin
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Nearly finished Jai-like declarations
Ginger Bill
2017-01-01
1
-37
/
+37
*
Begin transition to Jai-like syntax
Ginger Bill
2017-01-01
1
-60
/
+60
*
Bring back `enum` but using iota
Ginger Bill
2017-01-01
1
-0
/
+10
*
Block Expressions and `give`
Ginger Bill
2016-12-30
1
-8
/
+8
*
Handle calling conventions correctly
Ginger Bill
2016-12-22
1
-2
/
+2
*
Generic (grouped) declarations: var, let, const, type, import, include
Ginger Bill
2016-12-20
1
-3
/
+5
*
Remove `enum` for favour of Go-style enumerations
Ginger Bill
2016-12-19
1
-20
/
+0
*
Change var decl syntax
Ginger Bill
2016-12-18
1
-60
/
+60
*
var/const decl; remove `:` from parameter lists
Ginger Bill
2016-12-18
1
-34
/
+34
*
Change of `proc` and `type` declaration syntax to "prefix" style
Ginger Bill
2016-12-18
1
-33
/
+33
*
Semicolons mandatory again (and probably forever now...)
Ginger Bill
2016-12-16
1
-265
/
+263
*
`build_dll`; Require an entry point procedure `main`
Ginger Bill
2016-12-08
1
-4
/
+5
*
Go/BCPL style semicolon insertion during tokenizing stage
Ginger Bill
2016-12-05
1
-263
/
+266
*
Change entity collection strategy
Ginger Bill
2016-12-03
1
-162
/
+161
*
Semicolons are required; `when` condition for certain file scope declarations...
Ginger Bill
2016-12-01
1
-276
/
+278
*
Basic `when` statement - Compile time if statement
Ginger Bill
2016-11-29
1
-3
/
+3
*
Fix slicing and add clamp
Ginger Bill
2016-11-28
1
-2
/
+2
*
#rune "" to ''; Remove infix and postfix call notation
Ginger Bill
2016-11-28
1
-13
/
+13
*
128 bit integers
Ginger Bill
2016-11-22
1
-58
/
+65
*
Support `any` in `match type`
Ginger Bill
2016-11-20
1
-58
/
+45
*
union_cast
Ginger Bill
2016-10-16
1
-15
/
+19
*
Fix exact value bug when updating expressions
Ginger Bill
2016-10-16
1
-5
/
+7
*
Update ImplicitValue "architecture"
Ginger Bill
2016-10-15
1
-8
/
+8
*
Add Pointer Arithmetic
Ginger Bill
2016-10-12
1
-89
/
+45
*
Implicit Values: `context`; Fix lvalue selector assignments; Fix offset_of* f...
Ginger Bill
2016-10-10
1
-2
/
+9
*
Maybe types; value, ok := maybe_value(x)
Ginger Bill
2016-10-06
1
-0
/
+7
*
Untyped `nil`
Ginger Bill
2016-10-06
1
-15
/
+19
*
Refactor: Remove dead code
Ginger Bill
2016-10-02
1
-1
/
+3
*
Demo 004
Ginger Bill
2016-09-28
1
-1
/
+1
*
Update Standard Library; Fix Type_Info for integers
Ginger Bill
2016-09-28
1
-64
/
+39
*
Fix push_* with better defer system
Ginger Bill
2016-09-23
1
-1
/
+4
*
Fix type info generation
Ginger Bill
2016-09-22
1
-3
/
+7
*
Filename as default import name; as .; as _; panic()
Ginger Bill
2016-09-21
1
-1
/
+1
*
Sort enum entities; Remove sprint* from fmt.odin
Ginger Bill
2016-09-20
1
-69
/
+39
*
fmt improvement; Minor refactoring
Ginger Bill
2016-09-19
1
-17
/
+55
*
enum_to_string fix; enum count, min_value, max_value
Ginger Bill
2016-09-19
1
-4
/
+24
*
enum_to_string
Ginger Bill
2016-09-19
1
-38
/
+60
*
Core library and Better name mangling for files
Ginger Bill
2016-09-19
1
-0
/
+583
[prev]