summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* use two underscores for easy demangling [backport:1.6] (#19028)Andreas Rumpf2021-10-211-1/+1
* Fix isInvalidFilename & always operate on the full passed in string (#19004)John Novak2021-10-201-45/+46
* bump NimVersion to 1.7.1narimiran2021-10-191-1/+1
* Added setGlobalValue to VM api (#19007)Jason Beetham2021-10-172-0/+9
* define `nimVersion` automatically and avoid needing -d:nimVersion140 (#18726)Timothee Cour2021-10-175-4/+25
* fix parsesql.treeRepr when nil is in input (#18974)Andrey Makarov2021-10-172-3/+37
* sequtils: fix errors from `strictFuncs` use (#18998)ee72021-10-162-3/+29
* changelog_1_6_0: mention breaking change in effect tracking (#18995)ee72021-10-151-0/+30
* make choosenim work on windows [backport] (#18993)flywind2021-10-142-2/+0
* try to fix broken ssl test (#18991)Miran2021-10-141-1/+1
* test whether it is unnecessary (#18893)flywind2021-10-141-1/+1
* fix a potential bug (#18900)flywind2021-10-141-1/+1
* [backport] add v1.6 changelog (#18932)Miran2021-10-132-537/+928
* remove deprecated stuffs from std/times (#18937)flywind2021-10-131-25/+25
* fix #18985 (#18988)flywind2021-10-131-1/+4
* add ghci like type annotation buildEchoStmt (1049) (#18875)林亦恩2021-10-131-0/+1
* Removes deprecated {.injectStmt.}. Fixes #18666 (#18984)Dominik Picheta2021-10-138-79/+2
* Improve error message when NodeJS is not installed and 'nim js -r' is run (#1...Juan Carlos2021-10-121-1/+4
* disable testing of `fidget`, to make CIs greennarimiran2021-10-111-1/+1
* add OpenIndiana to list (#18972)antonl052021-10-091-1/+11
* [minor] give more friendly description (#18973)flywind2021-10-071-1/+1
* fixes a regression caused by overloadable enums even though they're opt-in (#...Andreas Rumpf2021-10-073-3/+24
* Fixed `strictFuncs` support for `std/pegs` (#18951)quantimnot2021-10-073-142/+151
* typo [backport] (#18967)flywind2021-10-071-1/+1
* fixes a 'mixin' statement handling regression [backport:1.2] (#18968)Andreas Rumpf2021-10-071-1/+6
* update csources hash (#18969)Miran2021-10-071-1/+1
* rst: minor fixes (#18960)Andrey Makarov2021-10-064-4/+5
* [tools] use the right parameter [backport:1.0] (#18957)flywind2021-10-061-1/+1
* enable tests for #2710 (#18961)flywind2021-10-061-2/+2
* Document how to compile a reproducible build (#18953)quantimnot2021-10-063-1/+17
* fixes #18954 (#18955)Andreas Rumpf2021-10-051-2/+2
* rename nimEnableHashRef [backport] (#18941)flywind2021-10-045-8/+16
* Add support for `strictEffects` to `std/pegs` (#18949)quantimnot2021-10-042-1/+7
* typo [backport] (#18948)Andreas Rumpf2021-10-041-1/+1
* correct changelog [backport] (#18940)flywind2021-10-041-1/+1
* Fixes build_all.sh failing on Nimble builds (#18945)Dominik Picheta2021-10-031-3/+3
* document -d:nimStrictDelete [backport] (#18939)flywind2021-10-031-0/+4
* with this patch :idx: can be used for the index generation for LaTeX (#18946)Andreas Rumpf2021-10-032-3/+5
* rename nimLegacyJsonutilsHoleyEnum [backport] (#18938)flywind2021-10-013-4/+9
* [std/tempfiles] docs improvement (#18936)flywind2021-10-011-5/+6
* correct licence header (#18935)flywind2021-10-015-5/+5
* close #17319; add testcase (#18934)flywind2021-10-011-0/+19
* alternative to #18918 (#18927)flywind2021-09-302-0/+11
* Alternative to #18928 (#18931)Jason Beetham2021-09-302-7/+57
* fixes #18921 [backport] (#18930)Andreas Rumpf2021-09-301-9/+11
* typos [backport] (#18929)Andreas Rumpf2021-09-301-10/+11
* [std/tasks] more gcsafe stuffs [backport] (#18926)flywind2021-09-301-3/+3
* Adds source to single tags list (#18920)Jonas Schubert Erlandsson2021-09-291-1/+1
* [backport] use old style hints in .cfg files (#18917)Miran2021-09-295-7/+7
* envPairs works in vm, nims (#18615)Timothee Cour2021-09-297-218/+221