aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Unify `IUnknown` COM interfacegingerBill2024-07-101-7/+9
* Merge pull request #3895 from laytan/fix-optimization-mode-attributegingerBill2024-07-1022-152/+152
|\
| * fix `@(optimization_mode)` usage in builtin collectionsLaytan Laats2024-07-0822-152/+152
* | Let simd/x86 pass new transmute/cast vet.Jeroen van Rijn2024-07-093-21/+21
* | Fix fmt for code compilation bug with `any`gingerBill2024-07-081-3/+3
|/
* Merge pull request #3889 from laytan/darwin-remove-implicit-syscall-usageJeroen van Rijn2024-07-085-17/+60
|\
| * darwin: remove syscall usage (without -no-crt) to comply to Apple guidelinesLaytan Laats2024-07-085-17/+60
* | encoding/cbor: add a custom tag to the exampleLaytan Laats2024-07-081-5/+33
* | encoding/cbor: improve perf of marshalling array-like typesLaytan Laats2024-07-081-16/+56
* | encoding/cbor: fix umarshal of big fixed arraysLaytan Laats2024-07-081-14/+6
* | io: remove dead code in io.write_at_leastLaytan Laats2024-07-081-4/+0
|/
* Remove nil checks.Jeroen van Rijn2024-07-061-9/+1
* Merge pull request #3879 from caquillo07/hm/adding-missing-env-calls-to-core-...gingerBill2024-07-061-0/+25
|\
| * added the setenv and unsetenv bindings for darwin, inspired but os_linux.odinHector Mejia2024-07-051-0/+25
* | Merge pull request #3858 from flysand7/wow64-apisetgingerBill2024-07-061-0/+85
|\ \
| * | Add bindings for WOW64 API setflysand72024-07-021-0/+85
* | | updated return value of setsid to return Pidpoa2024-07-051-2/+2
| |/ |/|
* | Improve fix.Jeroen van Rijn2024-07-051-4/+1
* | Fix utf8_to_wstring given zero bytes.Jeroen van Rijn2024-07-051-1/+4
* | Fix #3873Jeroen van Rijn2024-07-051-1/+1
* | Remove implicit allocator usage in core:dynlibJeroen van Rijn2024-07-044-24/+14
* | Fix `reflect.as_pointer`gingerBill2024-07-041-1/+1
* | fix #3692 memory alignment bug in core:mem.dynamic_pool_alloc_bytesDerTee2024-07-031-3/+1
* | Merge pull request #3859 from laytan/wasm-stbtt-object-linking-preopensgingerBill2024-07-022-4/+117
|\ \
| * | make preopens a slice and remove bad current_dirLaytan Laats2024-07-021-4/+5
| * | wasm: support `vendor:stb/truetype` and `vendor:fontstash`Laytan Laats2024-07-021-1/+1
| * | wasi: make `os.open` work with absolute pathsLaytan Laats2024-07-022-3/+115
* | | Merge pull request #3857 from flysand7/tlhelp-modentryJeroen van Rijn2024-07-021-1/+1
|\ \ \
| * | | [sys/windows]: Fix the type declaration for MODULEENTRY32Wflysand72024-07-021-2/+2
| | |/ | |/|
* | | Don't factor trailing zeroes into mantissa divisionFeoramund2024-06-301-3/+19
* | | Merge pull request #3839 from flysand7/tlhelp-fixgingerBill2024-06-301-1/+1
|\ \ \
| * | | [sys/windows]: Fix the value for TH32CS_SNAPPROCESS constantflysand72024-06-301-1/+1
| |/ /
* | | fixed whitespaceh0mtanks2024-06-301-1/+1
* | | added missing would_block enum memberh0mtanks2024-06-301-0/+1
|/ /
* | Merge pull request #3838 from flysand7/windows-tlhelpgingerBill2024-06-301-0/+101
|\ \ | |/ |/|
| * [core/windows]: Bind tlhelp.h functions from kernel32.dllflysand72024-06-301-0/+101
* | wasi: make the demo run on wasi and run it in CILaytan Laats2024-06-297-49/+68
* | Fix bug in div3 fast path.Jeroen van Rijn2024-06-291-1/+1
* | Fix loads of indentation issues with mixing spaces and tabsgingerBill2024-06-2927-755/+752
* | More style improvementsgingerBill2024-06-296-14/+23
* | Update `core` to `-strict-style`gingerBill2024-06-294-21/+17
* | Even more style fixesgingerBill2024-06-2915-44/+39
* | More style improvementsgingerBill2024-06-295-33/+23
* | Indentation fixesgingerBill2024-06-294-288/+281
* | Fix generation for unicode entitiesgingerBill2024-06-292-4819/+4819
* | Add another `-vet-cast` checkgingerBill2024-06-293-7/+6
* | Update for `transmute` `-vet-cast`gingerBill2024-06-291-1/+1
* | cast to transmutegingerBill2024-06-291-2/+1
* | Adhere to `-vet-cast`gingerBill2024-06-291-2/+1
* | Check for unneeded `transmute` with `-vet-cast`gingerBill2024-06-2918-61/+55