summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Resolve "redifintion" errors, when using Microsoft Compiler and Visual Studio...cheatfate2016-02-181-0/+3
| * | | Remove debug `echo` introduced in #3896.Dominik Picheta2016-02-241-1/+0
| * | | Merge pull request #3896 from def-/fix-redirectDominik Picheta2016-02-231-7/+9
| |\ \ \ | | |_|/ | |/| |
| | * | Fix redirection in httpclient (fixes #3895)def2016-02-231-7/+9
| |/ /
| * | Fix building documentation in releases (fixes #3823)def2016-02-212-1/+2
* | | PHP codegen generates reliable filenamesAndreas Rumpf2016-02-261-2/+6
|/ /
* | standalone target works againAndreas Rumpf2016-02-191-24/+23
* | made AST renderer more robust for wrong macrosAndreas Rumpf2016-02-191-61/+68
* | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-02-1920-20/+148
|\ \
| * \ Merge pull request #3881 from endragor/nocppexceptionsAndreas Rumpf2016-02-196-3/+18
| |\ \
| | * | Added --noCppExceptions switchRuslan Mustakov2016-02-186-3/+18
| | |/
| * | Merge pull request #3878 from cheatfate/issue3864Andreas Rumpf2016-02-181-0/+1
| |\ \ | | |/ | |/|
| | * bug fix: repr() of sized enums presentation Issue #3864cheatfate2016-02-181-0/+1
| |/
| * Merge pull request #3875 from vegansk/reentrant_locksAndreas Rumpf2016-02-185-3/+74
| |\
| | * Added rlocks module to documentation and news.txtAnatoly Galiulin2016-02-185-5/+14
| | * Added fixes from Araq's commentsAnatoly Galiulin2016-02-171-2/+2
| | * Added reentrant locks module to stdlibAnatoly Galiulin2016-02-172-1/+63
| |/
| * Merge pull request #3873 from yglukhov/path-handlingAndreas Rumpf2016-02-163-1/+13
| |\
| | * Fixes #3871Yuriy Glukhov2016-02-163-1/+13
| * | Merge pull request #3863 from yglukhov/patch-1Andreas Rumpf2016-02-161-0/+1
| |\ \
| | * | Added -Wpragmas ignoreYuriy Glukhov2016-02-131-0/+1
| | |/
| * | Merge pull request #3870 from yglukhov/no-warn-emitAndreas Rumpf2016-02-161-0/+1
| |\ \ | | |/ | |/|
| | * Dont warn about unused symbol if its used in emitYuriy Glukhov2016-02-151-0/+1
| |/
| * Merge pull request #3860 from yuutayamada/fix-documentreactormonk2016-02-122-2/+2
| |\
| | * needs needs -> needsYuta Yamada2016-02-111-1/+1
| | * Fix old linkYuta Yamada2016-02-111-1/+1
| * | 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
* | | further progress on --gc:v2Andreas Rumpf2016-02-177-148/+321
|/ /
* | 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