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.odin
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Parse directories to be packages
gingerBill
2018-05-21
1
-1168
/
+0
|
*
Use `__type_info_of` internally
gingerBill
2018-05-12
1
-4
/
+2
|
*
`type_info_of` allows `typeid`; `typeid_of` allows `^Type_Info`; Otherwise ↵
gingerBill
2018-05-12
1
-20
/
+20
|
|
|
|
only allow type
*
Make `any` use `typeid` rather than `^Type_Info`
gingerBill
2018-05-12
1
-30
/
+35
|
*
`typeid`
gingerBill
2018-05-12
1
-1
/
+14
|
*
`cstring`
gingerBill
2018-02-28
1
-1
/
+9
|
*
Fix zero value initialization in IR
gingerBill
2018-02-11
1
-36
/
+31
|
*
`distinct` keyword for type declarations
gingerBill
2018-02-05
1
-1
/
+1
|
*
Fix bug #179
gingerBill
2018-02-03
1
-6
/
+3
|
*
Add extra zero init for IR
gingerBill
2018-01-31
1
-2
/
+1
|
*
Fix literal
gingerBill
2018-01-28
1
-1
/
+1
|
*
Simplify printing for float and complex types
gingerBill
2018-01-28
1
-10
/
+4
|
*
Fix printf bug #177
gingerBill
2018-01-28
1
-8
/
+9
|
*
Named return value act as variables; Code reorganization
gingerBill
2018-01-17
1
-10
/
+12
|
*
Specific sized booleans: b8, b16, b32, b64
gingerBill
2018-01-17
1
-7
/
+21
|
*
Remove `u128` and `i128`
gingerBill
2018-01-13
1
-38
/
+23
|
*
Revert `map` to be a value type and not a reference type
gingerBill
2017-12-21
1
-2
/
+3
|
|
|
|
(Implement code for "const ref" parameters)
*
`map` is internally backed by a pointer (i.e. a "reference type")
gingerBill
2017-12-17
1
-20
/
+20
|
*
Remove `struct #ordered`
gingerBill
2017-12-17
1
-1
/
+0
|
*
Print `nil` for nil procedures in fmt.odin
gingerBill
2017-12-12
1
-3
/
+8
|
*
Disable struct field reordering (for the time being)
gingerBill
2017-12-12
1
-8
/
+4
|
*
Make core library use procedure groupings rather than normal overloading
gingerBill
2017-12-04
1
-2
/
+2
|
*
Update demo.odin
gingerBill
2017-12-03
1
-7
/
+7
|
*
Remove `vector` type (will be replaced by something else in the future)
gingerBill
2017-11-30
1
-16
/
+0
|
*
Fix map IR bug
gingerBill
2017-11-28
1
-1
/
+1
|
*
Update fmt for runes; Add `strings.contains_rune`
gingerBill
2017-11-26
1
-1
/
+1
|
*
New slice memory layout (ptr+len); `byte`
gingerBill
2017-11-26
1
-94
/
+70
|
*
Fix key lookup of pointer to map
gingerBill
2017-11-21
1
-1
/
+1
|
*
Fix cyclic type checking bug
gingerBill
2017-11-05
1
-1
/
+1
|
*
Fix `fmt.odin` %#v fancy printing
gingerBill
2017-11-05
1
-7
/
+5
|
*
Fix fmt printing `uintptr` type
gingerBill
2017-11-04
1
-15
/
+19
|
*
Fix issue #131
gingerBill
2017-11-02
1
-1
/
+1
|
*
Attributes; @(link_name="foo")
gingerBill
2017-10-29
1
-2
/
+2
|
*
Fix `string_to_enum_value`
Ginger Bill
2017-10-09
1
-1
/
+1
|
*
Union tag stored as an integer
Ginger Bill
2017-10-08
1
-5
/
+20
|
*
`match` to `switch`; Optional semicolons after "import" statements
Ginger Bill
2017-10-01
1
-33
/
+33
|
*
Use comma for struct field separators (disallow nesting)
Ginger Bill
2017-09-21
1
-66
/
+62
|
*
Library collections
Ginger Bill
2017-09-07
1
-6
/
+6
|
*
IR Fix for UnionTagValue
Ginger Bill
2017-08-28
1
-2
/
+4
|
*
Replace `import_load` with `using import .`
Ginger Bill
2017-08-27
1
-8
/
+6
|
*
v0.6.2; Use Ada_Case for types
v0.6.2
Ginger Bill
2017-08-03
1
-69
/
+69
|
*
`transmute(type)x`; Minor code clean up
Ginger Bill
2017-07-30
1
-2
/
+1
|
*
Fix struct parameter bugs
Ginger Bill
2017-07-21
1
-3
/
+35
|
*
Internal changes; thread.odin for windows only
Ginger Bill
2017-07-20
1
-0
/
+6
|
*
Fix polymorphic element types usage; Empty `union` as opaque type
Ginger Bill
2017-07-20
1
-5
/
+12
|
*
Update internals of a Union and Tuple
Ginger Bill
2017-07-20
1
-16
/
+9
|
*
`type_info_of`; enum_value_to_string and string_to_enum_value
Ginger Bill
2017-07-19
1
-53
/
+69
|
*
Change union layout to store type info rather than an integer; ternary ↵
Ginger Bill
2017-07-19
1
-1
/
+9
|
|
|
|
expression for types with constant condition
*
Remove `atomic`, `++`, and `--`
Ginger Bill
2017-07-18
1
-15
/
+9
|
*
Change precedence order for types e.g. ^T(x) == ^(T(x))
Ginger Bill
2017-07-13
1
-14
/
+14
|
[next]