Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2016-02-29 | 15 | -21/+21 | |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| * | | | | | Merge pull request #3913 from FedericoCeratto/devel | reactormonk | 2016-02-29 | 15 | -21/+21 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Spellcheck | Federico Ceratto | 2016-02-29 | 15 | -21/+21 | |
| |/ / / / / | ||||||
* / / / / / | make tests green again | Andreas Rumpf | 2016-02-29 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2016-02-29 | 2 | -1/+4 | |
|\| | | | | ||||||
| * | | | | Export tables.`$` in json module | def | 2016-02-27 | 1 | -0/+3 | |
| * | | | | Merge pull request #3906 from vegansk/issue_3905 | Dominik Picheta | 2016-02-27 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | Fixed issue 3905 with getTimezone in js | Anatoly Galiulin | 2016-02-26 | 1 | -1/+1 | |
* | | | | | | use 'using' instead of 'sig' keyword; cleans up new features a bit | Andreas Rumpf | 2016-02-29 | 20 | -74/+109 | |
* | | | | | | better 'self' handling for overload resolution | Andreas Rumpf | 2016-02-29 | 1 | -28/+23 | |
* | | | | | | removed debug code | Andreas Rumpf | 2016-02-28 | 1 | -2/+0 | |
* | | | | | | first version of .partial objects | Andreas Rumpf | 2016-02-28 | 6 | -18/+49 | |
* | | | | | | added 'sig' feature; removed tfShared support in the compiler | Andreas Rumpf | 2016-02-28 | 17 | -57/+62 | |
* | | | | | | 'using' statement is obsolete | Andreas Rumpf | 2016-02-28 | 3 | -21/+1 | |
* | | | | | | added experimental .this pragma | Andreas Rumpf | 2016-02-28 | 9 | -118/+193 | |
|/ / / / / | ||||||
* | | | | | php codegen: name mangling bugfix | Andreas Rumpf | 2016-02-26 | 1 | -2/+3 | |
* | | | | | news.txt updated | Andreas Rumpf | 2016-02-26 | 1 | -0/+2 | |
* | | | | | Merge pull request #3908 from oderwat/hara-shebang | Andreas Rumpf | 2016-02-26 | 1 | -4/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Removed `#!` handling (was deprecated long enought) | Hans Raaf | 2016-02-26 | 1 | -4/+1 | |
|/ / / / / | ||||||
* | | | | | fixes #3901 | Andreas Rumpf | 2016-02-26 | 1 | -0/+6 | |
* | | | | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2016-02-26 | 16 | -68/+70 | |
|\| | | | | ||||||
| * | | | | Merge pull request #3810 from def-/json-speedup | Andreas Rumpf | 2016-02-25 | 4 | -48/+49 | |
| |\ \ \ \ | | |/ / / | |/| | | | ||||||
| | * | | | Add note to news.txt about json changes | def | 2016-02-24 | 1 | -1/+5 | |
| | * | | | Annotate hash with {.noSideEffect.} | def | 2016-02-24 | 1 | -1/+1 | |
| | * | | | Fix tmitems test for changed behaviour of json | def | 2016-02-24 | 1 | -2/+2 | |
| | * | | | Initialize JObject fields with capacity 4 by default to save memory and impro... | def | 2016-02-24 | 1 | -3/+3 | |
| | * | | | 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 | |
| * | | | | Consistently use Channel instead of TChannel | def | 2016-02-25 | 7 | -8/+8 | |
| |/ / / | ||||||
| * | | | 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 | bit | 2016-02-22 | 1 | -4/+0 | |
| * | | | | Merge pull request #3880 from cheatfate/issue3879 | Andreas Rumpf | 2016-02-24 | 1 | -0/+3 | |
| |\ \ \ \ | ||||||
| | * | | | | Resolve "redifintion" errors, when using Microsoft Compiler and Visual Studio... | cheatfate | 2016-02-18 | 1 | -0/+3 | |
| * | | | | | 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) | def | 2016-02-23 | 1 | -7/+9 | |
| |/ / / / | ||||||
| * | | | | Fix building documentation in releases (fixes #3823) | def | 2016-02-21 | 2 | -1/+2 | |
* | | | | | PHP codegen generates reliable filenames | Andreas Rumpf | 2016-02-26 | 1 | -2/+6 | |
|/ / / / | ||||||
* | | | | 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 | 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 | cheatfate | 2016-02-18 | 1 | -0/+1 | |
| |/ / / | ||||||
| * | | | Merge pull request #3875 from vegansk/reentrant_locks | Andreas Rumpf | 2016-02-18 | 5 | -3/+74 | |
| |\ \ \ | ||||||
| | * | | | 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 | |
| |\ \ \ |