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
*
Add `io.Error` to `fmt.fprintf_typeid`
gingerBill
2021-09-29
1
-6
/
+4
*
Deprecate `strings.write_quoted_*` in favour of `io.write_quoted_*`; make `re...
gingerBill
2021-09-29
1
-9
/
+11
*
Make the io/conv.odin utilities be `#optional_ok`
gingerBill
2021-09-29
1
-5
/
+5
*
Make empty arrays work on a single line with `%#v`
gingerBill
2021-09-25
1
-0
/
+4
*
Strip even more semicolons if followed by a `}` or `)` on the same line
gingerBill
2021-08-31
1
-34
/
+34
*
Remove unneeded semicolons from the core library
gingerBill
2021-08-31
1
-1
/
+1
*
Remove unneeded semicolons from the core library
gingerBill
2021-08-31
1
-936
/
+936
*
Remove the deprecated `fmt.print*_err` procedures
gingerBill
2021-08-22
1
-5
/
+0
*
Add multi pointers to core
gingerBill
2021-08-21
1
-0
/
+42
*
Enforce `core:builtin` and `core:intrinsics` for imports
gingerBill
2021-08-21
1
-1
/
+1
*
Improve `fmt._user_formatters` logic
gingerBill
2021-08-13
1
-1
/
+5
*
Add documentation for the overview of `package fmt`
gingerBill
2021-07-04
2
-1
/
+143
*
Implement #807
gingerBill
2021-05-12
1
-3
/
+3
*
Fix #893
gingerBill
2021-04-27
1
-11
/
+0
*
Remove `intrinsics.x86_mmx` type
gingerBill
2021-04-22
1
-3
/
+0
*
Implement `f16` functionality
gingerBill
2021-04-01
1
-0
/
+4
*
Minimize the size of `runtime.Source_Code_Location` to use `i32` instead of `...
gingerBill
2021-03-05
1
-2
/
+2
*
Minimize unneeded casts
gingerBill
2021-03-03
1
-7
/
+7
*
Replace usage of `inline proc` with `#force_inline proc` in the core library
gingerBill
2021-02-23
1
-1
/
+1
*
Remove `#opaque` types
gingerBill
2021-02-23
1
-48
/
+0
*
Remove `bit_field` in type info, runtime, and general core library
gingerBill
2021-02-19
1
-49
/
+0
*
Clear up fmt.wprint* length logic
gingerBill
2021-02-11
1
-3
/
+9
*
Minor style clean up
gingerBill
2021-02-04
1
-10
/
+12
*
Improve fmt's `%#v` behaviour for nested records
gingerBill
2021-02-04
1
-43
/
+87
*
Remove unused constant
gingerBill
2020-12-14
1
-2
/
+0
*
Support `%i` as an alternative to `%d`
gingerBill
2020-12-14
1
-4
/
+4
*
Fix enumerated array index printing bug #808
gingerBill
2020-12-14
1
-18
/
+8
*
Add fmt formatting for runtime.Source_Code_Location
gingerBill
2020-12-05
1
-0
/
+9
*
Clean up `fmt` usage with `io.Writer` and `strings.Builder`
gingerBill
2020-12-04
1
-49
/
+35
*
Integrate `package io` into core library
gingerBill
2020-12-03
1
-219
/
+254
*
Keep -vet happy
gingerBill
2020-11-23
1
-1
/
+0
*
Change internal layout of `map[K]V`
gingerBill
2020-11-23
1
-7
/
+3
*
Add support for %s and %q for [dynamic]byte
gingerBill
2020-11-20
1
-4
/
+6
*
Support string literals for fixed arrays of runes; Add %q support for arrays/...
gingerBill
2020-11-20
1
-2
/
+2
*
Add %s support for arrays and slices of bytes
gingerBill
2020-11-20
1
-9
/
+16
*
Add `%q` for runes in fmt
gingerBill
2020-11-18
1
-0
/
+2
*
Move flush to within the sbprint* procedures
gingerBill
2020-10-01
1
-3
/
+3
*
Remove unused variable
gingerBill
2020-10-01
1
-3
/
+3
*
Allow flushing with `strings.Builder`; Make `fmt.fprint*` procedures use a cu...
gingerBill
2020-10-01
1
-17
/
+41
*
Fix `os.stat` code; make `fmt.panicf` diverging
gingerBill
2020-09-30
1
-1
/
+1
*
Add more to package reflect (as_string, as_pointer, as_raw_data, relative_poi...
gingerBill
2020-09-27
1
-48
/
+2
*
Update `package reflect`
gingerBill
2020-09-26
1
-1
/
+1
*
Fix fmt with -vet
gingerBill
2020-09-25
1
-1
/
+1
*
Add built-in custom formatters for time.Time and time.Duration
gingerBill
2020-09-25
1
-5
/
+136
*
Remove usage of `do` in core library
gingerBill
2020-09-23
1
-92
/
+145
*
[REFLECTION BREAKING] Modify the internals of the `map` type to increase perf...
gingerBill
2020-09-07
1
-2
/
+2
*
Add optional `sep` parameter to `fmt.*print` and `fmt.*println` procedures
gingerBill
2020-06-25
1
-24
/
+24
*
Add `fmt.DEFAULT_BUFFER_SIZE` to be configurable with `#config(FMT_DEFAULT_BU...
gingerBill
2020-06-19
1
-2
/
+1
*
Change `fmt.*print` behaviour to match `fmt.*println` behaviour
gingerBill
2020-06-19
1
-8
/
+16
*
Clean up `package log` code
gingerBill
2020-06-19
1
-1
/
+3
[next]