Commit Graph

  • f8e720fda9 fixes json.nim regression Andreas Rumpf 2019-03-29 08:01:47 +01:00
  • dafd995402 change the order of appveyor tests (#10920) Miran 2019-03-28 17:18:42 +01:00
  • e904b3f952 code cleanup (#10874) Arne Döring 2019-03-28 12:32:02 +01:00
  • fcd3b0c4d8 manual: prefer 'typeof(x)' over 'type(x)' Andreas Rumpf 2019-03-27 15:08:23 +01:00
  • 3cb645ab50 move more stuff into manual_experimental Andreas Rumpf 2019-03-27 14:40:47 +01:00
  • 4d0f05a98a manual.rst: move experimental features to manual_experimental Andreas Rumpf 2019-03-27 14:28:40 +01:00
  • d74179dde3 use atomicInc/atomicDec (#10906) Miran 2019-03-27 11:17:44 +01:00
  • 0378bfa402 Fix #10907 - remove unused typedef string (#10908) genotrance 2019-03-26 16:20:26 -05:00
  • d9913593c1 proper fix narimiran 2019-03-26 20:26:23 +01:00
  • 3c4f1acf0c fix nim-chronicles test: there is a new dependency narimiran 2019-03-26 18:35:17 +01:00
  • 3cf846e02c fixes #10904 Araq 2019-03-26 15:57:48 +01:00
  • 73a77e9bef disable testing of nim-chronicles until is fixed narimiran 2019-03-26 16:03:40 +01:00
  • 04f901b63b add NimFrameFilter to nim-gdb.py (#10873) Arne Döring 2019-03-26 13:12:39 +01:00
  • bc29094af9 fixes 'nimble install nimble' problems Andreas Rumpf 2019-03-26 09:51:19 +01:00
  • 802ecbc49e macros: typo Andreas Rumpf 2019-03-26 09:50:16 +01:00
  • 8e1c6e2e2d fixes #10896 (#10903) Andreas Rumpf 2019-03-25 19:26:38 +01:00
  • 663b1f2c96 newruntime: bugfixes Andreas Rumpf 2019-03-24 16:43:40 +01:00
  • b0e236674c logging: better documentation (#10895) Jjp137 2019-03-24 10:53:04 -07:00
  • 1332f649b2 stats.nim: bugfix: use min in '+' [backport] Andreas Rumpf 2019-03-23 15:09:19 +01:00
  • 0cc6e12425 fixes #8202 (#10888) Andreas Rumpf 2019-03-23 14:49:21 +01:00
  • f8146dfd84 improvements on the hot code reloading support (#10892) Viktor Kirilov 2019-03-23 15:48:47 +02:00
  • 0b2a3f6f7f fixes #10886 [backport] (#10897) Andreas Rumpf 2019-03-23 14:44:53 +01:00
  • 7c08303faf system.nim: documentation improvements Andreas Rumpf 2019-03-23 10:55:26 +01:00
  • 714c4f0d67 add short overview of the system module (#10883) Miran 2019-03-23 08:34:59 +01:00
  • bf592c4e94 more destructor based changes (#10885) Andreas Rumpf 2019-03-23 00:12:05 +01:00
  • 25649616ea Add OpenMP overload with stepping (#10891) Mamy Ratsimbazafy 2019-03-22 23:38:43 +01:00
  • 04ad200b40 fixes #10884 (#10887) Andreas Rumpf 2019-03-22 11:55:15 +01:00
  • 83c105c3a3 Merge branch 'devel' of github.com:nim-lang/Nim into devel Andreas Rumpf 2019-03-21 09:34:02 +01:00
  • 49c786331a fixes -d:nimTypeNames leak detection regression Andreas Rumpf 2019-03-21 09:33:53 +01:00
  • 48d5e4f95c add condition for szUnknown (#10869) Arne Döring 2019-03-21 06:55:21 +01:00
  • 3794338aba Lineinfo fix (#10871) Arne Döring 2019-03-21 06:54:42 +01:00
  • 514674cb38 use abort instead of quit (#10872) Arne Döring 2019-03-21 06:52:30 +01:00
  • 28a926cb67 fixes #10861 (#10877) cooldome 2019-03-21 05:48:54 +00:00
  • 67e91558cf REVERT "optPar" Andrii Riabushenko 2019-03-21 00:45:21 +00:00
  • 5f1a59216b optPar Andrii Riabushenko 2019-03-21 00:17:52 +00:00
  • 7ba877914a increase VM limit (#10870) cooldome 2019-03-20 13:01:07 +00:00
  • 54151ce398 docgen: add links for var, let and const (refs #10487) (#10868) Miran 2019-03-20 11:23:38 +01:00
  • 1eefbf6da8 improve docs for os.joinPath, fixes #10836 (#10866) Miran 2019-03-20 08:38:24 +01:00
  • eeae88d81e live with the hacks, PCRE's design is crap Araq 2019-03-19 15:49:24 +01:00
  • bfc7522401 docgen: generate pragma after generic, fixes #10792 (#10865) Miran 2019-03-19 12:55:28 +01:00
  • cd9caf09d1 pcre.nim: added pcre_free and removed hacks in nre and re.nim Andreas Rumpf 2019-03-19 12:48:46 +01:00
  • d3df1b8eda mark user defined destructors with sfOverriden to simplify the logic Andreas Rumpf 2019-03-16 10:38:06 +01:00
  • 389b140029 add tastspec (and ast_pattern_matching) (#10863) Arne Döring 2019-03-19 11:45:29 +01:00
  • 5c1c5902e2 fixes #10857 invisible span had width (#10860) Anthon van der Neut 2019-03-19 10:38:48 +01:00
  • 188870648a sizeof alignof offsetof macros api (#10855) Arne Döring 2019-03-19 08:23:00 +01:00
  • 16fcbee1bc Fix nightlies :test: snippet issue (#10862) genotrance 2019-03-19 02:17:35 -05:00
  • 97c3b113a5 Size ptr tuple (#10846) Arne Döring 2019-03-18 11:37:09 +01:00
  • 5661a8303c correct argument name, (#10813) Anthon van der Neut 2019-03-18 11:13:52 +01:00
  • 862897dc0f Support for stmtListExpr in parser after major keywords. Scaled down version. (#10852) cooldome 2019-03-18 10:09:49 +00:00
  • c19cd14fc9 fixes #10838 (#10841) cooldome 2019-03-18 10:04:01 +00:00
  • afeca3d9fe multi-methods need to be explicitly enabled (#10856) Miran 2019-03-18 08:21:38 +01:00
  • 9e28d52c2f Merge pull request #10850 from FedericoCeratto/egress-ipaddr Dominik Picheta 2019-03-17 19:29:51 +00:00
  • 5825dcb0b5 Detect local "primary" IP address Federico Ceratto 2019-03-16 18:51:26 +00:00
  • 328901757a make DLLs tests green again Andreas Rumpf 2019-03-15 17:51:45 +01:00
  • ed878014be newruntime: progress Andreas Rumpf 2019-03-15 14:57:58 +01:00
  • 8e5c1436ad fixes #10845 Andreas Rumpf 2019-03-15 14:57:40 +01:00
  • 16355de5eb rename for code clarity Andreas Rumpf 2019-03-15 12:52:06 +01:00
  • 831626be85 newruntime: make dynamic destructors compatible with C++ Andreas Rumpf 2019-03-15 11:18:05 +01:00
  • 5dea7c5ad7 revert discard in destroyer (#10840) cooldome 2019-03-15 12:49:32 +00:00
  • e263702688 --newruntime: progress Andreas Rumpf 2019-03-14 19:53:14 +01:00
  • f1a945b05f bring back typetraits.$ for backward compatibility narimiran 2019-03-14 17:09:33 +01:00
  • 7372a4c4aa Revert "put extracted modules behind the switch, to enable doc generation" narimiran 2019-03-14 13:22:46 +01:00
  • 71bff7d2df put extracted modules behind the switch, to enable doc generation narimiran 2019-03-14 11:14:04 +01:00
  • 4181baf400 multi-methods: remove hack, make tmethod_various compile under strict C++ [backport] Andreas Rumpf 2019-03-14 09:03:21 +01:00
  • 2ab6b2c657 --newruntime: work in progress Andreas Rumpf 2019-03-14 07:59:35 +01:00
  • 79b1eafa59 gc: removed dead code Andreas Rumpf 2019-03-14 07:59:08 +01:00
  • 62ab338900 added lowerings.genLen helper proc Andreas Rumpf 2019-03-14 07:26:38 +01:00
  • 1f61498238 added types.isFinal helper proc Andreas Rumpf 2019-03-14 07:24:07 +01:00
  • ee7a9a272d destroyer.nim: added a remark about code generation Andreas Rumpf 2019-03-14 07:15:04 +01:00
  • 436ec57f83 seqs.nim: added a remark about C++ optimizers Andreas Rumpf 2019-03-13 10:05:05 +01:00
  • 07f58ddfa9 rename: semasgn -> liftdestructors Andreas Rumpf 2019-03-07 19:17:01 +01:00
  • 939c151224 create docs for the extracted modules narimiran 2019-03-13 17:43:54 +01:00
  • 84d3f3d448 move system.dollars in a separate file (#10829) Miran 2019-03-13 15:59:09 +01:00
  • b270917de1 Make HWND a pointer instead of a cint and fix MSVC compiler warning (#10789) Bogdan 2019-03-13 16:54:36 +02:00
  • cd3a58d7b0 bitops: add reverseBits and test (#10835) Tomohiro 2019-03-13 23:53:40 +09:00
  • 091da5c979 testament: catch failing nimble tests (#10832) Miran 2019-03-13 11:52:15 +01:00
  • d8c3df2683 fixes #10805 (#10806) cooldome 2019-03-13 09:23:06 +00:00
  • ab872be476 Added nimscript support to repl (#10834) sealmove 2019-03-13 11:21:24 +02:00
  • 8ceba8a7f3 fixes #10807 (#10814) cooldome 2019-03-12 12:45:05 +00:00
  • ea3e18bc6c fixes dce regression #10703 (#10820) cooldome 2019-03-12 07:24:17 +00:00
  • 3e04afda9f Merge pull request #10823 from narimiran/json-tuples Dominik Picheta 2019-03-11 21:38:42 +00:00
  • 35aab357e2 Less warnings in macros (#10799) Arne Döring 2019-03-11 19:21:39 +01:00
  • 863848ad56 simplify json.% for tuples and objects narimiran 2019-03-11 16:51:06 +01:00
  • 06f23572d0 system: some documentation improvements (#10809) Miran 2019-03-11 11:04:08 +01:00
  • 44d47134f9 Revert "Follow the documentation's recommendation (#10808)" narimiran 2019-03-10 20:09:35 +01:00
  • 92cd07be8b Fixed order of output in repl and added a proc for opening a custom repl (#10802) sealmove 2019-03-10 21:02:47 +02:00
  • b9f8528db6 Don't include the nimhcr dev docs in the system module documentation (#10759) zah 2019-03-08 16:23:36 +02:00
  • bba3a20e7c documentation style tweaks (#10790) Miran 2019-03-08 13:55:27 +01:00
  • 3294ce3831 Render a colon for command if last arg list (#10803) Alexander Ivanov 2019-03-08 14:31:24 +02:00
  • 1a13b3a14e Follow the documentation's recommendation (#10808) Anthon van der Neut 2019-03-08 13:20:36 +01:00
  • 5c201791b3 make tests green again Andreas Rumpf 2019-03-07 17:11:22 +01:00
  • 0a93cf6fb9 fixes the regression Andreas Rumpf 2019-03-07 12:55:30 +01:00
  • 5b1a2eecd5 owned refs must be moved Andreas Rumpf 2019-03-07 12:48:59 +01:00
  • f8bf24623c explicit default values for a leaner codegen, .cursor variables for optimization Andreas Rumpf 2019-03-07 00:37:23 +01:00
  • 2b5e48d807 move assertions and iterators out of system.nim (#10597) Miran 2019-03-07 00:49:39 +01:00
  • 26f48437ca better nimpy test narimiran 2019-03-06 17:48:01 +01:00
  • 3c0f01faa0 fixes #10791 Andreas Rumpf 2019-03-06 14:22:12 +01:00
  • 32c9ca605e fixes #10795 Andreas Rumpf 2019-03-06 10:15:27 +01:00
  • e3e4cd9fd5 make tests green again Andreas Rumpf 2019-03-06 09:26:48 +01:00
  • cfd5210405 dfa.nim: continues are bad Andreas Rumpf 2019-03-05 22:34:31 +01:00