Commit Graph

  • 87a6d08e95 Update version in compiler.nimble Dominik Picheta 2015-06-05 17:10:17 +01:00
  • cb443ce73d moved sexp.nim to nimsuggest repo Simon Hafner 2015-06-05 11:04:15 -05:00
  • 25cc9befd5 Fixup: Reverted TZipFileStream name change Adam Strzelecki 2015-06-05 12:44:28 +02:00
  • 4b0089bf58 Removed nimsuggest from this repo. Dominik Picheta 2015-06-04 23:25:29 +01:00
  • 4a7c0e8872 Add WSAEADDRINUSE to winlean. Dominik Picheta 2015-06-04 23:23:41 +01:00
  • 52192ffa9f Fixes compilation with --gc:markandsweep. Dominik Picheta 2015-06-04 23:12:38 +01:00
  • 25c6304abb Hopefully fixes nimsuggest building against the compiler package. Dominik Picheta 2015-06-04 23:07:57 +01:00
  • c126b8ad0f Fixed links in Error hierarchy apense 2015-06-04 16:18:18 -04:00
  • e132032b0f Fixed code indentation in procs.txt apense 2015-06-04 13:31:40 -04:00
  • 83369f4bce Parser: Inline expr pragmas with parenthesis Adam Strzelecki 2015-06-02 21:56:44 +02:00
  • 07c40add8f Parser: Properly represent parsePar in grammar Adam Strzelecki 2015-06-02 21:51:41 +02:00
  • 4674b3eb80 Introduce {.noRewrite.} expr pragma disabling TR Adam Strzelecki 2015-06-02 21:29:28 +02:00
  • c55f5dfca2 Perform lambda lifting for compile-time stuff when targeting JS. Enable unittest test. yglukhov 2015-05-27 16:48:10 +03:00
  • bbb1bdb4a9 Merge pull request #2643 from grncdr/TAny-and-inheritance Andreas Rumpf 2015-06-07 10:56:29 +02:00
  • 94b7da4297 Merge pull request #2645 from def-/builtin_overflow Andreas Rumpf 2015-06-07 10:55:23 +02:00
  • cb1f1cfd52 Merge pull request #2682 from koalazen/refactor_lowerbound_algorithm Andreas Rumpf 2015-06-07 10:53:12 +02:00
  • 380d617f86 Merge pull request #2867 from Araq/fix-2584 Andreas Rumpf 2015-06-07 10:51:35 +02:00
  • faed57dff0 Merge pull request #2878 from Perelandric/rename_fixes Andreas Rumpf 2015-06-07 10:46:35 +02:00
  • 2725d89376 Merge pull request #2875 from nanoant/patch/bring-back-bootstrap-executable-bit Andreas Rumpf 2015-06-07 10:45:16 +02:00
  • ff83efa767 Fixed malformed pragma patrick dw 2015-06-06 12:01:26 -05:00
  • 13163ff13f Reverted TZipFileStream (is going to be reference type) patrick dw 2015-06-06 10:45:01 -05:00
  • ca684da044 Updated deprecated names patrick dw 2015-06-06 10:18:16 -05:00
  • 2e25574ff1 Updated usage of deprecated types patrick dw 2015-06-06 09:35:15 -05:00
  • a511562822 Renaming fixes in sdl.nim patrick dw 2015-06-06 09:09:48 -05:00
  • a400987590 Dropped from TZipFileStream patrick dw 2015-06-06 08:57:13 -05:00
  • 54750f608d fixes #2774 Araq 2015-06-06 13:25:20 +02:00
  • d94fcb38f0 fixes #2687 Araq 2015-06-06 11:57:27 +02:00
  • adfdb4623d use new type names Araq 2015-06-06 11:50:51 +02:00
  • a730a974ed fixes #2854 Araq 2015-06-06 11:50:35 +02:00
  • 706080dcbd fixes 'noreturn' regression for Visual C++ Araq 2015-06-06 11:04:48 +02:00
  • 9d03d166a8 Update version in compiler.nimble Dominik Picheta 2015-06-05 17:10:17 +01:00
  • c4c64804e5 moved sexp.nim to nimsuggest repo Simon Hafner 2015-06-05 11:04:15 -05:00
  • b4b7bd5af3 Merge branch 'boopcat-exportnewsocket' into devel Dominik Picheta 2015-06-05 15:06:15 +01:00
  • c5708ef1ee Merge branch 'exportnewsocket' of https://github.com/boopcat/Nim into boopcat-exportnewsocket Dominik Picheta 2015-06-05 15:06:02 +01:00
  • ad6ad5d8d0 s/procedure/routine/ in tests. Dominik Picheta 2015-06-05 14:53:49 +01:00
  • 1cf1610bdf Rename errUndeclaredProcedure to errUndeclaredRoutine. Dominik Picheta 2015-06-05 14:50:14 +01:00
  • 7909591d41 Bring back (again) bootstrap.sh executable bit Adam Strzelecki 2015-06-05 14:00:27 +02:00
  • 62376c0657 Merge pull request #2824 from yglukhov/js-ct-lambda-lifting Andreas Rumpf 2015-06-05 13:04:02 +02:00
  • f8326ad4c0 Merge pull request #2859 from nanoant/patch/norewrite-pragma Andreas Rumpf 2015-06-05 12:53:15 +02:00
  • bf70a137f0 Merge pull request #2873 from nanoant/devel Andreas Rumpf 2015-06-05 12:48:49 +02:00
  • 2dcaa75e2d Fixup: Reverted TZipFileStream name change Adam Strzelecki 2015-06-05 12:44:28 +02:00
  • 16da925a0a Removed nimsuggest from this repo. Dominik Picheta 2015-06-04 23:25:29 +01:00
  • ed46ca6d57 Add WSAEADDRINUSE to winlean. Dominik Picheta 2015-06-04 23:23:41 +01:00
  • 0b124a2043 Fixes compilation with --gc:markandsweep. Dominik Picheta 2015-06-04 23:12:38 +01:00
  • 2d9a24f3f6 Hopefully fixes nimsuggest building against the compiler package. Dominik Picheta 2015-06-04 23:07:57 +01:00
  • 0a810fd10f Treat unitest's default esc.seq. output as empty. Oscar Campbell 2015-06-04 22:53:39 +02:00
  • cdf631c508 Merge branch 'devel' into bugfix-2858-testament-sources-system-wide Oscar Campbell 2015-06-04 22:43:18 +02:00
  • c53f65f1e7 Merge pull request #2871 from apense/patch-7 Andreas Rumpf 2015-06-04 22:20:23 +02:00
  • 846489f813 Fixed links in Error hierarchy apense 2015-06-04 16:18:18 -04:00
  • e59fdc6572 Merge pull request #2870 from apense/patch-6 Dominik Picheta 2015-06-04 19:21:30 +01:00
  • 9d3b2d1e05 Fixed code indentation in procs.txt apense 2015-06-04 13:31:40 -04:00
  • 5d6f16cc1a Got rid of errUndeclaredProcedureField. Dominik Picheta 2015-06-04 16:39:38 +01:00
  • 22f6017ab8 Fixes #2584 Dominik Picheta 2015-06-04 13:55:48 +01:00
  • ccb9ae2d52 stdlib: don't use deprecated symbols Araq 2015-06-04 13:13:25 +02:00
  • e0ecaa86ba Reverted all changes Perelandric 2015-05-26 14:46:43 -05:00
  • b0469c11e3 Reverted TZipFileStream name change Perelandric 2015-05-26 14:45:51 -05:00
  • 2124952db3 Added line breaks to long 'deprecated' pragmas Perelandric 2015-05-24 23:57:50 -05:00
  • cbd8da93f4 lib/wrappers/s-z - Dropped 'T' from types pdw 2015-05-24 22:50:19 -05:00
  • b2bc5440aa lib/wrappers/c-r - Dropped 'T' from types pdw 2015-05-24 22:43:13 -05:00
  • 9e771ca707 lib/windows - Dropped 'T' from types pdw 2015-05-24 22:38:43 -05:00
  • 2ca90a20a1 lib/system/g-w - Dropped 'T' from types pdw 2015-05-24 22:37:46 -05:00
  • ff5b446dfc lib/system/a-e - Dropped 'T' from types pdw 2015-05-24 22:37:01 -05:00
  • d18e18060e lib/pure/p-t - Dropped 'T' from types pdw 2015-05-24 22:34:41 -05:00
  • 6914244f30 lib/pure/e-o - Dropped 'T' from types pdw 2015-05-24 22:33:34 -05:00
  • 192ba3bbc0 lib/pure/a-c - Dropped 'T' from types pdw 2015-05-24 22:30:19 -05:00
  • 1c426c613c lib/posix - Dropped 'T' from types pdw 2015-05-24 22:26:36 -05:00
  • 7616790515 lib/packages/docutils - Dropped 'T' from types pdw 2015-05-24 22:25:38 -05:00
  • 6e8e3fdd23 lib/js - Dropped 'T' from types pdw 2015-05-24 22:24:52 -05:00
  • ea03fc6886 lib/impure - Dropped 'T' from types pdw 2015-05-24 22:24:07 -05:00
  • 6ca3504dfb lib/core - Dropped 'T' from types pdw 2015-05-24 22:21:55 -05:00
  • 9764ba933b Dropped 'T' from types pdw 2015-05-24 22:20:41 -05:00
  • 88e849078f Merge pull request #2830 from yglukhov/logging-no-format Dominik Picheta 2015-06-04 11:43:49 +01:00
  • 51488ebd12 Merge pull request #2848 from ozra/bugfix-2523-number-literal-lexing Andreas Rumpf 2015-06-04 11:40:00 +02:00
  • a1f8b1bcf9 Merge pull request #2850 from ozra/docfix-2523-number-literals Andreas Rumpf 2015-06-04 11:38:43 +02:00
  • 86f58a002d Merge pull request #2861 from apense/patch-5 Andreas Rumpf 2015-06-04 11:37:45 +02:00
  • 8264c3cbee Merge pull request #2849 from ozra/feature-2811-hump-snake-dash Andreas Rumpf 2015-06-04 11:37:26 +02:00
  • 874637be32 Merge pull request #2863 from yglukhov/js-dotdot Andreas Rumpf 2015-06-04 11:35:48 +02:00
  • e9a57e9706 Fixed codegen for DotDot magic yglukhov 2015-06-03 16:15:54 +03:00
  • 071ccf3d02 Add "safety compilation". Improved, fixed messages Oscar Campbell 2015-06-04 07:33:27 +02:00
  • a385b6736c Fix incorrect 400 reply in asynchttpserver Dominik Picheta 2015-06-03 18:48:55 +01:00
  • 51fc903dbf Made pathing (hopefully) Windows friendly. Oscar Campbell 2015-06-03 13:08:28 +02:00
  • bf9053315c Ensure fresh compiler and local compiler + libs Oscar Campbell 2015-06-03 03:22:17 +02:00
  • 8beed96106 Colors! Ryan Gonzalez 2015-05-31 18:05:34 -05:00
  • 860da53db5 Added slight explanation for count{down|up} apense 2015-06-02 17:11:03 -04:00
  • 44b0bf59d9 Change const def to cleaner code per suggestion. Oscar Campbell 2015-06-02 22:22:27 +02:00
  • b0db8126a5 Parser: Inline expr pragmas with parenthesis Adam Strzelecki 2015-06-02 21:56:44 +02:00
  • 2f5ed17cfe Parser: Properly represent parsePar in grammar Adam Strzelecki 2015-06-02 21:51:41 +02:00
  • 13b57dbc2f Introduce {.noRewrite.} expr pragma disabling TR Adam Strzelecki 2015-06-02 21:29:28 +02:00
  • 79c92603f5 FlowVar's ^ for refs is safe and convenient to use Araq 2015-06-02 16:32:41 +02:00
  • 3312d49a48 proper waiting for the pinned thread Araq 2015-06-02 16:21:55 +02:00
  • a88120ab50 Merge pull request #2855 from x2f/devel Dominik Picheta 2015-06-02 13:29:39 +01:00
  • 51d284ce84 Documented bufSize param in logging.nim x2f 2015-06-01 21:52:26 -04:00
  • dd30bab480 Restructure branching slighty. Fix error message. Oscar Campbell 2015-06-01 23:49:04 +02:00
  • 80a13a408e added a test fowlmouth 2015-06-01 11:01:50 -05:00
  • 87c8d586b5 string only matches for openarray not varargs Billingsly Wetherfordshire 2015-06-01 07:37:36 -05:00
  • f3b8a3cbbc made string compatible with openarray[char] Billingsly Wetherfordshire 2015-06-01 06:04:22 -05:00
  • 3f78f75483 Expose bufSize parameter for file-based loggers x2f 2015-05-31 21:06:23 -04:00
  • 50e96ad939 the Go GC - initial implementation Stefan Talpalaru 2015-05-31 19:07:44 +02:00
  • 9fcd5252c7 Fix doc for #2523, regarding numeric literals. Oscar Campbell 2015-05-31 03:59:31 +02:00
  • 4a1e45e3f8 Remove forgotten debug echo statement. Oscar Campbell 2015-05-31 03:11:44 +02:00