Commit Graph

8001 Commits

Author SHA1 Message Date
Konstantin Zaitsev
f73fa61c98 Merge remote-tracking branch 'upstream/devel' into devel 2016-03-03 17:47:36 +06:00
Dominik Picheta
84cd3d9dc4 Merge pull request #3926 from CORDEA/fix-uri-doc
Fixed an wrong example of the uri module doc.
2016-03-03 10:59:13 +00:00
CORDEA
f77bc7d93a Fixed an wrong example of the doc 2016-03-02 20:55:02 +09:00
Andreas Rumpf
63109d5312 Merge pull request #3921 from vegansk/issue_3889_mingw_tls
Fixed NIM_THREADVAR definition in nimbase.h
2016-03-02 10:05:12 +01:00
Andreas Rumpf
180a4b7657 Merge branch 'devel' of github.com:nim-lang/Nim into devel 2016-03-01 23:25:58 +01:00
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
Dennis Felsing
a4779dba75 Merge pull request #3923 from samanthadoran/devel
Don't expect all keys in hashsets to have $ defined
2016-03-01 17:31:18 +01:00
Samantha Doran
d732279203 Don't expect all keys in hashsets to have $ defined 2016-03-01 11:23:47 -05:00
Anatoly Galiulin
1a1710c3ec Fixed NIM_THREADVAR definition in nimbase.h 2016-03-01 17:23:10 +06:00
Andreas Rumpf
232d042731 Merge pull request #3915 from jangko/npp-plugin
npp-plugin
2016-02-29 17:44:49 +01:00
Andreas Rumpf
017969c146 Merge pull request #3904 from endragor/fixnocppexceptions
Fixed try statement generation with --noCppExceptions switch
2016-02-29 17:44:15 +01:00
Andreas Rumpf
14f48f39fd Merge pull request #3917 from yglukhov/json-fix
Fixed bad JS codegen for new json with tables. Added json to JS tests.
2016-02-29 17:43:35 +01:00
Yuriy Glukhov
1b4fc744db Fixed bad JS codegen for new json with tables. Added json to JS tests. 2016-02-29 17:53:52 +02:00
Andreas Rumpf
1463b0c954 fixes #3916 2016-02-29 16:45:52 +01:00
Ruslan Mustakov
040d4864a4 Fixed try statement generation with --noCppExceptions switch 2016-02-29 21:09:19 +06: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
andri lim
c7842c53b9 npp-plugin 2016-02-29 19:42:06 +07: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
Konstantin Zaitsev
6f0cab7060 Added checks for CPP 2016-02-28 17:25:12 +06: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
Konstantin Zaitsev
2693179834 Fixed THINSTANCE declaration in dynlib.nim for VS compiler 2016-02-25 15:03:02 +06: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