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 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
*
|
Use positional and named arguments within the core library
gingerBill
2023-06-21
2
-15
/
+15
|
/
*
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
*
|
Fix `fmt` for `js`
gingerBill
2023-06-06
1
-1
/
+1
*
|
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
*
Partially buffer `fmt.fprint*` related calls using a `bufio.Writer`
gingerBill
2023-04-27
1
-5
/
+35
*
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
*
Fixed incorrect precision value in `fmt` doc.
WraithGlade
2023-03-19
1
-1
/
+1
*
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
*
Basic fmt printing for `map`
gingerBill
2022-11-07
1
-30
/
+14
*
Begin work on implementing the new `map` internals
gingerBill
2022-11-07
1
-0
/
+2
*
Merge pull request #2141 from ChuuniMage/patch-2
gingerBill
2022-11-03
1
-0
/
+18
|
\
|
*
Update fmt.odin
ChuuniMage
2022-10-21
1
-2
/
+2
|
*
Add caprintf and ctprintf to fmt
ChuuniMage
2022-10-21
1
-0
/
+18
*
|
Merge pull request #2153 from oskarnp/fix-fmt-string-width
Jeroen van Rijn
2022-10-26
1
-1
/
+1
|
\
\
|
*
|
Fix behavior of fmt_string() to not truncate strings to width
Oskar Nordquist
2022-10-26
1
-1
/
+1
|
|
/
*
/
Fix printf typo in documentation
nowheredevel
2022-10-25
1
-3
/
+3
|
/
*
Clean up of the core library to make the stream vtables not be pointers direc...
gingerBill
2022-09-15
1
-3
/
+3
*
Add comment regarding the layout of a `map` to explain how it is iterated
gingerBill
2022-08-26
1
-3
/
+18
*
Update fmt.odin
gingerBill
2022-08-08
1
-2
/
+2
*
Add `#soa` pointer type to aid with refactoring to `#soa` data types
gingerBill
2022-08-08
1
-0
/
+13
*
Fix typo
gingerBill
2022-07-15
1
-1
/
+1
*
Rename strings.Builder procedures to be consistent with the rest of the core ...
gingerBill
2022-07-11
1
-7
/
+7
*
Allow %q with enums
gingerBill
2022-06-13
1
-2
/
+2
*
Increase record_level on displaying `map` values
gingerBill
2022-06-13
1
-0
/
+2
*
Minor code clean up
gingerBill
2022-06-12
1
-16
/
+10
*
Update utf-32 printing
gingerBill
2022-06-12
1
-19
/
+14
*
Support UTF-16 printing with `[]u16` and `[^]u16` related types
gingerBill
2022-06-12
1
-18
/
+75
*
Add `fmt:"s,0"` to allow arrays and multi-pointers to be printed with NUL ter...
gingerBill
2022-06-12
1
-12
/
+57
*
Correct distinction between indirection and record level
gingerBill
2022-06-11
1
-15
/
+28
*
Disable again
gingerBill
2022-06-11
1
-3
/
+3
*
Re-enable string quoting within records
gingerBill
2022-06-11
1
-3
/
+3
[next]