summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Fix const in async regression (#21898)Jake Leahy2023-05-252-7/+18
* Remove GC (#21904)Juan Carlos2023-05-251-749/+0
* when T is both a type symbol and a routine symbol in scope of a generic proc ...metagn2023-05-243-4/+15
* Improve times (#21901)Juan Carlos2023-05-241-12/+21
* js -r defines nodejs & program result undeclared if unavailable (#21849)metagn2023-05-244-7/+19
* actually fixes #21889 "constructor pragma doing nothing in globals" (#21897)Juan M Gómez2023-05-243-21/+68
* Atlas: added 'use' command (#21902)Andreas Rumpf2023-05-242-7/+104
* fix #21896 asign parameter to global variable generates invalid code (#21900)Bung2023-05-242-1/+10
* fixes #21863; Incorrect enum field access can cause internal error (#21886)ringabout2023-05-242-1/+29
* Atlas: first lockfiles implementation; cleared up upated vs updateWor… (#21...Andreas Rumpf2023-05-232-13/+81
* small refactor in preparation to fix #21889 (#21892)Juan M Gómez2023-05-231-17/+23
* minor atlas improvements (#21888)Andreas Rumpf2023-05-232-19/+68
* Fix jsgen (#21880)Juan Carlos2023-05-232-0/+6
* fix #21251 Compiler SIGSEGV when using SharedTable (#21876)Bung2023-05-235-8/+15
* Atlas tool: search github too, no need to register your project at pa… (#21...Andreas Rumpf2023-05-223-6/+55
* documents changes on byref and bycopy (#21882)Juan M Gómez2023-05-221-6/+10
* revert #21808 (#21881)ringabout2023-05-222-8/+0
* Weekday parse/format (replacement) (#21857)Carlo Capocasa2023-05-213-79/+134
* Fixed generic parameters failing to be used in inheritance (#21866)Jason Beetham2023-05-212-11/+63
* implements: "Allow bycopy to work in params #21874" (#21877)Juan M Gómez2023-05-213-4/+9
* implements allow byref to work in params #21873 (#21875)Juan M Gómez2023-05-218-52/+76
* remove legacy define for zero_functional tests (#21871)metagn2023-05-211-1/+1
* Moves virtual under its own section manual_experimental.md (#21870)Juan M Gómez2023-05-201-2/+2
* fix #14254 (#21837)metagn2023-05-205-4/+17
* refactor gettypedesc so it accepts its own kind instead of symkind (#21867)Juan M Gómez2023-05-194-81/+100
* potential fix for C++ codegen with ARC/ORC and goto exceptions fixes #21579, ...heterodoxic2023-05-191-1/+2
* Update threadpool.nim with correct link to typedthreads module (#21865)noah edward hall2023-05-191-1/+1
* documents virtual (#21860)Juan M Gómez2023-05-191-0/+76
* Cpp Vfunctions draft (#21790)Juan M Gómez2023-05-178-13/+260
* tasks that support return values (#21859)Andreas Rumpf2023-05-172-25/+53
* fixes #21847; let `parseFloat` behave like `strtod` (#21854)ringabout2023-05-172-3/+11
* fixes #21708; skip colons for tuples in VM (#21850)ringabout2023-05-172-1/+17
* close #19990; adds a test case (#21853)ringabout2023-05-151-0/+14
* fix #21848 (#21852)heterodoxic2023-05-151-7/+8
* isolation spec update; WIP (#21843)Andreas Rumpf2023-05-149-15/+284
* closes #7590; add a test case (#21846)ringabout2023-05-141-0/+20
* improve `wasMoved` hooks; allow reset to use the overridden `wasMoved` hook (...ringabout2023-05-125-20/+43
* add getDataDir to std/appdirs.nim (#21754)Ecorous2023-05-121-0/+17
* fixes #21840; nested local template lookup regression (#21841)ringabout2023-05-122-7/+81
* make deprecated statement a no-op (#21836)metagn2023-05-128-56/+48
* fixes nightlies regressions; disable `build-id=none` on macos (#21839)ringabout2023-05-121-2/+4
* Add `minmax` to comparisons (#21820)Matt Wilson2023-05-123-0/+18
* just set CallNodes = nnkCallKinds, follows up #21829 (#21833)metagn2023-05-111-2/+1
* cursor fields cannot form reference cycles (#21832)ringabout2023-05-112-13/+28
* Bootstrap: Allow to override number of CPUs (#21823)Tanguy2023-05-111-1/+5
* switch to the official URL of loop-fusion in the impoerant packages (#21830)ringabout2023-05-111-1/+1
* Add nnkHiddenCallConv to nnkCallKinds (#21781) (#21829)Matt Wilson2023-05-111-1/+3
* adds documentation for `=wasMoved` and `=dup` hooks and small fixes (#21827)ringabout2023-05-117-7/+44
* Improve nimsuggest (#21825)Juan Carlos2023-05-111-1/+1
* bring #21802 back; fixes #21753 [backport] (#21815)ringabout2023-05-117-26/+174