aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Keep -vet happygingerBill2023-07-311-12/+12
* Clean up usage of `using` throughout core and vendorgingerBill2023-07-3110-136/+140
* Improve `//+vet`; remove `using` in many places; add `//+vet !using-stmt` whe...gingerBill2023-07-317-176/+163
* Fix #2684Jeroen van Rijn2023-07-286-57/+80
* coalesce tombstones in map insertjason2023-07-211-98/+118
* Fix small doc mistakes in arena.odinEric Johnson2023-07-111-4/+4
* Merge pull request #2640 from z64/z64/mutexJeroen van Rijn2023-07-111-3/+14
|\
| * Fixup link formatZac Nowicki2023-07-111-1/+1
| * Improve Mutex struct documentationZac Nowicki2023-07-091-3/+14
* | Fix attributeryuukk2023-07-111-2/+2
* | Deprecate htons, htonl, ntohl, ntohsryuukk2023-07-111-0/+2
* | Merge pull request #2642 from ryuukk/patch-4Jeroen van Rijn2023-07-101-0/+8
|\ \
| * | Fix doc linksryuukk2023-07-101-4/+4
| * | Add definitions for network byte order conversion procsryuukk2023-07-101-0/+8
| |/
* / Add CopyFileWryuukk2023-07-101-0/+5
|/
* fix: make -vet not complainramn2023-07-091-0/+2
* Fix #2637ramn2023-07-081-2/+3
* Remove math usage of raw LLVM intrinsic prototypesgingerBill2023-07-071-16/+82
* add `ADDRESS_FAMILY` to darwin (currently only available in linux)Laytan Laats2023-07-031-4/+5
* Begin work on `core:math/cmplx`gingerBill2023-06-283-0/+1195
* Improve accuracy of `abs` or `complex*` typesgingerBill2023-06-281-6/+27
* Add `math.sincos`gingerBill2023-06-281-0/+308
* Actually add math.hypotgingerBill2023-06-281-33/+39
* Add `math.hypot`gingerBill2023-06-281-0/+68
* Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2023-06-281-2/+5
|\
| * fix(set_env): use `clone_to_cstring` instead of `unsafe_to_cstring`Rickard Andersson2023-06-271-2/+2
| * style: use tabsRickard Andersson2023-06-271-3/+3
| * cleanup: remove leftover lineRickard Andersson2023-06-271-1/+0
| * fix(os): use `setenv` instead of `putenv`Rickard Andersson2023-06-271-1/+5
* | Replace `mem` with `runtime` in `core:slice`gingerBill2023-06-282-22/+28
|/
* Default to `panic` allocator for wasm targetsgingerBill2023-06-264-11/+59
* Fix fmt implementation for `js`gingerBill2023-06-261-13/+10
* Replace `x in &y` Use `&v in y` syntax through core & vendor for `switch`/`fo...gingerBill2023-06-2614-33/+33
* Merge pull request #2584 from odin-lang/new-iogingerBill2023-06-2340-1009/+693
|\
| * Use `i64` instead of `int` for internal proceduresgingerBill2023-06-144-48/+68
| * Merge branch 'master' into new-iogingerBill2023-06-147-17/+14
| |\
| * | Ignore BSD's for stream.odingingerBill2023-06-081-5/+13
| * | Put stream into the implgingerBill2023-06-084-17/+19
| * | Use `io.Stream` as the internal interface for `os2.File`gingerBill2023-06-084-104/+131
| * | Update os2 to new `io.Stream`gingerBill2023-06-082-61/+41
| * | Just make the `io.Reader` etc aliasesgingerBill2023-06-0826-115/+110
| * | Update to new io interfacegingerBill2023-06-0834-822/+474
* | | Merge pull request #2597 from odin-lang/ordered-named-argumentsgingerBill2023-06-2315-90/+90
|\ \ \
| * | | Use positional and named arguments within the core librarygingerBill2023-06-2114-80/+80
| * | | Make error checks diverging where possiblegingerBill2023-06-201-10/+10
| | |/ | |/|
* | | fixed dynlib wasm stubRehkitzdev2023-06-221-3/+3
* | | Merge pull request #2582 from ftphikari/mastergingerBill2023-06-214-123/+49
|\ \ \
| * | | [core:thread] Seeing if this fixes network testshikari2023-06-074-34/+17
| * | | [core:thread] Fix compilationhikari2023-06-072-0/+4
| * | | [core:thread] Added `self_cleanup` flag to properly auto-clean threadshikari2023-06-073-99/+38