summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* unordered enum for better interoperability with C (#23585)ringabout2024-05-104-5/+109
* remove bad type inference behavior for enum identifiers (#23588)metagn2024-05-102-7/+22
* adds Nim-related mimetypes back (#23589)ringabout2024-05-102-0/+9
* Improve strutils.rsplit doc, proc and iterator have oppose result order. (#23...lit2024-05-101-6/+6
* fixes #23552; Invalid codegen when trying to mannualy delete distinct seq (#2...ringabout2024-05-082-6/+16
* Add a note about the sideeffect pragma (#23543)Antonis Geralis2024-05-081-0/+2
* Add Complex version of almostEqual function (#23549)Angel Ezquerra2024-05-082-3/+21
* fix semFinishOperands for bracket expressions [backport:2.0] (#23571)metagn2024-05-082-7/+32
* fixes 12381, HttpClient socket handle leak (#23575)Marius Andra2024-05-081-0/+2
* rework `wasMoved`, `move` on the JS backend (#23577)ringabout2024-05-089-69/+35
* fixes #22409; don't check style for enumFieldSymChoice in the function (#23580)ringabout2024-05-083-6/+7
* fixes #23442, fix for FileId under Windows (#23444)lit2024-05-081-4/+4
* Skips generic owner when mangling instances (#23563)Juan M Gómez2024-05-072-5/+6
* bring `telebot` back (#23578)ringabout2024-05-071-1/+1
* fixes CI failure (#23566)ringabout2024-05-041-1/+1
* fixes #23556; typeinfo.extendSeq generates random values in ORC (#23557)ringabout2024-05-033-2/+28
* Update unicode.nim: cmpRunesIgnoreCase: fix doc format (#23560)lit2024-05-021-6/+6
* fixes #23419; internal error with void in generic array instantiation (#23550)ringabout2024-05-012-3/+11
* fixes #23321; Error: internal error: openArrayLoc: ref array[0..0, int] (#23548)ringabout2024-04-292-1/+39
* fix typo: "As can been seen" to "As can be seen" (#23544)yojiyama72024-04-281-1/+1
* fixes #23531; fixes invalid meta type accepted in the object fields (#23532)ringabout2024-04-262-9/+78
* fixes #23536; Stack trace with wrong line number when the proc called inside ...ringabout2024-04-262-6/+34
* fixes #23522; fixes pre-existing wrong type for iter in `liftIterSym` (#23538)ringabout2024-04-262-2/+4
* fixes #23525; an 'emit' pragma cannot be pushed (#23537)ringabout2024-04-241-0/+13
* adds another fix for concept in JS (#23535)ringabout2024-04-242-5/+13
* fixes #23524; global variables cannot be analysed when injecting `move` (#23529)ringabout2024-04-244-23/+41
* * fix for the debug line info code generation (#23488)Nikolay Nikolov2024-04-222-23/+73
* updated compiler DFA docs (#23527)Andreas Rumpf2024-04-221-13/+3
* Fix std/base64.decode out of bounds read (#23526)bptato2024-04-222-1/+3
* fix #23518 - `<expr> is` crashes nimsuggest (#23523)José Paulo2024-04-211-1/+2
* fixes commit hashes (#23520)ringabout2024-04-191-2/+2
* allow having {.noinit.} on a complex type avoid memsets to 0 for its … (#23...heterodoxic2024-04-182-1/+4
* Fix duplicated member declarations in structs for C++ backend (#23512)HexSegfaultCat2024-04-182-1/+28
* workaround #23435; real fix pending #23279 (#23436)ringabout2024-04-182-0/+14
* bundle atlas with sat (#23375)ringabout2024-04-181-1/+4
* remove php code from jsgen (#23502)ringabout2024-04-181-14/+0
* remove `|| []` from jsgen because string cannot be nil anymore (#23508)ringabout2024-04-181-3/+3
* fixes #23492; fixes JS float range causes compiler crash (#23517)ringabout2024-04-181-1/+1
* fixes #4695; closure iterators support for JS backend (#23493)ringabout2024-04-186-53/+64
* allow Nix builds by not calling git in isGitRepo for Nimble (#23515)Jakub2024-04-181-10/+3
* fixes #23505; fixes injectdestructors errors on transformed addr (deref) refs...ringabout2024-04-182-1/+17
* remove HEAD arraymancer dependency requirement in package CI (#23509)metagn2024-04-171-3/+3
* fixes #23494; Wrong type in object construction error message (#23504)ringabout2024-04-162-1/+7
* fixes #23499; don't skip `addr` when constructing `bracketExpr` (#23503)ringabout2024-04-152-1/+11
* strictdefs for `repr` so that it can used for debugging purposes in t… (#23...ringabout2024-04-151-2/+2
* fixes #23487; JS chckNilDisp is wrong (#23490)ringabout2024-04-131-1/+1
* [JS backend] improve `discard` statement; ridding of the awkward special vari...ringabout2024-04-132-2/+2
* fix JSON deep copy description (#23495)Pouriya Jamshidi2024-04-121-1/+1
* fixes #4299 #12492 #10849; lambda lifting for JS backend (#23484)ringabout2024-04-1110-71/+118
* Better documentation for typedthreads module (#23483)Antoine Delègue2024-04-111-27/+67