summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix for shr with PHP (using >>)Hans Raaf2016-02-071-5/+11
|/ /
* | php-codegen fixesAndreas Rumpf2016-02-062-4/+12
* | manual: typoAndreas Rumpf2016-02-061-1/+1
* | more JS regressions fixedAndreas Rumpf2016-02-061-1/+1
* | fixes JS codegen regressionsAndreas Rumpf2016-02-061-3/+2
* | no LL for PHPAndreas Rumpf2016-02-061-1/+2
* | cleaner toArray magicAndreas Rumpf2016-02-062-22/+25
* | PHP codegen can generate PHP classesAndreas Rumpf2016-02-064-60/+275
* | first version of an PHP codegenAndreas Rumpf2016-02-068-410/+664
* | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-02-0650-202/+224
|\ \
| * \ Merge pull request #3817 from yglukhov/js-typed-arraysAndreas Rumpf2016-02-061-4/+27
| |\ \
| | * | Prefer JS typed arrays for arrays.Yuriy Glukhov2016-02-031-4/+27
| * | | Merge pull request #3781 from rgv151/patch-net-gc-safeAndreas Rumpf2016-02-061-94/+95
| |\ \ \
| | * | | export `parseIpAddress` procBruce Doan2016-01-271-1/+1
| | * | | make it gc-safe #2692Bruce Doan2016-01-261-93/+94
| * | | | Merge pull request #3831 from ephja/nimrod-to-nimAndreas Rumpf2016-02-0615-26/+26
| |\ \ \ \
| | * | | | nimrod -> nimErik Johansson Andersson2016-02-0515-26/+26
| | | |/ / | | |/| |
| * | | | Merge pull request #3106 from def-/deprecationAndreas Rumpf2016-02-0630-62/+46
| |\ \ \ \
| | * | | | Revert removal of raiseOSErrordef2016-02-061-2/+1
| | * | | | Revert raiseOSError changedef2016-02-061-2/+1
| | * | | | bindaddr raises ValueError exception instead of OSErrordef2016-01-261-1/+1
| | * | | | Revert two deprecation changesdef2016-01-262-3/+1
| | * | | | Fix a few deprecation warningsdef2016-01-2532-65/+53
| * | | | | Merge pull request #3829 from def-/json-fix-emptyAndreas Rumpf2016-02-061-3/+7
| |\ \ \ \ \
| | * | | | | Fix json.`%*` for empty objectsdef2016-02-061-3/+7
| |/ / / / /
| * | | | | Merge pull request #3813 from flyx/rst-svgAndreas Rumpf2016-02-051-7/+17
| |\ \ \ \ \
| | * | | | | RST: Output <object> for SVG images in HTMLFelix Krause2016-02-021-7/+17
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #3814 from scriptum/fix-3802Andreas Rumpf2016-02-052-5/+5
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Use defer in iterator to avoid possible leaks. Fixes #3802Pavel Roschin2016-02-022-5/+5
| * | | | | Merge pull request #3803 from pra85/patch-1reactormonk2016-02-011-1/+1
| |\ \ \ \ \
| | * | | | | Fixes typo in doc/manual/threads.txtPrayag Verma2016-02-011-1/+1
| |/ / / / /
* / / / / / some progress on GC v2Andreas Rumpf2016-02-033-8/+15
|/ / / / /
* | | | | fixes #3789Andreas Rumpf2016-01-311-1/+1
* | | | | fixes #3788Andreas Rumpf2016-01-311-3/+5
* | | | | fixes #3799Andreas Rumpf2016-01-302-6/+56
|/ / / /
* | | | fixes a critical codegenbugAndreas Rumpf2016-01-301-2/+5
* | | | added test case for #3736Andreas Rumpf2016-01-301-0/+9
* | | | fixes #3736Andreas Rumpf2016-01-301-1/+1
* | | | devel version is oddAndreas Rumpf2016-01-301-1/+1
* | | | fixes #3794Andreas Rumpf2016-01-302-0/+14
* | | | fixes #1895Andreas Rumpf2016-01-301-3/+6
* | | | Merge pull request #3787 from vegansk/fix_3539_3Andreas Rumpf2016-01-282-10/+118
|\ \ \ \
| * | | | Fixed issue 3539, added testAnatoly Galiulin2016-01-282-10/+118
|/ / / /
* | | | Merge pull request #3786 from vegansk/disable_mthread_crashAndreas Rumpf2016-01-281-12/+22
|\ \ \ \
| * | | | Remove system.setupForeignThreadGc if `threads` option is off or TLSAnatoly Galiulin2016-01-281-12/+22
|/ / / /
* | | | Merge branch 'devel' of github.com:nim-lang/Nim into develDominik Picheta2016-01-2723-190/+369
|\ \ \ \
| * | | | documentation proper bracketingAndreas Rumpf2016-01-271-1/+1
| * | | | Merge branch 'devel' of https://github.com/nim-lang/Nim into develAndreas Rumpf2016-01-277-93/+93
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge pull request #3777 from sheerun/echoAndreas Rumpf2016-01-267-93/+93
| | |\ \ \
| | | * | | Promote "echo" syntax without parenthesisAdam Stankiewicz2016-01-267-93/+93
| | | |/ /