aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
| * | Add `core:simd`gingerBill2022-05-251-0/+58
* | | [os] Darwin: Add os.exists()William Roe2022-05-281-0/+5
* | | fix mmap call in virtual_linux.odinjason2022-05-251-5/+4
|/ /
* | Add `#optional_ok` to `dynlib.symbol_address`gingerBill2022-05-251-1/+1
* | Fix lib_unix.odingingerBill2022-05-251-2/+2
* | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2022-05-253-9/+24
|\ \
| * | [os] Darwin,FreeBSD,OpenBSD: Rename os.getenv to os.get_envWilliam Roe2022-05-233-9/+24
* | | Make `core:dynlib` use the private interface convention of other packagesgingerBill2022-05-253-18/+32
|/ /
* | Merge functionality of `#maybe` with the standard 'union' functionalitygingerBill2022-05-235-7/+16
* | Make `raw_data` return `[^]T` typesgingerBill2022-05-233-15/+15
* | Unify `raw_data` in `core:mem` with `core:runtime`gingerBill2022-05-231-14/+5
* | Add enums for getting Scancodes from WM_KEYDOWNCedric Hutchings2022-05-221-0/+8
* | Merge pull request #1792 from jasonKercher/os2_linuxgingerBill2022-05-2210-3/+2073
|\ \
| * | match user.odin and env.odin to masterjason2022-05-162-24/+31
| * | fix git dummy movejason2022-05-161-2/+1
| * | make -vet happyjason2022-05-161-0/+6
| * | merge from upstream and convert to ^File typesjason2022-05-16160-3988/+17529
| |\ \
| * | | make vet happy, thread_local heapjason2022-05-043-14/+11
| * | | fix mmap_to_regionjason2022-05-041-86/+83
| * | | heap_linux.odinjason2022-05-041-9/+708
| * | | add mremap + flagsCiD-2022-04-261-9/+21
| * | | whoopsCiD-2022-04-081-4/+4
| * | | merge upstream/masterCiD-2022-04-0886-3102/+4776
| |\ \ \
| * | | | commit before fetching upstream/masterCiD-2022-04-082-42/+91
| * | | | avoid temp_allocator on stupidly long pathsCiD-2022-04-063-26/+117
| * | | | add _chtimesCiD-2022-04-012-2/+14
| * | | | finish up stat, lstat and fstatCiD-2022-03-302-20/+34
| * | | | add os2.nameCiD-2022-03-231-6/+21
| * | | | fix memory leakCiD-2022-03-151-1/+2
| * | | | mkdir_all: WHOOPSCiD-2022-03-141-1/+1
| * | | | mkdir_all: close last open fileCiD-2022-03-141-6/+6
| * | | | rewrite mkdir_allCiD-2022-03-142-20/+91
| * | | | merge upstream/masterCiD-2022-03-1419-196/+687
| |\ \ \ \
| * | | | | commit to merge upstream/masterCiD-2022-03-143-71/+54
| * | | | | getting tests to runJason Kercher2022-03-102-7/+2
| * | | | | Merge remote-tracking branch 'upstream/master' into os2_linuxJason Kercher2022-03-1056-811/+2788
| |\ \ \ \ \
| * | | | | | os2 testsCiD-2022-03-083-32/+12
| * | | | | | added _remove_alljasonkercher2022-03-073-27/+126
| * | | | | | compilesjasonkercher2022-03-0411-87/+556
| * | | | | | os2 linux beginCiD-2022-03-033-4/+486
| * | | | | | Clean up ok or error handlinggingerBill2022-02-211-51/+20
| * | | | | | Start filling in the file_windows.odin proceduresgingerBill2022-02-2110-131/+472
| * | | | | | Get env stuff working on WindowsgingerBill2022-02-216-85/+111
* | | | | | | Update `time` procedures for js targetsgingerBill2022-05-211-8/+17
* | | | | | | Fix typogingerBill2022-05-211-1/+1
* | | | | | | Begin to add support for experimental wasm64gingerBill2022-05-212-2/+2
* | | | | | | Add `mem.DEFAULT_PAGE_SIZE`gingerBill2022-05-211-0/+5
* | | | | | | Begin work on Atomics for wasm32 (wait and notify intrinsics)gingerBill2022-05-213-0/+53
* | | | | | | [path/filepath] Change join() to take a []string instead of varargsTetralux2022-05-214-4/+4
* | | | | | | Fix is* proc in libc.Jeroen van Rijn2022-05-201-10/+10