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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Specify %m and %M as verbs for integer formatting
AmedeoAlf
2025-09-01
1
-2
/
+2
*
Begin supporting `string16` across the core library
gingerBill
2025-08-02
1
-8
/
+8
*
Add `string16` and `cstring16` (UTF-16 based strings)
gingerBill
2025-08-02
1
-0
/
+76
*
Clarify `strconv.append_*` to `strconv.write_*`
Feoramund
2025-06-05
1
-4
/
+4
*
Correctly capitalize 'E' for the %E format specifier (#5065)
mtarik34b
2025-04-22
1
-1
/
+4
*
Fixed `fmt` handling of `bit_set[Enum]` when `min(Enum) != 0`.
Barinzaya
2025-04-07
1
-7
/
+3
*
Update `fmt` docs for procedures with a default allocator parameter
Adam Zadrożny
2025-03-09
1
-7
/
+14
*
Fix `rune` printing with `%b`
gingerBill
2025-02-25
1
-1
/
+1
*
Support use of `*` in format strings without an index.
Barinzaya
2025-02-14
1
-0
/
+8
*
Fix the '+' sign placement in the presence of '0'-padding
flysand7
2025-01-24
1
-2
/
+2
*
add ensure and ensuref to fmt and log, fix some inconsistencies
Laytan Laats
2025-01-13
1
-2
/
+24
*
Remove `#relative` types from the compiler
gingerBill
2024-11-14
1
-12
/
+0
*
fix thread_unix for Darwin after pthread corrections in posix package
Laytan Laats
2024-10-30
1
-1
/
+1
*
Moved all packages in core, base, vendor, tests and examples to use new #+ fi...
Karl Zylinski
2024-09-14
3
-5
/
+5
*
[fmt] Add bit fields to the pointer printing logic
Tetralux
2024-08-12
1
-1
/
+2
*
Add `allocator` parameters to `fmt.caprint*`
gingerBill
2024-07-24
1
-17
/
+28
*
fmt: fix optional_len or use_nul_termination being used by both array and elems
Laytan Laats
2024-07-15
1
-0
/
+8
*
Reduce the size of `runtime.Type_Info`
gingerBill
2024-07-14
1
-8
/
+8
*
Imply `#no_capture` to all variadic parameters
gingerBill
2024-07-14
3
-53
/
+53
*
Add `#no_capture args: ..T` to reuse the backing array stack memory
gingerBill
2024-07-14
3
-53
/
+53
*
Fix fmt for code compilation bug with `any`
gingerBill
2024-07-08
1
-3
/
+3
*
Fix loads of indentation issues with mixing spaces and tabs
gingerBill
2024-06-29
1
-8
/
+8
*
Even more style fixes
gingerBill
2024-06-29
1
-9
/
+6
*
Added fmt.ctprint
Karl Zylinski
2024-06-25
1
-0
/
+19
*
Handle empty structs in fmt with hash
Matias Fernandez
2024-06-14
1
-4
/
+10
*
Add example of a custom formatter.
Jeroen van Rijn
2024-06-13
1
-0
/
+57
*
Fix and document `%w` verb for `core:fmt`
Feoramund
2024-06-12
2
-6
/
+17
*
Fix `%p` pointers not printing leading `0x`
Feoramund
2024-06-07
1
-1
/
+1
*
improve orca target
Laytan Laats
2024-06-05
1
-0
/
+1
*
Fix duplicate sign printing of complex and quaternion types
Feoramund
2024-06-03
1
-4
/
+20
*
Improve `fmt` parsing of struct field tags
gingerBill
2024-05-20
1
-41
/
+89
*
Fix the way '%32b' and other prefixed numbers are written.
Jeroen van Rijn
2024-05-20
1
-11
/
+58
*
remove extra newline in enumerated array hash fmt
Matias Fernandez
2024-05-18
1
-1
/
+0
*
Correct #soa RTTI usage
gingerBill
2024-05-16
1
-1
/
+1
*
Amend `fmt` documentation
Feoramund
2024-05-09
1
-15
/
+18
*
Refactor `wprintf`
Feoramund
2024-05-09
1
-191
/
+156
*
Combine adjacent `sbprint*`/`to_string` calls
Feoramund
2024-04-28
1
-12
/
+6
*
Require results for non-buffered `print` procs
Feoramund
2024-04-28
1
-0
/
+12
*
wasm: add the `fprint` procedures to `fmt`
Laytan Laats
2024-04-28
1
-0
/
+51
*
Fix printing of big endian integers in a `bit_field`
gingerBill
2024-04-27
1
-1
/
+4
*
Add printfln and eprintfln functions to fmt_js.odin
Damian Tarnawski
2024-04-21
1
-0
/
+4
*
Merge pull request #3447 from matias-eduardo/fix-soa-hash-formatting
gingerBill
2024-04-19
1
-2
/
+19
|
\
|
*
fix #soa '%#v' formatting
Matias Fernandez
2024-04-17
1
-2
/
+19
*
|
Do not print column of a runtime.Source_Code_Location if the `column == 0`
gingerBill
2024-04-19
1
-4
/
+8
|
/
*
Fix #3407
gingerBill
2024-04-10
1
-1
/
+1
*
Add `#row_major matrix[R, C]T`
gingerBill
2024-03-19
1
-2
/
+10
*
Minor change to spacing when printing a map
gingerBill
2024-03-08
1
-3
/
+3
*
Improve formatting for `%#` on `map`s
gingerBill
2024-03-07
1
-5
/
+24
*
Replace `b` with `_` as it is not needed
gingerBill
2024-03-07
1
-1
/
+1
*
Begin work on `%w` - 'w'rite as valid Odin literals
gingerBill
2024-03-07
1
-170
/
+217
[next]