summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Add support for `Window.matchMedia` (#19648)tandy10002022-03-261-0/+6
* fixes #19603; some pragmas were really only supported as top level statements...Andreas Rumpf2022-03-262-7/+16
* mitigates #19364 [backport]; we make this bug more unlikely to appear by prod...Andreas Rumpf2022-03-261-6/+12
* remove unnecessary framePtr code (#19645)flywind2022-03-252-4/+8
* Add more info for {.bycopy.} (#18815)treeform2022-03-241-0/+1
* fix nim check nimscript [backport: 1.6] (#19444)flywind2022-03-233-1/+18
* [add testcase] arc problems with recursive types (#19456)flywind2022-03-231-0/+87
* output byref types into --header file [backport: 1.6] (#19505)flywind2022-03-233-2/+23
* Remove deprecated typo poDemon (#19631)Juan Carlos2022-03-232-5/+2
* Remove Deprecated domextension (#19630)Juan Carlos2022-03-232-3/+1
* Remove Deprecated Nimscript proc (#19629)Juan Carlos2022-03-231-8/+0
* build external deps with userversion:1.6 (#19612)flywind2022-03-231-2/+2
* move assertions out of system (#19599)flywind2022-03-23110-10/+361
* Fix process lines iterator (#19605)Dominic Ward2022-03-231-6/+8
* system: thread: stack dealloction on Zephyr (#19633) [backport:1.6]Jaremy Creechley2022-03-221-2/+16
* fixes #19615; emit better code for integer divisions when the divisor… (#19...Andreas Rumpf2022-03-221-6/+16
* fixes #19631 (#19618)Andreas Rumpf2022-03-202-3/+39
* compiler: Handle nkCheckedFieldExpr better in dfa (#19616)Clyybber2022-03-181-4/+2
* db_sqlite: added a spaceAraq2022-03-181-1/+1
* Removed deprecated httpcore func (#19550)Juan Carlos2022-03-183-14/+5
* support useVersion:1.6 (#19601)flywind2022-03-106-9/+57
* 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