Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Testament HTML generation upgrade (#6058) | Fredrik Høisæther Rasch | 2017-10-25 | 4 | -394/+504 |
| | |||||
* | Sequtils improvements (#6574) | narimiran | 2017-10-25 | 1 | -171/+267 |
| | |||||
* | Fix #6553 (#6580) | Stefan Rakel | 2017-10-24 | 1 | -0/+2 |
| | |||||
* | Fixes #6571 (#6578) | Thomas Johnson | 2017-10-24 | 2 | -9/+29 |
| | |||||
* | isAlphaNumberic and isDigit improvement + tests (#6579) | Viktor Marosvary | 2017-10-24 | 2 | -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/linkFix | Dominik Picheta | 2017-10-23 | 1 | -1/+1 |
|\ | | | | | fixes #6575 | ||||
| * | fix broken link | narimiran | 2017-10-23 | 1 | -1/+1 |
|/ | |||||
* | fixes #5914 (#6566) | narimiran | 2017-10-23 | 1 | -4/+6 |
| | |||||
* | Merge pull request #6572 from stisa/patch-1 | Dominik Picheta | 2017-10-23 | 1 | -0/+3 |
|\ | | | | | Highlight `removeSuffix` code blocks in docs | ||||
| * | Fix `removeSuffix` rst code blocks | Silvio | 2017-10-23 | 1 | -0/+3 |
|/ | | | Add newline before `code-block` for `removeSuffix` | ||||
* | Merge pull request #6051 from couven92/alignLeft | Dominik Picheta | 2017-10-22 | 1 | -2/+29 |
|\ | | | | | Add left-aligning string proc to strutils | ||||
| * | Add safeties for alignLeft | Fredrik Høisæther Rasch | 2017-07-04 | 1 | -2/+2 |
| | | |||||
| * | Augment align proc with alignLeft proc | Fredrik Høisæther Rasch | 2017-07-04 | 1 | -2/+29 |
| | | |||||
* | | Merge pull request #6565 from narimiran/seqNames | Dominik Picheta | 2017-10-22 | 1 | -77/+78 |
|\ \ | | | | | | | `sequtils` - change parameter name to `list` | ||||
| * | | update links | narimiran | 2017-10-22 | 1 | -2/+2 |
| | | | |||||
| * | | change seq name to `list` | narimiran | 2017-10-22 | 1 | -75/+76 |
|/ / | |||||
* | | Merge pull request #6558 from narimiran/seqCount | Dominik Picheta | 2017-10-22 | 1 | -0/+31 |
|\ \ | | | | | | | add `count` to sequtils | ||||
| * | | more descriptive names | narimiran | 2017-10-22 | 1 | -4/+4 |
| | | | |||||
| * | | add `count` to sequtils | narimiran | 2017-10-21 | 1 | -0/+31 |
| | | | |||||
* | | | Merge pull request #6560 from FedericoCeratto/parseutils-comment | Dominik Picheta | 2017-10-22 | 1 | -0/+2 |
|\ \ \ | |/ / |/| | | Add link to streams module | ||||
| * | | Add link to streams module | Federico Ceratto | 2017-10-21 | 1 | -0/+2 |
|/ / | |||||
* | | Remove reExtended from re constructor. Fixes #5627. (#6514) | Dominik Picheta | 2017-10-20 | 2 | -7/+12 |
| | | | | | | | | | | | | * Remove reExtended from re constructor. Fixes #5627. * Implement `rex` procedure as requested by @Araq. | ||||
* | | Add `$` for HttpHeaders. | Dominik Picheta | 2017-10-20 | 1 | -0/+3 |
| | | |||||
* | | added broken tbintree test | Andreas Rumpf | 2017-10-19 | 2 | -4/+100 |
| | | |||||
* | | allow 'block' and 'nkState' after return for easier state machine generation | Andreas Rumpf | 2017-10-19 | 1 | -1/+2 |
| | | |||||
* | | fixes c2nim regression; do not produce more newlines | Andreas Rumpf | 2017-10-19 | 1 | -18/+21 |
| | | |||||
* | | make nested custom seqs work | Andreas Rumpf | 2017-10-19 | 3 | -4/+21 |
| | | |||||
* | | bugfix: propagate the tfHasAsgn flag properly | Andreas Rumpf | 2017-10-19 | 1 | -1/+1 |
| | | |||||
* | | preparations for another bugfix | Andreas Rumpf | 2017-10-19 | 2 | -1/+16 |
| | | |||||
* | | make destructors more robust against unchecked arrays | Andreas Rumpf | 2017-10-19 | 1 | -1/+1 |
| | | |||||
* | | improved wording style (#6527) | Kobi Lurie | 2017-10-18 | 1 | -1/+1 |
| | | |||||
* | | destructors: tcustomseqs less embarrassing | Andreas Rumpf | 2017-10-17 | 1 | -4/+9 |
| | | |||||
* | | destructors: irresponsibly simple tcustomseq test works | Andreas Rumpf | 2017-10-17 | 3 | -11/+133 |
| | | |||||
* | | added typetraits.supportsCopyMem | Andreas Rumpf | 2017-10-17 | 2 | -1/+9 |
| | | |||||
* | | destructors: lift type bound ops to objects and arrays etc | Andreas Rumpf | 2017-10-17 | 4 | -32/+71 |
| | | |||||
* | | destructors: bugfix: lhs of assignment is irrelevant | Andreas Rumpf | 2017-10-17 | 1 | -2/+1 |
| | | |||||
* | | destructors: preparations for upcoming changes | Araq | 2017-10-17 | 8 | -8/+27 |
| | | |||||
* | | make the Windows build green again | Araq | 2017-10-17 | 1 | -2/+3 |
| | | |||||
* | | Constants can contain objects (excluding object variants) | Daniil Yarancev | 2017-10-16 | 1 | -1/+1 |
| | | |||||
* | | make tests green again | Andreas Rumpf | 2017-10-16 | 4 | -9/+14 |
| | | |||||
* | | fixes the Windows build | Andreas Rumpf | 2017-10-16 | 1 | -4/+6 |
| | | |||||
* | | Merge pull request #6491 from indianpojken/patch-1 | Dominik Picheta | 2017-10-16 | 1 | -0/+32 |
|\ \ | | | | | | | Implement uintX variants for read/peek. | ||||
| * | | Update streams.nim | indianpojken | 2017-10-16 | 1 | -8/+8 |
| | | | |||||
| * | | Adds uintX variants to read/peek procs | indianpojken | 2017-10-09 | 1 | -0/+32 |
| | | | |||||
* | | | fixes #1137 | Andreas Rumpf | 2017-10-16 | 2 | -12/+28 |
| | | | |||||
* | | | todo.txt updates | Andreas Rumpf | 2017-10-16 | 1 | -3/+0 |
| | | | |||||
* | | | Merge pull request #6495 from GULPF/Fix-countLeapYears | Dominik Picheta | 2017-10-16 | 2 | -1/+7 |
|\ \ \ | | | | | | | | | Fix countLeapYears | ||||
| * | | | Fix countLeapYears | Oscar Nihlgård | 2017-10-10 | 2 | -1/+7 |
| | | | | |||||
* | | | | Refac of lists module (#6400) | GULPF | 2017-10-16 | 1 | -105/+32 |
| | | | | |||||
* | | | | Add hint about computing powers between integers (#6419) | Federico Ceratto | 2017-10-16 | 1 | -0/+2 |
| | | | |