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
*
Use `contextless` where possible
dev-2022-03
gingerBill
2022-03-01
4
-20
/
+20
*
Correct `alloc_from_memory_block`
gingerBill
2022-03-01
2
-15
/
+47
*
[mem] Add missing `\n` to tracking allocator example.
Jeroen van Rijn
2022-03-01
1
-13
/
+13
*
Merge pull request #1557 from semarie/openbsd-support
gingerBill
2022-02-28
22
-23
/
+1065
|
\
|
*
initial OpenBSD support
Sébastien Marie
2022-02-25
22
-23
/
+1065
*
|
Remove `context.user_data`
gingerBill
2022-02-28
1
-1
/
+0
*
|
Keep `-vet` happy
gingerBill
2022-02-25
1
-1
/
+0
*
|
Correct `read_console` reading
gingerBill
2022-02-25
1
-2
/
+13
*
|
Revert change
gingerBill
2022-02-25
1
-1
/
+1
*
|
Change `<` to `<=`
gingerBill
2022-02-25
1
-1
/
+1
*
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2022-02-25
5
-327
/
+329
|
\
|
|
*
Merge pull request #1549 from semarie/clone_to_cstring-leak
Jeroen van Rijn
2022-02-24
4
-327
/
+300
|
|
\
|
|
*
remove the optional `;` in os_freebsd.odin
Sébastien Marie
2022-02-24
1
-280
/
+280
|
|
*
use `context.temp_allocator` instead of general allocation + delete()
Sébastien Marie
2022-02-24
4
-53
/
+26
|
*
|
Add make_directory so darwin can build html docs
Colin Davidson
2022-02-24
1
-0
/
+10
|
*
|
Merge pull request #1528 from Tetralux/split-docs
Jeroen van Rijn
2022-02-23
1
-0
/
+19
|
|
\
\
|
|
*
|
Don't use leading asterisks
Tetralux
2022-02-21
1
-17
/
+17
|
|
*
|
Add doc comments to strings.split() and strings.split_n()
Tetralux
2022-02-21
1
-0
/
+19
|
|
|
/
*
|
/
Correct `os.read` on windows for `os.stdin`
gingerBill
2022-02-25
1
-5
/
+6
|
/
/
*
|
Add generic procedure for default SipHash 2-4
zhibog
2022-02-22
1
-0
/
+20
*
|
Added SipHash + tests and fixed remaining semicolons in vendor/botan
zhibog
2022-02-22
1
-0
/
+316
|
/
*
Update fmt to record the bytes written in the fmt.Info
gingerBill
2022-02-20
2
-214
/
+207
*
Merge pull request #1519 from colrdavidson/hyperspeed_file_size
gingerBill
2022-02-20
1
-25
/
+24
|
\
|
*
switch to passing total_size to the io.writers
Colin Davidson
2022-02-19
1
-45
/
+22
|
*
fprintf tweaked to avoid calling file_size
Colin Davidson
2022-02-19
1
-22
/
+44
*
|
Memory Leak
Patric Dexheimer
2022-02-20
1
-2
/
+3
|
/
*
Use the _unix_fstat pointer to avoid 144B copies on fileIO
Colin Davidson
2022-02-18
1
-5
/
+7
*
Merge pull request #1504 from odin-lang/directx-packages
gingerBill
2022-02-17
1
-0
/
+3
|
\
|
*
Add `vendor:directx` packages: `dxgi`, `d3d11`, and `d3d12`
gingerBill
2022-02-16
1
-0
/
+3
*
|
Adding capture procedures to user32
Tail Wag Games
2022-02-17
1
-0
/
+3
*
|
Merge pull request #1502 from colrdavidson/mainline-fast
Jeroen van Rijn
2022-02-16
1
-3
/
+6
|
\
\
|
|
/
|
/
|
|
*
avoid memset on stats
Colin Davidson
2022-02-16
1
-3
/
+6
*
|
Allow sysv and win64 calling conventions to be used on any platform on amd64
gingerBill
2022-02-16
1
-0
/
+5
|
/
*
Improve slice bounds checking runtime error messages
gingerBill
2022-02-16
1
-7
/
+7
*
Move Objective-C libraries located in `core:sys/darwin/*` to `vendor:darwin/*`
gingerBill
2022-02-16
24
-11056
/
+0
*
Merge pull request #1488 from colrdavidson/master
Jeroen van Rijn
2022-02-15
1
-0
/
+28
|
\
|
*
Add fork and personality
Colin Davidson
2022-02-11
1
-0
/
+28
*
|
Merge pull request #1331 from DanielGavin/parser-fault-recovery
gingerBill
2022-02-15
1
-1
/
+13
|
\
\
|
*
|
Check for non inserted semicolon in *expect_closing_brace_of_field_list*
Daniel Gavin
2021-11-25
1
-1
/
+4
|
*
|
Recover from closing brace not found in field list
Daniel Gavin
2021-11-24
1
-1
/
+10
*
|
|
Improve BAD ENUM VALUE message in fmt #1496
gingerBill
2022-02-15
1
-4
/
+6
*
|
|
Merge pull request #1438 from odin-lang/odin-global-constants-as-enums
gingerBill
2022-02-15
40
-109
/
+138
|
\
\
\
|
*
|
|
Update os_darwin.odin
gingerBill
2022-02-15
1
-1
/
+1
|
*
|
|
Merge branch 'master' into odin-global-constants-as-enums
gingerBill
2022-02-15
66
-695
/
+2317
|
|
\
\
\
|
*
|
|
|
Add `Odin_OS_Type` and `Odin_Arch_Type` to `core:runtime`
gingerBill
2022-01-20
1
-0
/
+29
|
*
|
|
|
Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use strings
gingerBill
2022-01-20
40
-108
/
+108
*
|
|
|
|
Strip unneeded semicolons
gingerBill
2022-02-15
2
-40
/
+40
*
|
|
|
|
Merge pull request #1482 from odin-lang/objc-intrinsics
gingerBill
2022-02-15
25
-0
/
+11077
|
\
\
\
\
\
|
*
|
|
|
|
Minor aesthetic clean ups of Foundation
gingerBill
2022-02-15
8
-21
/
+7
|
*
|
|
|
|
Add README.md
gingerBill
2022-02-15
1
-0
/
+155
[next]