summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Update LICENSE (#13421)Nな人(N na hito)2020-02-172-2/+2
* Improved assertion error messages on usage of JsonNode iterators on wrong kin...Ico Doornekamp2020-02-171-5/+5
* Fix vertical tab in JSON. (#13399)Khronos2020-02-171-1/+1
* Add browsers.osOpen (#12901)Juan Carlos2020-02-152-3/+9
* capture macro now accepts variables of different types (#13356)Clyybber2020-02-152-6/+16
* Fix to asynchttpserver form data/body broken with #13147 (#13394)Henrique Dias2020-02-142-44/+75
* add ggplotnim to important_packages (#13206)Miran2020-02-141-0/+1
* isolate the build process from external config files (#13411)Ștefan Talpalaru2020-02-142-5/+7
* fix bug in int128 (#13403)Arne Döring2020-02-141-3/+86
* fixes #13368 (#13397)cooldome2020-02-143-9/+22
* Revert "remove dead code test_nimhcr_integration.(bat,sh) (#13388)" (#13396)Andreas Rumpf2020-02-122-0/+27
* fix linenoise regression (#13395)Timothee Cour2020-02-121-11/+19
* remove dead code test_nimhcr_integration.(bat,sh) (#13388)Timothee Cour2020-02-122-27/+0
* fixes #13378 [backport] (#13392)Andreas Rumpf2020-02-112-0/+18
* fix several bugs with `repr` (#13386)Timothee Cour2020-02-114-8/+28
* expectLen now shows the length that we got (#13387)Clyybber2020-02-111-3/+3
* Make vccexe parse response files (#13329)Fredrik Høisæther Rasch2020-02-111-23/+43
* lib.rst: add a link for jsconsole [backport] (#13383)Jjp1372020-02-111-0/+3
* fix #9634 don't crash on execCmdEx/readLine when inside gdb/lldb (#13232)Timothee Cour2020-02-111-2/+15
* fix #13374 `nim c -r -` now generates $nimcache/stdinfile (#13380) [backport]Timothee Cour2020-02-112-6/+11
* remove outplace version of 'merge' for CountTables (#13377)Miran2020-02-102-19/+17
* fix #13255 (#13275) [backport]Arne Döring2020-02-091-2/+2
* fix `is` with generic types; fix `genericHead(Foo[T])` (#13303)Timothee Cour2020-02-097-20/+94
* testament: this now works: "testament r /abspath/to/test.nim" (#13358)Timothee Cour2020-02-091-2/+4
* fixes #13314 (#13372)Andreas Rumpf2020-02-092-5/+34
* fixes #3339 by documenting the limitations of case-statement (#13366)Miran2020-02-081-0/+29
* Add sideEffect pragma to importC procs in posix, winlean and time module (#13...Tomohiro2020-02-084-133/+145
* Revert "printing float values will have one more digit. (#13276) [backport]" ...Timothee Cour2020-02-0810-45/+41
* fix #6736: templates in unittest now show actual value (#13354)Miran2020-02-072-1/+26
* [backport] remove 'CountTable.mget' (#13355)Miran2020-02-072-17/+9
* [backport] fix #13352narimiran2020-02-072-1/+6
* printing float values will have one more digit. (#13276) [backport]Arne Döring2020-02-0710-41/+45
* testament: introduce 'matrix' for testing multiple options (#13343)Miran2020-02-073-19/+32
* miscellaneous bug fixes (part 3) (#13304)Timothee Cour2020-02-076-11/+13
* fix #13182: `proc fun(a: varargs[Foo, conv])` now can be overloaded (#13345) ...Timothee Cour2020-02-072-1/+49
* replace old problematic isNamedTuple implementation by TypeTrait isNamedTuple...Timothee Cour2020-02-072-11/+16
* Added a basic example how to handle a Post request. (#13339)Henrique Dias2020-02-071-3/+55
* adding sqlite3 backup functions (#13346)pyloor2020-02-071-0/+17
* fixes #13269 (#13344)Andreas Rumpf2020-02-072-3/+20
* fix #13349 regression: isNamedTuple now works with generic tuples (#13350)Timothee Cour2020-02-073-1/+7
* make monotimes have zero overhead if you don't use it (#13338) [backport]Andreas Rumpf2020-02-061-10/+6
* fix #13150 `nim doc --project` now works reliably (#13223)Timothee Cour2020-02-0612-27/+132
* nim secret: support linenoise when available (#13328)Timothee Cour2020-02-051-4/+4
* [backport] -d:danger should imply -d:release (#13336)Miran2020-02-052-0/+14
* contributing.rst: Add a special rule for 'outplace'-like featuresAraq2020-02-051-2/+15
* build_all.sh update (#13320)Clyybber2020-02-041-2/+3
* Option to allow the request body to be processed outside the asynchttpserver ...Henrique Dias2020-02-042-16/+49
* Fixed codegen for constant cstring with --gc:arc (#13326)Ico Doornekamp2020-02-042-1/+17
* Fix #10717, fix #13284 (#13307)genotrance2020-02-041-4/+17
* enable testing -d:nimHasLibFFI mode (#13091)Timothee Cour2020-02-048-89/+103