summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* fixes testament targets field (#23472)ringabout2024-04-033-3/+3
* bump nimble version (#23467)ringabout2024-04-021-2/+2
* dynlib keeps exported functions alive in emscripten (#23469)ringabout2024-04-021-5/+12
* fixes #9550; Concept related crash only when compiling to JS (#23470)ringabout2024-04-022-1/+12
* adds ccMember CC fixes #23434 (#23457)Juan M Gómez2024-03-296-4/+24
* fixes #23422; card regression (#23437)ringabout2024-03-282-1/+39
* fixes #23429; rework `--verbosity` with warnings/hints (#23441)ringabout2024-03-281-0/+5
* Fix compile time errors when using tables on 8/16-bits systems. (#23450)Gianmarco2024-03-281-1/+4
* Converted the 'invalid kind for firstOrd/lastOrd(XXX)' messages from internal...Nikolay Nikolov2024-03-271-4/+4
* Change unicode lookup tables to have int32 elements to support platforms wher...Gianmarco2024-03-252-9/+9
* fix atomicarc increment (#23427)Jaremy Creechley2024-03-251-1/+1
* [Cpp] Fixes an issue when mixing hooks and calls (#23428)Juan M Gómez2024-03-213-2/+19
* fix: use `ErrorColor` for hints marked as errors (#23430)Igor Sirotin2024-03-211-1/+2
* Adds support for custom ASTs in the Nim parser (#23417)Andreas Rumpf2024-03-186-245/+449
* Update manual.md (#23393)arkanoid872024-03-161-1/+1
* fixes #23401; prevents nrvo for cdecl procs (#23409)ringabout2024-03-161-1/+4
* chore: fix some typos (#23412)soonsouth2024-03-166-7/+7
* + added nimsuggest support for exception inlay hints (#23202)Nikolay Nikolov2024-03-157-50/+480
* fix BigInt conversion, xOffset/yOffset to int from int64 (#23404)Chancy K2024-03-151-1/+1
* refactoring: no inheritance for PType/PSym (#23403)Andreas Rumpf2024-03-1414-253/+106
* Fix #23381, Use `sink` and `lent` to avoid Future[object] making a copy (#23389)握猫猫2024-03-141-10/+16
* propagate efWantStmt in semWhen (#23400)metagn2024-03-142-3/+11
* fixes #23382; gives compiler errors for closure iterators in JS (#23398)ringabout2024-03-141-1/+3
* Fixes an issue where exported types werent being cgen with the `exportc` prag...Juan M Gómez2024-03-111-4/+7
* [C++] Allow `member` to define static funcs (#23387)Juan M Gómez2024-03-112-5/+21
* Update tests/js/tos.nim, make isAbsolute tested on nodejs under Windows. (#23...lit2024-03-091-6/+4
* fixes #22166; adds sideeffects for `close` and `setFilePos` (#23380)ringabout2024-03-091-2/+2
* fixes #22284; fixes #22282; don't override original parameters of inferred la...ringabout2024-03-092-1/+25
* fixes #23378; fixes js abs negative int64 (#23379)ringabout2024-03-092-1/+15
* closes #22846; adds a test case (#23374)ringabout2024-03-081-0/+9
* remove mention of `GC_ref` and `GC_unref` for strings (#23373)ringabout2024-03-061-5/+1
* closes #15751; adds a test case (#23372)ringabout2024-03-061-0/+11
* fixes #12703; nim cpp rejects valid code would lose const qualifier for cstri...ringabout2024-03-052-4/+29
* closes #10219; adds a test case (#23370)ringabout2024-03-051-0/+20
* fixes #20945; fixes #18262; provides C API `NimDestroyGlobals` for static/dyn...ringabout2024-03-042-0/+25
* fix `isAbsolute` broken when `nodejs` on Windows (#23365)litlighilit2024-03-041-3/+3
* makes nimsuggest listen on localhost by default (#23351)Juan M Gómez2024-03-041-1/+1
* remove obselete doc with nimrtl (#23358)ringabout2024-03-041-3/+0
* ref #23333; fixes AF_INET6 value on Linux (#23334)ringabout2024-03-031-1/+1
* Dont mangle when targeting cpp (#23335)Juan M Gómez2024-03-032-2/+2
* Update browsers.nim, deprecate unimplemented `openDefaultBrowser()` (#23332)litlighilit2024-03-031-14/+25
* Fix nimsuggest highlight for import statements (#23263)autumngray2024-03-032-1/+21
* fixes #23273; forbids methods having importc pragmas (#23324)ringabout2024-03-031-0/+4
* fixes sink regression for ORC; ref #23354 (#23359)ringabout2024-03-033-2/+19
* fixes #13481; fixes #22708; disable using union objects in VM (#23362)ringabout2024-03-032-8/+2
* make use of C++11's auto type deduction for temporary variables (#23327)heterodoxic2024-03-031-1/+1
* strformat: detect format string errors at compile-time (#23356)Jacek Sieka2024-03-032-40/+111
* fixes an issue with string to 'var openArray' at compile-time; [backp… (#23...Andreas Rumpf2024-03-032-21/+26
* improve error messages [backport] (#23345)ringabout2024-02-261-34/+79
* Revert "disable measuremancer" (#23353)ringabout2024-02-261-1/+1