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 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
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2022-06-11
1
-2
/
+2
|
\
|
*
Fix typo
gingerBill
2022-06-11
1
-2
/
+2
*
|
Refactor `fmt_value`
gingerBill
2022-06-11
1
-220
/
+230
|
/
*
Support optional length parameter on struct tags for multi-pointers
gingerBill
2022-06-11
1
-0
/
+5
*
Refactor to `fmt_array`
gingerBill
2022-06-11
1
-25
/
+25
*
Correct #soa printing
gingerBill
2022-06-11
1
-64
/
+103
*
Clean up trailing comma
gingerBill
2022-06-11
1
-6
/
+7
*
Refactor with `fmt_struct`
gingerBill
2022-06-11
1
-234
/
+119
*
Check for `in_bad`
gingerBill
2022-06-11
1
-2
/
+7
*
Default to `q` for strings within structs
gingerBill
2022-06-11
1
-2
/
+6
*
Allow for `fmt:"s"` and `fmt:"s,field_length"`
gingerBill
2022-06-11
1
-10
/
+62
*
Add `fmt:"-"` to ignore fields in a struct
gingerBill
2022-06-11
1
-5
/
+29
*
Convert all uses of `*_from_slice` to `*_from_bytes` where appropriate
gingerBill
2022-05-16
1
-3
/
+3
*
Improve core:fmt formatting
Lucas Perlind
2022-03-02
1
-6
/
+22
*
Update fmt to record the bytes written in the fmt.Info
gingerBill
2022-02-20
1
-210
/
+203
*
switch to passing total_size to the io.writers
Colin Davidson
2022-02-19
1
-45
/
+22
*
fprintf tweaked to avoid calling file_size
Colin Davidson
2022-02-19
1
-22
/
+44
*
Improve BAD ENUM VALUE message in fmt #1496
gingerBill
2022-02-15
1
-4
/
+6
*
Update docs for packages fmt and io
gingerBill
2022-01-24
3
-8
/
+42
*
Simplify docs to hide the copyright
gingerBill
2022-01-17
1
-1
/
+1
*
`ODIN_ENDIAN` changed to an enum constant; `ODIN_ENUM_STRING` is the new stri...
gingerBill
2022-01-15
1
-2
/
+2
*
Add `complex32` and `quaternion64` for the 16-bit float types to `fmt`
gingerBill
2021-11-15
1
-0
/
+2
[next]