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
...
*
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
*
Merge pull request #3207 from Tetralux/printfln
gingerBill
2024-02-29
2
-25
/
+130
|
\
|
*
[fmt] Add *printfln()
Tetralux
2024-02-18
2
-25
/
+130
*
|
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
2
-3
/
+3
*
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
*
core: Fixed build constraints
Yawning Angel
2023-12-17
1
-1
/
+2
*
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
|
/
*
update doc
Laytan Laats
2023-09-12
1
-2
/
+2
*
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
2
-0
/
+64
*
Add optional `flush := true` to many of the `core:fmt` procedures
gingerBill
2023-08-22
3
-36
/
+45
*
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
*
Fix fmt implementation for `js`
gingerBill
2023-06-26
1
-13
/
+10
*
Merge pull request #2584 from odin-lang/new-io
gingerBill
2023-06-23
1
-5
/
+5
|
\
|
*
Just make the `io.Reader` etc aliases
gingerBill
2023-06-08
1
-5
/
+5
[prev]
[next]