summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* fixes #6148Andreas Rumpf2017-10-261-1/+4
|
* fixes #6422Andreas Rumpf2017-10-262-5/+49
|
* osproc.execProcesses: enable poParentStreams for posix; should make travis ↵Andreas Rumpf2017-10-261-1/+1
| | | | green again
* make tests green againAraq2017-10-261-3/+6
|
* fixes cpuinfo regressionAraq2017-10-261-8/+2
|
* destructors: supportsCopyMem finally works for recursive typesAraq2017-10-266-18/+53
|
* topttree destructor finally worksAraq2017-10-265-60/+16
|
* destructors: work in progressAraq2017-10-268-27/+109
|
* Merge pull request #6596 from wizzardx/add-wiki-linkDominik Picheta2017-10-251-0/+2
|\ | | | | Add a link to the github wiki
| * Add a link to the github wikiwizzardx2017-10-251-0/+2
| |
* | made 'testament all' run in parallelAraq2017-10-253-13/+15
| |
* | testament: no sqlite or re dependencies anymoreAraq2017-10-253-268/+116
| |
* | osproc on Windows: fix peekExitCode for closed processesAraq2017-10-251-0/+2
| |
* | ast.nim: spacingAraq2017-10-251-3/+3
| |
* | concepts: make codegen aware of 'tyInferred'Araq2017-10-252-2/+2
| |
* | default '=sink' and '=destroy' cannot be templatesAraq2017-10-252-12/+13
| |
* | macros.nim: added missing pairs iteratorAraq2017-10-251-0/+5
| |
* | don't use .this in tcustomstrings.nimAraq2017-10-251-8/+6
|/
* [Windows] Use GetSystemInfo for obtaining processor count (#6082)Dmitry Atamanov2017-10-251-2/+25
|
* Use findNim() in koch temp() (#6592)Stefan Rakel2017-10-251-1/+2
|
* No implicit quit for Genode (#6515)Emery Hemingway2017-10-253-4/+4
|
* Testament HTML generation upgrade (#6058)Fredrik Høisæther Rasch2017-10-254-394/+504
|
* Sequtils improvements (#6574)narimiran2017-10-251-171/+267
|
* Fix #6553 (#6580)Stefan Rakel2017-10-241-0/+2
|
* Fixes #6571 (#6578)Thomas Johnson2017-10-242-9/+29
|
* isAlphaNumberic and isDigit improvement + tests (#6579)Viktor Marosvary2017-10-242-2/+23
| | | if we encounter a character that does not satisfy the proc, we return immediately, without continuing to loop over the rest of the chars in the string.
* Merge pull request #6577 from narimiran/linkFixDominik Picheta2017-10-231-1/+1
|\ | | | | fixes #6575
| * fix broken linknarimiran2017-10-231-1/+1
|/
* fixes #5914 (#6566)narimiran2017-10-231-4/+6
|
* Merge pull request #6572 from stisa/patch-1Dominik Picheta2017-10-231-0/+3
|\ | | | | Highlight `removeSuffix` code blocks in docs
| * Fix `removeSuffix` rst code blocks Silvio2017-10-231-0/+3
|/ | | Add newline before `code-block` for `removeSuffix`
* Merge pull request #6051 from couven92/alignLeftDominik Picheta2017-10-221-2/+29
|\ | | | | Add left-aligning string proc to strutils
| * Add safeties for alignLeftFredrik Høisæther Rasch2017-07-041-2/+2
| |
| * Augment align proc with alignLeft procFredrik Høisæther Rasch2017-07-041-2/+29
| |
* | Merge pull request #6565 from narimiran/seqNamesDominik Picheta2017-10-221-77/+78
|\ \ | | | | | | `sequtils` - change parameter name to `list`
| * | update linksnarimiran2017-10-221-2/+2
| | |
| * | change seq name to `list`narimiran2017-10-221-75/+76
|/ /
* | Merge pull request #6558 from narimiran/seqCountDominik Picheta2017-10-221-0/+31
|\ \ | | | | | | add `count` to sequtils
| * | more descriptive namesnarimiran2017-10-221-4/+4
| | |
| * | add `count` to sequtilsnarimiran2017-10-211-0/+31
| | |
* | | Merge pull request #6560 from FedericoCeratto/parseutils-commentDominik Picheta2017-10-221-0/+2
|\ \ \ | |/ / |/| | Add link to streams module
| * | Add link to streams moduleFederico Ceratto2017-10-211-0/+2
|/ /
* | Remove reExtended from re constructor. Fixes #5627. (#6514)Dominik Picheta2017-10-202-7/+12
| | | | | | | | | | | | * Remove reExtended from re constructor. Fixes #5627. * Implement `rex` procedure as requested by @Araq.
* | Add `$` for HttpHeaders.Dominik Picheta2017-10-201-0/+3
| |
* | added broken tbintree testAndreas Rumpf2017-10-192-4/+100
| |
* | allow 'block' and 'nkState' after return for easier state machine generationAndreas Rumpf2017-10-191-1/+2
| |
* | fixes c2nim regression; do not produce more newlinesAndreas Rumpf2017-10-191-18/+21
| |
* | make nested custom seqs workAndreas Rumpf2017-10-193-4/+21
| |
* | bugfix: propagate the tfHasAsgn flag properlyAndreas Rumpf2017-10-191-1/+1
| |
* | preparations for another bugfixAndreas Rumpf2017-10-192-1/+16
| |