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
/
fmt.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Merge pull request #3207 from Tetralux/printfln
gingerBill
2024-02-29
1
-17
/
+114
|
\
|
*
[fmt] Add *printfln()
Tetralux
2024-02-18
1
-17
/
+114
*
|
Improve `bit_field` printing
gingerBill
2024-02-22
1
-3
/
+6
*
|
Add field tags to `bit_field`
gingerBill
2024-02-22
1
-2
/
+23
*
|
Add general support for `bit_field`s
gingerBill
2024-02-22
1
-2
/
+8
*
|
Begin work adding `bit_field`
gingerBill
2024-02-22
1
-0
/
+65
*
|
Add `reflect.enum_name_from_value` and `reflect.enum_name_from_value_any`
gingerBill
2024-02-21
1
-27
/
+2
|
/
*
Move Tracking_Allocator to its own file.
dev-2024-02
gingerBill
2024-02-01
1
-2
/
+2
*
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
1
-2
/
+2
*
Fix #3053
gingerBill
2024-01-26
1
-16
/
+2
*
Removed return value of assertf. assertf now correctly responds to -disable-a...
Dragos Popescu
2024-01-23
1
-9
/
+15
*
Remove unnecessary []byte -> []byte conversion.
Jeroen van Rijn
2023-12-30
1
-3
/
+3
*
Fix `%g` in `fmt`, and make `%v` default to `%g` for floats
gingerBill
2023-12-21
1
-6
/
+12
*
allow integer verbs in fmt_bit_set
Laytan Laats
2023-11-07
1
-4
/
+32
*
Add `allocator` parameter to `fmt`'s `aprint` and `aprintln`
gingerBill
2023-11-03
1
-4
/
+4
*
Merge pull request #2839 from Tetralux/aprintf-ally
Jeroen van Rijn
2023-10-02
1
-2
/
+2
|
\
|
*
[fmt] Add allocator parameter to `fmt.aprintf`
Tetralux
2023-10-02
1
-2
/
+2
*
|
Use `or_break` and `or_continue` where appropriate in the core library
gingerBill
2023-09-30
1
-6
/
+3
|
/
*
use KiB etc. instead of KB
Laytan Laats
2023-09-12
1
-4
/
+4
*
Add formatting of bytes into the best unit of measurement
Laytan Laats
2023-09-01
1
-0
/
+61
*
Add optional `flush := true` to many of the `core:fmt` procedures
gingerBill
2023-08-22
1
-14
/
+23
*
Disallow `for in` in favour of `for _ in`
gingerBill
2023-08-08
1
-4
/
+4
*
Remove #relative slices; Replace with #relative multi-pointers
gingerBill
2023-08-05
1
-24
/
+3
*
Clean up usage of `using` throughout core and vendor
gingerBill
2023-07-31
1
-11
/
+11
*
Use positional and named arguments within the core library
gingerBill
2023-06-21
1
-9
/
+9
*
Merge pull request #2573 from inbelic/inbelic/fmt-zero-padding
gingerBill
2023-06-07
1
-0
/
+5
|
\
|
*
[fmt] fix zero-padding behaviour of numbers
finn
2023-06-01
1
-0
/
+5
*
|
Correct printing in fmt for `ODIN_ERROR_POS_STYLE`
gingerBill
2023-06-06
1
-5
/
+16
|
/
*
Fix special printing for certain named types with `fmt.printf` related proced...
gingerBill
2023-05-24
1
-12
/
+4
*
Fix caprintf comment
Jeroen van Rijn
2023-03-27
1
-1
/
+1
*
Update fmt.odin
Jeroen van Rijn
2023-03-27
1
-7
/
+3
*
Update fmt.odin
jon lipstate
2023-03-26
1
-9
/
+11
*
corrected bprint
Jon Lipstate
2023-03-25
1
-6
/
+6
*
fmt docs
Jon Lipstate
2023-03-25
1
-97
/
+561
*
Rename to `Type_Info_Parameters`
gingerBill
2023-02-08
1
-2
/
+2
*
Clean up float_fmt logic
MarenFayre
2023-01-10
1
-13
/
+6
*
Merge pull request #2297 from MarenFayre/d-parsing
gingerBill
2023-01-10
1
-1
/
+1
|
\
|
*
Fix off by one error in %d parsing
MarenFayre
2023-01-08
1
-1
/
+1
*
|
Removed unneeded semicolon.
MarenFayre
2023-01-09
1
-4
/
+4
*
|
Fix left padding format specifier and float formatting
MarenFayre
2023-01-08
1
-71
/
+27
|
/
*
fix wprintf return value
thisisnotnull
2022-11-21
1
-1
/
+1
*
Make `Map_Info` store pointers to cell info rather than inline
gingerBill
2022-11-08
1
-2
/
+2
*
Correct hashing for `map` types
gingerBill
2022-11-08
1
-3
/
+2
*
General modifications
gingerBill
2022-11-08
1
-1
/
+2
*
Correct `fmt` printing to be robust
gingerBill
2022-11-07
1
-2
/
+2
[next]