Commit Graph

  • 01055d572a Merge pull request #3940 from cheatfate/repr3939 Andreas Rumpf 2016-03-06 02:03:27 +01:00
  • ed61b8a0ff Merge pull request #3942 from oderwat/hara-php-fpfix Andreas Rumpf 2016-03-06 02:03:02 +01:00
  • 8c1dd215ac Fix for PHP mnewString() Hans Raaf 2016-03-06 00:59:27 +01:00
  • 11d40e8e8b Fix for PHP function pointer implementation. Hans Raaf 2016-03-06 01:00:01 +01:00
  • f6c456b792 Fix for #3939 issue cheatfate 2016-03-06 00:55:29 +02:00
  • ad7e219117 GCs support ForeignCells Andreas Rumpf 2016-01-25 03:14:22 +01:00
  • b02e31e409 PHP codegen: function pointers work Andreas Rumpf 2016-03-05 17:55:51 +01:00
  • db67e95bb2 fixes JS regression Andreas Rumpf 2016-03-05 17:34:06 +01:00
  • cc925d97f4 the stdlib supports &= in more contexts; refs #3524 Andreas Rumpf 2016-03-05 16:13:23 +01:00
  • ef36a9dc3d fixes #3924 Andreas Rumpf 2016-03-05 14:37:11 +01:00
  • d3ce5f34f8 fixes #3767 Andreas Rumpf 2016-03-05 14:36:40 +01:00
  • 267a2756e4 Merge pull request #3903 from kosz78/devel Andreas Rumpf 2016-03-05 14:39:53 +01:00
  • b55074ea6e Merge pull request #3935 from yglukhov/ios-environ Andreas Rumpf 2016-03-05 14:35:14 +01:00
  • d5180bfb97 Merge pull request #3936 from yglukhov/threadpool-ios-fix Andreas Rumpf 2016-03-05 14:34:59 +01:00
  • 9cdb4ee1cb Fixed semaphore on iOS. Yuriy Glukhov 2016-03-05 14:20:09 +02:00
  • dca3daf4d4 Avoid using private _NSGetEnviron API on iOS. Yuriy Glukhov 2016-03-05 14:18:36 +02:00
  • 1d443cec8d Merge pull request #3933 from def-/jsonnil Andreas Rumpf 2016-03-05 00:28:44 +01:00
  • 749ce2f36a Merge pull request #3934 from oderwat/php-fix-defer Andreas Rumpf 2016-03-05 00:28:20 +01:00
  • 0ff56a6589 Merge pull request #3931 from yglukhov/pthread-stuff Andreas Rumpf 2016-03-04 23:20:06 +01:00
  • 3cc5614d97 Partial fix for defer in PHP Codegen. Hans Raaf 2016-03-04 19:25:41 +01:00
  • 13699c596e fixes #3872 Andreas Rumpf 2016-03-04 22:56:12 +01:00
  • dae175b3c4 fixes #3868 Andreas Rumpf 2016-03-04 22:41:17 +01:00
  • 82114b7980 Merge branch 'devel' of github.com:nim-lang/Nim into devel Andreas Rumpf 2016-03-04 22:19:19 +01:00
  • 50d2a5868a added intsets.clear proc Andreas Rumpf 2016-03-04 22:19:11 +01:00
  • 00c4861208 fixes #3836 Andreas Rumpf 2016-03-04 22:18:58 +01:00
  • 92cf673f37 PHP codegen: use nimAt for PHP 5.3 compatibility Andreas Rumpf 2016-03-04 21:59:58 +01:00
  • 95f4f70f2d Use nil instead of null in json def 2016-03-04 21:45:14 +01:00
  • 39e797080d Fixed includes for pthread types. Yuriy Glukhov 2016-03-04 00:08:47 +02:00
  • 0179d842dc Support json null in %* def 2016-03-04 19:16:49 +01:00
  • 3ae45691d2 Merge pull request #3932 from SSPkrolik/set-js-fix reactormonk 2016-03-04 11:33:20 +01:00
  • bbf12aab4f Removed unused import of 'os' module from module 'sets' Rostyslav Dzinko 2016-03-04 11:34:27 +02:00
  • f73fa61c98 Merge remote-tracking branch 'upstream/devel' into devel Konstantin Zaitsev 2016-03-03 17:47:36 +06:00
  • 84cd3d9dc4 Merge pull request #3926 from CORDEA/fix-uri-doc Dominik Picheta 2016-03-03 10:59:13 +00:00
  • f77bc7d93a Fixed an wrong example of the doc CORDEA 2016-03-02 20:55:02 +09:00
  • 63109d5312 Merge pull request #3921 from vegansk/issue_3889_mingw_tls Andreas Rumpf 2016-03-02 10:05:12 +01:00
  • 180a4b7657 Merge branch 'devel' of github.com:nim-lang/Nim into devel Andreas Rumpf 2016-03-01 23:25:58 +01:00
  • 06d4131ce1 fixes #3669 Andreas Rumpf 2016-03-01 23:25:46 +01:00
  • 312281c7cc fixes #3686 Andreas Rumpf 2016-03-01 23:07:22 +01:00
  • 9687ea3c3e debug() uses 'echo' because stderr is an abomination Andreas Rumpf 2016-03-01 19:50:00 +01:00
  • a4779dba75 Merge pull request #3923 from samanthadoran/devel Dennis Felsing 2016-03-01 17:31:18 +01:00
  • d732279203 Don't expect all keys in hashsets to have $ defined Samantha Doran 2016-03-01 11:23:47 -05:00
  • 1a1710c3ec Fixed NIM_THREADVAR definition in nimbase.h Anatoly Galiulin 2016-03-01 17:23:10 +06:00
  • 232d042731 Merge pull request #3915 from jangko/npp-plugin Andreas Rumpf 2016-02-29 17:44:49 +01:00
  • 017969c146 Merge pull request #3904 from endragor/fixnocppexceptions Andreas Rumpf 2016-02-29 17:44:15 +01:00
  • 14f48f39fd Merge pull request #3917 from yglukhov/json-fix Andreas Rumpf 2016-02-29 17:43:35 +01:00
  • 1b4fc744db Fixed bad JS codegen for new json with tables. Added json to JS tests. Yuriy Glukhov 2016-02-29 16:57:30 +02:00
  • 1463b0c954 fixes #3916 Andreas Rumpf 2016-02-29 16:45:52 +01:00
  • 040d4864a4 Fixed try statement generation with --noCppExceptions switch Ruslan Mustakov 2016-02-26 14:55:11 +06:00
  • b893e0dbf5 no name mangling for PHP fields Andreas Rumpf 2016-02-29 14:55:12 +01:00
  • 4bd901d3e1 Merge branch 'devel' of github.com:nim-lang/Nim into devel Andreas Rumpf 2016-02-29 14:39:53 +01:00
  • e50a7af5e2 make tests green again Andreas Rumpf 2016-02-29 14:39:38 +01:00
  • c7842c53b9 npp-plugin andri lim 2016-02-29 19:42:06 +07:00
  • ba16d423e0 Merge pull request #3913 from FedericoCeratto/devel reactormonk 2016-02-29 12:59:05 +01:00
  • d9cb85c2d8 Spellcheck Federico Ceratto 2016-02-29 11:25:51 +00:00
  • bd95bf58bf Merge branch 'devel' of github.com:nim-lang/Nim into devel Andreas Rumpf 2016-02-29 12:20:04 +01:00
  • c9966a3e17 use 'using' instead of 'sig' keyword; cleans up new features a bit Andreas Rumpf 2016-02-29 12:19:54 +01:00
  • 554a3e9335 better 'self' handling for overload resolution Andreas Rumpf 2016-02-29 00:25:51 +01:00
  • 7d7de36a91 removed debug code Andreas Rumpf 2016-02-28 23:23:17 +01:00
  • 0baa1d9955 first version of .partial objects Andreas Rumpf 2016-02-28 23:22:47 +01:00
  • 38dee2095c added 'sig' feature; removed tfShared support in the compiler Andreas Rumpf 2016-02-28 19:56:41 +01:00
  • 7ae45ea420 'using' statement is obsolete Andreas Rumpf 2016-02-28 14:48:15 +01:00
  • 6f0cab7060 Added checks for CPP Konstantin Zaitsev 2016-02-28 17:25:12 +06:00
  • 1afdefcbe9 added experimental .this pragma Andreas Rumpf 2016-02-28 03:17:20 +01:00
  • ef1d771cf2 Export tables.$ in json module def 2016-02-27 23:58:14 +01:00
  • 3390da6746 Merge pull request #3906 from vegansk/issue_3905 Dominik Picheta 2016-02-27 14:06:01 +00:00
  • 6d2fd0c9f1 php codegen: name mangling bugfix Andreas Rumpf 2016-02-26 23:50:34 +01:00
  • 983f6d53ca news.txt updated Andreas Rumpf 2016-02-26 23:50:09 +01:00
  • 272a0ed0da Merge pull request #3908 from oderwat/hara-shebang Andreas Rumpf 2016-02-26 19:31:42 +01:00
  • 10dce8131e Removed #! handling (was deprecated long enought) Hans Raaf 2016-02-26 18:02:15 +01:00
  • 9d0c79ff1e fixes #3901 Andreas Rumpf 2016-02-26 15:09:20 +01:00
  • 4b3f164368 Merge branch 'devel' of github.com:nim-lang/Nim into devel Andreas Rumpf 2016-02-26 14:49:07 +01:00
  • 696ddbd93b PHP codegen generates reliable filenames Andreas Rumpf 2016-02-26 14:48:56 +01:00
  • 5cfb653094 Fixed issue 3905 with getTimezone in js Anatoly Galiulin 2016-02-26 16:17:38 +06:00
  • cce64c3357 Merge pull request #3810 from def-/json-speedup Andreas Rumpf 2016-02-25 20:16:58 +01:00
  • 2693179834 Fixed THINSTANCE declaration in dynlib.nim for VS compiler Konstantin Zaitsev 2016-02-25 15:03:02 +06:00
  • 7177e0058b Consistently use Channel instead of TChannel def 2016-02-25 04:04:45 +01:00
  • 5d50cd6c26 Add note to news.txt about json changes def 2016-02-09 08:39:31 +01:00
  • 887a8d1f0a Annotate hash with {.noSideEffect.} def 2016-02-09 08:27:43 +01:00
  • 510a503f34 Fix tmitems test for changed behaviour of json def 2016-02-07 02:35:20 +01:00
  • 9aecdb587b Initialize JObject fields with capacity 4 by default to save memory and improve performance def 2016-02-02 12:47:40 +01:00
  • 57897698d1 Fix test cases for JSON object changes def 2016-02-02 00:47:11 +01:00
  • 129499d8e9 Use tables instead of seqs for json objects def 2016-02-02 00:17:09 +01:00
  • 6d6cf78229 Merge pull request #3892 from r-ku/negative-slice-index-err Andreas Rumpf 2016-02-24 17:52:34 +01:00
  • 505b0b6b37 Merge pull request #3880 from cheatfate/issue3879 Andreas Rumpf 2016-02-24 17:52:22 +01:00
  • 3762a47cc4 Remove debug echo introduced in #3896. Dominik Picheta 2016-02-24 00:00:20 +00:00
  • 17bbc07678 Merge pull request #3896 from def-/fix-redirect Dominik Picheta 2016-02-23 23:58:00 +00:00
  • 9afe2c1d8f Fix redirection in httpclient (fixes #3895) def 2016-02-23 04:41:13 +01:00
  • b6a11271b3 Removed error that disallows slices with negative indexes bit 2016-02-22 16:03:45 +02:00
  • 41e1f3241b Fix building documentation in releases (fixes #3823) def 2016-02-21 14:52:26 +01:00
  • 8a3fd4b129 standalone target works again Andreas Rumpf 2016-02-19 13:06:17 +01:00
  • f9f5bd6dd8 made AST renderer more robust for wrong macros Andreas Rumpf 2016-02-19 12:59:11 +01:00
  • 608170b9d6 Merge branch 'devel' of github.com:nim-lang/Nim into devel Andreas Rumpf 2016-02-19 01:08:00 +01:00
  • 12b5c0985d Merge pull request #3881 from endragor/nocppexceptions Andreas Rumpf 2016-02-19 00:33:47 +01:00
  • 378c904131 Added --noCppExceptions switch Ruslan Mustakov 2016-02-18 23:01:43 +06:00
  • 9a63ac3670 Merge pull request #3878 from cheatfate/issue3864 Andreas Rumpf 2016-02-18 17:17:47 +01:00
  • 901b7bdaf2 Resolve "redifintion" errors, when using Microsoft Compiler and Visual Studio headers described in Issue #3879 cheatfate 2016-02-18 18:17:01 +02:00
  • a27e4b5193 bug fix: repr() of sized enums presentation Issue #3864 cheatfate 2016-02-18 15:38:08 +02:00
  • 2dd324632d Merge pull request #3875 from vegansk/reentrant_locks Andreas Rumpf 2016-02-18 12:03:58 +01:00
  • b0eeacf71e Added rlocks module to documentation and news.txt Anatoly Galiulin 2016-02-18 09:46:34 +06:00
  • c1028b3363 Added fixes from Araq's comments Anatoly Galiulin 2016-02-17 20:44:48 +06:00