summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | compiler_ropes: ropeEqualsFile -> equalsFile, no more max rope component lengthJacek Sieka2015-04-012-65/+41
| * | | | | | | | | | compiler_ropes: add `&` and addJacek Sieka2015-04-011-24/+37
| * | | | | | | | | | compiler_ropes: ropeToStr -> $Jacek Sieka2015-04-0113-37/+32
| * | | | | | | | | | compiler_ropes: don't expose newRopeJacek Sieka2015-04-013-5/+5
| * | | | | | | | | | compiler_ropes: ropeLen -> lenJacek Sieka2015-04-011-2/+1
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Added accessor procs with default params for JsonNodes.Dominik Picheta2015-04-051-0/+43
* | | | | | | | | | Merge pull request #2443 from yglukhov/dom-reinheritAndreas Rumpf2015-04-051-89/+81
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Correct dom objects inheritance.yglukhov2015-04-011-89/+81
* | | | | | | | | | | Merge pull request #2452 from apense/patch-1Andreas Rumpf2015-04-051-0/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Update system.nimapense2015-04-031-0/+2
* | | | | | | | | | | | Merge pull request #2455 from def-/iupAndreas Rumpf2015-04-051-114/+114
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Make iup wrapper work with iup 3.1def2015-04-041-114/+114
* | | | | | | | | | | | | Merge pull request #2464 from reactormonk/math-no-side-effectAndreas Rumpf2015-04-051-0/+7
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | no side effects on math procs, fixes #2458Simon Hafner2015-04-041-0/+7
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #2461 from ReneSac/develreactormonk2015-04-051-174/+175
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Fix warning about sets.testModule() not used.ReneSac2015-04-041-174/+175
| |/ / / / / / / / / / / /
* / / / / / / / / / / / / some better sysassert messagesSimon Hafner2015-04-041-2/+2
|/ / / / / / / / / / / /
* | | | | | | | | | | | GC-safety error messages are useful nowAraq2015-04-045-10/+81
* | | | | | | | | | | | don't store the scope for routinesAraq2015-04-044-10/+11
* | | | | | | | | | | | docutils are gcsafeAraq2015-04-042-497/+498
* | | | | | | | | | | | windows.nim is gcsafeAraq2015-04-041-4/+6
* | | | | | | | | | | | preparations for better gcsafety messagesAraq2015-04-042-90/+90
* | | | | | | | | | | | better error message for implicit pragmasAraq2015-04-041-0/+2
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #2444 from yglukhov/doc-fixAndreas Rumpf2015-04-031-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Fixed doc generation on mac.yglukhov2015-04-021-1/+1
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #2441 from TheAnonymous/develAndreas Rumpf2015-04-031-1/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | fixes https://github.com/Araq/Nim/issues/2116Jakob Oesterling2015-04-011-1/+2
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #2450 from yglukhov/docfixDominik Picheta2015-04-031-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Doc fix: TProcessOption -> ProcessOptionyglukhov2015-04-031-1/+1
|/ / / / / / / / / /
* / / / / / / / / / bugfixes for C++ codegenAraq2015-04-012-249/+275
|/ / / / / / / / /
* | | | | | | | | Merge pull request #2434 from yglukhov/epoch-time-jsDominik Picheta2015-03-311-0/+2
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Implemented epochTime function for JS target.yglukhov2015-03-311-0/+2
|/ / / / / / / /
* | | | | | | | Fix infinite recursion when await is in except body.Dominik Picheta2015-03-303-3/+31
* | | | | | | | doc updates; fixes 'inc' for 'char'Araq2015-03-298-191/+97
|/ / / / / / /
* | | | | | | fixes #2355Araq2015-03-282-1/+16
* | | | | | | Merge pull request #2419 from def-/dotdotAndreas Rumpf2015-03-2810-93/+93
|\ \ \ \ \ \ \
| * | | | | | | Use `^` instead of `-` in slicesdef2015-03-2810-93/+93
|/ / / / / / /
* | | | | | | fixes #2420; negative indexing for slicing is obsolete (breaking change!)Araq2015-03-288-79/+82
* | | | | | | fixes another regressionAraq2015-03-271-1/+2
* | | | | | | Merge pull request #2417 from fowlmouth/patch-2Andreas Rumpf2015-03-272-0/+50
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'patch-2' of github.com:fowlmouth/Nimrod into patchfowlmouth2015-03-271-0/+1
| |\ \ \ \ \ \ \
| | * | | | | | | set type for symbols from getType()Billingsly Wetherfordshire2015-03-271-0/+1
| |/ / / / / / / |/| | | | | | |
| * | | | | | | added test for symbol typefowlmouth2015-03-271-0/+49
|/ / / / / / /
* | | | | | | preparations for dealing with the 'echo $foo' gotchaAraq2015-03-274-9/+19
* | | | | | | fixes a regression related to the new typeOf parsingAraq2015-03-271-0/+4
* | | | | | | todo updateAraq2015-03-272-2/+1
* | | | | | | disallow negative indexingAraq2015-03-277-148/+164
* | | | | | | Merge pull request #2410 from def-/refobjAndreas Rumpf2015-03-263-32/+38
|\ \ \ \ \ \ \
| * | | | | | | Also use ref objects with inheritance in manualdef2015-03-262-22/+23
| * | | | | | | Rework explanation a bit (thanks flaviu)def2015-03-261-3/+3