summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* remove conditionals on nimHasUserErrors, nimNoNilSeqs2, nimNoNilSeqs (#16861)Timothee Cour2021-01-2913-93/+29
* fix floats slice (#16853)flywind2021-01-294-11/+11
* fix #9102 docgen: sidebar now shows proc signatures instead of encoding (#16857)Timothee Cour2021-01-297-37/+981
* improve code in categories.nim; add std/private/gitutils; fix flakyness in ni...Timothee Cour2021-01-293-61/+72
* fix #16815 round(x,places) works again in vm (#16825)Timothee Cour2021-01-283-29/+41
* small fix in grammar.txt [ci skip]narimiran2021-01-281-1/+1
* A new request should always have a new content-length (#16667)Joey2021-01-281-9/+15
* fix #16752: threadvar now works with importcpp types; osx now uses native TLS...Timothee Cour2021-01-2713-13/+194
* Improve documentation for the mersenne module (#16824)konsumlamm2021-01-272-16/+27
* Improve documentation for threadpool (#16821)konsumlamm2021-01-271-40/+41
* testament: fix #16829, fix partially #16830 (#16831)Timothee Cour2021-01-273-65/+87
* disble fidget again (#16842)Timothee Cour2021-01-271-1/+1
* Moved json enum index test to the proper file (#16826)Jason Beetham2021-01-252-11/+12
* added enum indexed array support to json (#16807)Jason Beetham2021-01-262-1/+12
* IC: final implementation steps (#16801)Andreas Rumpf2021-01-2512-105/+259
* Make small text changes in the docs (#16634)Elliot Waite2021-01-255-120/+124
* Sugar improvements (#16802)konsumlamm2021-01-251-66/+63
* Small changes to std/sums (#16797)konsumlamm2021-01-252-14/+30
* regression test for nim-lang/nimsuggest#58 (#16817)Saem Ghani2021-01-251-0/+22
* make oids module better (#16704)flywind2021-01-252-26/+45
* fixed nim-lang/nimsuggest#48 type aware sug (#16814)Saem Ghani2021-01-253-5/+36
* close #16810 (#16813)flywind2021-01-251-1/+1
* remove unused warning (#16809)flywind2021-01-241-2/+2
* ref #16810 disable fidget (#16811)flywind2021-01-241-1/+1
* Finer analysis for array access (#16787)Clyybber2021-01-243-29/+106
* IC: next steps (#16729)Andreas Rumpf2021-01-2332-323/+729
* fix code-block (#16799)Timothee Cour2021-01-231-1/+1
* Fix an RST issues introduced in #16777 (#16798)konsumlamm2021-01-221-3/+3
* fix manual to reflect reality for .nosideeffect (#16781)Timothee Cour2021-01-222-6/+49
* remove private checkSymlink (redundant with symlinkExists) (#16785)Timothee Cour2021-01-221-16/+12
* Improve the marshal module (#16777)konsumlamm2021-01-222-200/+113
* addQuitProc => addExitProc (#16765)Timothee Cour2021-01-227-12/+21
* typetraits: make genericHead docs reflect reality; use runnableExamples (#167...Timothee Cour2021-01-222-18/+25
* Fix SIGSEGV in httpclient response body (#16766)Daehee2021-01-222-4/+12
* Add testcase for #14880 (#16795)Clyybber2021-01-221-0/+10
* Add std/setutils to lib.rst (#16791)konsumlamm2021-01-222-14/+19
* Testament small fixes (#16788)Juan Carlos2021-01-226-191/+91
* Add testcase for #5993 (#16789)Clyybber2021-01-221-0/+16
* Fix #16741 (#16783)Roman Inflianskas2021-01-221-22/+22
* fix #15628 (#16387)flywind2021-01-213-33/+53
* Part-to-whole optimization (#16775)Clyybber2021-01-212-16/+62
* close #8015: const array indexing zeroes data in object variants at runtime (...Timothee Cour2021-01-211-0/+57
* fix testament regression: installed testament works again with testament r pa...Timothee Cour2021-01-203-11/+31
* some comments for amd64 and nimvm CPU (#16756)Timothee Cour2021-01-201-1/+2
* fix noDecl => nodecl (#16760)Timothee Cour2021-01-203-5/+6
* Reboot of #16195 (#16746)Clyybber2021-01-204-61/+252
* `--hintAsError` (#16763)Timothee Cour2021-01-208-9/+56
* add link to Nim Basics in tut1.rst [ci skip]narimiran2021-01-201-2/+7
* intsets are not deprecatedAndreas Rumpf2021-01-191-1/+0
* perpare for more compact bit operations in JS (#16728)flywind2021-01-192-7/+20