Commit Graph

  • 3e000f4e36 Merge pull request #2437 from Araq/underscore-tuple-unpack Andreas Rumpf 2015-04-24 12:32:57 +02:00
  • 5fd338cd36 Merge pull request #2593 from fabioz/patch-1 Andreas Rumpf 2015-04-24 12:31:57 +02:00
  • 9c19ce0698 Add a handshake parameter to wrapSocket() to allow it to work on an already-connected socket. Wim Lewis 2015-04-10 15:51:39 -07:00
  • 0c947f31ba system.locals is now a plugin for education Araq 2015-04-24 02:08:06 +02:00
  • fe84d9fefe New Editor (LiClipse) Fabio Zadrozny 2015-04-23 21:04:42 -03:00
  • c8bebe92e2 fixes #2569 Araq 2015-04-23 23:49:10 +02:00
  • 62e1b3e2e3 Some small cleanup. Dominik Picheta 2015-04-23 21:57:33 +01:00
  • 03cbf689a1 Merge branch 'clean-speedup-2' of https://github.com/def-/Nim into def--clean-speedup-2 Dominik Picheta 2015-04-23 15:26:39 +01:00
  • a7a2fa63aa fixes #2589 Araq 2015-04-23 02:08:30 +02:00
  • f0f0062a5d Add sfGenSym for (_). Dominik Picheta 2015-04-23 00:29:16 +01:00
  • 9e69e4e078 Merge branch 'devel' into underscore-tuple-unpack Dominik Picheta 2015-04-23 00:26:17 +01:00
  • 3b00d9cc7a removed a bit of cruft from koch Araq 2015-04-22 20:42:36 +02:00
  • 8dadeebd08 fix #2585 properly Araq 2015-04-22 20:33:06 +02:00
  • bcd8053b23 fixes #2585 Araq 2015-04-22 20:25:11 +02:00
  • 7d42eb2de2 barebones in nimsuggest for EPC Simon Hafner 2015-04-22 21:53:04 +05:00
  • 13c5f792dc fixes #2447 Araq 2015-04-22 16:11:51 +02:00
  • daad8100a9 fixed nil.add for JS Araq 2015-04-22 15:21:20 +02:00
  • d631958124 news.txt updates; fixes bootstrapping Araq 2015-04-22 13:57:20 +02:00
  • 8ab3074c80 todo.txt updates Araq 2015-04-22 12:03:58 +02:00
  • 4be0d16520 added '..^' and '..<' operators; 'nil' is allowed for 'len'; added plugin system to the compiler Araq 2015-04-22 11:49:41 +02:00
  • 54515241e3 fixes #2581 Araq 2015-04-22 11:32:43 +02:00
  • aacaa8f171 cleaned up some magics to make room for new magics; added '..<' and '..^' templates Araq 2015-04-21 11:55:55 +02:00
  • c69d74818e fixes #2550 Araq 2015-04-21 11:55:06 +02:00
  • 2f973c783c Merge pull request #2565 from nanoant/parser-consistency Andreas Rumpf 2015-04-22 11:59:52 +02:00
  • f0f72613d8 epc skeleton Simon Hafner 2015-04-22 06:32:02 +05:00
  • b01b7675ab parseEnum ftw Simon Hafner 2015-04-22 06:15:52 +05:00
  • 766b7ea61d enabled sexp tests Simon Hafner 2015-04-22 06:11:30 +05:00
  • 518db9eb7e rewrite suggest.nim for suggestionResultHook Simon Hafner 2015-04-22 06:10:47 +05:00
  • 4370163fdd Merge pull request #2583 from BlaXpirit/test-stdlib Andreas Rumpf 2015-04-21 15:36:37 +02:00
  • 22db40e5e4 Turn some test outputs into actual tests Oleh Prypin 2015-04-21 15:45:30 +03:00
  • 3f546e4a54 Merge pull request #2580 from def-/test-fixes-4 Andreas Rumpf 2015-04-21 13:54:41 +02:00
  • c433ae1aaa Fix romans module Oleh Prypin 2015-04-21 14:40:18 +03:00
  • a8c3c2ef0d Fix a test in xmltree Oleh Prypin 2015-04-21 14:39:34 +03:00
  • 32109a7867 Don't run non-test code when defined(testing) Oleh Prypin 2015-04-21 14:37:29 +03:00
  • dc1b15647c Parser: Test for exact missing ':' location column Adam Strzelecki 2015-04-19 17:44:04 +02:00
  • 07b13251d1 Parser: Fix location (line, col) for diagnostics Adam Strzelecki 2015-04-16 00:36:42 +02:00
  • 69ed78b30f msg: Output column numbers starting from 1 Adam Strzelecki 2015-04-20 22:02:25 +02:00
  • fc76c93a19 Fix expected tester messages def 2015-04-21 11:17:24 +02:00
  • d203d6fad4 Merge pull request #2411 from reactormonk/merge-counttables Andreas Rumpf 2015-04-21 09:04:46 +02:00
  • 72e513991f Merge pull request #2572 from maxgrenderjones/fix-2431-against-devel Andreas Rumpf 2015-04-21 09:02:39 +02:00
  • 1b80e2f296 Merge pull request #2506 from BlaXpirit/update-pcre Andreas Rumpf 2015-04-21 08:58:28 +02:00
  • f7f5a690a9 Merge pull request #2449 from def-/slice-items Andreas Rumpf 2015-04-21 08:56:59 +02:00
  • 3e2c086b1f Merge pull request #2575 from nanoant/test-for-error-location-column Andreas Rumpf 2015-04-21 08:51:16 +02:00
  • 248dc42aa5 fixes #2520 Araq 2015-04-21 08:17:40 +02:00
  • f7f9265399 attempt to fix JS codegen regression Araq 2015-04-20 22:53:46 +02:00
  • e55f5d1fd4 fixes #2505, fixes #1853, fixes #2522 Araq 2015-04-20 21:25:49 +02:00
  • daefc2567b fixes serious codegen regression; C++ target works again Araq 2015-04-20 21:24:49 +02:00
  • 0da4d6b755 Parser: Make exprList() not comsume endToken Adam Strzelecki 2015-04-14 21:24:35 +02:00
  • 8a6df889d0 Parser: Use colcom(...) when possible Adam Strzelecki 2015-04-14 18:30:29 +02:00
  • 505836385c Tests: Optional error location column spec Adam Strzelecki 2015-04-19 17:46:03 +02:00
  • 43eae0c113 macros: added bool literal support Araq 2015-04-20 20:40:10 +02:00
  • 2b4e233510 Merge branch 'devel' of https://github.com/Araq/Nim into devel Araq 2015-04-20 11:44:54 +02:00
  • 7be092bba5 VM: minor fixes to make lexim work Araq 2015-04-20 11:36:13 +02:00
  • dc3a0bc009 added macros.newTree proc (why didn't we do this earlier?) Araq 2015-04-20 11:34:18 +02:00
  • 9abfc60db4 parse 'of' branches for macros properly Araq 2015-04-19 14:25:16 +02:00
  • 89cbf092b2 fixes a serious codegen bug that caused to emit wrong barriers in rare cases Araq 2015-04-19 13:36:22 +02:00
  • 5cea6807e1 fixes #2476 Araq 2015-04-19 02:43:19 +02:00
  • 751232dc7c implements .goto support for variables Araq 2015-04-19 02:42:40 +02:00
  • f72bb57fff Convert to float before sum Josep Sanjuas 2015-04-18 13:40:20 +02:00
  • 44246b6709 Document toFloat is necessary Josep Sanjuas 2015-04-18 13:38:15 +02:00
  • e76f54e059 Generalize variance to other types Josep Sanjuas 2015-04-18 13:28:48 +02:00
  • a11a2f0fdb Check for async errors in Kay Zheng 2015-04-18 10:27:35 +08:00
  • 7daad41784 Allow {} to return nested results in json & standardise on 'key' not 'name' Max Grender-Jones 2015-04-18 01:08:06 +01:00
  • 5146624f0d disabled JS test Araq 2015-04-18 01:18:23 +02:00
  • 6c66ff2907 Merge pull request #2571 from Araq/revert-2570-patch-3 Andreas Rumpf 2015-04-17 22:09:19 +02:00
  • 3caa7ff08c Revert "Corrected code example in pegs" Andreas Rumpf 2015-04-17 22:09:02 +02:00
  • 3501bfc8ff Merge pull request #2570 from apense/patch-3 Andreas Rumpf 2015-04-17 22:08:49 +02:00
  • caef835fe4 fixes #2568 Araq 2015-04-17 21:21:02 +02:00
  • cee08adebb Corrected code example in pegs apense 2015-04-17 13:14:36 -04:00
  • 3125058b6a Only run the test for the fixed version of poll(...) Kay Zheng 2015-04-17 22:40:53 +08:00
  • 371d273924 Add a test case for the EvError handling issue Kay Zheng 2015-04-17 22:24:06 +08:00
  • b4e938ca21 Merge pull request #2503 from ReneSac/arrowLike Andreas Rumpf 2015-04-15 19:24:44 +02:00
  • 86b37f7fc7 Merge pull request #2555 from def-/fix-2552 Andreas Rumpf 2015-04-15 17:41:01 +02:00
  • e14e5be998 Merge pull request #2549 from fowlmouth/patch-2 Andreas Rumpf 2015-04-15 17:33:26 +02:00
  • 97cb0eb694 Merge pull request #2560 from BlaXpirit/re-nre-hint Andreas Rumpf 2015-04-15 17:32:21 +02:00
  • 8e73978c68 Merge pull request #2546 from BlaXpirit/rst-link-underscore Andreas Rumpf 2015-04-15 17:31:18 +02:00
  • 09b7619d9c Merge pull request #2558 from BlaXpirit/deprecate-const-regexes Andreas Rumpf 2015-04-15 17:30:19 +02:00
  • aa327efa98 Add a hint about NRE to 're' module Oleh Prypin 2015-04-14 23:26:53 +03:00
  • ff25c1272f Deprecate constant regular expression strings Oleh Prypin 2015-04-14 22:30:21 +03:00
  • 2025a0f482 Make peekExitCode on Posix use WIFEXITED to determine exit def 2015-04-14 12:58:17 +02:00
  • 49b953f318 sexp also accepts cons Simon Hafner 2015-04-14 02:47:51 -05:00
  • 8fa8f13741 renamed sexp Simon Hafner 2015-04-14 02:00:23 -05:00
  • 15c347af69 sexp parsing & generation Simon Hafner 2015-04-14 01:58:34 -05:00
  • e281d41370 Merge pull request #2553 from winksaville/fix-importc-atomic_compare_exchange reactormonk 2015-04-14 09:50:54 +05:00
  • b0b3a2500a The importc for atomicCompareExchange is incorrectly defined. Wink Saville 2015-04-13 20:35:37 -07:00
  • c55f884b5c integrated realtimegc stuff into testament Simon Hafner 2015-04-13 22:36:35 -05:00
  • 6fb372d96b The getSubsystem<T> example in the manual currently fails with a codegen error Zahary Karadjov 2015-04-14 00:03:31 +03:00
  • 1ebf1aaa80 importing of C++ nested generics like std::vector<T>::iterator, using the apostrophe operator Zahary Karadjov 2015-04-13 23:49:41 +03:00
  • 9700298d07 concept types are represented with getType() fowlmouth 2015-04-13 14:57:23 -05:00
  • 81d2be4aa6 Make RST recognize hyperlinks with two underscores Oleh Prypin 2015-04-13 19:51:20 +03:00
  • e6dbb350a9 Update documentation Oleh Prypin 2015-04-12 22:22:56 +03:00
  • 6c78f1a43d Merge pull request #2531 from endragor/lexing-doc-typo Varriount 2015-04-12 23:56:03 -04:00
  • 9a629d72e8 Added peeking procedures to streams apense 2015-04-12 20:38:35 -04:00
  • c31870d311 Change flags to inline Oleh Prypin 2015-04-12 22:21:44 +03:00
  • d0ff06b8c1 Generalize mean to other types Josep Sanjuas 2015-04-12 19:40:30 +02:00
  • 90d17c4e03 Improve performance Flaviu Tamas 2015-04-12 10:33:21 -04:00
  • 8b8224ecaf Add tests for empty or non-empty match Oleh Prypin 2015-04-12 17:31:43 +03:00
  • 02c6e7306f Fix skipping an empty match at the end Oleh Prypin 2015-04-12 15:18:16 +03:00
  • 0f8a6cbbe4 Fixed typo in lexing.txt: UINT8_LIT -> UINT_LIT Ruslan Mustakov 2015-04-12 13:12:40 +06:00
  • a7df3ffbe0 Ignore EvError in asyncdispatch.poll(...) for non-windows systems, so that exceptions can be raised from send(...) and recv(...) Kay Zheng 2015-04-12 12:59:56 +08:00