summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Rename THANDLE to Handle to fix deprecation warningsdef2016-02-112-6/+6
* Merge pull request #3851 from endragor/ignore-warningsAndreas Rumpf2016-02-101-0/+24
|\
| * Added pragmas to ignore warnings in Nim-generated files for gcc, clang, vccRuslan Mustakov2016-02-101-0/+24
|/
* Merge pull request #3849 from endragor/fix-routine-nodesAndreas Rumpf2016-02-101-1/+1
|\
| * Added nnkTemplateDef and nnkConverterDef to RoutineNodes setRuslan Mustakov2016-02-101-1/+1
|/
* Fix donation buttons.Dominik Picheta2016-02-081-3/+7
* Remove Nim in Action discount code.Dominik Picheta2016-02-081-2/+0
* Add discount code to Nim in Action news.Dominik Picheta2016-02-081-1/+2
* PHP codegen can generate foo->bar accessesAndreas Rumpf2016-02-081-1/+10
* some progress on #3832Andreas Rumpf2016-02-082-1/+10
* makes tints.nim test compileAndreas Rumpf2016-02-081-0/+3
* Merge pull request #3835 from oderwat/OderWat-PHPFix1Andreas Rumpf2016-02-071-5/+34
|\
| * Made the test tints.nim work for the PHP codegen (uint shifts andHans Raaf2016-02-071-1/+5
| * Corrected (unsigned) shr for PHP CodegenHans Raaf2016-02-071-3/+12
| * Better code and fix for JS regression.Hans Raaf2016-02-071-9/+9
| * Fix für Char to String in PHP.Hans Raaf2016-02-071-0/+4
| * Fix tuple field access in PHP.Hans Raaf2016-02-071-1/+4
| * Fix for index check in PHP code.Hans Raaf2016-02-071-1/+4
| * 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
|/ / / /