aboutsummaryrefslogtreecommitdiff
path: root/core/fmt
Commit message (Expand)AuthorAgeFilesLines
* Add `allocator` parameters to `fmt.caprint*`gingerBill2024-07-241-17/+28
* fmt: fix optional_len or use_nul_termination being used by both array and elemsLaytan Laats2024-07-151-0/+8
* Reduce the size of `runtime.Type_Info`gingerBill2024-07-141-8/+8
* Imply `#no_capture` to all variadic parametersgingerBill2024-07-143-53/+53
* Add `#no_capture args: ..T` to reuse the backing array stack memorygingerBill2024-07-143-53/+53
* Fix fmt for code compilation bug with `any`gingerBill2024-07-081-3/+3
* Fix loads of indentation issues with mixing spaces and tabsgingerBill2024-06-291-8/+8
* Even more style fixesgingerBill2024-06-291-9/+6
* Added fmt.ctprintKarl Zylinski2024-06-251-0/+19
* Handle empty structs in fmt with hashMatias Fernandez2024-06-141-4/+10
* Add example of a custom formatter.Jeroen van Rijn2024-06-131-0/+57
* Fix and document `%w` verb for `core:fmt`Feoramund2024-06-122-6/+17
* Fix `%p` pointers not printing leading `0x`Feoramund2024-06-071-1/+1
* improve orca targetLaytan Laats2024-06-051-0/+1
* Fix duplicate sign printing of complex and quaternion typesFeoramund2024-06-031-4/+20
* Improve `fmt` parsing of struct field tagsgingerBill2024-05-201-41/+89
* Fix the way '%32b' and other prefixed numbers are written.Jeroen van Rijn2024-05-201-11/+58
* remove extra newline in enumerated array hash fmtMatias Fernandez2024-05-181-1/+0
* Correct #soa RTTI usagegingerBill2024-05-161-1/+1
* Amend `fmt` documentationFeoramund2024-05-091-15/+18
* Refactor `wprintf`Feoramund2024-05-091-191/+156
* Combine adjacent `sbprint*`/`to_string` callsFeoramund2024-04-281-12/+6
* Require results for non-buffered `print` procsFeoramund2024-04-281-0/+12
* wasm: add the `fprint` procedures to `fmt`Laytan Laats2024-04-281-0/+51
* Fix printing of big endian integers in a `bit_field`gingerBill2024-04-271-1/+4
* Add printfln and eprintfln functions to fmt_js.odinDamian Tarnawski2024-04-211-0/+4
* Merge pull request #3447 from matias-eduardo/fix-soa-hash-formattinggingerBill2024-04-191-2/+19
|\
| * fix #soa '%#v' formattingMatias Fernandez2024-04-171-2/+19
* | Do not print column of a runtime.Source_Code_Location if the `column == 0`gingerBill2024-04-191-4/+8
|/
* Fix #3407gingerBill2024-04-101-1/+1
* Add `#row_major matrix[R, C]T`gingerBill2024-03-191-2/+10
* Minor change to spacing when printing a mapgingerBill2024-03-081-3/+3
* Improve formatting for `%#` on `map`sgingerBill2024-03-071-5/+24
* Replace `b` with `_` as it is not neededgingerBill2024-03-071-1/+1
* Begin work on `%w` - 'w'rite as valid Odin literalsgingerBill2024-03-071-170/+217
* Merge pull request #3207 from Tetralux/printflngingerBill2024-02-292-25/+130
|\
| * [fmt] Add *printfln()Tetralux2024-02-182-25/+130
* | Improve `bit_field` printinggingerBill2024-02-221-3/+6
* | Add field tags to `bit_field`gingerBill2024-02-221-2/+23
* | Add general support for `bit_field`sgingerBill2024-02-221-2/+8
* | Begin work adding `bit_field`gingerBill2024-02-221-0/+65
* | Add `reflect.enum_name_from_value` and `reflect.enum_name_from_value_any`gingerBill2024-02-211-27/+2
|/
* Move Tracking_Allocator to its own file.dev-2024-02gingerBill2024-02-011-2/+2
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-282-3/+3
* Fix #3053gingerBill2024-01-261-16/+2
* Removed return value of assertf. assertf now correctly responds to -disable-a...Dragos Popescu2024-01-231-9/+15
* Remove unnecessary []byte -> []byte conversion.Jeroen van Rijn2023-12-301-3/+3
* Fix `%g` in `fmt`, and make `%v` default to `%g` for floatsgingerBill2023-12-211-6/+12
* core: Fixed build constraintsYawning Angel2023-12-171-1/+2
* allow integer verbs in fmt_bit_setLaytan Laats2023-11-071-4/+32