Commit Graph

7985 Commits

Author SHA1 Message Date
Andreas Rumpf
06d4131ce1 fixes #3669 2016-03-01 23:25:46 +01:00
Andreas Rumpf
312281c7cc fixes #3686 2016-03-01 23:07:22 +01:00
Andreas Rumpf
9687ea3c3e debug() uses 'echo' because stderr is an abomination 2016-03-01 19:50:00 +01:00
Andreas Rumpf
1463b0c954 fixes #3916 2016-02-29 16:45:52 +01:00
Andreas Rumpf
b893e0dbf5 no name mangling for PHP fields 2016-02-29 14:55:12 +01:00
Andreas Rumpf
4bd901d3e1 Merge branch 'devel' of github.com:nim-lang/Nim into devel 2016-02-29 14:39:53 +01:00
Andreas Rumpf
e50a7af5e2 make tests green again 2016-02-29 14:39:38 +01:00
reactormonk
ba16d423e0 Merge pull request #3913 from FedericoCeratto/devel
Spellcheck
2016-02-29 12:59:05 +01:00
Federico Ceratto
d9cb85c2d8 Spellcheck 2016-02-29 11:25:51 +00:00
Andreas Rumpf
bd95bf58bf Merge branch 'devel' of github.com:nim-lang/Nim into devel 2016-02-29 12:20:04 +01:00
Andreas Rumpf
c9966a3e17 use 'using' instead of 'sig' keyword; cleans up new features a bit 2016-02-29 12:19:54 +01:00
Andreas Rumpf
554a3e9335 better 'self' handling for overload resolution 2016-02-29 00:25:51 +01:00
Andreas Rumpf
7d7de36a91 removed debug code 2016-02-28 23:23:17 +01:00
Andreas Rumpf
0baa1d9955 first version of .partial objects 2016-02-28 23:22:47 +01:00
Andreas Rumpf
38dee2095c added 'sig' feature; removed tfShared support in the compiler 2016-02-28 19:56:41 +01:00
Andreas Rumpf
7ae45ea420 'using' statement is obsolete 2016-02-28 14:48:15 +01:00
Andreas Rumpf
1afdefcbe9 added experimental .this pragma 2016-02-28 03:17:20 +01:00
def
ef1d771cf2 Export tables.$ in json module 2016-02-27 23:58:14 +01:00
Dominik Picheta
3390da6746 Merge pull request #3906 from vegansk/issue_3905
Return timezone in seconds instead of minutes for JS target.
2016-02-27 14:06:01 +00:00
Andreas Rumpf
6d2fd0c9f1 php codegen: name mangling bugfix 2016-02-26 23:50:34 +01:00
Andreas Rumpf
983f6d53ca news.txt updated 2016-02-26 23:50:09 +01:00
Andreas Rumpf
272a0ed0da Merge pull request #3908 from oderwat/hara-shebang
Removed `#!` handling (was deprecated long enought)
2016-02-26 19:31:42 +01:00
Hans Raaf
10dce8131e Removed #! handling (was deprecated long enought) 2016-02-26 18:02:15 +01:00
Andreas Rumpf
9d0c79ff1e fixes #3901 2016-02-26 15:09:20 +01:00
Andreas Rumpf
4b3f164368 Merge branch 'devel' of github.com:nim-lang/Nim into devel 2016-02-26 14:49:07 +01:00
Andreas Rumpf
696ddbd93b PHP codegen generates reliable filenames 2016-02-26 14:48:56 +01:00
Anatoly Galiulin
5cfb653094 Fixed issue 3905 with getTimezone in js 2016-02-26 16:17:38 +06:00
Andreas Rumpf
cce64c3357 Merge pull request #3810 from def-/json-speedup
Use tables instead of seqs for json objects
2016-02-25 20:16:58 +01:00
def
7177e0058b Consistently use Channel instead of TChannel 2016-02-25 04:04:45 +01:00
def
5d50cd6c26 Add note to news.txt about json changes 2016-02-24 19:05:01 +01:00
def
887a8d1f0a Annotate hash with {.noSideEffect.} 2016-02-24 19:03:55 +01:00
def
510a503f34 Fix tmitems test for changed behaviour of json 2016-02-24 19:03:55 +01:00
def
9aecdb587b Initialize JObject fields with capacity 4 by default to save memory and improve performance 2016-02-24 19:03:55 +01:00
def
57897698d1 Fix test cases for JSON object changes 2016-02-24 19:03:55 +01:00
def
129499d8e9 Use tables instead of seqs for json objects
Significant speedup for some operations, fixes #3809
Not tested very well yet
2016-02-24 19:03:55 +01:00
Andreas Rumpf
6d6cf78229 Merge pull request #3892 from r-ku/negative-slice-index-err
Removed error that disallows slices with negative indexes
2016-02-24 17:52:34 +01:00
Andreas Rumpf
505b0b6b37 Merge pull request #3880 from cheatfate/issue3879
Resolve "redefintion" errors, when using MSVC.
2016-02-24 17:52:22 +01:00
Dominik Picheta
3762a47cc4 Remove debug echo introduced in #3896. 2016-02-24 00:00:20 +00:00
Dominik Picheta
17bbc07678 Merge pull request #3896 from def-/fix-redirect
Fix redirection in httpclient (fixes #3895)
2016-02-23 23:58:00 +00:00
def
9afe2c1d8f Fix redirection in httpclient (fixes #3895) 2016-02-23 15:18:17 +01:00
bit
b6a11271b3 Removed error that disallows slices with negative indexes 2016-02-22 16:37:29 +02:00
def
41e1f3241b Fix building documentation in releases (fixes #3823) 2016-02-21 14:52:26 +01:00
Andreas Rumpf
8a3fd4b129 standalone target works again 2016-02-19 13:06:17 +01:00
Andreas Rumpf
f9f5bd6dd8 made AST renderer more robust for wrong macros 2016-02-19 12:59:11 +01:00
Andreas Rumpf
608170b9d6 Merge branch 'devel' of github.com:nim-lang/Nim into devel 2016-02-19 01:08:00 +01:00
Andreas Rumpf
12b5c0985d Merge pull request #3881 from endragor/nocppexceptions
Added --noCppExceptions switch
2016-02-19 00:33:47 +01:00
Ruslan Mustakov
378c904131 Added --noCppExceptions switch 2016-02-18 23:01:43 +06:00
Andreas Rumpf
9a63ac3670 Merge pull request #3878 from cheatfate/issue3864
bug fix: repr() of sized enums presentation Issue #3864
2016-02-18 17:17:47 +01:00
cheatfate
901b7bdaf2 Resolve "redifintion" errors, when using Microsoft Compiler and Visual Studio headers described in Issue #3879 2016-02-18 18:17:01 +02:00
cheatfate
a27e4b5193 bug fix: repr() of sized enums presentation Issue #3864 2016-02-18 15:40:55 +02:00