Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #6148 | Andreas Rumpf | 2017-10-26 | 1 | -1/+4 |
| | |||||
* | fixes #6422 | Andreas Rumpf | 2017-10-26 | 2 | -5/+49 |
| | |||||
* | osproc.execProcesses: enable poParentStreams for posix; should make travis ↵ | Andreas Rumpf | 2017-10-26 | 1 | -1/+1 |
| | | | | green again | ||||
* | make tests green again | Araq | 2017-10-26 | 1 | -3/+6 |
| | |||||
* | fixes cpuinfo regression | Araq | 2017-10-26 | 1 | -8/+2 |
| | |||||
* | destructors: supportsCopyMem finally works for recursive types | Araq | 2017-10-26 | 6 | -18/+53 |
| | |||||
* | topttree destructor finally works | Araq | 2017-10-26 | 5 | -60/+16 |
| | |||||
* | destructors: work in progress | Araq | 2017-10-26 | 8 | -27/+109 |
| | |||||
* | Merge pull request #6596 from wizzardx/add-wiki-link | Dominik Picheta | 2017-10-25 | 1 | -0/+2 |
|\ | | | | | Add a link to the github wiki | ||||
| * | Add a link to the github wiki | wizzardx | 2017-10-25 | 1 | -0/+2 |
| | | |||||
* | | made 'testament all' run in parallel | Araq | 2017-10-25 | 3 | -13/+15 |
| | | |||||
* | | testament: no sqlite or re dependencies anymore | Araq | 2017-10-25 | 3 | -268/+116 |
| | | |||||
* | | osproc on Windows: fix peekExitCode for closed processes | Araq | 2017-10-25 | 1 | -0/+2 |
| | | |||||
* | | ast.nim: spacing | Araq | 2017-10-25 | 1 | -3/+3 |
| | | |||||
* | | concepts: make codegen aware of 'tyInferred' | Araq | 2017-10-25 | 2 | -2/+2 |
| | | |||||
* | | default '=sink' and '=destroy' cannot be templates | Araq | 2017-10-25 | 2 | -12/+13 |
| | | |||||
* | | macros.nim: added missing pairs iterator | Araq | 2017-10-25 | 1 | -0/+5 |
| | | |||||
* | | don't use .this in tcustomstrings.nim | Araq | 2017-10-25 | 1 | -8/+6 |
|/ | |||||
* | [Windows] Use GetSystemInfo for obtaining processor count (#6082) | Dmitry Atamanov | 2017-10-25 | 1 | -2/+25 |
| | |||||
* | Use findNim() in koch temp() (#6592) | Stefan Rakel | 2017-10-25 | 1 | -1/+2 |
| | |||||
* | No implicit quit for Genode (#6515) | Emery Hemingway | 2017-10-25 | 3 | -4/+4 |
| | |||||
* | 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 |
| | |