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
*
Merge pull request #1921 from Hyp-X/master
dev-2022-08
gingerBill
2022-08-02
1
-0
/
+1
|
\
|
*
Update user32.odin
Hyp-X
2022-08-01
1
-0
/
+1
*
|
Simplify logic of `append` of zero sized elements
gingerBill
2022-08-02
1
-25
/
+31
*
|
Remove dead `#maybe` code
gingerBill
2022-08-01
1
-12
/
+1
*
|
Correct parser logic for `is_token_field_prefix`
gingerBill
2022-08-01
1
-5
/
+6
|
/
*
Simplify field prefix handling
gingerBill
2022-08-01
2
-64
/
+25
*
Simplify ast parsing for prefixes
gingerBill
2022-08-01
2
-28
/
+65
*
Added virtual memory headers for Darwin.
Christoffer Lerno
2022-07-29
1
-0
/
+148
*
Fix bug unmarshalling JSON with assertions disabled
William Roe
2022-07-28
1
-2
/
+2
*
Minor clean up of wasi_api.odin
gingerBill
2022-07-25
1
-259
/
+171
*
Change open to be read only when opening directory
Daniel Gavin
2022-07-25
1
-1
/
+1
*
Replace `insert_at` with `inject_at` and `assign_at`
gingerBill
2022-07-24
1
-4
/
+48
*
fix `linalg.angle_from_quaternion`
Luxko
2022-07-23
1
-3
/
+3
*
fix parameter for atan2 in procedure asin
Yeongju Kang
2022-07-22
1
-1
/
+1
*
[path/slashpath] Change join() to take a slice instead of varargs
Tetralux
2022-07-21
1
-1
/
+1
*
Add `MAKE_WORD`
gingerBill
2022-07-21
1
-0
/
+4
*
Minor improvements
gingerBill
2022-07-19
1
-15
/
+15
*
Remove import cycle on FreeBSD
gingerBill
2022-07-18
4
-25
/
+29
*
Disallow `proc() do stmt` and only allow `proc() { stmt }`
gingerBill
2022-07-18
1
-1
/
+1
*
Fix printing of `bit_set` types
gingerBill
2022-07-16
1
-2
/
+2
*
Fix murmur64a's tail handling.
Jeroen van Rijn
2022-07-15
1
-86
/
+92
*
Fix typo
gingerBill
2022-07-15
1
-1
/
+1
*
Add `buffer_read_ptr` and `buffer_write_ptr`
gingerBill
2022-07-14
1
-0
/
+8
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2022-07-14
15
-148
/
+110
|
\
|
*
[hash] Give crc-64 a 64-bit seed.
Jeroen van Rijn
2022-07-14
1
-2
/
+2
|
*
Correct naming in tests
gingerBill
2022-07-11
3
-3
/
+3
|
*
Rename strings.Builder procedures to be consistent with the rest of the core ...
gingerBill
2022-07-11
11
-143
/
+105
*
|
Fix `libc.putchar`
gingerBill
2022-07-14
1
-1
/
+1
|
/
*
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
[next]