summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* Pragma syntax is now consistent (#9993)Neelesh Chandola2018-12-272-3/+40
* [ci skip] update docs for build_all.sh (#10086)Timothee Cour2018-12-271-1/+1
* config/nim.cfg: disable tlsEmulation on Haiku (#10092) [backport]alaviss2018-12-271-3/+0
* Fixes long-standing asynchttpserver regression. (#10102)Dominik Picheta2018-12-271-21/+27
* Revert sub-second randomize(). Fixes randomize for JS backend. (#10000)Dominik Picheta2018-12-271-2/+6
* Fix const tuple unpacking not working for variables > 2 (#10099)Neelesh Chandola2018-12-271-1/+1
* fixes nim-lang/nimsuggest#76 (#10093)alaviss2018-12-253-3/+41
* fix #10049 (#10083)Timothee Cour2018-12-232-2/+2
* Add ability to sample elements from openArray according to a weight array (#1...c-blake2018-12-232-3/+62
* fixes #10024Araq2018-12-221-1/+1
* fixes #10033 [backport]Araq2018-12-222-3/+26
* Don't use parseutils.parseInt in the times module (#10028)Oscar NihlgÄrd2018-12-222-39/+78
* appveyor: make the build green againAndreas Rumpf2018-12-221-3/+8
* IntSet documentation notes (#10051)Alexis Hope2018-12-211-19/+28
* Stop false positives in distros.detectOs (#10062)Taylor Hoff2018-12-211-3/+3
* clarify doc for <= on tuple uses lexicographic order (#10069)Timothee Cour2018-12-211-4/+4
* Fixed insert for nil seq in js (#10068)Yuriy Glukhov2018-12-212-1/+33
* C++ tests: make DLL test greenAraq2018-12-211-1/+7
* C++: make async tests green on WindowsAraq2018-12-213-6/+7
* Add system.$(HSlice) and fix #7898 (#8670)hlaaf2018-12-211-1/+11
* fixes #10066Araq2018-12-211-19/+27
* os.walkDir: correctly evaluate paths when relative = true (#10057) [backport]alaviss2018-12-212-4/+13
* fix #9933 (#10067)Timothee Cour2018-12-211-0/+2
* fixes #10058 [backport]Araq2018-12-211-2/+3
* lots of testament bug fixes and improvements: (#10044)Timothee Cour2018-12-203-31/+120
* use anon structs and unions for a much better debug experience (#10055)Andreas Rumpf2018-12-202-39/+29
* Add call to hostnamectl in detectOsImpl (#10048)Taylor Hoff2018-12-201-3/+4
* Make copies for params which are captured in closures. Fixes #7048 (#10050)rec2018-12-202-1/+63
* GC: avoid pathological behaviour; fixes #10040 [backport] (#10052)Andreas Rumpf2018-12-201-9/+9
* [json] document fact that key ordering is preserved (#10020)Timothee Cour2018-12-201-0/+7
* fix test failureTimothee Cour2018-12-192-2/+5
* add to changelogTimothee Cour2018-12-191-0/+2
* fix #8255 numerous issues with splitFileTimothee Cour2018-12-192-4/+28
* make nimrtl.dll compile for the C++ targetAraq2018-12-191-1/+1
* strutils: minor code cleanupAraq2018-12-191-1/+0
* proc does not take untyped/typed as argument (#9981)Neelesh Chandola2018-12-193-0/+19
* Update osproc.nim (#10043)Timothee Cour2018-12-191-1/+1
* much simpler implementation of constant tuple declarationsAndreas Rumpf2018-12-194-55/+33
* Const tuple unpacking (#9964)Neelesh Chandola2018-12-194-30/+76
* Merge pull request #9959 from nc-x/better-error-messageAndreas Rumpf2018-12-191-2/+2
|\
| * Merge remote-tracking branch 'upstream/devel' into better-error-messageNeelesh Chandola2018-12-1419-403/+538
| |\
| * | Better error messages in enums which don't have ordinal typesNeelesh Chandola2018-12-131-2/+2
* | | Fixes #3060 and adds error checking for invalid else branches in object varia...Andreas Rumpf2018-12-193-18/+20
|\ \ \
| * | | Check tyRange for exhaustivenessNeelesh Chandola2018-12-131-1/+1
| * | | Check for ordinal typeNeelesh Chandola2018-12-131-2/+2
| * | | Merge remote-tracking branch 'upstream/devel' into record-caseNeelesh Chandola2018-12-137-18/+27
| |\ \ \
| * | | | Fix ftpclient.nimNeelesh Chandola2018-12-131-1/+0
| * | | | Fix semRecordCaseNeelesh Chandola2018-12-132-17/+20
* | | | | Give better error message when profiler and memProfiler used at same time (#9...Neelesh Chandola2018-12-191-0/+3
* | | | | Add support for clang-cl (#9977)Neelesh Chandola2018-12-193-2/+15