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
*
Update radlink.exe
bill/disallow-128-bit
gingerBill
2024-11-17
1
-0
/
+0
*
Fix for benchmarks
gingerBill
2024-11-15
1
-12
/
+12
*
Clean up 128-bit checking
gingerBill
2024-11-15
2
-9
/
+30
*
`ODIN_ALLOW_128_BIT` support in encoding/json; Keep -vet happy
gingerBill
2024-11-15
4
-74
/
+132
*
Support `-disallow-128-bit` for math/big and math/rand
gingerBill
2024-11-15
5
-4
/
+21
*
Restrict `bit_set` to max-integer size where possible
gingerBill
2024-11-15
1
-1
/
+9
*
Add `-disallow-128-bit`
gingerBill
2024-11-15
16
-88
/
+235
*
Make lowercase
gingerBill
2024-11-14
1
-1
/
+1
*
Fix typo
gingerBill
2024-11-14
1
-1
/
+1
*
Add `-linker:<string>` to replace `-lld` and `-radlink`
gingerBill
2024-11-14
3
-20
/
+70
*
Check for more errors in json.unmarshal
gingerBill
2024-11-14
1
-15
/
+34
*
Disallow `-lld` and `-radlink` to be used together
gingerBill
2024-11-14
1
-0
/
+8
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2024-11-14
4
-3
/
+94
|
\
|
*
Merge pull request #4482 from A1029384756/master
gingerBill
2024-11-14
4
-3
/
+94
|
|
\
|
|
*
core:sys/linux - prefixing + moved IN_CLOSE/IN_MOVE to constants
A1029384756
2024-11-13
2
-38
/
+46
|
|
*
core:sys/linux - flags, spacing, inotify_init
A1029384756
2024-11-13
4
-23
/
+37
|
|
*
core:sys/linux - fixed vet errors
A1029384756
2024-11-13
2
-2
/
+2
|
|
*
core:sys/linux - implemented inotify
A1029384756
2024-11-13
4
-3
/
+72
*
|
|
Add radlink.exe
gingerBill
2024-11-14
2
-0
/
+19
*
|
|
Add `-radlink`
gingerBill
2024-11-14
3
-21
/
+52
|
/
/
*
|
Remove relative types from json marshaller
gingerBill
2024-11-14
1
-6
/
+0
*
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2024-11-14
2
-0
/
+71
|
\
\
|
*
\
Merge pull request #4486 from alexover1/master
gingerBill
2024-11-13
1
-0
/
+61
|
|
\
\
|
|
*
|
Use tabs instead of spaces
Alex Overstreet
2024-11-13
1
-10
/
+10
|
|
*
|
Add STICKYKEYS, TOGGLEKEYS, and FILTERKEYS
Alex Overstreet
2024-11-13
1
-0
/
+61
|
|
/
/
|
*
|
Merge pull request #4484 from spahnke/add-bindings
Laytan
2024-11-13
1
-0
/
+10
|
|
\
\
|
|
*
|
Add NSApplication bindings for `mainWindow` and `keyWindow`
Sebastian Pahnke
2024-11-13
1
-0
/
+10
|
|
|
/
*
|
|
Remove `#relative` types from the compiler
gingerBill
2024-11-14
18
-602
/
+31
*
|
|
Make `#relative` types an error in parsing
gingerBill
2024-11-14
1
-0
/
+1
|
/
/
*
/
Keep ASAN happy on type assertions
gingerBill
2024-11-13
1
-2
/
+10
|
/
*
Merge pull request #4479 from p2jason/master
gingerBill
2024-11-12
2
-4
/
+4
|
\
|
*
Increase size of JS keyboard event key/code buffer size
p2jason
2024-11-12
2
-4
/
+4
|
/
*
Merge pull request #4477 from laytan/enum-value-has-name
gingerBill
2024-11-11
1
-0
/
+21
|
\
|
*
reflect: add `enum_value_has_name` proc
Laytan Laats
2024-11-11
1
-0
/
+21
*
|
Merge pull request #4454 from amekusa/fix-build-sh
Laytan
2024-11-11
1
-5
/
+9
|
\
\
|
|
/
|
/
|
|
*
Fix: build_odin.sh always runs demo regardless of argument
Satoshi Soma
2024-11-05
1
-5
/
+9
*
|
Merge pull request #4476 from Bazzas-Forks/slice-size
Jeroen van Rijn
2024-11-11
1
-0
/
+6
|
\
\
|
*
|
Add core:slice.size to get the byte size of a slice's backing data
Bazzagibbs
2024-11-11
1
-0
/
+6
*
|
|
Merge pull request #4471 from bayo-code/list-supported-targets
Jeroen van Rijn
2024-11-11
1
-21
/
+23
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Added support for `odin build -target:?`
bayo-code
2024-11-11
1
-21
/
+23
|
*
|
Revert "List the supported targets using `odin targets`"
bayo-code
2024-11-11
1
-7
/
+0
|
*
|
List the supported targets using `odin targets`
bayo-code
2024-11-10
1
-0
/
+7
|
/
/
*
|
Merge pull request #4470 from clankill3r/patch-2
Jeroen van Rijn
2024-11-09
1
-1
/
+1
|
\
\
|
*
|
Update demo.odin
Doeke Wartena
2024-11-09
1
-1
/
+1
|
/
/
*
|
Merge pull request #4468 from Cthuflu/patch-doc-1
Jeroen van Rijn
2024-11-09
1
-1
/
+2
|
\
\
|
*
|
Correct zlib usage in doc
Jacob Pfeiffer
2024-11-08
1
-1
/
+2
|
/
/
*
|
Merge pull request #4465 from apatterndarkly/examples-readme-relative-links
gingerBill
2024-11-08
1
-2
/
+2
|
\
\
|
*
|
fix relative links in examples/README.md
AP Darkly
2024-11-07
1
-2
/
+2
*
|
|
Merge pull request #4467 from clankill3r/patch-1
gingerBill
2024-11-08
1
-1
/
+1
|
\
\
\
|
*
|
|
Update scanner.odin
Doeke Wartena
2024-11-07
1
-1
/
+1
[next]