summary refs log tree commit diff stats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Create temp var in deepcopy if needed (#5205)Brandon Pickering2017-01-151-0/+16
|
* Correct the spelling of the word 'overridden'. (#5212)mfxmfx2017-01-111-3/+3
|
* Improve & optimize strutils 'find' procs (#5196)Parashurama2017-01-111-0/+27
| | | | | * add 'last' argument to 'find' procs in strutils * add 'rfind' proc for looking up set[char] in strutils * use optimised C function 'memchr' when available
* Fix for #5134 (parseJson(string) should fail on leftover data) (#5203)Lolo Iccl2017-01-111-0/+6
|
* Reset exprs before return by arg. Fixes #5098 (#5191)Brandon Pickering2017-01-111-0/+26
|
* Handle different enum sizes in reprAux (#5207)Brandon Pickering2017-01-111-0/+25
|
* add copyDir stdlib testAndreas Rumpf2017-01-101-0/+18
|
* fix #4884Zahary Karadjov2017-01-081-0/+11
|
* added system.gorgeEx that includes the exitCode; refs #4874; fixes #1994Araq2017-01-073-6/+19
|
* make nimforum compile againAraq2016-12-311-0/+1
|
* Merge pull request #5163 from vegansk/5155-asyncDominik Picheta2016-12-301-0/+21
|\ | | | | Adds pending operations presence check function to asyncdispatch, fixes #5155
| * Add pending operations presence check function, fixes #5155Anatoly Galiulin2016-12-291-0/+21
| |
* | fixes #2050Araq2016-12-301-0/+8
| |
* | fixes #5147Araq2016-12-301-0/+10
| |
* | fixes #5148Araq2016-12-291-0/+7
|/
* simple closure iterator calling closure iterator works; refs #3837Andreas Rumpf2016-12-271-0/+14
|
* fixes #5142Araq2016-12-231-0/+8
|
* make travis greenAraq2016-12-221-1/+2
|
* fixes #5140Araq2016-12-221-0/+28
|
* Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-12-221-0/+19
|\
| * Update unit test to handle AssertionError instead of ValueError for #5119Chris Heller2016-12-211-1/+1
| |
| * Guard against calling split with an empty string as a separator. Fixes #5119Chris Heller2016-12-211-0/+19
| |
* | fixes #5137Andreas Rumpf2016-12-221-0/+9
|/
* added missing fileAndreas Rumpf2016-12-211-0/+4
|
* fixes #5136Andreas Rumpf2016-12-211-0/+10
|
* fixes #5135Andreas Rumpf2016-12-212-0/+9
|
* fixes #5131Araq2016-12-201-0/+48
|
* Merge branch 'devel' into sighashesAraq2016-12-195-3/+47
|\
| * make tests greenAraq2016-12-181-2/+2
| |
| * fixes #4818Araq2016-12-182-1/+21
| |
| * fixes #4308, fixes #4905Araq2016-12-182-0/+24
| |
* | Merge branch 'devel' into sighashesAraq2016-12-173-50/+71
|\|
| * Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-12-173-50/+54
| |\
| | * Merge pull request #5096 from cheatfate/sup5094Andreas Rumpf2016-12-172-50/+49
| | |\ | | | | | | | | Support android compilation of ioselectors.
| | | * Fix compilation errors and enable async events on partially supported systems.cheatfate2016-12-072-50/+49
| | | |
| * | | reworked emit pragma; fixes #4730Andreas Rumpf2016-12-171-0/+22
| | |/ | |/|
* | | disable not implemented test for sighashesAraq2016-12-131-4/+5
| | |
* | | make tos.nim green on WindowsAraq2016-12-131-4/+7
| | |
* | | make tvarargsuntyped test deterministic, independent of compiler's hashing orderAraq2016-12-131-1/+2
| | |
* | | make tsigbreak.nim compileAndreas Rumpf2016-12-121-0/+28
| | |
* | | fixes serious codegen regression that caused Nimble to misbehaveAraq2016-12-101-0/+47
| | |
* | | Merge branch 'devel' into sighashesAraq2016-12-061-0/+5
|\ \ \ | | |/ | |/|
| * | make sure first call to running() after process exit returns falseJohannes Hofmann2016-12-031-0/+5
| |/
* | real world examples compileAndreas Rumpf2016-12-061-0/+1
| |
* | Merge branch 'devel' into sighashesAndreas Rumpf2016-12-062-2/+44
|\|
| * Merge pull request #5080 from FedericoCeratto/httpheadersDominik Picheta2016-12-011-0/+28
| |\ | | | | | | Add HTTP header deletion, improve tests
| | * Add HTTP header deletion, improve testsFederico Ceratto2016-12-011-0/+28
| | |
| * | Merge pull request #5074 from nigredo-tori/fix-5073Andreas Rumpf2016-12-011-2/+16
| |\ \ | | | | | | | | Make xmltree.innerText recursive, define for all node kinds
| | * | Rewrite xmltools.innerTextDmitry Polienko2016-11-301-2/+16
| | | | | | | | | | | | | | | | Make it recursive, define for node types other than xnElement
* | | | Merge branch 'devel' into sighashesAraq2016-12-015-0/+56
|\| | |