summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* enable nimPreviewDotLikeOps (#19598)flywind2022-03-093-1/+2
* fixes #19575 (#19596) [backport]Andreas Rumpf2022-03-092-2/+27
* fixes #19569 (#19595) [backport]Andreas Rumpf2022-03-092-9/+7
* register callback for marshal in VM (#19578)flywind2022-03-086-59/+96
* fix not flushing stdout in MSYS (#19590)Hamid Bluri2022-03-071-0/+1
* Fix CPU detection for i386 (#19577)VlkrS2022-03-031-1/+1
* Fix typo in Nim Tutorial pt3 (#19579)huantian2022-03-021-1/+1
* apply changes from #18017 and some fixes (#19571)flywind2022-03-014-41/+42
* Fix #18662 (#19534)Evan Typanski2022-02-282-8/+3
* Add error message to pointer size check assert in lib/nimbase.h (#19549)Tomohiro2022-02-271-1/+1
* make compileOption("panics") work (#19568)solarizedalias2022-02-271-0/+1
* Remove define for jsfetch (#19530)Juan Carlos2022-02-254-99/+98
* fix #19266; allow reassign discriminant field (#19567)flywind2022-02-254-2/+39
* Allow std/macros.params to work with nnkProcTy (#19563)Tanguy2022-02-252-4/+33
* Remove Deprecated jsre func (#19551)Juan Carlos2022-02-252-5/+1
* Remove volatiles when compiling with ARC/ORC (#19545)PMunch2022-02-251-18/+50
* Document links repect --out in .idx file (#19543)Jake Leahy2022-02-241-1/+4
* compile pragma: cache the result sooner (#19554)Ștefan Talpalaru2022-02-241-1/+3
* Remove trailing space in `nim r` command; Amend one error message (#19487)locriacyber2022-02-181-1/+2
* keep casing of noinit and noreturn pragmas consistently documented (#19535)tersec2022-02-181-2/+2
* Update chcks.nim (#19540)rockcavera2022-02-171-1/+1
* Documentation: Fix word usage (#19529)Sizhe Zhao2022-02-145-8/+8
* [testcase] genSym fails to make unique identifier for ref object types (#19506)flywind2022-02-141-0/+60
* Remove deprecated math.c_frexp (#19518)Juan Carlos2022-02-143-11/+3
* Remove Deprecated oids.oidsToString (#19519)Juan Carlos2022-02-142-5/+2
* use OrderedTable instead of OrderedTableRef for mimedb (#19522)David Krause2022-02-143-2/+6
* Remove backslash in glob pattern (#19524)konsumlamm2022-02-141-3/+3
* fixes #19404 by protecting the memory we borrow from. this replaces crashes w...Andreas Rumpf2022-02-121-8/+13
* fix #16458; make useNimRtl compile for --gc:orc (#19512)flywind2022-02-114-5/+13
* don't use a temp for addr [backport: 1.6] (#19503)flywind2022-02-082-2/+24
* Fix bug 27 of #17340 (#19433)Andrey Makarov2022-02-074-40/+81
* Add compilers and hints to default nim.cfg (#18424)Federico Ceratto2022-02-071-2/+13
* disable nimlsp (#19499)flywind2022-02-071-1/+1
* Improve consistency (#19490)Roj2022-02-071-2/+2
* setjump => setjmp [backport: 1.2] (#19496)flywind2022-02-061-1/+1
* undefine C symbols in JS backend [backport:1.6] (#19437)flywind2022-02-043-3/+11
* fix parseEnum cannot parse enum with const fields (#19466)flywind2022-02-042-2/+18
* correct typos (#19485)flywind2022-02-033-3/+3
* move io out of system (#19442)flywind2022-02-0224-42/+92
* Clonkk fix2 11923 (#19451)Regis Caillaud2022-02-022-5/+28
* No longer segfault when using a typeclass with a self referencing type (#19467)Jason Beetham2022-02-022-1/+14
* Update jsfetch with latest API and fix missing bindings (#19473)tandy10002022-02-011-21/+25
* fix broken CI (#19472)flywind2022-01-313-6/+9
* [add testcase] NRVO does not occur with init procedures (#19462)flywind2022-01-291-0/+28
* Merge pull request from GHSA-ggrq-h43f-3w7mDominik Picheta2022-01-293-11/+58
* update outdated link (#19465)flywind2022-01-281-1/+1
* nvro don't touch cdecl types [backport: 1.6] (#19461)flywind2022-01-287-19/+51
* support set other GCs after `mm = orc` or `mm = arc` is set in the global con...flywind2022-01-271-20/+34
* change run command for numericalnim (#19448)Hugo Granström2022-01-251-1/+1
* bugfix: varargs count as open arrays (#19447)Andreas Rumpf2022-01-251-1/+1