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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add `reflect.set_union_value`
dev-2021-10
gingerBill
2021-09-30
1
-0
/
+39
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2021-09-30
1
-4
/
+8
|
\
|
*
Merge pull request #1188 from krux02/minor-fix-3
gingerBill
2021-09-29
1
-4
/
+8
|
|
\
|
|
*
fix #1187
Arne Döring
2021-09-22
1
-4
/
+8
*
|
|
Remove deprecation from the build specific procedures
gingerBill
2021-09-30
1
-3
/
+0
|
/
/
*
|
Rename `virtual.Arena` to `virtual.Growing_Arena`
gingerBill
2021-09-29
1
-11
/
+12
*
|
Add a mutex to `arena_free_all`
gingerBill
2021-09-29
1
-0
/
+6
*
|
Add a mutex to virtual.Arena
gingerBill
2021-09-29
1
-0
/
+13
*
|
Add `core:mem/virtual`
gingerBill
2021-09-29
3
-0
/
+289
*
|
Add `io.write_f16` `io.write_f32` `io.write_f64`
gingerBill
2021-09-29
1
-0
/
+48
*
|
Allow `uintptr` <-> `[^]T`
gingerBill
2021-09-29
1
-0
/
+12
*
|
Improve reflect.Type_Info_Complex support
gingerBill
2021-09-29
1
-1
/
+15
*
|
Add more support for complex types
gingerBill
2021-09-29
2
-21
/
+29
*
|
Clean up `json.marshal_to_writer`
gingerBill
2021-09-29
1
-36
/
+12
*
|
Add `io.Error` to `fmt.fprintf_typeid`
gingerBill
2021-09-29
1
-6
/
+4
*
|
Keep `-vet` happy
gingerBill
2021-09-29
3
-7
/
+1
*
|
Correct `_builder_stream_vtable`
gingerBill
2021-09-29
1
-6
/
+6
*
|
Minor clean up of n_read/n_written handling
gingerBill
2021-09-29
1
-51
/
+35
*
|
Add an extra optional `^int` parameter to most io read/write calls allowing f...
gingerBill
2021-09-29
3
-225
/
+268
*
|
Deprecate `strings.write_quoted_*` in favour of `io.write_quoted_*`; make `re...
gingerBill
2021-09-29
5
-137
/
+156
*
|
Split `examples/all` into different files
gingerBill
2021-09-29
3
-15
/
+18
*
|
Make the io/conv.odin utilities be `#optional_ok`
gingerBill
2021-09-29
4
-30
/
+29
*
|
Add `io.write_i128` and `io.writer_u128`
gingerBill
2021-09-29
1
-6
/
+16
*
|
Remove `fmt` dependency
gingerBill
2021-09-29
2
-4
/
+1
*
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2021-09-29
1
-1
/
+1
|
\
\
|
*
\
Merge pull request #1197 from Kelimion/help
Jeroen van Rijn
2021-09-28
1
-1
/
+1
|
|
\
\
|
|
*
|
Fix -collection help typo.
Jeroen van Rijn
2021-09-28
1
-1
/
+1
*
|
|
|
Improve `json.marshal` error handling for `io.Writer`; Add docs for the diffe...
gingerBill
2021-09-29
4
-102
/
+224
*
|
|
|
Add `io.write_quoted_*` utility procedures to `package io`
gingerBill
2021-09-29
2
-122
/
+163
|
/
/
/
*
|
|
Improve MJSON handling
gingerBill
2021-09-28
3
-66
/
+83
*
|
|
Support `json.Specification.MJSON`
gingerBill
2021-09-28
5
-173
/
+201
|
/
/
*
|
Move redundant `auto_cast` error from `-vet` to `-vet-extra`
gingerBill
2021-09-28
3
-3
/
+14
*
|
Make it clear that integers are parsed separately from floats
gingerBill
2021-09-28
1
-7
/
+6
*
|
Correct `runtime.floattidf` and other related i128<->f64 internal procedures
gingerBill
2021-09-28
1
-14
/
+14
*
|
Correct `append_soa` for `#soa[dynamic][N]T`
gingerBill
2021-09-26
1
-3
/
+18
*
|
Remove `@private` from some procedures
gingerBill
2021-09-26
1
-3
/
+3
*
|
Minor changes to microui.odin
gingerBill
2021-09-25
1
-2
/
+2
*
|
Make empty arrays work on a single line with `%#v`
gingerBill
2021-09-25
1
-0
/
+4
*
|
Fix [^]u8 to cstring conversion
gingerBill
2021-09-25
1
-0
/
+6
*
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2021-09-25
1
-26
/
+46
|
\
\
|
*
\
Merge pull request #1194 from Kelimion/define
Jeroen van Rijn
2021-09-25
1
-26
/
+46
|
|
\
\
|
|
*
|
Allow `-define:name=string`.
Jeroen van Rijn
2021-09-25
1
-26
/
+46
*
|
|
|
Allow for `union{T}` like types in `json.unmarshal`
gingerBill
2021-09-25
1
-54
/
+61
|
/
/
/
*
|
|
Add `json.unmarshal`
gingerBill
2021-09-25
5
-21
/
+605
*
|
|
Add `reflect.any_base` `reflect.any_core`
gingerBill
2021-09-25
1
-0
/
+15
*
|
|
Add `runtime.__get_map_header_runtime`
gingerBill
2021-09-25
1
-0
/
+22
*
|
|
`mem.Raw_*` alias `runtime.Raw_*`
gingerBill
2021-09-25
2
-30
/
+17
*
|
|
Make `map` internals more robust when using `mem.nil_allocator()`
gingerBill
2021-09-25
1
-2
/
+4
*
|
|
Correct f64 -> u128/i128 generation
gingerBill
2021-09-25
4
-1
/
+19
*
|
|
Add `i128` and `u128` parsers to `strconv`
gingerBill
2021-09-25
1
-0
/
+223
|
/
/
[next]