summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* fixes addr/hiddenAddr in strictdefs (#23477)ringabout2024-04-1030-71/+80
* remove unused magics: mIntToStr, mInt64ToStr, mFloatToStr (#23486)ringabout2024-04-096-25/+2
* stop gensym identifiers hijacking routine decl names in templates (#23392)metagn2024-04-095-5/+71
* Update encodings.nim, fix `open` with bad arg raising no `EncodingError` (#23...lit2024-04-062-1/+5
* fixes JS tests (#23479)ringabout2024-04-051-1/+1
* fixes #23440; fixes destruction for temporary object subclass (#23452)ringabout2024-04-051-3/+13
* apply the new mangle algorithm to JS backend for parameters and procs (#23476)ringabout2024-04-055-57/+71
* remove `internalNew` from system (#23475)ringabout2024-04-042-3/+1
* remove BountySource which doesn't exist anymore (#23474)ringabout2024-04-041-4/+0
* fixes #16771; lower `swap` for JS backend (#23473)ringabout2024-04-033-16/+24
* Update syncio.nim, fixes "open by FileHandle" doesn't work on Windows (#23456)lit2024-04-031-1/+4
* 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