Commit Graph

  • d3cb1bedfa fixes JS codegen regressions Andreas Rumpf 2016-02-06 09:03:53 +01:00
  • 81d144e3b4 no LL for PHP Andreas Rumpf 2016-02-05 20:14:34 +01:00
  • 4686f485a6 cleaner toArray magic Andreas Rumpf 2016-02-05 17:47:08 +01:00
  • 9b44ca17c2 PHP codegen can generate PHP classes Andreas Rumpf 2016-02-05 13:49:52 +01:00
  • 35567a1eb9 first version of an PHP codegen Andreas Rumpf 2016-02-04 03:40:39 +01:00
  • 58f6bfb1dc Merge branch 'devel' of github.com:nim-lang/Nim into devel Andreas Rumpf 2016-02-06 15:29:25 +01:00
  • 3941b8968c Merge pull request #3817 from yglukhov/js-typed-arrays Andreas Rumpf 2016-02-06 15:28:46 +01:00
  • 73291aa1bc Merge pull request #3781 from rgv151/patch-net-gc-safe Andreas Rumpf 2016-02-06 15:26:07 +01:00
  • 981974ab11 Merge pull request #3831 from ephja/nimrod-to-nim Andreas Rumpf 2016-02-06 15:24:09 +01:00
  • 03f4aa23d7 Merge pull request #3106 from def-/deprecation Andreas Rumpf 2016-02-06 15:22:19 +01:00
  • 62955292f2 Revert removal of raiseOSError def 2016-02-06 13:51:51 +01:00
  • 86b233dff9 Merge pull request #3829 from def-/json-fix-empty Andreas Rumpf 2016-02-06 08:16:56 +01:00
  • 11f055c652 Fix json.%* for empty objects def 2016-02-06 03:29:09 +01:00
  • bf8e371d7e Revert raiseOSError change def 2016-02-06 01:29:12 +01:00
  • f8d98700ac nimrod -> nim Erik Johansson Andersson 2016-02-05 19:11:43 +01:00
  • 4610cb3ae9 Merge pull request #3813 from flyx/rst-svg Andreas Rumpf 2016-02-05 18:24:21 +01:00
  • cf9d8d6bba Merge pull request #3814 from scriptum/fix-3802 Andreas Rumpf 2016-02-05 03:30:48 +01:00
  • 19677a11b0 some progress on GC v2 Andreas Rumpf 2016-02-03 17:42:10 +01:00
  • d148fdab5c Prefer JS typed arrays for arrays. Yuriy Glukhov 2016-02-03 15:48:01 +02:00
  • 17dff030ae Use defer in iterator to avoid possible leaks. Fixes #3802 Pavel Roschin 2016-02-02 23:20:39 +03:00
  • facd4c6f19 RST: Output <object> for SVG images in HTML Felix Krause 2016-02-02 20:20:59 +01:00
  • ac1e7a2450 Merge pull request #3803 from pra85/patch-1 reactormonk 2016-02-01 04:16:06 +08:00
  • fe95125522 Fixes typo in doc/manual/threads.txt Prayag Verma 2016-02-01 01:00:54 +05:30
  • ec1abdef97 fixes #3789 Andreas Rumpf 2016-01-31 01:32:09 +01:00
  • 5a33e8795e fixes #3788 Andreas Rumpf 2016-01-31 00:47:55 +01:00
  • a2db3c24d1 fixes #3799 Andreas Rumpf 2016-01-30 23:09:55 +01:00
  • 3e33084da7 fixes a critical codegenbug Andreas Rumpf 2016-01-30 18:43:53 +01:00
  • 83e0e32f93 added test case for #3736 Andreas Rumpf 2016-01-30 17:17:28 +01:00
  • 1a9c8b44d3 fixes #3736 Andreas Rumpf 2016-01-30 17:03:23 +01:00
  • 2d8f879c2e devel version is odd Andreas Rumpf 2016-01-30 15:48:09 +01:00
  • eea2a63607 fixes #3794 Andreas Rumpf 2016-01-30 15:45:45 +01:00
  • fb149d2eef fixes #1895 Andreas Rumpf 2016-01-30 14:23:03 +01:00
  • f340f7634a Merge pull request #3787 from vegansk/fix_3539_3 Andreas Rumpf 2016-01-28 19:34:51 +01:00
  • 477e3b0e20 Fixed issue 3539, added test Anatoly Galiulin 2016-01-26 12:06:08 +06:00
  • 611c74f2d4 Merge pull request #3786 from vegansk/disable_mthread_crash Andreas Rumpf 2016-01-28 10:14:48 +01:00
  • 4f8244c717 Remove system.setupForeignThreadGc if threads option is off or TLS emulation is enabled Anatoly Galiulin 2016-01-28 12:29:53 +06:00
  • 4c2894ca26 Merge branch 'devel' of github.com:nim-lang/Nim into devel Dominik Picheta 2016-01-27 16:19:38 +00:00
  • b420d8b66e Added Nim in Action news. Dominik Picheta 2016-01-27 16:19:22 +00:00
  • a581437e29 documentation proper bracketing Andreas Rumpf 2016-01-27 15:52:08 +01:00
  • 7052b69476 Merge branch 'devel' of https://github.com/nim-lang/Nim into devel Andreas Rumpf 2016-01-27 15:51:24 +01:00
  • f32c8ee773 'nim i' is not available anymore Andreas Rumpf 2016-01-27 15:51:11 +01:00
  • 4a3a9d8ab8 export parseIpAddress proc Bruce Doan 2016-01-27 00:07:31 +07:00
  • 443ec02a92 make it gc-safe #2692 Bruce Doan 2016-01-26 23:06:15 +07:00
  • 1a2867146b make rendering of typeof operator clearer; refs #3710 Andreas Rumpf 2016-01-26 16:24:15 +01:00
  • c10d963e85 bindaddr raises ValueError exception instead of OSError def 2016-01-26 15:46:36 +01:00
  • ce69f1e037 Revert two deprecation changes def 2016-01-26 13:34:08 +01:00
  • cfe5447e95 Merge pull request #3777 from sheerun/echo Andreas Rumpf 2016-01-26 12:58:44 +01:00
  • 1fbeedaba2 Merge branch 'devel' of https://github.com/nim-lang/Nim into devel Andreas Rumpf 2016-01-26 12:46:38 +01:00
  • d338744d7a os.findExe on Windows can deal with quotes Andreas Rumpf 2016-01-26 12:43:07 +01:00
  • cd574d1976 Promote "echo" syntax without parenthesis Adam Stankiewicz 2016-01-26 09:40:44 +01:00
  • c50b5b62ef Fix a few deprecation warnings def 2015-07-11 14:39:19 +02:00
  • 4246f660ea Only use execvpe on linux, execvp elsewhere (fixes #3759) def 2016-01-24 19:18:16 +01:00
  • 4e0f8cf595 Use ByteAddress instead of deprecated TAddress def 2016-01-24 14:02:20 +01:00
  • 44ad71b7e0 Fix openssl md5 importcs def 2016-01-24 13:55:44 +01:00
  • 8a286d3e58 Fix row reading procs to not use SQLRowCount, but SQLFetch until returns SQL_NO_DATA change SqlCheck() and SqlGetDBMS() to sqlCheck() and sqlGetDBMS() (camelCase consistency) JamesP 2016-01-24 17:32:23 +10:00
  • b2d716b0b0 Merge pull request #3768 from FedericoCeratto/patch-6 Dominik Picheta 2016-01-23 12:02:18 +00:00
  • 22a65d12f0 Switch git clone URLs to HTTPS Federico Ceratto 2016-01-23 10:45:11 +00:00
  • e12e29a3e3 Merge pull request #3760 from yglukhov/js-unicode-2 Andreas Rumpf 2016-01-22 22:13:49 +01:00
  • fa12a2188d Merge pull request #3762 from yglukhov/isnil-fix Andreas Rumpf 2016-01-22 22:08:14 +01:00
  • 8dbe9ea3ab Fixed isNil codegen in JS Yuriy Glukhov 2016-01-22 19:54:53 +02:00
  • d3c9f03f69 Merge pull request #3761 from yglukhov/more-love-to-ints Andreas Rumpf 2016-01-22 18:29:23 +01:00
  • d2ecd84f67 JS: Corrected shift operators. Made casting between ints behave like C does. Yuriy Glukhov 2016-01-22 18:30:07 +02:00
  • c3d09aeeac Fixed unicode strings in JS Yuriy Glukhov 2016-01-22 11:12:34 +02:00
  • 732479b797 Merge pull request #3742 from boydgreenfield/boydgreenfield-nimprof-warning Andreas Rumpf 2016-01-22 00:00:14 +01:00
  • 9cad19f528 Small typo fixes in news. Dominik Picheta 2016-01-21 22:53:04 +00:00
  • 5e8762c21e Improve warning msg when -d:profiler not passed Nick Greenfield 2016-01-18 20:58:03 -08:00
  • 71e4e39295 Merge pull request #3756 from yglukhov/revert-3733-js-unicode Andreas Rumpf 2016-01-21 21:50:30 +01:00
  • 5f092520d1 Revert "Fixed unicode handling in JS. Fixes #3714." Yuriy Glukhov 2016-01-21 22:26:50 +02:00
  • 1dac302975 Merge pull request #3754 from yglukhov/js-unsigned Andreas Rumpf 2016-01-21 16:28:03 +01:00
  • c0d0e5efd9 Unsigned arith corrected for JS Yuriy Glukhov 2016-01-21 01:27:34 +02:00
  • b2854f21d6 Merge pull request #3753 from yglukhov/js-streams Andreas Rumpf 2016-01-21 15:30:48 +01:00
  • 263ee143f1 Merge pull request #3733 from yglukhov/js-unicode Andreas Rumpf 2016-01-21 15:30:21 +01:00
  • df211b24fd Dont convert string to cstring when writing to stream. Yuriy Glukhov 2016-01-20 23:52:14 +02:00
  • 863dd62bc4 Merge branch 'master' of https://github.com/Araq/Nim into patch-global-log-level Bruce Doan 2016-01-20 22:40:32 +07:00
  • 72b975d1ff Merge pull request #3743 from oderwat/AddGitter Andreas Rumpf 2016-01-20 11:51:04 +01:00
  • c527969059 fixes the bloody installer Andreas Rumpf 2016-01-19 17:42:00 +01:00
  • 74be2ebe0e I added the Gitter Chatroom for Nim which is really nice actually! Hans Raaf 2016-01-19 17:05:22 +01:00
  • b18d52dcee Merge branch 'devel' of https://github.com/nim-lang/Nim into devel Andreas Rumpf 2016-01-19 11:06:10 +01:00
  • 7d5e965dc8 minor install.txt update Andreas Rumpf 2016-01-19 11:05:52 +01:00
  • 0dee918de9 Merge pull request #3735 from oderwat/FixDeprecationWarnings Andreas Rumpf 2016-01-19 10:11:23 +01:00
  • b042925805 Merge pull request #3739 from fmamud/add-nim-meetup Andreas Rumpf 2016-01-19 09:43:29 +01:00
  • 38da317e5d Merge branch 'devel' of https://github.com/nim-lang/Nim into devel Andreas Rumpf 2016-01-19 09:42:19 +01:00
  • 2dfefc200b fixes some typos Andreas Rumpf 2016-01-19 09:42:10 +01:00
  • faea0f9a70 make Nim always show the current year Andreas Rumpf 2016-01-19 09:42:00 +01:00
  • 7b2b616721 Add Nim Meetup Felipe Mamud 2016-01-19 00:43:08 -02:00
  • 91adc84cf3 minor website and documentation updates Araq 2016-01-18 22:31:22 +01:00
  • a121c3f9eb updated installer.ini v0.13.0 Araq 2016-01-18 20:16:21 +01:00
  • aa7a1e3e90 fixes long standing typo in tut2 Araq 2016-01-18 20:12:16 +01:00
  • 3e8ac551c7 website updates Araq 2016-01-18 19:01:30 +01:00
  • 0634486689 Fixed deprecation warnings while Nim compiles. Hans Raaf 2016-01-18 18:12:07 +01:00
  • e80d08583c Merge branch 'devel' of https://github.com/nim-lang/Nim into devel Araq 2016-01-18 16:51:54 +01:00
  • 13c98222df Added news item about OSCON talk. Dominik Picheta 2016-01-18 15:44:41 +00:00
  • d79a5f5276 Added missing modules to lib.txt and warnings to some module's docs. Dominik Picheta 2016-01-18 15:33:39 +00:00
  • e9537f48f3 updated news for upcoming release Araq 2016-01-18 16:24:20 +01:00
  • 293e51bd91 Merge branch 'devel' of https://github.com/nim-lang/Nim into devel Araq 2016-01-18 16:11:49 +01:00
  • 0ed29abca7 updated version to 0.13.0 Araq 2016-01-18 16:11:28 +01:00
  • 1e11561572 fixes #3677 Araq 2016-01-18 16:11:15 +01:00
  • f59690e933 fixes support tab of website Araq 2016-01-18 16:09:08 +01:00
  • 0e09612cb9 Updated news.txt with release announcement. Dominik Picheta 2016-01-18 15:02:23 +00:00
  • 7691506a08 Added list of bugfixes to news.txt. Dominik Picheta 2016-01-18 14:34:25 +00:00