aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4212 from karl-zylinski/fix-build-tagsLaytan2024-09-071-1/+2
|\
| * Fix build tags that use ! multiple times on one line. Those don't actually do...Karl Zylinski2024-09-071-1/+2
* | Update 4210 test to use `unaligned_load`.Jeroen van Rijn2024-09-071-8/+8
* | Add test for #4210Jeroen van Rijn2024-09-073-0/+87
|/
* bytes: fix last_index_byte off-by-onelaytan2024-09-051-0/+8
* Merge pull request #4194 from Feoramund/update-bit-arrayJeroen van Rijn2024-09-031-0/+244
|\
| * Add tests for `Bit_Array`Feoramund2024-09-031-0/+244
* | Merge pull request #4192 from laytan/strings-substring-rune-wiseJeroen van Rijn2024-09-031-1/+32
|\ \ | |/ |/|
| * strings: add `substring`, `substring_to` and `substring_from`Laytan Laats2024-09-031-1/+32
* | strings.cut without allocation.Jeroen van Rijn2024-09-031-6/+7
|/
* Merge pull request #4186 from Feoramund/fix-4177gingerBill2024-09-031-0/+19
|\
| * Return false if `Small_Array` can't append multiple elementsFeoramund2024-09-031-0/+19
* | Merge pull request #4187 from Feoramund/fix-slice-equalgingerBill2024-09-031-1/+31
|\ \
| * | Check for zero-length slices in `slice.equal`Feoramund2024-09-031-1/+31
| |/
* / Add `time.time_to_datetime`Feoramund2024-09-031-0/+25
|/
* fix bad importLaytan Laats2024-08-311-2/+2
* Merge pull request #4009 from thetarnav/file-tag-parsergingerBill2024-08-301-0/+155
|\
| * Satisfy vetDamian Tarnawski2024-08-291-10/+9
| * Add and test match_build_tagsDamian Tarnawski2024-08-291-29/+51
| * Parse build_project_name as `[][]string`Damian Tarnawski2024-08-291-36/+37
| * Move some types to runtime, use reflection instead of lutDamian Tarnawski2024-08-291-8/+8
| * Add a file tag parser to core:odin/parserDamian Tarnawski2024-08-291-0/+133
* | Remove double closeLaytan Laats2024-08-281-1/+0
* | Properly close the temporary files in io testsLaytan Laats2024-08-281-2/+4
* | Add `io` tests for `bufio` streamsFeoramund2024-08-281-0/+120
* | Make sure `seek` succeeds in `io.Limited_Reader` test setupFeoramund2024-08-281-1/+6
* | Test empty slice usage in `io` procsFeoramund2024-08-281-0/+32
* | Test `io` unexpected pointer movementFeoramund2024-08-281-0/+32
* | Update `core:io` testsFeoramund2024-08-281-48/+44
* | Add test suite for `core:io`Feoramund2024-08-282-0/+550
|/
* fix style, ensure we compile with flags `-vet -strict-style -disallow-do`Fakhri Mouad2024-08-281-29/+27
* fix indentation in test fileFakhri Mouad2024-08-281-11/+11
* avoid using `do` statement in odin codebaseFakhri Mouad2024-08-281-9/+14
* Add Win32 procs needed to handle clipboardFakhri Mouad2024-08-281-0/+52
* Fix `-vet` and `-strict-style` failures in testsFeoramund2024-08-265-21/+20
* Free the arenas allocated in `test_core_runtime`Feoramund2024-08-261-0/+3
* Fix testsgingerBill2024-08-211-2/+2
* Merge pull request #3962 from Feoramund/regexgingerBill2024-08-214-0/+1305
|\
| * Remove debug line from testFeoramund2024-08-051-1/+0
| * Add explicit test case for Capture `pos`Feoramund2024-08-041-0/+25
| * Use `regex.destroy` for test capturesFeoramund2024-08-041-4/+1
| * Test that a RegEx Capture `pos` corresponds to its `groups`Feoramund2024-08-041-0/+7
| * Remove printing facilities for `Regular_Expression`Feoramund2024-07-242-26/+4
| * Allow configuring of `MAX_CAPTURE_GROUPS` for `n` > 10Feoramund2024-07-241-6/+64
| * Add test cases for unclosed classes and repetitionFeoramund2024-07-241-97/+66
| * Add benchmarks for `core:text/regex`Feoramund2024-07-222-0/+259
| * Add tests for `core:text/regex`Feoramund2024-07-222-0/+1013
* | Merge pull request #4101 from Yawning/feature/index-byte-tweaksJeroen van Rijn2024-08-191-0/+3
|\ \
| * | core/bytes: Tweak `index_byte` and `last_index_byte`Yawning Angel2024-08-191-0/+3
* | | Add test for `count_digits_of_base`Feoramund2024-08-181-1/+35
|/ /