summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* asyncdispatch.nim recursion test. (#5534)Eugene Kabanov2017-03-141-0/+21
* Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2017-03-1462-442/+818
|\
| * Mentioned that critbits is sorted... (#5524)Mark Summerfield2017-03-141-1/+1
| * Minor doc fix as per issue #5523 (#5533)Mark Summerfield2017-03-141-1/+2
| * Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2017-03-141-1/+1
| |\
| | * Deleted parenthetical phrase (#5526)Mark Summerfield2017-03-141-1/+1
| * | nimsuggest: when invoked with a directory, detect the main nim file on its ownAndreas Rumpf2017-03-142-1/+24
| * | nimsuggest: suggest types in a type sectionAndreas Rumpf2017-03-144-3/+23
| |/
| * nimsuggest: make tdot1 test case green againAndreas Rumpf2017-03-141-1/+1
| * nimsuggest: make test green againAndreas Rumpf2017-03-141-2/+2
| * Merge branch 'devel' into faster-nimsuggestAndreas Rumpf2017-03-1432-260/+474
| |\
| | * sequtils: removed outdated noteAndreas Rumpf2017-03-141-3/+0
| | * Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2017-03-143-2/+42
| | |\
| | | * fix varargs forwarding for templates; fixes #5455 (#5505)zah2017-03-133-2/+42
| | * | valgrind support for nimAndreas Rumpf2017-03-142-0/+23
| | |/
| | * Fixes incorrect fd==0 test on Unix; Conserves handles by default. (#5512)c-blake2017-03-123-9/+24
| | * Fixed typo (#5508)mark-summerfield2017-03-121-1/+1
| | * Nicer English (#5513)mark-summerfield2017-03-121-9/+9
| | * Nicer English (#5511)mark-summerfield2017-03-121-43/+43
| | * Nicer English (#5514)mark-summerfield2017-03-121-26/+26
| | * Update tut1.rst (#5510)mark-summerfield2017-03-121-6/+6
| | * Suggested small change to code (#5509)mark-summerfield2017-03-121-2/+2
| | * Fixes #5167 and related problems (#5475)zah2017-03-1217-4/+134
| | * don't allow casting to non-concrete types; fixes #5428 (#5502)zah2017-03-124-5/+58
| | * Fix typo (#5501)Anatoly Galiulin2017-03-101-2/+2
| | * new debugging helper to replace and friendsZahary Karadjov2017-03-102-5/+17
| | * Fix links to manual (#5500)konqoro2017-03-091-28/+28
| | * Merge pull request #5497 from ehmry/smtpDominik Picheta2017-03-081-114/+58
| | |\
| | | * SMTP sync/async deduplicationEmery Hemingway2017-03-071-114/+58
| * | | nimsuggest: logging enable when compiled with -d:loggingAndreas Rumpf2017-03-131-10/+10
| * | | nimsuggest: special rule for 'of' completion in case statementsAndreas Rumpf2017-03-103-1/+28
| * | | nimsuggest: make 'con' work againAndreas Rumpf2017-03-102-0/+17
| * | | nimsuggest: maxresults limit; fixed local symbol usages priorizationsAndreas Rumpf2017-03-104-49/+62
| * | | nimsuggest: make tests green againAndreas Rumpf2017-03-101-2/+3
| * | | nimsuggest now uses 0 based columsn consistentlyAndreas Rumpf2017-03-101-2/+2
| * | | nimsuggest: make tests green againAraq2017-03-103-5/+5
| * | | nimsuggest: more things workAraq2017-03-096-25/+51
| * | | nimsuggest: more precise cursor trackingAraq2017-03-0924-81/+104
| * | | nimsuggest: revert cpFuzzy bailoutsAndreas Rumpf2017-03-094-24/+26
| * | | bugfix: consider type contexts properlyAraq2017-03-082-33/+42
* | | | fixes #5529; don't merge type visibility flagsAraq2017-03-142-4/+4
* | | | make memory tracker work without onThreadCreationAraq2017-03-143-13/+26
* | | | udpate channels.nim documentationAraq2017-03-081-1/+1
| |/ / |/| |
* | | fixes nimsuggest bug #45Araq2017-03-081-1/+1
|/ /
* | todo updatesAraq2017-03-081-7/+0
* | nimsuggest: fixes nimsuggest bug #45; do not show suggestions in string liter...Araq2017-03-084-7/+96
* | nimsuggest: update documentationAraq2017-03-081-14/+7
* | Merge branch 'devel' into faster-nimsuggestAndreas Rumpf2017-03-0814-30/+162
|\|
| * fixes #5487 (#5494)David Krause2017-03-071-15/+49
| * Merge pull request #5496 from Calinou/readme_typo_fixDominik Picheta2017-03-071-1/+1
| |\