summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixes #23306 nim cpp -r invalid code generation regression with closure itera...Juan M Gómez2024-02-262-2/+14
* disable measuremancer (#23352)ringabout2024-02-261-1/+1
* * fixed nimsuggest crash with 'Something = concept' put (erroneously) outside...Nikolay Nikolov2024-02-243-1/+28
* fixes #22723; skips tyUserTypeClasses in injectdestructors (#23341)ringabout2024-02-242-9/+34
* compiler/ast.nim: fix a typo (#23340)litlighilit2024-02-231-1/+1
* Fixes #23337; When NimScript errors prevents NimSuggest from Init (#23338)Juan M Gómez2024-02-221-1/+5
* ORC: added -d:nimOrcStats switch and related API (#23272)Andreas Rumpf2024-02-215-20/+67
* * fixed nimsuggest crash when opening a .nim file, that contain a {.fatal: "m...Nikolay Nikolov2024-02-202-1/+17
* `varargs[typed]` should behave more like `typed` (#23303)Ryan McConnell2024-02-202-2/+31
* Fixes a nimsuggest crash when using chronos (#23293)Juan M Gómez2024-02-202-2/+5
* fixes #23295; don't expand constants for complex structures (#23297)ringabout2024-02-202-2/+19
* Remove count field from Deque (#23318)Tomohiro2024-02-201-51/+46
* fixes #23304; uses `snprintf` instead of `sprintf` (#23322)ringabout2024-02-204-9/+12
* assume a module's usage if it contains a passC/passL/compile pragma w… (#23...heterodoxic2024-02-191-1/+8
* fixes nimsuggest sug doesnt return anything on first pass #23283 (#23288)Juan M Gómez2024-02-151-8/+6
* fixes refc with non-var destructor; cancel warnings (#23156)ringabout2024-02-134-7/+23
* fixes #18104; tranform one liner var decl before templates expansion (#23294)ringabout2024-02-132-0/+25
* fixes a nimsuggest crash on init (#23300)Juan M Gómez2024-02-111-1/+1
* Remove mask field from Deque (#23299)Tomohiro2024-02-111-5/+6
* nimsuggest --ic:on compiles (#23298)Juan M Gómez2024-02-092-0/+21