summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* fixes #3916Andreas Rumpf2016-02-291-4/+4
|
* no name mangling for PHP fieldsAndreas Rumpf2016-02-291-1/+1
|
* Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-02-2915-21/+21
|\
| * Merge pull request #3913 from FedericoCeratto/develreactormonk2016-02-2915-21/+21
| |\ | | | | | | Spellcheck
| | * SpellcheckFederico Ceratto2016-02-2915-21/+21
| |/
* / make tests green againAndreas Rumpf2016-02-291-1/+1
|/
* Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-02-292-1/+4
|\
| * Export tables.`$` in json moduledef2016-02-271-0/+3
| |
| * Merge pull request #3906 from vegansk/issue_3905Dominik Picheta2016-02-271-1/+1
| |\ | | | | | | Return timezone in seconds instead of minutes for JS target.
| | * Fixed issue 3905 with getTimezone in jsAnatoly Galiulin2016-02-261-1/+1
| | |
* | | use 'using' instead of 'sig' keyword; cleans up new features a bitAndreas Rumpf2016-02-2920-74/+109
| | |
* | | better 'self' handling for overload resolutionAndreas Rumpf2016-02-291-28/+23
| | |
* | | removed debug codeAndreas Rumpf2016-02-281-2/+0
| | |
* | | first version of .partial objectsAndreas Rumpf2016-02-286-18/+49
| | |
* | | added 'sig' feature; removed tfShared support in the compilerAndreas Rumpf2016-02-2817-57/+62
| | |
* | | 'using' statement is obsoleteAndreas Rumpf2016-02-283-21/+1
| | |
* | | added experimental .this pragmaAndreas Rumpf2016-02-289-118/+193
|/ /
* | php codegen: name mangling bugfixAndreas Rumpf2016-02-261-2/+3
| |
* | news.txt updatedAndreas Rumpf2016-02-261-0/+2
| |
* | Merge pull request #3908 from oderwat/hara-shebangAndreas Rumpf2016-02-261-4/+1
|\ \ | | | | | | Removed `#!` handling (was deprecated long enought)
| * | Removed `#!` handling (was deprecated long enought)Hans Raaf2016-02-261-4/+1
|/ /
* | fixes #3901Andreas Rumpf2016-02-261-0/+6
| |
* | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-02-2616-68/+70
|\|
| * Merge pull request #3810 from def-/json-speedupAndreas Rumpf2016-02-254-48/+49
| |\ | | | | | | Use tables instead of seqs for json objects
| | * Add note to news.txt about json changesdef2016-02-241-1/+5
| | |
| | * Annotate hash with {.noSideEffect.}def2016-02-241-1/+1
| | |
| | * Fix tmitems test for changed behaviour of jsondef2016-02-241-2/+2
| | |
| | * Initialize JObject fields with capacity 4 by default to save memory and ↵def2016-02-241-3/+3
| | | | | | | | | | | | improve performance
| | * Fix test cases for JSON object changesdef2016-02-242-5/+5
| | |
| | * Use tables instead of seqs for json objectsdef2016-02-241-41/+38
| | | | | | | | | | | | | | | Significant speedup for some operations, fixes #3809 Not tested very well yet
| * | Consistently use Channel instead of TChanneldef2016-02-257-8/+8
| |/
| * Merge pull request #3892 from r-ku/negative-slice-index-errAndreas Rumpf2016-02-241-4/+0
| |\ | | | | | | Removed error that disallows slices with negative indexes
| | * Removed error that disallows slices with negative indexesbit2016-02-221-4/+0
| | |
| * | Merge pull request #3880 from cheatfate/issue3879Andreas Rumpf2016-02-241-0/+3
| |\ \ | | | | | | | | Resolve "redefintion" errors, when using MSVC.
| | * | Resolve "redifintion" errors, when using Microsoft Compiler and Visual ↵cheatfate2016-02-181-0/+3
| | | | | | | | | | | | | | | | Studio headers described in Issue #3879
| * | | 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)
| | * | 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 switch
| | * | 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 #3864
| | * 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 reentrant locks module to stdlib
| | * Added rlocks module to documentation and news.txtAnatoly Galiulin2016-02-185-5/+14
| | |
| | * Added fixes from Araq's commentsAnatoly Galiulin2016-02-171-2/+2
| | |