aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #2289 from Lperlind/staging/fix_os_argsgingerBill2023-06-071-2/+2
|\ \ \ \
| * | | | Fix out or range error with _alloc_command_line_arguments in darwinLucas Perlind2022-12-231-2/+2
* | | | | Merge pull request #1309 from Yawning/fix/freebsd-syscallgingerBill2023-06-071-4/+45
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into fix/freebsd-syscallgingerBill2022-07-24690-36789/+137580
| |\ \ \ \ \
| * | | | | | src: "Fix" the system call intrinsic for FreeBSDYawning Angel2021-11-131-5/+46
* | | | | | | Merge pull request #2577 from Tetralux/refactor-init-contextgingerBill2023-06-073-22/+88
|\ \ \ \ \ \ \
| * | | | | | | [thread] Refactor handling of 'init_context' + add doc comments for itTetralux2023-06-033-22/+88
* | | | | | | | Merge pull request #2573 from inbelic/inbelic/fmt-zero-paddinggingerBill2023-06-071-0/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | [fmt] fix zero-padding behaviour of numbersfinn2023-06-011-0/+5
| |/ / / / / / /
* | | | | | | | Merge pull request #2470 from odin-lang/separate-int-word-sizesgingerBill2023-06-0728-225/+404
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix endianness for wasm64p32gingerBill2023-06-073-12/+8
| * | | | | | | | Fix typo in wasm64p32 abigingerBill2023-06-071-1/+1
| * | | | | | | | Ignore non-variable parametersgingerBill2023-06-071-3/+6
| * | | | | | | | Change ABI for wasm64p32 on slices and structsgingerBill2023-06-072-17/+43
| * | | | | | | | Rename procsgingerBill2023-06-072-2/+2
| * | | | | | | | Fix non-constant compound literals of slicesgingerBill2023-06-074-11/+43
| * | | | | | | | Fix wasm intrinsics; fix `len` for strings and slicesgingerBill2023-06-062-6/+11
| * | | | | | | | Fix constant slice initialization for wasm64p32gingerBill2023-06-062-10/+26
| * | | | | | | | Merge branch 'master' into separate-int-word-sizesgingerBill2023-06-06147-10163/+19929
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #2571 from jakubtomsu/builtin-soa-procs-improvementsgingerBill2023-06-061-46/+41
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Update SOA dynamic array procs to match non-SOAjakubtomsu2023-06-011-46/+41
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #2575 from RehkitzDev/mastergingerBill2023-06-061-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | added webgl bindFramebufferRehkitzdev2023-06-021-2/+2
| |/ / / / / / / /
* | | | | | | | | Fix `fmt` for `js`gingerBill2023-06-061-1/+1
* | | | | | | | | Fix `@(default_calling_convention)` check on wasmgingerBill2023-06-061-5/+4
* | | | | | | | | Merge pull request #2579 from apahl/patch-1Jeroen van Rijn2023-06-061-1/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Update core/mem/doc.odinAxel Pahl2023-06-061-1/+2
|/ / / / / / / / /
* | | | | | | | | Correct printing in fmt for `ODIN_ERROR_POS_STYLE`gingerBill2023-06-061-5/+16
* | | | | | | | | Add error requiring an explicit calling convention for foreign proceduresgingerBill2023-06-063-3/+11
* | | | | | | | | Fix `map_get` typogingerBill2023-06-061-1/+1
* | | | | | | | | Minor fix to internal `using` logic with LLVM causing a compiler buggingerBill2023-06-061-4/+9
|/ / / / / / / /
* | | | | | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2023-05-314-42/+669
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge pull request #2568 from RehkitzDev/mastergingerBill2023-05-311-1/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | fixed webgl BindFramebuffer parameterRehkitzdev2023-05-311-1/+1
| |/ / / / / / / /
| * | | | | | | | Merge pull request #2504 from jon-lipstate/attr_errorgingerBill2023-05-311-0/+1
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'odin-lang:master' into attr_errorjon lipstate2023-05-30205-10369/+19824
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | helpful errors custom-attrsJon Lipstate2023-04-301-0/+1
| * | | | | | | | | | Merge pull request #2564 from Lperlind/rand-docsgingerBill2023-05-312-41/+667
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Document core:math/rand and add 'possible output'Lucas Perlind2023-05-312-41/+667
| |/ / / / / / / / / /
* / / / / / / / / / / Remove `thread.init_context = context`gingerBill2023-05-311-1/+0
|/ / / / / / / / / /
* | | | | | | | | | Add more documentation to numerous `@builtin` procedures in package runtimegingerBill2023-05-301-6/+110
* | | | | | | | | | Parse leading comment above attribute for value declarationsgingerBill2023-05-301-2/+6
* | | | | | | | | | Improve `check_decl_attributes` logic for `is_runtime`gingerBill2023-05-301-1/+12
* | | | | | | | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2023-05-303-4/+47
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge pull request #2558 from laytan/implement-set-blocking-darwingingerBill2023-05-302-3/+39
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | implement non blocking sockets for darwinLaytan Laats2023-05-272-3/+39
| * | | | | | | | | | Merge pull request #2559 from wiremoons/patch-1gingerBill2023-05-301-1/+8
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Update build_odin.sh to better support optimisation on Arm CPUsSimon Rowe2023-05-281-1/+8
* | | | | | | | | | | | Don't strip `builtin` attribute form ASTgingerBill2023-05-301-3/+9
|/ / / / / / / / / / /
* | | | | | | | | | | Minor change to `#reverse for` logic; add comments explaining itgingerBill2023-05-301-24/+103