summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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 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
* | Merge pull request #6577 from narimiran/linkFixDominik Picheta2017-10-231-1/+1
|\ \
| * | 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
|\ \
| * | Fix `removeSuffix` rst code blocks Silvio2017-10-231-0/+3
|/ /
* | Merge pull request #6051 from couven92/alignLeftDominik Picheta2017-10-221-2/+29
|\ \
| * | 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
|\ \ \
| * | | 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
|\ \ \
| * | | 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 moduleFederico Ceratto2017-10-211-0/+2
|/ / /
* | | Remove reExtended from re constructor. Fixes #5627. (#6514)Dominik Picheta2017-10-202-7/+12
* | | 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
* | | make destructors more robust against unchecked arraysAndreas Rumpf2017-10-191-1/+1
* | | improved wording style (#6527)Kobi Lurie2017-10-181-1/+1
* | | destructors: tcustomseqs less embarrassingAndreas Rumpf2017-10-171-4/+9
* | | destructors: irresponsibly simple tcustomseq test worksAndreas Rumpf2017-10-173-11/+133
* | | added typetraits.supportsCopyMemAndreas Rumpf2017-10-172-1/+9
* | | destructors: lift type bound ops to objects and arrays etcAndreas Rumpf2017-10-174-32/+71
* | | destructors: bugfix: lhs of assignment is irrelevantAndreas Rumpf2017-10-171-2/+1