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 #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
*
|
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
[next]