Commit Graph

  • 4f9b498103 Stdlib: nre: Convenience proc `contains` added. Konstantin Molchanov 2016-05-14 09:23:09 +04:00
  • 4febf2784a Update NRE documentation Flaviu Tamas 2016-05-13 16:43:43 -04:00
  • 755225d0e0 Generate nre docs with website Flaviu Tamas 2016-05-13 16:07:53 -04:00
  • 7341465439 Merge pull request #4155 from Lompik/devel Dominik Picheta 2016-05-13 19:37:56 +01:00
  • fbd6291f2f Fix missing ] Stephane Fontaine 2016-05-13 22:14:22 +04:00
  • 5a49c51b4c Added limitations note to sizeof. Closes #4153. Yuriy Glukhov 2016-05-13 20:09:14 +03:00
  • 6e135468f8 Json serialization for openarrays and objects Yuriy Glukhov 2016-04-11 20:38:44 +03:00
  • 299989f3aa Restore sanity check for bytesReceived in asyncdispatch. Dominik Picheta 2016-05-13 13:41:46 +01:00
  • 373c47ba70 Merge pull request #4150 from cheatfate/winasync Dominik Picheta 2016-05-13 13:34:50 +01:00
  • 746132d696 PHP codegen improvements Andreas Rumpf 2016-05-12 03:02:39 +02:00
  • 6fa6fdeb34 Resolve bugs based on unreliable bytesReceived value. cheatfate 2016-05-12 21:11:42 +03:00
  • 6e6c15081d Merge pull request #4142 from endragor/gc-allow-skip-stack Andreas Rumpf 2016-05-12 15:00:08 +02:00
  • 4b13484025 Merge pull request #4025 from flyx/highlight-yaml Andreas Rumpf 2016-05-12 14:59:00 +02:00
  • 81ebb96922 Merge pull request #4149 from oderwat/HARA-PHP_ArrayConstr_Hack Andreas Rumpf 2016-05-12 01:43:04 +02:00
  • c02963bcea Pegs: fixes edge case Andreas Rumpf 2016-05-12 01:36:23 +02:00
  • 8e2528ebbc fixes #4148 Andreas Rumpf 2016-05-12 01:05:41 +02:00
  • 909a161ad2 fixes #4146 Andreas Rumpf 2016-05-12 00:57:43 +02:00
  • 5bdde429e7 fixes #4147 Andreas Rumpf 2016-05-12 00:43:57 +02:00
  • a9c251b8e0 fixes #3763 Andreas Rumpf 2016-05-12 00:33:08 +02:00
  • eae30d1961 fixes #950 Andreas Rumpf 2016-05-12 00:19:38 +02:00
  • 34110fc118 Merge pull request #4136 from oderwat/HARA-peg-replace-cb Andreas Rumpf 2016-05-11 23:31:22 +02:00
  • d3bae50c3c PHP codegen array constructor hack. Hans Raaf 2016-05-11 22:51:27 +02:00
  • 4f9083268f fixes #4145 Andreas Rumpf 2016-05-11 21:56:56 +02:00
  • 1ae95310ad fixes #3992 Andreas Rumpf 2016-05-11 21:34:54 +02:00
  • ac1a753aff fixes #3956 Andreas Rumpf 2016-05-11 21:20:53 +02:00
  • 8dec1dcd1f make tests green Andreas Rumpf 2016-05-11 21:17:13 +02:00
  • 685b8963da fixes #4110 Andreas Rumpf 2016-05-11 21:16:26 +02:00
  • 11d0f3f7ec fixes #4034 Andreas Rumpf 2016-05-11 20:50:03 +02:00
  • 38040e7691 fixes #4040 Andreas Rumpf 2016-05-11 20:00:28 +02:00
  • 299351a909 fixes #4070 Andreas Rumpf 2016-05-11 18:16:25 +02:00
  • 95ffeb6079 fixes #177 Andreas Rumpf 2016-05-11 17:39:37 +02:00
  • d0c91131c1 makes tests green again Andreas Rumpf 2016-05-11 17:11:55 +02:00
  • 0dc35b7841 Replaced ignoreStackAndRegisters with stackSize in GC_step Ruslan Mustakov 2016-05-11 20:00:22 +06:00
  • 61700861d3 fixes #4144 Andreas Rumpf 2016-05-11 15:59:51 +02:00
  • b654aa399a better debugging support for native debuggers; changed name mangling; fixes #3471 Araq 2016-05-10 22:02:56 +02:00
  • 97129ebd8a added another version of eqIdent Araq 2016-05-10 21:58:50 +02:00
  • e101773d8b added scanp macro as an alternative to pegs Araq 2016-05-10 21:57:55 +02:00
  • 33aeadab73 minor whitespace change Araq 2016-05-10 21:54:33 +02:00
  • 875132bf46 fixes a varargs[untyped] bug that kept strscans from compiling Araq 2016-05-10 21:53:53 +02:00
  • b357e80833 added strscans stdlib module Araq 2016-05-04 01:34:08 +02:00
  • 724cd631d8 allow tabs in multi-line comments Araq 2016-05-04 01:32:03 +02:00
  • 2024e1335f generate typedefs for bitsets for better debugging support Araq 2016-05-01 16:25:31 +02:00
  • c912ae6cb3 enums are mapped to a typedef for better debugging support Araq 2016-05-01 10:24:07 +02:00
  • c55ff72ea7 split too long lines Araq 2016-05-01 09:28:11 +02:00
  • 0dc92960d2 include statement is not restricted to top level statements anymore Araq 2016-05-01 09:26:52 +02:00
  • f288eb7543 Added ignoreStackAndRegisters parameter to GC_step Ruslan Mustakov 2016-05-10 21:51:42 +06:00
  • 9fb97e310f Merge branch 'devel' of github.com:nim-lang/Nim into devel Dominik Picheta 2016-05-10 12:50:48 +01:00
  • 2e5b19e479 Added some useful JS procs to DOM module. Dominik Picheta 2016-05-10 12:50:18 +01:00
  • d2cfd71627 Merge pull request #4131 from niv/pr-logging-syslogish Andreas Rumpf 2016-05-09 16:32:34 +02:00
  • fcfe27a1f8 Added a replace() proc using a callback to pegs. Hans Raaf 2016-05-07 17:29:37 +02:00
  • 36be28aa47 Add another JSON example Federico Ceratto 2016-05-05 22:02:48 +01:00
  • 0356f53b56 getTypeInst and getTypeImpl mostly working now and added test James Osborn 2016-05-04 00:21:22 -05:00
  • c89397f821 changed getTypeInst handling for distinct types James Osborn 2016-04-25 00:36:08 -05:00
  • d462cca21f added getTypeInst which includes generic parameters James Osborn 2016-04-16 12:16:58 -05:00
  • 42bd3fd953 Update parsecfg.nim lihf8515 2016-05-02 17:00:58 +08:00
  • a1de24e2f6 Update tparscfg.nim lihf8515 2016-05-02 16:59:38 +08:00
  • 5da7f28990 pure/logging: add notice level, suggest usecases niv 2016-05-01 12:51:36 +02:00
  • c876b304ba make test green again (code was wrong, but not detected by compiler) Andreas Rumpf 2016-04-30 02:00:50 +02:00
  • f348671ba7 fixes #3544 Andreas Rumpf 2016-04-30 01:12:36 +02:00
  • e04f319540 fixes #4084 Andreas Rumpf 2016-04-29 22:30:00 +02:00
  • c870e831c8 fixes #4124 Andreas Rumpf 2016-04-29 20:56:30 +02:00
  • b48e178969 JS target improvements Andreas Rumpf 2016-04-29 17:56:06 +02:00
  • 55aa4c2689 fixes a critical PHP codegen bug Andreas Rumpf 2016-04-29 09:09:38 +02:00
  • d2b191dc73 Merge pull request #4122 from yglukhov/binheap Dominik Picheta 2016-04-28 16:45:32 +01:00
  • 1a8f784834 Added heapqueue collection. Fixed timers in asyncdispatch. Yuriy Glukhov 2016-04-27 23:14:01 +03:00
  • ae4142b2da Merge pull request #4002 from arnetheduck/malloc-store-size Andreas Rumpf 2016-04-26 16:54:27 +02:00
  • f9d9cdd1ee Merge pull request #4099 from cheatfate/asyncdispatch2 Andreas Rumpf 2016-04-26 16:53:40 +02:00
  • ba1a52614b Merge remote-tracking branch 'origin/devel' into malloc-store-size Jacek Sieka 2016-04-26 21:25:57 +08:00
  • e31ec746b9 Merge pull request #4115 from yglukhov/fix-staktrace-error Andreas Rumpf 2016-04-26 15:18:55 +02:00
  • 7972448e60 Fixed stacktrace error Yuriy Glukhov 2016-04-26 14:36:03 +03:00
  • f4b2281870 Merge pull request #4109 from def-/smtp-compile Dominik Picheta 2016-04-24 15:23:29 +01:00
  • d4cf5d13f0 Make SMTP example compile def 2016-04-24 14:56:24 +02:00
  • ef9a9b119d Merge branch 'devel' of github.com:nim-lang/Nim into devel Andreas Rumpf 2016-04-19 12:11:18 +02:00
  • 4d56b7da5a fixes #4089 Andreas Rumpf 2016-04-19 12:10:48 +02:00
  • 8dfdea8919 fixes #4097 Andreas Rumpf 2016-04-19 11:56:35 +02:00
  • 2a2a3d6c39 CompletionKey parameter for functions CreateIoCompletionPort, GetQueuedCompletionStatus must be 64bit size on amd64 and 32bit size on x86. cheatfate 2016-04-19 03:04:44 +03:00
  • 79f64d2469 simple stuff works with --gc:stack Andreas Rumpf 2016-04-18 11:40:06 +02:00
  • d7e8b89eb8 Merge pull request #4094 from mjendrusch/cppTemplates Andreas Rumpf 2016-04-18 10:53:49 +02:00
  • 01ca3ba26d Added test case mjendrusch 2016-04-17 17:11:02 +02:00
  • 174205bcae Fixes #4093 mjendrusch 2016-04-17 17:10:24 +02:00
  • ef99a2cf15 small bugfix for the AST renderer Andreas Rumpf 2016-04-17 11:56:04 +02:00
  • 7f7fc35a0e Merge pull request #4043 from arnetheduck/chck-type Andreas Rumpf 2016-04-13 13:36:19 +02:00
  • 7c3f5afd5b Merge pull request #4081 from yglukhov/ordered-tables-del Andreas Rumpf 2016-04-13 13:32:52 +02:00
  • 25ee8f6883 Merge pull request #4082 from cheatfate/asyncfile Andreas Rumpf 2016-04-13 12:54:22 +02:00
  • 807784db82 Add `readFile` implementation for nimvm Anatoly Galiulin 2016-04-13 16:44:17 +06:00
  • b48d98b846 Added del for OrderedTable and OrderedTableRef Yuriy Glukhov 2016-04-13 11:50:17 +03:00
  • be5639582e Correct proper usage of getOverlappedResult() cheatfate 2016-04-13 13:19:50 +03:00
  • 57d7628007 Merge pull request #4080 from cheatfate/getOverlappedResult Andreas Rumpf 2016-04-13 11:59:22 +02:00
  • 5d96faf78c Correct getOverlappedResult() definition cheatfate 2016-04-13 11:02:46 +03:00
  • 737f52faa2 Merge pull request #4072 from FedericoCeratto/patch-7 Andreas Rumpf 2016-04-11 20:59:05 +02:00
  • 497925ab6d Disable pegs Federico Ceratto 2016-04-11 18:00:53 +01:00
  • 07b6a32d7a Merge pull request #4074 from yglukhov/base64 Andreas Rumpf 2016-04-11 16:14:37 +02:00
  • 8cd4ec978c Fixed base64 encode Yuriy Glukhov 2016-04-11 16:47:18 +03:00
  • 6d256ba76e Update posix.nim Federico Ceratto 2016-04-11 12:07:45 +01:00
  • 8b1faad5a7 Add signal handler Federico Ceratto 2016-04-10 17:14:38 +01:00
  • d6cf109952 Merge pull request #4051 from yglukhov/json-getOrDefault Andreas Rumpf 2016-04-09 13:07:36 +02:00
  • 1d5c28fc14 Merge pull request #4050 from yglukhov/tr-varargs Andreas Rumpf 2016-04-09 13:06:38 +02:00
  • 3922a0871d else: break Yuriy Glukhov 2016-04-09 01:33:16 +03:00
  • 7d3f47cef9 Merge pull request #4058 from yglukhov/js-closures-test Andreas Rumpf 2016-04-09 00:31:45 +02:00
  • 2bf6f57930 Added js closures test. Fixes #3132. Yuriy Glukhov 2016-04-07 22:57:35 +03:00