Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initialize JObject fields with capacity 4 by default to save memory and ↵ | def | 2016-02-24 | 1 | -3/+3 |
| | | | | improve performance | ||||
* | Fix test cases for JSON object changes | def | 2016-02-24 | 2 | -5/+5 |
| | |||||
* | Use tables instead of seqs for json objects | def | 2016-02-24 | 1 | -41/+38 |
| | | | | | Significant speedup for some operations, fixes #3809 Not tested very well yet | ||||
* | Merge pull request #3892 from r-ku/negative-slice-index-err | Andreas Rumpf | 2016-02-24 | 1 | -4/+0 |
|\ | | | | | Removed error that disallows slices with negative indexes | ||||
| * | Removed error that disallows slices with negative indexes | bit | 2016-02-22 | 1 | -4/+0 |
| | | |||||
* | | Merge pull request #3880 from cheatfate/issue3879 | Andreas Rumpf | 2016-02-24 | 1 | -0/+3 |
|\ \ | | | | | | | Resolve "redefintion" errors, when using MSVC. | ||||
| * | | Resolve "redifintion" errors, when using Microsoft Compiler and Visual ↵ | cheatfate | 2016-02-18 | 1 | -0/+3 |
| | | | | | | | | | | | | Studio headers described in Issue #3879 | ||||
* | | | Remove debug `echo` introduced in #3896. | Dominik Picheta | 2016-02-24 | 1 | -1/+0 |
| | | | |||||
* | | | Merge pull request #3896 from def-/fix-redirect | Dominik Picheta | 2016-02-23 | 1 | -7/+9 |
|\ \ \ | |_|/ |/| | | Fix redirection in httpclient (fixes #3895) | ||||
| * | | Fix redirection in httpclient (fixes #3895) | def | 2016-02-23 | 1 | -7/+9 |
|/ / | |||||
* | | Fix building documentation in releases (fixes #3823) | def | 2016-02-21 | 2 | -1/+2 |
| | | |||||
* | | standalone target works again | Andreas Rumpf | 2016-02-19 | 1 | -24/+23 |
| | | |||||
* | | made AST renderer more robust for wrong macros | Andreas Rumpf | 2016-02-19 | 1 | -61/+68 |
| | | |||||
* | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2016-02-19 | 20 | -20/+148 |
|\ \ | |||||
| * \ | Merge pull request #3881 from endragor/nocppexceptions | Andreas Rumpf | 2016-02-19 | 6 | -3/+18 |
| |\ \ | | | | | | | | | Added --noCppExceptions switch | ||||
| | * | | Added --noCppExceptions switch | Ruslan Mustakov | 2016-02-18 | 6 | -3/+18 |
| | |/ | |||||
| * | | Merge pull request #3878 from cheatfate/issue3864 | Andreas Rumpf | 2016-02-18 | 1 | -0/+1 |
| |\ \ | | |/ | |/| | bug fix: repr() of sized enums presentation Issue #3864 | ||||
| | * | bug fix: repr() of sized enums presentation Issue #3864 | cheatfate | 2016-02-18 | 1 | -0/+1 |
| |/ | |||||
| * | Merge pull request #3875 from vegansk/reentrant_locks | Andreas Rumpf | 2016-02-18 | 5 | -3/+74 |
| |\ | | | | | | | Added reentrant locks module to stdlib | ||||
| | * | Added rlocks module to documentation and news.txt | Anatoly Galiulin | 2016-02-18 | 5 | -5/+14 |
| | | | |||||
| | * | Added fixes from Araq's comments | Anatoly Galiulin | 2016-02-17 | 1 | -2/+2 |
| | | | |||||
| | * | Added reentrant locks module to stdlib | Anatoly Galiulin | 2016-02-17 | 2 | -1/+63 |
| |/ | |||||
| * | Merge pull request #3873 from yglukhov/path-handling | Andreas Rumpf | 2016-02-16 | 3 | -1/+13 |
| |\ | | | | | | | Fixes #3871 | ||||
| | * | Fixes #3871 | Yuriy Glukhov | 2016-02-16 | 3 | -1/+13 |
| | | | |||||
| * | | Merge pull request #3863 from yglukhov/patch-1 | Andreas Rumpf | 2016-02-16 | 1 | -0/+1 |
| |\ \ | | | | | | | | | Added -Wpragmas ignore | ||||
| | * | | Added -Wpragmas ignore | Yuriy Glukhov | 2016-02-13 | 1 | -0/+1 |
| | |/ | |||||
| * | | Merge pull request #3870 from yglukhov/no-warn-emit | Andreas Rumpf | 2016-02-16 | 1 | -0/+1 |
| |\ \ | | |/ | |/| | Dont warn about unused symbol if its used in emit | ||||
| | * | Dont warn about unused symbol if its used in emit | Yuriy Glukhov | 2016-02-15 | 1 | -0/+1 |
| |/ | |||||
| * | Merge pull request #3860 from yuutayamada/fix-document | reactormonk | 2016-02-12 | 2 | -2/+2 |
| |\ | | | | | | | Fix few documentation a typo and old link | ||||
| | * | needs needs -> needs | Yuta Yamada | 2016-02-11 | 1 | -1/+1 |
| | | | |||||
| | * | Fix old link | Yuta Yamada | 2016-02-11 | 1 | -1/+1 |
| | | | |||||
| * | | Rename THANDLE to Handle to fix deprecation warnings | def | 2016-02-11 | 2 | -6/+6 |
| | | | |||||
| * | | Merge pull request #3851 from endragor/ignore-warnings | Andreas Rumpf | 2016-02-10 | 1 | -0/+24 |
| |\ \ | | | | | | | | | Added pragmas to ignore warnings in Nim-generated files | ||||
| | * | | Added pragmas to ignore warnings in Nim-generated files for gcc, clang, vcc | Ruslan Mustakov | 2016-02-10 | 1 | -0/+24 |
| |/ / | |||||
| * | | Merge pull request #3849 from endragor/fix-routine-nodes | Andreas Rumpf | 2016-02-10 | 1 | -1/+1 |
| |\ \ | | | | | | | | | Added nnkTemplateDef and nnkConverterDef to RoutineNodes set | ||||
| | * | | Added nnkTemplateDef and nnkConverterDef to RoutineNodes set | Ruslan Mustakov | 2016-02-10 | 1 | -1/+1 |
| |/ / | |||||
| * | | Fix donation buttons. | Dominik Picheta | 2016-02-08 | 1 | -3/+7 |
| | | | |||||
| * | | Remove Nim in Action discount code. | Dominik Picheta | 2016-02-08 | 1 | -2/+0 |
| | | | |||||
| * | | Add discount code to Nim in Action news. | Dominik Picheta | 2016-02-08 | 1 | -1/+2 |
| | | | |||||
* | | | further progress on --gc:v2 | Andreas Rumpf | 2016-02-17 | 7 | -148/+321 |
|/ / | |||||
* | | PHP codegen can generate foo->bar accesses | Andreas Rumpf | 2016-02-08 | 1 | -1/+10 |
| | | |||||
* | | some progress on #3832 | Andreas Rumpf | 2016-02-08 | 2 | -1/+10 |
| | | |||||
* | | makes tints.nim test compile | Andreas Rumpf | 2016-02-08 | 1 | -0/+3 |
| | | |||||
* | | Merge pull request #3835 from oderwat/OderWat-PHPFix1 | Andreas Rumpf | 2016-02-07 | 1 | -5/+34 |
|\ \ | | | | | | | Some fixes for the PHP CodeGen | ||||
| * | | Made the test tints.nim work for the PHP codegen (uint shifts and | Hans Raaf | 2016-02-07 | 1 | -1/+5 |
| | | | | | | | | | | | | casts). | ||||
| * | | Corrected (unsigned) shr for PHP Codegen | Hans Raaf | 2016-02-07 | 1 | -3/+12 |
| | | | |||||
| * | | Better code and fix for JS regression. | Hans Raaf | 2016-02-07 | 1 | -9/+9 |
| | | | |||||
| * | | Fix für Char to String in PHP. | Hans Raaf | 2016-02-07 | 1 | -0/+4 |
| | | | |||||
| * | | Fix tuple field access in PHP. | Hans Raaf | 2016-02-07 | 1 | -1/+4 |
| | | | |||||
| * | | Fix for index check in PHP code. | Hans Raaf | 2016-02-07 | 1 | -1/+4 |
| | | |