summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* 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/_docstring_of_module(path, module_name): imported = __import__(path, fromlist=[module_name]) return getattr(imported, module_name).__doc__ def get_help(topic): try: doc = get_docstring_of_module('ranger.help', topic) except (ImportError, AttributeError): return NO_TOPIC if isinstance(doc, str): return cleandoc(doc) return NO_HELP def get_help_by_index(i): try: return get_help(HELP_TOPICS[i]) except IndexError: return NO_TOPIC /td>2020-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
* Save some alloc on base64 using encodeSize (#16465)Juan Carlos2020-12-271-0/+1
* follow #15357 and move decodeQuery (#15860)flywind2020-12-274-34/+67