summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Improvements to Windows install instructions (#15099)Ray Imber2020-07-281-0/+9
* fixes #15076 (#15095)Andreas Rumpf2020-07-274-28/+57
* fix #14698 nkRecWhen caused internalAssert in semConstructFields when generic...Timothee Cour2020-07-272-1/+24
* fix #11354 jsgen not carefully handle genAddr with nkHiddenAddr,nkStm… (#15...Bung2020-07-272-1/+30
* fixes #14189 (#15080) [backport]Bung2020-07-271-2/+2
* more renamingsAraq2020-07-272-3/+3
* code cleanupAraq2020-07-273-209/+1
* fixes a closure iterator memory leaks, progress on #15076Araq2020-07-272-1/+37
* Add test-cases for #12576 and #12523 (#15085)Danil Yarantsev2020-07-272-4/+36
* Small optimization for the CI pipeline. (#15088)alaviss2020-07-271-15/+25
* parsecsv: fix '\0' being displayed as '0' in docs (#15086) [backport]Jjp1372020-07-271-2/+2
* compiler: minor code cleanupsAraq2020-07-274-5/+4
* Bump nimble (#15077)genotrance2020-07-261-1/+1
* fixes #15038 [backport:1.2]Andreas Rumpf2020-07-263-46/+29
* fixes #15052Andreas Rumpf2020-07-262-0/+22
* fix nightlies: smaller log files (#15074)Miran2020-07-251-1/+1
* koch: bundle nim-lang/fusion with Nim (#15061)alaviss2020-07-251-4/+19
* Add a test-case for #12990 (#15072)Danil Yarantsev2020-07-252-2/+16
* strict func: much better error messages (#15068)Andreas Rumpf2020-07-255-47/+134
* writing to a location counts as "side effect"; implements https://github.com/...Andreas Rumpf2020-07-255-5/+283
* deprecate tables.add (#15047)Miran2020-07-251-4/+8
* fix #14684 (#15059)Bung2020-07-251-0/+2
* fix #14534 (#15060) [backport]Bung2020-07-251-1/+1
* Bump nimble commit (#15053)genotrance2020-07-251-2/+2
* fix assignment to converted concept type (#15051)jcosborn2020-07-242-17/+41
* jsre: try to fix nightlies (#15057)Miran2020-07-242-1/+5
* fixes #15056 [backport]Araq2020-07-241-2/+6
* fixes #15036Andreas Rumpf2020-07-232-3/+2
* fixes #15044 [backport:1.2]Andreas Rumpf2020-07-232-3/+23
* json.nim: smaller init size (#15048)Miran2020-07-231-2/+2
* enforce browsers.nim only handles URLs [backport] (#15045)Andreas Rumpf2020-07-231-4/+10
* Change testing commands for some packages (#15041)Miran2020-07-221-6/+4
* fixes #15026 [backport] (#15040)Andreas Rumpf2020-07-221-1/+1
* fix #15033 (#15034)Hugo Granström2020-07-221-1/+1
* Add a testcase for #14480. Fixes #14480 (#15037)Danil Yarantsev2020-07-221-0/+7
* smtp: Fix STARTTLS, request HELO once TLS is established (#15032)Mildred Ki'Lya2020-07-221-3/+9
* ARC: optimize the code better when --panics:off (#15031)Andreas Rumpf2020-07-211-18/+24
* fix several newline problems (#15028) [backend]Miran2020-07-213-2/+37
* Fix #2408 - add -d:globalSymbols (#14904)genotrance2020-07-212-1/+7
* Shadow Dom apis (#14979)Bung2020-07-212-0/+37
* Merge pull request #15027 from nim-lang/araq-cursor-fixAndreas Rumpf2020-07-212-4/+65
|\
| * cursor inference bugfixAndreas Rumpf2020-07-202-4/+65
|/
* hotfix: firstOrd/lastOrd for 'tyLent' as it shows up in strange places, as usualAndreas Rumpf2020-07-201-2/+2
* readLine: Unicode support for Windows console (#14782)Andreas Rumpf2020-07-201-0/+62
|\
| * readLine: Fix issues with --gc:arcktamp2020-06-261-6/+11
| * readLine: Remove recursive importsktamp2020-06-251-10/+31
| * readLine: Unicode support for Windows consolektamp2020-06-231-0/+36
* | fixes #14194 (#15023)Andreas Rumpf2020-07-201-1/+2
* | koch: use in-tree Nim to run test if possible (#15018)alaviss2020-07-201-2/+4
* | 'isolate' builtin; refs https://github.com/nim-lang/RFCs/issues/244 (#15011)Andreas Rumpf2020-07-209-6/+194