Commit Graph

  • a114b32519 Merge branch 'devel' of https://github.com/nim-lang/Nim into devel Araq 2016-01-18 14:54:50 +01:00
  • 7ee1847137 fixes #3584 Araq 2016-01-18 14:54:35 +01:00
  • 6ca9e5cbcc Improved documentation for all db modules. Dominik Picheta 2016-01-18 13:34:26 +00:00
  • b0aaeaa436 Merge pull request #3703 from singularperturbation/feature/counttableref_getordefault Andreas Rumpf 2016-01-18 14:30:14 +01:00
  • faf5fb8467 Merge branch 'devel' of github.com:nim-lang/Nim into devel Dominik Picheta 2016-01-18 13:20:13 +00:00
  • a34206fe84 More postgres test code. Added getValue for PreparedStmts. Dominik Picheta 2016-01-18 13:19:07 +00:00
  • 7211462a04 Merge branch 'devel' of https://github.com/nim-lang/Nim into devel Araq 2016-01-18 13:49:06 +01:00
  • 38da21fc62 fixes #3730 Araq 2016-01-18 13:48:58 +01:00
  • 255fee81be Documented PCRE version bump in 0.12.0 in news.txt. Dominik Picheta 2016-01-18 12:39:49 +00:00
  • 8fab2f81e3 Fixed unicode handling in JS. Fixes #3714. Yuriy Glukhov 2016-01-18 13:16:31 +02:00
  • 55c1f3d30c Merge branch 'devel' of https://github.com/nim-lang/Nim into devel Araq 2016-01-18 10:55:23 +01:00
  • 2309975f78 fixes yet another LL regression (Aporia compiles again) Andreas Rumpf 2016-01-18 03:00:14 +01:00
  • bd933e6009 documentation updates Andreas Rumpf 2016-01-18 00:02:22 +01:00
  • bfb629b087 yay, better commercial support Andreas Rumpf 2016-01-18 00:02:09 +01:00
  • 317e0b7aa3 Merge branch 'devel' of https://github.com/nim-lang/Nim into devel Andreas Rumpf 2016-01-17 23:46:31 +01:00
  • 3114523a6f fixes multi-line comments Andreas Rumpf 2016-01-17 23:46:23 +01:00
  • 4a3e63e32f Merge pull request #3728 from xyz32/devel Dominik Picheta 2016-01-17 22:20:32 +00:00
  • a9f6e2a843 fixes #3689 Andreas Rumpf 2016-01-17 23:00:04 +01:00
  • 07d5adf9ee fixes #3720 Andreas Rumpf 2016-01-17 22:55:14 +01:00
  • f92f00b022 fixes #3665 Andreas Rumpf 2016-01-17 22:18:06 +01:00
  • 9fad7c4c2b Merge pull request #3519 from jlp765/stats1 Andreas Rumpf 2016-01-17 21:56:11 +01:00
  • 71cf1f650e fixes multiline comments Andreas Rumpf 2016-01-17 21:42:13 +01:00
  • 2c2ab6884c fixes strutils.unescape; refs #3634 Andreas Rumpf 2016-01-17 21:29:25 +01:00
  • b79a8d6025 nkEmpty is cleaner than nkCommentStmt Andreas Rumpf 2016-01-17 21:28:36 +01:00
  • 2befe48e4d Moved ioctl to posix.nim xyz 2016-01-17 15:12:48 -05:00
  • b4d6346bae fixes #3720 Andreas Rumpf 2016-01-17 20:40:38 +01:00
  • f02701c0b0 removed wrong documentation Andreas Rumpf 2016-01-17 20:34:10 +01:00
  • 484e285cfd Merge branch 'multi-line-comments' into devel Andreas Rumpf 2016-01-17 20:31:08 +01:00
  • dda01cb726 Merge branch 'devel' of https://github.com/nim-lang/Nim into devel Andreas Rumpf 2016-01-17 20:30:08 +01:00
  • a4aeb6fbec implements final version of multiline comments Andreas Rumpf 2016-01-17 20:29:50 +01:00
  • aad55ae772 Add support for ioctl. xyz 2016-01-17 13:56:41 -05:00
  • cc2decbbbc Merge pull request #3727 from yglukhov/js-bool-lit Andreas Rumpf 2016-01-17 17:06:03 +01:00
  • ab79c36169 Use real JS bool literals instead of 1 and 0. Fixes #3722. Yuriy Glukhov 2016-01-17 10:44:04 +02:00
  • 2e71bd50b2 implements multi-line-comments; pounds are stripped from the doc comments Andreas Rumpf 2016-01-16 21:40:54 +01:00
  • e93006d148 Merge pull request #3724 from zielmicha/uint-repr Dominik Picheta 2016-01-16 16:26:52 +00:00
  • 26f2bb0eab add support for uint32 and uint64 in repr Michał Zieliński 2016-01-16 17:06:03 +01:00
  • eb1bedc3c2 Removed redis module from standard library. Dominik Picheta 2016-01-16 14:58:12 +00:00
  • d0d1b396ed Added test for #600. Dominik Picheta 2016-01-16 14:29:48 +00:00
  • a395182dd7 Added test for code in @def-'s comment in #1502. Dominik Picheta 2016-01-16 14:14:29 +00:00
  • 23cebff5fc Added test for #1512. Dominik Picheta 2016-01-16 14:09:28 +00:00
  • abc72eb919 Added test for #1642. Dominik Picheta 2016-01-16 14:02:25 +00:00
  • 19ea2672c5 Added test for #1846. Dominik Picheta 2016-01-16 13:58:40 +00:00
  • ac71ece673 Added test for #1911. Dominik Picheta 2016-01-16 13:56:44 +00:00
  • bc65a7c76b Added test for #1923. Dominik Picheta 2016-01-16 13:54:28 +00:00
  • 40ae1ad363 Added test for #2138. Dominik Picheta 2016-01-16 13:49:37 +00:00
  • b6e8a1437b Added test for #3304 Dominik Picheta 2016-01-16 13:32:26 +00:00
  • 2910096cce updated the documentation for the 'do' notation Andreas Rumpf 2016-01-16 13:43:22 +01:00
  • 00651d4afc Merge branch 'crazy_concurrency' into no-echo-gotcha Andreas Rumpf 2016-01-16 13:14:47 +01:00
  • 480f36983a todo update Andreas Rumpf 2016-01-16 13:09:28 +01:00
  • 82a00c364f Merge branch 'devel' into no-echo-gotcha Andreas Rumpf 2016-01-15 23:21:50 +01:00
  • 34a783a61c fixes #3723 Andreas Rumpf 2016-01-15 14:56:01 +01:00
  • 0d4e52c648 makes tests green Andreas Rumpf 2016-01-15 14:44:54 +01:00
  • 46f1f41cc9 finally removes 'echo ' gotcha Andreas Rumpf 2016-01-15 11:34:52 +01:00
  • 9429e0f064 documented upcoming changes Andreas Rumpf 2016-01-15 11:28:05 +01:00
  • 02a0782389 fixes yet another codegen problem with constant closures Andreas Rumpf 2016-01-15 01:50:52 +01:00
  • 35b65e6f4e Merge branch 'devel' into new-ll Andreas Rumpf 2016-01-14 15:05:48 +01:00
  • 2e62090ec3 Merge pull request #3500 from nanoant/patch/fix-3498-generic-args-in-tmpl Andreas Rumpf 2016-01-14 15:03:53 +01:00
  • 1124c61c49 Merge branch 'devel' into new-ll Andreas Rumpf 2016-01-14 15:01:55 +01:00
  • 3838cd0066 fixes iterator codegen regression Andreas Rumpf 2016-01-14 10:52:18 +01:00
  • 522f8f1cc6 Merge pull request #3707 from flyx/devel Andreas Rumpf 2016-01-13 18:30:15 +01:00
  • 15c63b8011 fixes a long standing codegen bug concerning closures Andreas Rumpf 2016-01-13 16:06:31 +01:00
  • 9097033b4e fixes yet another regression Andreas Rumpf 2016-01-13 13:47:13 +01:00
  • 6fbde1f4fb fixes another regression Andreas Rumpf 2016-01-13 11:36:34 +01:00
  • d0709cc758 fixes more regressions Andreas Rumpf 2016-01-13 03:03:59 +01:00
  • 708b9f90b7 Made docgen emit valid XML by default Felix Krause 2016-01-11 22:52:59 +01:00
  • 5be6c95d21 fixes async regression Andreas Rumpf 2016-01-11 11:11:44 +01:00
  • aa0d65ed70 Fix CountTableRef#getOrDefault Sloane Simmons 2016-01-09 21:13:34 -06:00
  • fffdae32c7 Fixed TimeInterval bug. Dominik Picheta 2016-01-08 11:54:34 +00:00
  • 09b159b816 Fixed ttime test. Improved docs in times module. Dominik Picheta 2016-01-08 11:46:11 +00:00
  • 596d400825 Merge branch 'times_intervals' of https://github.com/jlp765/Nim into jlp765-times_intervals Dominik Picheta 2016-01-08 11:12:16 +00:00
  • 0844941b35 fixes regressions Andreas Rumpf 2016-01-08 12:08:42 +01:00
  • cd707084d1 fixes calling convention for the callbacks Andreas Rumpf 2016-01-08 12:08:32 +01:00
  • 2a08a3db56 Apparently rst comments work differently. Fix http://forum.nim-lang.org/t/1932. Dominik Picheta 2016-01-07 23:27:22 +00:00
  • 3f4857ef4b Merge pull request #3692 from yglukhov/lexbase-js Andreas Rumpf 2016-01-06 20:39:23 +01:00
  • 589132065e Lexbase compatible with JS Yuriy Glukhov 2016-01-06 13:43:56 +02:00
  • 98cc99cbcf fixes all known regressions Andreas Rumpf 2016-01-06 11:26:52 +01:00
  • dfe01bbe69 fixes #603 Andreas Rumpf 2016-01-06 02:29:27 +01:00
  • 9aa60add87 Fixes docgen for lib/pure/db_common.nim. Dominik Picheta 2016-01-05 15:56:13 +00:00
  • 4d10937a30 fixes regressions Andreas Rumpf 2016-01-05 15:39:49 +01:00
  • bb8b1c3b57 fixes #2604, fixes #1527 Andreas Rumpf 2016-01-05 14:59:43 +01:00
  • 1a2bda45ec fixes #2007 Andreas Rumpf 2016-01-05 10:20:24 +01:00
  • 164ebb6762 made test green Andreas Rumpf 2016-01-05 10:19:36 +01:00
  • 9b075a45ae Merge pull request #3684 from jangko/codegen-openarray Andreas Rumpf 2016-01-05 09:54:13 +01:00
  • aebad711ea fixed #2240 and #3586 andri lim 2016-01-04 18:07:44 +07:00
  • 5ca65309db Merge pull request #3683 from yglukhov/osproc-droid Andreas Rumpf 2016-01-04 16:53:29 +01:00
  • 93df1bc11a install_nimble script works with newest Nimble version Andreas Rumpf 2016-01-04 16:36:56 +01:00
  • 290b7e117e minor bugfix Andreas Rumpf 2016-01-04 14:47:46 +01:00
  • dee5f9ad4f osproc fix for Android Yuriy Glukhov 2016-01-04 12:52:54 +02:00
  • 3d7c57db88 fixes #2659 Andreas Rumpf 2016-01-04 03:10:09 +01:00
  • 91e9cb64e9 fixes #3201, fixes #2766 Andreas Rumpf 2016-01-04 02:45:20 +01:00
  • 9c6d3e26cb fixes another regression Andreas Rumpf 2016-01-04 02:22:29 +01:00
  • 159a2ff955 fixes #3636 Andreas Rumpf 2016-01-04 02:04:59 +01:00
  • 8fb6865b24 fixes #1725 Andreas Rumpf 2016-01-04 00:51:45 +01:00
  • b4c62d5fed async works again Andreas Rumpf 2016-01-03 23:20:53 +01:00
  • 813f98fb34 further progress on closure iterators; tforum still failing Andreas Rumpf 2016-01-03 21:16:07 +01:00
  • ec971a2c9d More badges for readme! Dominik Picheta 2016-01-03 15:15:45 +00:00
  • 1ad69be988 next steps to produce working closure iterators Andreas Rumpf 2016-01-03 15:23:07 +01:00
  • da15f6aebb Merge pull request #3667 from yglukhov/fix-lineinfo-gettype Andreas Rumpf 2016-01-01 21:10:26 +01:00
  • 307a6095fa made closure iterators tests green, updated docs Andreas Rumpf 2015-12-31 00:16:38 +01:00
  • 2162a71c93 closure iterators do have 'result' Andreas Rumpf 2015-12-30 13:32:18 +01:00