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
Commit message (
Expand
)
Author
Age
Files
Lines
*
flux fixed key deletion and generic in `flux_to`
Michael Kutowski
2022-06-28
1
-11
/
+23
*
Merge pull request #1826 from englerj/windows-bindings
gingerBill
2022-06-28
2
-8
/
+75
|
\
|
*
Fix tab spacing.
Josh Engler
2022-06-12
1
-25
/
+25
|
*
Merge branch 'master' into windows-bindings
Josh Engler
2022-06-11
11
-281
/
+1313
|
|
\
|
*
|
- Added EnumDisplaySettingsW and friends.
Josh Engler
2022-06-03
2
-9
/
+80
*
|
|
Merge pull request #1863 from OrigamiDev-Pete/master
gingerBill
2022-06-28
1
-11
/
+31
|
\
\
\
|
*
|
|
Correct error reporting
Peter DV
2022-06-27
1
-11
/
+31
*
|
|
|
Change LPCSTR to LPCWSTR in windows _W procedures
Jimmy "Keeba" Lefevre
2022-06-27
1
-2
/
+2
|
/
/
/
*
|
|
assign package docs to file docs
Pablo Narvaja
2022-06-23
1
-0
/
+1
*
|
|
Add runtime.dll_forward_reason for Windows DLLs.
Jeroen van Rijn
2022-06-21
2
-5
/
+22
*
|
|
sys/windows: add constants and macro
hikari
2022-06-17
2
-1
/
+17
*
|
|
Merge branch 'odin-lang:master' into master
ftphikari
2022-06-16
4
-17
/
+49
|
\
\
\
|
*
\
\
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2022-06-16
1
-6
/
+15
|
|
\
\
\
|
|
*
|
|
Update `strings.prefix_length` to handle partial UTF-8 runes.
Jeroen van Rijn
2022-06-16
1
-6
/
+15
|
*
|
|
|
Rename to SJSON for the Simplified JSON notation variant
gingerBill
2022-06-16
2
-3
/
+4
|
|
/
/
/
|
*
|
|
Add numerous procedure groups `decode_rune`, `decode_last_rune`, `rune_count`...
gingerBill
2022-06-16
1
-8
/
+30
*
|
|
|
sys/windows: add RegSetKeyValueW
hikari
2022-06-16
1
-0
/
+9
|
/
/
/
*
|
|
Add `strings.prefix_length` & `slice.prefix_length`
Jeroen van Rijn
2022-06-16
2
-0
/
+38
*
|
|
wrong variable names in functions
hfr4
2022-06-14
1
-5
/
+5
*
|
|
Allow %q with enums
gingerBill
2022-06-13
1
-2
/
+2
*
|
|
Increase record_level on displaying `map` values
gingerBill
2022-06-13
1
-0
/
+2
*
|
|
Add missing commas
gingerBill
2022-06-13
1
-2
/
+2
*
|
|
Minor changes to `core:slice/heap`; add to examples/all
gingerBill
2022-06-12
1
-24
/
+24
*
|
|
Merge pull request #1830 from graphitemaster/dale/max_heap
gingerBill
2022-06-12
1
-0
/
+231
|
\
\
\
|
*
|
|
fix
Dale Weiler
2022-06-04
1
-2
/
+1
|
*
|
|
add max heap implementation to slice package
Dale Weiler
2022-06-04
1
-0
/
+232
|
|
/
/
*
|
|
Merge pull request #1818 from IanLilleyT/reserve_exceed
gingerBill
2022-06-12
1
-2
/
+2
|
\
\
\
|
*
|
|
Reserve more space when exceeding, not meeting, capacity
Ian Lilley
2022-06-01
1
-2
/
+2
*
|
|
|
Merge pull request #1819 from IanLilleyT/no_query_info
gingerBill
2022-06-12
4
-9
/
+8
|
\
\
\
\
|
*
|
|
|
tidying up Query_Info return value when not in query features
Ian Lilley
2022-06-01
4
-9
/
+8
|
|
/
/
/
*
|
|
|
Merge pull request #1829 from totoki-kei/dev/totoki-kei/patch-testing
gingerBill
2022-06-12
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
[core:testing] add global_fail_timeout_thread nil check
Totoki Kei
2022-06-04
1
-1
/
+1
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Minor code clean up
gingerBill
2022-06-12
1
-16
/
+10
*
|
|
|
Update utf-32 printing
gingerBill
2022-06-12
1
-19
/
+14
*
|
|
|
Support UTF-16 printing with `[]u16` and `[^]u16` related types
gingerBill
2022-06-12
1
-18
/
+75
*
|
|
|
Merge pull request #1828 from JungerBoyo/patch-2
gingerBill
2022-06-12
1
-0
/
+10
|
\
\
\
\
|
*
|
|
|
front() and back()
JungerBoyo
2022-06-04
1
-0
/
+10
|
|
/
/
/
*
|
|
|
Merge pull request #1842 from ftphikari/master
gingerBill
2022-06-12
2
-0
/
+4
|
\
\
\
\
|
*
|
|
|
sys/windows: add GetTextExtentPoint32W
hikari
2022-06-11
1
-0
/
+1
|
*
|
|
|
sys/windows: add a couple of constants
hikari
2022-06-10
1
-0
/
+3
*
|
|
|
|
Minor change to `shrink`
gingerBill
2022-06-12
1
-4
/
+4
*
|
|
|
|
Merge pull request #1820 from Tetralux/shrink
gingerBill
2022-06-12
3
-2
/
+110
|
\
\
\
\
\
|
*
|
|
|
|
[runtime] Add builtin `shrink` for dynamic arrays and maps
Tetralux
2022-06-04
3
-2
/
+110
*
|
|
|
|
|
Merge pull request #1827 from JungerBoyo/patch-1
gingerBill
2022-06-12
1
-0
/
+27
|
\
\
\
\
\
\
|
*
|
|
|
|
|
unset function
JungerBoyo
2022-06-03
1
-0
/
+27
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Add `fmt:"s,0"` to allow arrays and multi-pointers to be printed with NUL ter...
gingerBill
2022-06-12
2
-12
/
+63
*
|
|
|
|
|
Minor fix
gingerBill
2022-06-11
1
-1
/
+1
*
|
|
|
|
|
Correct distinction between indirection and record level
gingerBill
2022-06-11
1
-15
/
+28
*
|
|
|
|
|
Disable again
gingerBill
2022-06-11
1
-3
/
+3
*
|
|
|
|
|
Re-enable string quoting within records
gingerBill
2022-06-11
1
-3
/
+3
[next]