summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* koch temp: use -d:leanCompiler if possibleAraq2019-07-101-1/+3
* [other] prettify collections (#11695)Miran2019-07-0914-186/+209
* newruntime: async progressAraq2019-07-093-11/+27
* control flow graph: don't ignore yield statementsAraq2019-07-091-1/+1
* newruntime: map system.reset to =destroyAraq2019-07-091-2/+10
* closes #11551 (#11693)Arne Döring2019-07-091-0/+13
* newruntime: 'owned distinct' is a valid construct (required by async)Araq2019-07-091-0/+1
* make tests green againAraq2019-07-091-1/+1
* nimpretty: more comment indentation fixesnarimiran2019-07-093-6/+33
* nimpretty: more improvementsAraq2019-07-093-15/+112
* nimpretty: code cleanupsAraq2019-07-092-13/+4
* nimpretty: yet another improvementAraq2019-07-093-1/+21
* async: more 'owned' annotationsAraq2019-07-092-14/+15
* asyncmacro produces 'owned' typesAraq2019-07-091-2/+2
* bugfix: allow type conversions between 'owned ref' typesAraq2019-07-091-1/+5
* better error message for invalid typesAraq2019-07-091-1/+3
* Offsetof fixes (#11690)Arne Döring2019-07-098-81/+241
* [other] test more packages (#11687)Miran2019-07-081-1/+2
* fixes #11530Andreas Rumpf2019-07-081-1/+6
* [refactoring] nimbase.h: remove dead code which was confusing (#11682)Timothee Cour2019-07-081-24/+0
* dynlib: use posix module (#11623)Jacek Sieka2019-07-086-50/+32
* nimpretty: don't introduce extra spaces after a colon or a comma (#11672)Miran2019-07-073-133/+143
* fixes #11350Araq2019-07-072-3/+50
* fixes #11660 (#11677)Andreas Rumpf2019-07-072-1/+10
* [HCR] Added warning for using performCodeReload() in main module (#11667)awr12019-07-071-1/+4
* fixes #11671Andreas Rumpf2019-07-071-1/+1
* improved the error message for #11494; closes #11494Andreas Rumpf2019-07-062-2/+23
* fixes a finish.exe regressionAndreas Rumpf2019-07-061-1/+2
* fixes #11447Andreas Rumpf2019-07-063-2/+11
* fixes #3333Andreas Rumpf2019-07-061-6/+6
* fixes #8316 (#11673)Andreas Rumpf2019-07-062-7/+40
* fixes #7057Andreas Rumpf2019-07-061-1/+1
* ABI fixes for OSX/BSD; fixes #6860 (#11666)Andreas Rumpf2019-07-069-11/+613
* Documentation Diff, Typo (#11566)Juan Carlos2019-07-061-1/+23
* nimpretty: improved detection of commas and semicolons (#11661)Miran2019-07-063-4/+15
* introduce internal Int128 type, use it to fix case stmt checks (#11652)Arne Döring2019-07-056-11/+550
* nimpretty: don't touch formatted multiline comments (#11663)Miran2019-07-053-23/+87
* Fixes #11662: render ops priority (#11664)cooldome2019-07-052-4/+12
* nimpretty: nicer debugging [ci skip]narimiran2019-07-051-1/+1
* nimpretty: relax line length rules when dealing with (inline) comments (#11657)Miran2019-07-054-10/+36
* fix #11651 exportc symbol not exported, leading to link error (#11658)Timothee Cour2019-07-051-3/+2
* fixes #11610 (#11659)Andreas Rumpf2019-07-054-7/+22
* manual: document block expression (#11638)Tomohiro2019-07-051-0/+15
* newruntime for async (#11650)Andreas Rumpf2019-07-0512-47/+60
* Make public some sha1 module procedures (#11655) [feature]Ivan Bobev2019-07-041-3/+3
* Corrected example shown in documentation (#11654) [ci skip]Akito132019-07-041-1/+1
* Fix the broken link in math.nim (#11653) [ci skip]Graeme Cross2019-07-041-1/+1
* nimpretty: fix out of bounds error [ci skip]narimiran2019-07-041-2/+3
* nimpretty: nimpretty now understands splitting newlinesAraq2019-07-042-8/+34
* nimpretty: distinguish between the different kinds of newlines in NimAraq2019-07-041-10/+16