summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Fix #16554 (#16564)hlaaftana2021-01-031-2/+3
* Revert "Make config processing order test more robust" (#16561)flywind2021-01-031-1/+1
* Make config processing order test more robustClyybber2021-01-021-1/+1
* fix #16526 run config.nims before foo.nim.cfg (#16557)Timothee Cour2021-01-027-2/+21
* Algorithm improvements (#16529)konsumlamm2021-01-022-136/+144
* fix #16061 (#16551)flywind2021-01-022-5/+16
* fix `is "closure"` (#16552)flywind2021-01-022-2/+10
* fix #16542 (#16549)flywind2021-01-022-3/+51
* fix #16206, `nim r / nim -r` recompiles if cwd changes (#16349)Timothee Cour2021-01-021-2/+13
* Add mimetypes.mimesLongest (#16480)Juan Carlos2021-01-022-1/+31
* big steps torwards an efficient, simple IC implementation (#16543)Andreas Rumpf2021-01-0257-1720/+1432
* fix #14340 (#16386)Timothee Cour2021-01-012-1/+20
* Documentation only Testament unittest (#16532)Juan Carlos2021-01-011-9/+13
* reuse const (#16422)n5m2021-01-011-1/+1
* follow up #16399 clean up docs (#16539)flywind2021-01-011-30/+41
* happy new year 2021 (#16537)flywind2021-01-012-2/+2
* link to POSIX sendSignal from osproc.kill docs (#16475)n5m2021-01-011-0/+2
* refactor the tests of options (#16527)flywind2021-01-011-143/+182
* Add short description on GC (#16535)Federico Ceratto2021-01-011-2/+7
* update contributing.rst (#16530)flywind2021-01-011-4/+4
* enable ggplotnim (#16538)flywind2021-01-011-1/+1
* fix #16494 (#16513)flywind2021-01-012-4/+44
* refactor cmpIgnoreStyle and cmpIgnoreCase (#16399)flywind2020-12-318-147/+141
* RST: improve line blocks (#16518)Andrey Makarov2020-12-315-17/+68
* disable ggplotnim, refs #16523 (#16524)Timothee Cour2020-12-301-1/+1
* adding missing commas in std/bitops (#16520)rockcavera2020-12-301-5/+5
* make the docs of arithmetics better (#16510)flywind2020-12-301-126/+107
* use runnableExamples in options (#16503)flywind2020-12-301-26/+17
* Add assertions for jsconsole (#16460)Juan Carlos2020-12-302-1/+34
* Add math.copySign (#16406)flywind2020-12-304-1/+94
* follow #16505 move and active tests (#16508)flywind2020-12-302-30/+26
* nim-gdb.py fixes mostly for nimsuggest debugging (#16479)Saem Ghani2020-12-303-77/+157
* fix `hintProcessing` dots interference with `static:echo` and `hintCC`; add t...Timothee Cour2020-12-307-21/+77
* fix #16502 (#16512)flywind2020-12-301-1/+1
* disable grams (#16511)flywind2020-12-301-1/+2
* move asciitables to std/private/ (#16498)flywind2020-12-294-7/+8
* fix printing negative zero in JS backend (#16505)flywind2020-12-292-1/+33
* improve examples in manual (#16497)flywind2020-12-292-2/+4
* Added cmpMem export (#16484)Antonis Geralis2020-12-294-49/+81
* improve turi.nim tests: js, vm; merge tdecodequery.nim (#16500)Timothee Cour2020-12-292-194/+181
* use -d:nimCompilerStackraceHints in more places (#16400)Timothee Cour2020-12-291-0/+5
* Nil type check implementation (#15287)Alexander Ivanov2020-12-2913-14/+2215
* RST: fix directive with fields (#16490) (#16493)Andrey Makarov2020-12-292-1/+13
* use doAssert in tests (#16486)flywind2020-12-2878-1075/+1075
* fix `nim secret` dots interfering with prompt (#16491)Timothee Cour2020-12-283-4/+9
* fix #15043 (#16441) [backport:1.4]cooldome2020-12-272-5/+23
* follow #15860 clean cgi module (#16487)flywind2020-12-273-77/+57
* Revert #16478 (#16483)flywind2020-12-271-1/+1
* remove some noises in tests (#16448)flywind2020-12-2717-181/+140
* fix #16469 vm float constants: do not conflate -0.0 and 0.0 (#16470)Timothee Cour2020-12-272-2/+20