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
/
fmt.odin
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
`cast(Type)expr`; Fix overloaded procedure determination on assignment
Ginger Bill
2017-07-11
1
-3
/
+1
*
Clean up _preload.odin types
Ginger Bill
2017-07-10
1
-42
/
+3
*
`union` type allow for any types and removes common fields
Ginger Bill
2017-07-10
1
-50
/
+36
*
Make record semicolon syntax more consistent
Ginger Bill
2017-07-10
1
-2
/
+2
*
Use semicolons as field delimiters in records
Ginger Bill
2017-07-10
1
-18
/
+18
*
"Fix" printing of embedded `any` to prevent recursion
Ginger Bill
2017-07-10
1
-6
/
+20
*
`..` half closed range; `...` open range; `...` variadic syntax
Ginger Bill
2017-07-07
1
-51
/
+51
*
Fix aprint* bug; NULL -> nullptr; Better error messages for overloaded functions
Ginger Bill
2017-07-06
1
-5
/
+7
*
Allow for overloading of polymorphic procedures
Ginger Bill
2017-07-04
1
-5
/
+5
*
`do` keyword for inline statements instead of blocks
Ginger Bill
2017-07-01
1
-33
/
+33
*
:: style procedure declarations; remove old parsing code
Ginger Bill
2017-06-28
1
-53
/
+53
*
Remove `type` prefix declarations
Ginger Bill
2017-06-28
1
-2
/
+2
*
Disable `var` and `const` declarations
Ginger Bill
2017-06-28
1
-114
/
+109
*
Remove `let`
Ginger Bill
2017-06-26
1
-1
/
+1
*
Default result values for procedure types; Named result values in `return` st...
Ginger Bill
2017-06-22
1
-88
/
+44
*
Compiler compiles for x86 (doesn't work properly)
Ginger Bill
2017-06-19
1
-2
/
+2
*
Declaration grouping uses () rather than {}; Fix some problem with compilatio...
Ginger Bill
2017-06-17
1
-10
/
+10
*
Declaration grouping uses braces rather than parentheses
Ginger Bill
2017-06-13
1
-10
/
+10
*
Update default field value syntax; Use more declaration groupings
Ginger Bill
2017-06-12
1
-21
/
+29
*
Pascal style declaration grouping with ()
Ginger Bill
2017-06-12
1
-7
/
+8
*
`import` and `import_load` as keywords; Fix procedure literal call trick
Ginger Bill
2017-06-12
1
-6
/
+6
*
Prefix `type` and `let` to replace `immutable`
Ginger Bill
2017-06-12
1
-4
/
+4
*
Prefix `proc` syntax
Ginger Bill
2017-06-12
1
-53
/
+53
*
Remove := with var and :: with const
Ginger Bill
2017-06-12
1
-162
/
+162
*
v0.3.0
Ginger Bill
2017-06-07
1
-1
/
+1
*
Make `rune` a basic type and not an alias; Remove `byte`
Ginger Bill
2017-06-06
1
-35
/
+45
*
Fix issue #69 for fmt.printf padding
Ginger Bill
2017-06-06
1
-8
/
+26
*
Allow 128 bit map keys
Ginger Bill
2017-06-05
1
-54
/
+60
*
Allow using on bit fields
Ginger Bill
2017-06-04
1
-47
/
+68
*
`bit_field`; Lexical sugar operators ≠ ≤ ≥
Ginger Bill
2017-06-03
1
-2
/
+10
*
Remove Quat from math.odin
Ginger Bill
2017-06-01
1
-5
/
+5
*
Remove `quaternion128` and `quaternion256` as core types
Ginger Bill
2017-06-01
1
-35
/
+0
*
Implement u128/i128 features; Add bits.odin
Ginger Bill
2017-06-01
1
-53
/
+31
*
Convert windows.odin to the new naming convention
Ginger Bill
2017-05-28
1
-1
/
+1
*
Change label syntax for `for` and `match` from #label name to name:
Ginger Bill
2017-05-28
1
-5
/
+5
*
Change naming convention from Ada_Like to RustLike
Ginger Bill
2017-05-28
1
-58
/
+59
*
`default:` to `case:`; `no_alias` to `#no_alias`
Ginger Bill
2017-05-27
1
-16
/
+16
*
Fix ir bug; allow formatting options for arrays & et al.
Ginger Bill
2017-05-09
1
-41
/
+28
*
Fix `fmt_float` precision
Ginger Bill
2017-05-07
1
-3
/
+4
*
Add hidden __tag for union variables.
Ginger Bill
2017-05-04
1
-1
/
+2
*
Improve vector math; Make bprint* return string
Ginger Bill
2017-05-01
1
-9
/
+9
*
Syntax change: cast(T)x => T(x); union_cast(T)x => x.(T); transmute(T)x => tr...
Ginger Bill
2017-04-30
1
-111
/
+106
*
Fix issues #50 and #55
Ginger Bill
2017-04-29
1
-0
/
+1
*
Fix issue #51; begin work on `atomic` types
Ginger Bill
2017-04-28
1
-0
/
+7
*
`fmt.String_Buffer`, Fix issue #44, Tweak overloading rules
Ginger Bill
2017-04-26
1
-71
/
+147
*
Swap memory layout of `any`
Ginger Bill
2017-04-23
1
-12
/
+12
*
Change interval syntax: .. open range, ..< half-closed range
Ginger Bill
2017-04-20
1
-23
/
+23
*
Fix fmt for type; remove dead stuff
Ginger Bill
2017-04-13
1
-7
/
+19
*
Basic Linux Build!
Ginger Bill
2017-04-09
1
-10
/
+9
*
Move to `Raw_*` types to raw.odin; Add size and align members to Type_Info
Ginger Bill
2017-04-07
1
-11
/
+13
[prev]
[next]