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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge pull request #4261 from laytan/net-bound-endpoint
gingerBill
2024-09-19
1
-22
/
+27
|
\
|
*
net: add `bound_endpoint` procedure
Laytan Laats
2024-09-17
1
-22
/
+27
*
|
Merge pull request #4203 from karl-zylinski/file-tags-without-comments
gingerBill
2024-09-19
16
-24
/
+24
|
\
\
|
*
|
Changed some recently added //+ usages to #+ and also fixed some //+ usages i...
Karl Zylinski
2024-09-17
2
-2
/
+2
|
*
|
Merge branch 'master' into file-tags-without-comments
Karl Zylinski
2024-09-17
6
-15
/
+1015
|
|
\
|
|
*
|
Moved all packages in core, base, vendor, tests and examples to use new #+ fi...
Karl Zylinski
2024-09-14
14
-22
/
+22
*
|
|
fix it more
Laytan Laats
2024-09-17
1
-1
/
+1
*
|
|
fix error interrupt error check
Laytan Laats
2024-09-17
1
-1
/
+1
|
|
/
|
/
|
*
|
Remove comment from core sync tests now that they're fixed
pkova
2024-09-17
1
-3
/
+0
*
|
Fix core sync test deadlock on darwin
pkova
2024-09-17
1
-1
/
+0
*
|
Merge pull request #4209 from flysand7/core-mem
gingerBill
2024-09-16
1
-2
/
+2
|
\
\
|
*
|
[mem]: Don't use named params for dynamic pool in tests
flysand7
2024-09-08
1
-2
/
+2
*
|
|
Check for `EINTR` in `sys/posix` test
Feoramund
2024-09-15
1
-0
/
+3
*
|
|
Add tests for `core:sync` and `core:sync/chan`
Feoramund
2024-09-11
3
-0
/
+994
*
|
|
Fix data race in `test_core_flags`
Feoramund
2024-09-10
1
-13
/
+20
|
|
/
|
/
|
*
|
Merge pull request #4212 from karl-zylinski/fix-build-tags
Laytan
2024-09-07
1
-1
/
+2
|
\
\
|
*
|
Fix build tags that use ! multiple times on one line. Those don't actually do...
Karl Zylinski
2024-09-07
1
-1
/
+2
|
|
/
*
|
Update 4210 test to use `unaligned_load`.
Jeroen van Rijn
2024-09-07
1
-8
/
+8
*
|
Add test for #4210
Jeroen van Rijn
2024-09-07
3
-0
/
+87
|
/
*
bytes: fix last_index_byte off-by-one
laytan
2024-09-05
1
-0
/
+8
*
Merge pull request #4194 from Feoramund/update-bit-array
Jeroen van Rijn
2024-09-03
1
-0
/
+244
|
\
|
*
Add tests for `Bit_Array`
Feoramund
2024-09-03
1
-0
/
+244
*
|
Merge pull request #4192 from laytan/strings-substring-rune-wise
Jeroen van Rijn
2024-09-03
1
-1
/
+32
|
\
\
|
|
/
|
/
|
|
*
strings: add `substring`, `substring_to` and `substring_from`
Laytan Laats
2024-09-03
1
-1
/
+32
*
|
strings.cut without allocation.
Jeroen van Rijn
2024-09-03
1
-6
/
+7
|
/
*
Merge pull request #4186 from Feoramund/fix-4177
gingerBill
2024-09-03
1
-0
/
+19
|
\
|
*
Return false if `Small_Array` can't append multiple elements
Feoramund
2024-09-03
1
-0
/
+19
*
|
Merge pull request #4187 from Feoramund/fix-slice-equal
gingerBill
2024-09-03
1
-1
/
+31
|
\
\
|
*
|
Check for zero-length slices in `slice.equal`
Feoramund
2024-09-03
1
-1
/
+31
|
|
/
*
/
Add `time.time_to_datetime`
Feoramund
2024-09-03
1
-0
/
+25
|
/
*
fix bad import
Laytan Laats
2024-08-31
1
-2
/
+2
*
Merge pull request #4009 from thetarnav/file-tag-parser
gingerBill
2024-08-30
1
-0
/
+155
|
\
|
*
Satisfy vet
Damian Tarnawski
2024-08-29
1
-10
/
+9
|
*
Add and test match_build_tags
Damian Tarnawski
2024-08-29
1
-29
/
+51
|
*
Parse build_project_name as `[][]string`
Damian Tarnawski
2024-08-29
1
-36
/
+37
|
*
Move some types to runtime, use reflection instead of lut
Damian Tarnawski
2024-08-29
1
-8
/
+8
|
*
Add a file tag parser to core:odin/parser
Damian Tarnawski
2024-08-29
1
-0
/
+133
*
|
Remove double close
Laytan Laats
2024-08-28
1
-1
/
+0
*
|
Properly close the temporary files in io tests
Laytan Laats
2024-08-28
1
-2
/
+4
*
|
Add `io` tests for `bufio` streams
Feoramund
2024-08-28
1
-0
/
+120
*
|
Make sure `seek` succeeds in `io.Limited_Reader` test setup
Feoramund
2024-08-28
1
-1
/
+6
*
|
Test empty slice usage in `io` procs
Feoramund
2024-08-28
1
-0
/
+32
*
|
Test `io` unexpected pointer movement
Feoramund
2024-08-28
1
-0
/
+32
*
|
Update `core:io` tests
Feoramund
2024-08-28
1
-48
/
+44
*
|
Add test suite for `core:io`
Feoramund
2024-08-28
2
-0
/
+550
|
/
*
fix style, ensure we compile with flags `-vet -strict-style -disallow-do`
Fakhri Mouad
2024-08-28
1
-29
/
+27
*
fix indentation in test file
Fakhri Mouad
2024-08-28
1
-11
/
+11
*
avoid using `do` statement in odin codebase
Fakhri Mouad
2024-08-28
1
-9
/
+14
*
Add Win32 procs needed to handle clipboard
Fakhri Mouad
2024-08-28
1
-0
/
+52
*
Fix `-vet` and `-strict-style` failures in tests
Feoramund
2024-08-26
5
-21
/
+20
[prev]
[next]