summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* 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
* os: faster getFileSize (#19438)ehmry2022-01-241-5/+4
* RST: allow empty number-lines directives just like it was done for a decade; ...Andreas Rumpf2022-01-221-1/+2
* New/better macro pragmas, mark some as experimental (#19406)metagn2022-01-208-209/+439
* Fix #11923 (#19427)Regis Caillaud2022-01-202-1/+16
* enable weave (#19363) [backport:1.6]flywind2022-01-202-3/+8
* Resolve cross file resolution errors in atomics (#19422) [backport:1.6]James2022-01-203-10/+27
* Added `std/envvars` for env vars handling (#19421)flywind2022-01-203-2/+273
* Add noQuit option (#19419) [backport:1.6]Tom2022-01-191-2/+5
* Don't reject types directly on AST (#19407)metagn2022-01-192-2/+13
* fix term rewriting with sideeffect (#19410)flywind2022-01-192-2/+24
* add an example to setControlCHook (#19416)nblaxall2022-01-191-0/+9
* suppress deprecated warnings (#19408)flywind2022-01-191-2/+1
* fix stricteffects (nimsuggest/sexp) (#19405)flywind2022-01-181-1/+1
* Improve Zshell completion (#19354)Andrey Makarov2022-01-181-144/+114
* update deprecated example (#19415)Hamid Bluri2022-01-181-1/+1
* Added `std/oserrors` for OS error reporting (#19390)flywind2022-01-173-0/+129
* Optimize lent in JS [backport:1.6] (#19393)hlaaftana2022-01-173-23/+81
* fix no net compilation on zephyr (#19399)Jaremy Creechley2022-01-171-6/+10
* mangle names in nimbase.h using cppDefine (#19395) [backport]flywind2022-01-172-0/+21
* improve changelog a bit (#19400)flywind2022-01-171-3/+1
* add mm to compilesettings; deprecate gc (#19394)flywind2022-01-163-2/+5
* deprecate unsafeAddr; extend addr (#19373)flywind2022-01-1630-67/+70
* Use openarray of bytes in md5 (#19307)hlaaftana2022-01-159-51/+413
* move type operation section and remove deepcopy document (#19389)flywind2022-01-152-40/+26
* Fixed concept constraints for static types (#19391)Jason Beetham2022-01-152-25/+71
* Generic parameters now can constrain statics in type definitions (#19362)Jason Beetham2022-01-142-2/+54
* nrvo shouldn't touch bycopy object[backport:1.2] (#19385)flywind2022-01-143-1/+31
* docs: Fix broken cross references to `rfind` in strutils (#19382) [backport]Leon2022-01-131-3/+3