aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix #4763gingerBill2025-01-311-0/+4
| * Add `@(export) foreign import`gingerBill2025-01-311-3/+13
* | Clean up `@(export) foreign import` codegingerBill2025-01-301-8/+9
* | `@(export) foreign import` to be package scope levelgingerBill2025-01-302-2/+12
|/
* Fix #4773 - Change order of evaluation for slicing indicesgingerBill2025-01-291-10/+11
* Merge pull request #4580 from tf2spi/4485-fix-exact-value-floatLaytan2025-01-291-1/+4
|\
| * Fix early overwrite of dst w/ exp_u64misomosi2024-12-211-1/+4
* | Print frameworks first on Darwin targetsgingerBill2025-01-281-1/+23
* | Add `@(ignore_duplicates)` for `foreign import` declarationsgingerBill2025-01-283-0/+11
* | optimize fixLaytan Laats2025-01-243-42/+35
* | fix separate modules with objc codeLaytan Laats2025-01-243-45/+63
* | Add `-use-single-module`gingerBill2025-01-222-2/+24
* | Enable `-use-separate-modules` as default for all platformsgingerBill2025-01-221-2/+0
* | Remove duplicates of .framework/.dynlib/.so in linkergingerBill2025-01-221-1/+10
* | fix grammar in error messagejason2025-01-211-1/+1
* | fixes compiler crash on syntax error (issue 4738)jason2025-01-211-1/+3
* | fix inverted error messagesDavid Rubin2025-01-181-4/+4
* | Merge pull request #4703 from flysand7/4685-range-stack-overflowgingerBill2025-01-171-3/+9
|\ \
| * | Do not warn about stack overflow in range loops 'by reference'flysand72025-01-161-3/+9
* | | Error if -no-thread-local is used in presence of -no-crt on Unixflysand72025-01-172-18/+10
* | | Added compile-time checks for thread locals with -no-crtflysand72025-01-173-2/+33
|/ /
* | compiler: fix align error checkLaytan Laats2025-01-151-1/+2
* | Fixes crash when unused defines are used in conjunction with `-ignore-warnings`.Harold Brenes2025-01-151-1/+4
* | `#unroll(N) for`gingerBill2025-01-104-73/+292
* | '#no_nil' I am actually disappointed in myselfLaytan Laats2025-01-081-6/+5
* | `#no_nil` third time's the charmLaytan Laats2025-01-081-1/+1
* | actually fix #no_nil debug infoLaytan Laats2025-01-081-1/+6
* | fix #no_nil in debug infodev-2025-01Laytan Laats2025-01-081-5/+4
* | Merge pull request #4601 from Barinzaya/simd_vector_broadcastinggingerBill2025-01-061-0/+20
|\ \
| * | Added some implicit broadcasting for #simd arrays.Barinzaya2024-12-191-0/+20
* | | Allow `#+` tags on single filesgingerBill2025-01-051-6/+4
* | | Make `-no-dynamic-literals` the default nowgingerBill2025-01-057-30/+43
* | | Add `#+feature dynamic-literals`gingerBill2025-01-054-2/+88
* | | Merge pull request #4611 from tf2spi/4491-max-field-align-packgingerBill2025-01-013-4/+35
|\ \ \
| * | | Pack struct when needed, use field_align metadatamisomosi2024-12-223-4/+35
| |/ /
* | | Merge pull request #4616 from flga/mastergingerBill2025-01-011-2/+2
|\ \ \
| * | | make -export-dependencies:json emit valid jsonfleandro2024-12-231-2/+2
| |/ /
* | | Merge pull request #4608 from zen3ger/assignment-of-non-specialized-parapolygingerBill2025-01-011-4/+6
|\ \ \
| * | | Fix crash on assignment of parapoly proc to variableRoland Kovacs2024-12-221-4/+6
| |/ /
* | | Merge pull request #4607 from zen3ger/parapoly-proc-fixesgingerBill2025-01-012-1/+9
|\ \ \
| * | | Fix crash when proc return type is undeclared parapoly variableRoland Kovacs2024-12-222-1/+9
| |/ /
* | | Add `#branch_location`gingerBill2025-01-017-38/+89
* | | Support multiple paths for wasm in `foreign import`gingerBill2025-01-013-46/+77
|/ /
* | Fix bug with comparisons with big endian typesgingerBill2024-12-121-0/+19
* | compiler: remove viral `#force(_no)_inline`Laytan Laats2024-12-091-4/+0
* | fix #4547 - wasm -out without file extensionLaytan Laats2024-12-061-1/+1
* | Fix #4552gingerBill2024-12-051-0/+1
* | Try to fix #4553gingerBill2024-12-051-1/+1
* | Fix #4561gingerBill2024-12-051-0/+1
* | ABI change: for indirect parameters size_of <= 16, do callee stack copygingerBill2024-12-053-0/+25