summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | fixes #4084Andreas Rumpf2016-04-294-10/+38
| * | | | | fixes #4124Andreas Rumpf2016-04-292-3/+33
| * | | | | JS target improvementsAndreas Rumpf2016-04-292-2/+7
| * | | | | fixes a critical PHP codegen bugAndreas Rumpf2016-04-291-8/+11
| * | | | | Merge pull request #4122 from yglukhov/binheapDominik Picheta2016-04-282-18/+133
| |\ \ \ \ \
| | * | | | | Added heapqueue collection. Fixed timers in asyncdispatch.Yuriy Glukhov2016-04-282-18/+133
| * | | | | | Merge pull request #4002 from arnetheduck/malloc-store-sizeAndreas Rumpf2016-04-263-6/+28
| |\ \ \ \ \ \
| | * | | | | | Merge remote-tracking branch 'origin/devel' into malloc-store-sizeJacek Sieka2016-04-2691-555/+2061
| | |\| | | | |
| | * | | | | | document useMalloc changesJacek Sieka2016-04-022-2/+8
| | * | | | | | store block size in when using malloc and nogcJacek Sieka2016-03-251-5/+20
| * | | | | | | Merge pull request #4099 from cheatfate/asyncdispatch2Andreas Rumpf2016-04-262-4/+6
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | CompletionKey parameter for functions CreateIoCompletionPort,cheatfate2016-04-192-4/+6
| * | | | | | | Merge pull request #4115 from yglukhov/fix-staktrace-errorAndreas Rumpf2016-04-261-0/+2
| |\ \ \ \ \ \ \
| | * | | | | | | Fixed stacktrace errorYuriy Glukhov2016-04-261-0/+2
| * | | | | | | | Merge pull request #4109 from def-/smtp-compileDominik Picheta2016-04-241-5/+7
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | Make SMTP example compiledef2016-04-241-5/+7
| |/ / / / / / /
| * | | | | | | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-04-1935-175/+589
| |\| | | | | |
| | * | | | | | Merge pull request #4094 from mjendrusch/cppTemplatesAndreas Rumpf2016-04-183-1/+12
| | |\ \ \ \ \ \
| | | * | | | | | Added test casemjendrusch2016-04-171-0/+9
| | | * | | | | | Fixes #4093mjendrusch2016-04-172-1/+3
| | |/ / / / / /
| | * | | | | | Merge pull request #4043 from arnetheduck/chck-typeAndreas Rumpf2016-04-131-2/+2
| | |\ \ \ \ \ \
| | | * | | | | | fix type used for chckRange node boundariesJacek Sieka2016-04-041-2/+2
| | * | | | | | | Merge pull request #4081 from yglukhov/ordered-tables-delAndreas Rumpf2016-04-131-0/+41
| | |\ \ \ \ \ \ \
| | | * | | | | | | Added del for OrderedTable and OrderedTableRefYuriy Glukhov2016-04-131-0/+41
| | * | | | | | | | Merge pull request #4082 from cheatfate/asyncfileAndreas Rumpf2016-04-131-2/+2
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | |
| | | * | | | | | | Correct proper usage of getOverlappedResult()cheatfate2016-04-131-2/+2
| | |/ / / / / / /
| | * | | | | | | Merge pull request #4080 from cheatfate/getOverlappedResultAndreas Rumpf2016-04-131-1/+1
| | |\ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | | * | | | | | Correct getOverlappedResult() definitioncheatfate2016-04-131-1/+1
| | |/ / / / / /
| | * | | | | | Merge pull request #4072 from FedericoCeratto/patch-7Andreas Rumpf2016-04-111-0/+14
| | |\ \ \ \ \ \
| | | * | | | | | Update posix.nimFederico Ceratto2016-04-111-2/+2
| | | * | | | | | Add signal handlerFederico Ceratto2016-04-101-0/+14
| * | | | | | | | fixes #4089Andreas Rumpf2016-04-192-1/+13
| * | | | | | | | fixes #4097Andreas Rumpf2016-04-193-9/+30
| * | | | | | | | simple stuff works with --gc:stackAndreas Rumpf2016-04-184-215/+275
| * | | | | | | | small bugfix for the AST rendererAndreas Rumpf2016-04-171-1/+1
| * | | | | | | | fixes #2006Andreas Rumpf2016-04-041-1/+1
* | | | | | | | | Added some useful JS procs to DOM module.Dominik Picheta2016-05-101-0/+5
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge pull request #4074 from yglukhov/base64Andreas Rumpf2016-04-111-1/+2
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Fixed base64 encodeYuriy Glukhov2016-04-111-1/+2
|/ / / / / / /
* | | | | | | Merge pull request #4051 from yglukhov/json-getOrDefaultAndreas Rumpf2016-04-091-0/+8
|\ \ \ \ \ \ \
| * | | | | | | Added json.getOrDefault along with {singleKey} tr optimization.Yuriy Glukhov2016-04-061-0/+8
* | | | | | | | Merge pull request #4050 from yglukhov/tr-varargsAndreas Rumpf2016-04-093-2/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | else: breakYuriy Glukhov2016-04-091-0/+1
| * | | | | | | | Fixed tr pattern matching for varargsYuriy Glukhov2016-04-073-2/+19
* | | | | | | | | Merge pull request #4058 from yglukhov/js-closures-testAndreas Rumpf2016-04-091-0/+51
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Added js closures test. Fixes #3132.Yuriy Glukhov2016-04-071-0/+51
|/ / / / / / / /
* | | | | | | | Merge pull request #4049 from arnetheduck/tester-targetsAndreas Rumpf2016-04-072-0/+19
|\ \ \ \ \ \ \ \
| * | | | | | | | untaint command line option for parsingJacek Sieka2016-04-061-1/+1
| * | | | | | | | tester: allow filtering tests by targetJacek Sieka2016-04-052-0/+19
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Add Bountysource banner to website.Dominik Picheta2016-04-062-1/+22
| |/ / / / / / |/| | | | | |