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
*
Remove `?`
dev-2024-04a
gingerBill
2024-04-11
1
-1
/
+1
*
Add @(static) check
gingerBill
2024-04-11
1
-2
/
+2
*
Change stack overflow check to >256 KiB
gingerBill
2024-04-11
1
-2
/
+2
*
Add `nil` checks
gingerBill
2024-04-11
1
-2
/
+2
*
Fix `@(static)` error message bug
gingerBill
2024-04-11
1
-1
/
+1
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2024-04-11
2
-8
/
+14
|
\
|
*
Merge pull request #3121 from RilleP/parsing-package-fixes
Jeroen van Rijn
2024-04-11
2
-8
/
+14
|
|
\
|
|
*
remove semicolon
RilleP
2024-04-11
1
-1
/
+1
|
|
*
fix indentation
RilleP
2024-04-10
1
-1
/
+1
|
|
*
Merge branch 'master' into parsing-package-fixes
RilleP
2024-04-10
541
-30252
/
+45747
|
|
|
\
|
|
*
|
odin/tokenizer: Reset insert_semicolon to false in tokenizer.init to fix bug ...
Rikard Petré
2024-01-20
1
-0
/
+1
|
|
*
|
odin/parser: Allow semicolon after return statement for the case:
Rikard Petré
2024-01-20
1
-0
/
+1
|
|
*
|
odin/parser: Fix parsing of struct literal/call expression when closing brace...
Rikard Petré
2024-01-20
1
-7
/
+11
*
|
|
|
Add `-vet-unused-variables` and ``-vet-unused-imports` (`-vet-unused` is both)
gingerBill
2024-04-11
3
-16
/
+41
*
|
|
|
Remove `#optional_ok` from docs
gingerBill
2024-04-11
1
-3
/
+3
|
/
/
/
*
|
|
Fix #3412
gingerBill
2024-04-11
1
-1
/
+1
*
|
|
Add #panic to tell of moved package
gingerBill
2024-04-10
1
-0
/
+3
|
|
/
|
/
|
*
|
Fix `ptr_to_bit_field.field`
gingerBill
2024-04-10
2
-2
/
+5
*
|
Fix #3386 - `fixed.to_string`
gingerBill
2024-04-10
1
-18
/
+166
*
|
Add append_u128
gingerBill
2024-04-10
1
-0
/
+7
*
|
Fix #3407
gingerBill
2024-04-10
1
-1
/
+1
*
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2024-04-10
31
-234
/
+3567
|
\
\
|
*
\
Merge pull request #3288 from Yawning/feature/even-moar-crypto
Jeroen van Rijn
2024-04-10
31
-234
/
+3567
|
|
\
\
|
|
*
|
tests/core/crypto: Start adding comprehensive curve25519 tests
Yawning Angel
2024-04-09
7
-71
/
+842
|
|
*
|
core/crypto/ed25519: Initial import
Yawning Angel
2024-04-09
2
-0
/
+316
|
|
*
|
core/crypto/ristretto255: Initial import
Yawning Angel
2024-04-09
4
-2
/
+622
|
|
*
|
core/crypto/_edwards25519: Initial import
Yawning Angel
2024-04-09
7
-53
/
+889
|
|
*
|
core/crypto/_fiat/field_scalar25519: Initial import
Yawning Angel
2024-04-09
2
-0
/
+684
|
|
*
|
core/crypto/_fiat/field_poly1305: Mark more functions contextless
Yawning Angel
2024-04-09
3
-5
/
+12
|
|
*
|
core/crypto/_fiat/field_poly1305: Use multiply to calculate the mask
Yawning Angel
2024-04-09
1
-1
/
+1
|
|
*
|
core/crypto/_fiat/field_curve25519: Mark more functions contextless
Yawning Angel
2024-04-09
3
-7
/
+17
|
|
*
|
core/crypto/_fiat: odinfmt (NFC)
Yawning Angel
2024-04-09
5
-31
/
+84
|
|
*
|
core/crypto/_fiat/field_poly1305: Move routines (NFC)
Yawning Angel
2024-04-09
2
-31
/
+29
|
|
*
|
core/crypto/_fiat/field_curve25519: Move routines (NFC)
Yawning Angel
2024-04-09
2
-53
/
+49
|
|
*
|
core/crypto/_fiat/field_curve25519: Use multiply to calculate the mask
Yawning Angel
2024-04-09
1
-1
/
+1
|
|
*
|
core/crypto: Add `has_rand_bytes`
Yawning Angel
2024-04-09
8
-1
/
+35
|
|
*
|
core/crypto: Add more documentation about assumptions (NFC)
Yawning Angel
2024-04-09
1
-0
/
+8
*
|
|
|
Add `json:"name,omitempty"`
gingerBill
2024-04-10
2
-10
/
+60
*
|
|
|
Allow for comma-separate json names `json:"name,flag"`
gingerBill
2024-04-10
2
-1
/
+11
|
/
/
/
*
|
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2024-04-10
12
-21
/
+200
|
\
\
\
|
*
\
\
Merge pull request #3403 from iciuperca/master
gingerBill
2024-04-10
1
-4
/
+4
|
|
\
\
\
|
|
*
|
|
Avoid loop index shadowing
iciuperca
2024-04-09
1
-4
/
+4
|
*
|
|
|
Merge pull request #3397 from wrapperup/add-movefile-flags
gingerBill
2024-04-10
1
-1
/
+7
|
|
\
\
\
\
|
|
*
|
|
|
add movefile flags
wrapperup
2024-04-09
1
-1
/
+7
|
*
|
|
|
|
Merge pull request #3402 from Chickenkeeper/using-param-error-typo-fix
gingerBill
2024-04-10
1
-1
/
+1
|
|
\
\
\
\
\
|
|
*
|
|
|
|
Fix typo in using parameter error message
Chris
2024-04-09
1
-1
/
+1
|
|
|
|
_
|
/
/
|
|
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #3406 from laytan/bit-field-core-parser
Jeroen van Rijn
2024-04-10
7
-10
/
+183
|
|
\
\
\
\
\
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
add bit_field parsing to `core:odin/parser`
Laytan Laats
2024-04-10
7
-10
/
+183
|
*
|
|
|
|
Merge pull request #3400 from Chickenkeeper/datetime-using-parameter-fix
gingerBill
2024-04-09
1
-4
/
+4
|
|
\
\
\
\
\
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
Remove using from validate_datetime
Chris
2024-04-09
1
-4
/
+4
|
|
/
/
/
/
[next]