summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'braces' into refactor-identcacheAraq2016-10-311-0/+432
|\
| * implements #?braces syntaxAraq2016-10-161-0/+432
* | add testandri lim2016-10-271-0/+13
* | Merge pull request #4924 from nigredo-tori/fix-4917Andreas Rumpf2016-10-241-0/+22
|\ \
| * | Improve as previously discussedDmitry Polienko2016-10-221-0/+10
| * | Revert createDir signature, expose rawCreateDirDmitry Polienko2016-10-221-7/+0
| * | Make createDir return discardable boolDmitry Polienko2016-10-221-0/+19
* | | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2016-10-244-3/+35
|\ \ \
| * \ \ Merge pull request #4800 from Wh1teDuke/FixTesterRunOptAndreas Rumpf2016-10-242-3/+9
| |\ \ \
| | * | | Run Option: use now processSingleTestWh1teDuke2016-09-191-1/+1
| | * | | Add processSingleTest, remove file arg from processCategoryWh1teDuke2016-09-191-2/+8
| * | | | Merge pull request #4819 from andreaferretti/usefulmacrosAndreas Rumpf2016-10-241-0/+13
| |\ \ \ \
| | * | | | Added a dump macro for debuggingAndrea Ferretti2016-09-221-0/+13
| * | | | | Merge pull request #4812 from andreaferretti/jsconsoleAndreas Rumpf2016-10-241-0/+13
| |\ \ \ \ \
| | * | | | | Updated js console logging to avoid wrapping into arrayAndrea Ferretti2016-10-061-2/+6
| | * | | | | Added js console objectAndrea Ferretti2016-09-211-0/+9
| | |/ / / /
* | | | | | make tgetfileinfo work on WindowsAraq2016-10-241-8/+16
* | | | | | Merge branch 'devel' of https://github.com/rudis/Nim into rudis-develAraq2016-10-241-1/+31
|\ \ \ \ \ \
| * | | | | | tests: add more tests for getFileInfo()Simon Ruderich2016-09-171-1/+31
* | | | | | | cleanup tgorge testAraq2016-10-242-2/+2
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #4872 from flyx/gorgefixAndreas Rumpf2016-10-243-0/+15
|\ \ \ \ \ \
| * | | | | | Fixes #4871Felix Krause2016-10-093-0/+15
| | |_|_|_|/ | |/| | | |
* | | | | | Table fixes. fixes #4901Felix Krause2016-10-231-0/+33
* | | | | | Fix #4922, bug in times.parse, mishandling DST.Jonathan Bernard2016-10-211-0/+16
| |_|_|_|/ |/| | | |
* | | | | One more attempt to fix #4867cheatfate2016-10-211-0/+16
* | | | | fixes #4875Andreas Rumpf2016-10-201-0/+13
* | | | | removed async test that never produced reliable resultsAndreas Rumpf2016-10-201-66/+0
* | | | | fixes #4856Andreas Rumpf2016-10-201-0/+14
* | | | | fixes #4863Andreas Rumpf2016-10-191-0/+20
* | | | | Merge pull request #4015 from arnetheduck/initallocator-fixAndreas Rumpf2016-10-131-0/+7
|\ \ \ \ \
| * | | | | run gctest for gc:noneJacek Sieka2016-10-121-0/+7
* | | | | | Bugfix for times.initInterval (issue #4889)Jonathan Bernard2016-10-121-1/+8
|/ / / / /
* | | | | Merge pull request #4828 from jfhg/unify_waitpid_handlingAndreas Rumpf2016-10-092-0/+21
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | rename tfalse.nim to tafalse.nimJohannes Hofmann2016-09-303-7/+8
| * | | | add testcase for exit code handlingJohannes Hofmann2016-09-302-0/+20
* | | | | made test green for WindowsAraq2016-09-301-2/+4
|/ / / /
* | | | Merge pull request #4830 from cheatfate/disabletimetestDominik Picheta2016-09-251-12/+1
|\ \ \ \
| * | | | Disable time error test.cheatfate2016-09-251-12/+1
* | | | | FutureVar[T] parameters are now completed automatically.Dominik Picheta2016-09-251-0/+47
|/ / / /
* | | | Implements onProgressChanged callback for httpclient.Dominik Picheta2016-09-241-3/+22
* | | | Implements getContent and postContent for (Async)HttpClient.Dominik Picheta2016-09-241-0/+19
* | | | Handle redirects in HttpClient's post procs & post test.Dominik Picheta2016-09-241-18/+17
* | | | Add support for kqueue's EVFILT_VNODE (filesystem monitoring), and add test f...cheatfate2016-09-241-0/+213
* | | | fixes #4776Andreas Rumpf2016-09-241-0/+71
| |/ / |/| |
* | | JS: Fixed ICE on ptr assignmentYuriy Glukhov2016-09-202-0/+15
* | | Fixes #4797.Dominik Picheta2016-09-191-0/+4
| |/ |/|
* | Implements proxy support for (Async)HttpClient. Ref #4423.Dominik Picheta2016-09-181-0/+6
* | Implements timeouts for synchronous HttpClient.Dominik Picheta2016-09-181-0/+13
* | Improvements to httpclient. Refs #4423.Dominik Picheta2016-09-181-0/+53
* | Implements {.multisync.} pragma for async and sync proc combos.Dominik Picheta2016-09-181-0/+8