summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Implement RFC #4873 improvements to JavaScript FFI (#5213)Michael Jendrusch2017-01-261-0/+267
* bugfix: inline iterator do not mess up line information anymoreAndreas Rumpf2017-01-251-0/+22
* fix genderef of jsgen (#5274)shsnow232017-01-241-0/+20
* onThreadDestruction feature added to Nim's threading modelAndreas Rumpf2017-01-241-1/+6
* Use onThreadCreation to set default SSL context for each thread (#5265)Ruslan Mustakov2017-01-231-1/+1
* template+emit supports volatileRead and volatileWrite opsAndreas Rumpf2017-01-231-3/+21
* new segfaults.nim stdlib module works on WindowsAraq2017-01-201-0/+4
* first implementation of segfaults stdlib moduleAndreas Rumpf2017-01-201-0/+25
* fixes #5234 (#5240)Michael Jendrusch2017-01-201-0/+23
* fix seq add for nim node in VM (#5253)Arne Döring2017-01-191-2/+7
* make quote ast a ref type (#5246)Arne Döring2017-01-191-0/+69
* fixes #5237Andreas Rumpf2017-01-191-0/+13
* Fixes #5225 (#5243)Lolo Iccl2017-01-181-0/+11
* Fixes #5244 (#5245)Yuriy Glukhov2017-01-181-0/+10
* added system.onThreadCreation feature for safe thread local storage initializ...Andreas Rumpf2017-01-182-0/+23
* Fixes #5112 (Fix error messages raised when multiple modules have the same or...Lolo Iccl2017-01-174-0/+14
* Removed mangling of object fields for the js target only. (#5226)Michael Jendrusch2017-01-171-0/+83
* fixes #5218Andreas Rumpf2017-01-161-0/+41
* Fix #5128, #5184. (#5214)Eugene Kabanov2017-01-162-28/+26
* 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
* 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
|\
| * 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