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 'string_to_enum_value' not compiling
Justas Dabrila
2019-12-14
1
-2
/
+2
*
Make the `string` type elements "immutable", akin to `char const *` in C
gingerBill
2019-12-01
1
-30
/
+30
*
Update fmt.odin
gingerBill
2019-11-21
1
-2
/
+1
*
`#soa[]Type` (Experimental)
gingerBill
2019-11-21
1
-8
/
+39
*
Prepare SOA Struct code for slices and dynamic arrays *to be implemented*
gingerBill
2019-11-19
1
-2
/
+2
*
Fix for -vet
gingerBill
2019-11-03
1
-2
/
+2
*
Fix typo in fmt
gingerBill
2019-11-03
1
-1
/
+1
*
Fix fmt printing of anonymous SOA structs
gingerBill
2019-11-03
1
-15
/
+61
*
SOA support of Structures and Arrays; Runtime information for SOA structs; fm...
gingerBill
2019-11-03
1
-18
/
+64
*
Fix typos and make demo work with -vet
gingerBill
2019-10-08
1
-2
/
+2
*
strings.split; strings.index; eprint* over print*_err;
gingerBill
2019-10-06
1
-6
/
+12
*
Built-in Quaternions (Not just an April Fool's Joke any more)
gingerBill
2019-08-26
1
-0
/
+29
*
Remove `package types` and merge with `package reflect`
gingerBill
2019-08-13
1
-225
/
+16
*
Make procedure parameters just named values rather than copied variables
gingerBill
2019-07-15
1
-3
/
+4
*
union #no_nil
gingerBill
2019-07-09
1
-1
/
+7
*
Fix unions with zero variants
gingerBill
2019-07-07
1
-0
/
+5
*
Add i128/u128 support for bit sets
gingerBill
2019-05-28
1
-7
/
+11
*
Support 128-bit integers `i128` `u128`
gingerBill
2019-05-28
1
-0
/
+99
*
Make core library use `a..<b` rather than doing `a..b-1`
gingerBill
2019-05-28
1
-12
/
+12
*
Overrideable stdin, stdout, stderr at the `context` level
gingerBill
2019-03-30
1
-6
/
+6
*
Improve package strconv
gingerBill
2019-03-24
1
-1
/
+1
*
Fix fmt.println a rawptr causes access violation #356
gingerBill
2019-03-19
1
-3
/
+3
*
Minor changes to fmt of auto deferencing
gingerBill
2019-03-16
1
-7
/
+18
*
fmt.printf support for pointer to container (one level deep)
gingerBill
2019-03-16
1
-0
/
+27
*
Add extra pointer printing options to fmt.printf
gingerBill
2019-03-15
1
-16
/
+32
*
%h support in fmt.printf for hexadecimal floats
gingerBill
2019-03-15
1
-0
/
+19
*
%e and %g support in fmt.printf
gingerBill
2019-03-15
1
-3
/
+34
*
Allow implicit selector expressions in switch statements
gingerBill
2019-03-06
1
-8
/
+6
*
`intrinsics.vector` type (Experimental)
gingerBill
2019-02-23
1
-0
/
+24
*
Make encoding/json use []byte rather than string
gingerBill
2019-01-07
1
-1
/
+1
*
json.marshal
gingerBill
2019-01-06
1
-2
/
+6
*
strings.write_quoted_string
gingerBill
2019-01-06
1
-20
/
+1
*
fmt.printf("%q", str); (quotes strings)
gingerBill
2019-01-06
1
-0
/
+24
*
Reorganize fmt and strings; Replace fmt.String_Buffer with strings.Builder
gingerBill
2019-01-06
1
-510
/
+439
*
Source_Code_Location.hash; %#v printing for Source_Code_Location; allow typei...
gingerBill
2019-01-05
1
-0
/
+15
*
Fixed bug for Bill because he is a lazy boi.
thebirk
2019-01-02
1
-1
/
+1
*
Fixed int_from_arg not consuming argument.
thebirk
2019-01-02
1
-0
/
+4
*
Fix defer on branching with new scoping rules
gingerBill
2019-01-01
1
-1
/
+1
*
Update `package strings`
gingerBill
2018-12-26
1
-4
/
+4
*
Fix bit sets with custom endian underlying type
gingerBill
2018-12-02
1
-4
/
+36
*
Endian specific integers: e.g. i32 i32le i32be
gingerBill
2018-12-02
1
-0
/
+15
*
`-vet` flag to do basic vetting of code
gingerBill
2018-11-25
1
-4
/
+3
*
`opaque` keyword and type
gingerBill
2018-11-11
1
-0
/
+51
*
Fix issue with complication of -debug that is caused sometimes due to lambda ...
gingerBill
2018-11-11
1
-3
/
+7
*
switch on typeid with type cases
gingerBill
2018-10-13
1
-4
/
+2
*
Parametric polymorphic union type
gingerBill
2018-09-08
1
-1
/
+7
*
Add `$T: typeid/[]$E`; Deprecate `T: type/[]$E`
gingerBill
2018-09-02
1
-1
/
+1
*
`typeid` as keyword (ready to implement polymorphic name parameters)
gingerBill
2018-09-02
1
-32
/
+33
*
Rename buffer entity
gingerBill
2018-08-30
1
-5
/
+5
*
Place assertf and printf to package fmt
gingerBill
2018-08-30
1
-0
/
+21
[prev]
[next]