Commit Graph

  • 9c6620eba1 Merge pull request #9570 from b3liever/macrosfixname Arne Döring 2018-10-30 17:15:37 +01:00
  • e653121633 fixes #9557 Arne Döring 2018-10-30 17:13:02 +01:00
  • 7ae6b7e9a2 make more tests green for C++; refs #7870 Araq 2018-10-30 16:06:44 +01:00
  • b3d80dac9c make tmissingbracket compile for C++; refs #7870 Araq 2018-10-30 16:06:27 +01:00
  • 1ec5c6fdf5 Sizeof alignof fixes (#9568) Arne Döring 2018-10-30 16:41:06 +01:00
  • cf3d206b9e undo try break Arne Döring 2018-10-30 16:35:48 +01:00
  • 432a4d1787 fixes #5549 Araq 2018-10-30 15:30:33 +01:00
  • e844e536bf Nim style checker: document the switch; fixes #9564 Araq 2018-10-30 15:03:19 +01:00
  • 5c25b93898 change system.nim to adhere to the style guide Araq 2018-10-30 15:01:57 +01:00
  • 05964b95e4 change system.nim to adhere to the style guide Araq 2018-10-30 14:59:19 +01:00
  • fb75e3bb49 Fix names set and get procs in macros B3liever 2018-10-30 15:42:48 +02:00
  • bab9e0020a fixes #5549 Arne Döring 2018-10-25 13:42:04 +02:00
  • f84bf45f17 set code owner Arne Döring 2018-10-18 08:34:15 +02:00
  • 07f76c3ef9 fix compiler crash Arne Döring 2018-10-15 19:20:24 +02:00
  • 45040a8716 Merge pull request #9539 from flaviut/ft-remove-nre-floats Flaviu Tamas 2018-10-30 07:29:51 -04:00
  • 331d1a6ca1 fixes regressions Araq 2018-10-30 09:21:11 +01:00
  • f6def4286c fixes #8603 Araq 2018-10-29 19:52:02 +01:00
  • df68c2da49 write logs to stderr instead of stdout; fixes #9547 (#9554) Ahmed T. Youssef 2018-10-30 08:36:31 +02:00
  • 9899c4525c Add parsing empty attribs to htmlparser (#9559) rec 2018-10-30 06:58:39 +01:00
  • 69c0a9c6fb getTypeImpl now returns pragmas for object types (#9538) jcosborn 2018-10-30 00:41:12 -05:00
  • e377c55c10 Cleanup installer.ini (#9558) Neelesh Chandola 2018-10-30 11:01:17 +05:30
  • 5ddeead29c #9348 Merge some small test files (#9561) Ian 2018-10-30 01:30:39 -04:00
  • 1b17c9f693 More descriptive names of test files (#9531) Miran 2018-10-29 17:07:27 +01:00
  • 8d9866a6d4 Maps out keyword to an nnkIdent. Fixes #6011. (#9536) Dominik Picheta 2018-10-29 15:33:56 +00:00
  • e44df5dca6 fixes #7667; underlying issue is that dot calls in generics have no concept of 'friend' symbols, will be addressed later Araq 2018-10-29 13:46:46 +01:00
  • 5ebd111f7f Merge pull request #9541 from narimiran/fix-6986 Arne Döring 2018-10-29 12:01:22 +01:00
  • 9fd0a71e4d Make htmlparser parse unquoted attrib values (#9537) rec 2018-10-29 11:10:00 +01:00
  • 680f5eeb15 fixes #9540 Araq 2018-10-28 14:26:35 +01:00
  • 9d31dfdf1a fixes tnre regression Araq 2018-10-28 14:26:18 +01:00
  • e14f5025a2 Add runnable examples for strmisc procs and a better doc for expandTabs recloser 2018-10-29 04:55:04 +01:00
  • 80b78b50d0 more examples for mod and div, plus corrections [ci skip] narimiran 2018-10-28 18:14:25 +01:00
  • 2aa7eeda39 actually do ceiling division, not a similar operation Clyybber 2018-10-28 14:34:05 -04:00
  • 95cc1abdc7 Fixes #9525 (#9526) Neelesh Chandola 2018-10-28 18:57:17 +05:30
  • dfb8730f51 Implements #9434. Minimal Stacktrace for Exceptions in release mode (#9480) cooldome 2018-10-28 12:40:42 +00:00
  • f670c55daa Moves fsmonitor into graveyard. Fixes #6718. (#9529) Dominik Picheta 2018-10-28 12:37:51 +00:00
  • a68a4bfaf2 Remove install.txt and readme.txt (#9521) Utwo 2018-10-28 14:36:52 +02:00
  • 95a60dc780 Fix strscans.scanp (#9518) xzfc 2018-10-28 19:35:30 +07:00
  • ee54d6977b Parse the usage of the SQL in operator properly (#9527) zah 2018-10-28 14:34:57 +02:00
  • f9eec2aa1e fixes #9532 Araq 2018-10-28 13:23:27 +01:00
  • c804b606f9 make tests\benchmarks programs compile again Araq 2018-10-28 13:16:55 +01:00
  • fe855d8ba4 make tstatic_t_bug compile with the C++ backend Araq 2018-10-28 13:15:55 +01:00
  • 2fa13040b9 Merge pull request #9496 from cooldome/vm_float_casts Arne Döring 2018-10-28 11:56:30 +01:00
  • f4149ae535 Closes #6986 narimiran 2018-10-28 11:30:41 +01:00
  • 9ca1c2c930 Eliminate floating point arithmatic in nre Flaviu Tamas 2018-10-28 00:52:49 -04:00
  • 2f781781d0 update changelog Andrii Riabushenko 2018-10-27 23:15:24 +01:00
  • f2cd8ed99a fixes #7842 if no uri.scheme specified raise ValueError with hint (#7846) David Krause 2018-10-27 22:54:45 +02:00
  • 4362ba7293 docs: clarify asyncCheck vs waitFor citycide 2018-10-27 11:52:57 -05:00
  • f8cef575b3 Improve dumpLisp macro (#9515) Kaushal Modi 2018-10-27 09:10:05 -04:00
  • dd252ce640 nimpretty tester: strengthen the comparison, do not use strip Andreas Rumpf 2018-10-26 01:54:09 +02:00
  • 03005fde99 nimpretty: fixes #9506 Andreas Rumpf 2018-10-26 01:53:10 +02:00
  • 0c3e6735ac fixes #9358 Andreas Rumpf 2018-10-26 01:25:06 +02:00
  • 5b97762787 Openmp parallel iterator improvements (#9493) Mamy Ratsimbazafy 2018-10-25 18:09:35 +02:00
  • c844a9169c fixes #9498, typeof is for everybody Araq 2018-10-25 13:04:51 +02:00
  • 8fbdac544b correct tnoop test case Araq 2018-10-25 13:04:17 +02:00
  • 87d60b2a4b nimpretty: fixes #9500 Araq 2018-10-25 11:48:06 +02:00
  • 0afca3dd6b nimpretty: fixes #9504 Araq 2018-10-25 11:18:03 +02:00
  • eb2e494a52 fixes #9507 Araq 2018-10-25 11:08:46 +02:00
  • 5fd2827ab6 nimpretty: fixes #9499 Andreas Rumpf 2018-10-25 07:52:27 +02:00
  • 223e92b83a stdlib: documenation updates, the exception names have been changed Andreas Rumpf 2018-10-25 07:42:45 +02:00
  • 4c53d45674 Merge branch 'devel' into vm_float_casts Andrii Riabushenko 2018-10-24 22:16:25 +01:00
  • f5a2c6e19d make tests green again Andreas Rumpf 2018-10-24 22:29:01 +02:00
  • 9331f06c0b parsutils: minor doc improvements Andreas Rumpf 2018-10-24 21:50:47 +02:00
  • a54e0703a9 Add test Andrii Riabushenko 2018-10-24 20:29:51 +01:00
  • 963292f725 added system.typeof operation; fixes #9093 Araq 2018-10-24 17:09:51 +02:00
  • e7e75224a2 nimpretty: closes #9484 Araq 2018-10-24 15:22:28 +02:00
  • 06a6433db7 nimpretty: test for idempotence; fixes #9483 Araq 2018-10-24 15:19:29 +02:00
  • 8500076651 Make Windows cross-compilation simpler (#9485) genotrance 2018-10-24 06:12:08 -05:00
  • eb6225ad8c fixes #9276 (#9317) Arne Döring 2018-10-24 13:10:44 +02:00
  • bd68d3d8f4 improve style Andrii Riabushenko 2018-10-24 11:26:32 +01:00
  • a7c9533a73 Add int float casts to vm Andrii Riabushenko 2018-10-24 11:24:23 +01:00
  • 16d82c82e3 Remove a hack in the destroyer impl (#9479) LemonBoy 2018-10-24 09:11:46 +02:00
  • 3ee53a7c8e nimpretty: fixes #8078 Araq 2018-10-24 00:59:57 +02:00
  • e3a0415650 nimpretty: fixes #9398 Araq 2018-10-24 00:53:41 +02:00
  • 72370c8dfa closes #9400 Araq 2018-10-23 17:48:58 +02:00
  • 695074214b nimpretty: minor bug fix Araq 2018-10-23 17:38:31 +02:00
  • 00f84d3d22 tar.xz building: also ship with the moved testament tool Araq 2018-10-23 17:34:48 +02:00
  • 4841fc5356 \#include "windows.h" instead of "Windows.h" (#9475) loongw 2018-10-23 21:50:11 +08:00
  • 16c3d4332f Fix infinite loop with nim check (#9448) Oscar Nihlgård 2018-10-22 17:24:14 +02:00
  • b613092de8 Don't crash if GC_{un,}ref is called on nil (#9445) LemonBoy 2018-10-22 17:09:15 +02:00
  • 9c88df220a Compile pragma. Recompile on external file compilation failure (#9455) cooldome 2018-10-22 11:49:57 +01:00
  • 0dd3038a39 Merge pull request #9460 from recloser/fix-printing-uninitialized-strings Arne Döring 2018-10-22 08:26:53 +02:00
  • 2b03bed2db Fix printing and comparing uninitialized strings recloser 2018-10-21 21:18:10 +02:00
  • ce05a850a5 Merge pull request #9457 from Vindaar/fixes-9456 Arne Döring 2018-10-20 21:57:17 +02:00
  • 557fa85e02 add test case Vindaar 2018-10-20 20:36:32 +02:00
  • e190f485ae fixes #9456 by only calling c_fclose if non nil Vindaar 2018-10-20 20:35:04 +02:00
  • 863d3ef4ed Merge pull request #9446 from GULPF/times-32 Dominik Picheta 2018-10-19 23:24:47 +01:00
  • 81f5427ed4 Fix times 32-bit issue Oscar Nihlgård 2018-10-19 22:33:40 +02:00
  • 5afcd09cb3 Pervasive replacement of nkRecWhen in generic types LemonBoy 2018-08-23 15:17:38 +02:00
  • 16a70c84aa Fixes 6544 (#9427) LemonBoy 2018-10-19 21:04:32 +02:00
  • d0dd5ea887 [doc] add tips to doc/contributing.rst: git, code review, CI (#9429) Timothee Cour 2018-10-19 12:03:25 -07:00
  • b1ff37c08f Transf minor code optimization (#9433) cooldome 2018-10-19 19:17:30 +01:00
  • fc625091e0 Update issue templates Miran 2018-10-19 16:52:14 +02:00
  • cd9bc941e1 incremental compilation: fixes basic caching logic of 'module' table Araq 2018-10-19 16:27:11 +02:00
  • d26beedfb1 Create issue_template.md Arne Döring 2018-10-19 15:07:14 +02:00
  • 953f2ef261 Minor bug fix (#9430) cooldome 2018-10-19 10:45:59 +01:00
  • 9fb212cfdf merge stdlib tests (#9439) Miran 2018-10-19 11:43:35 +02:00
  • 3b1ade0350 added test for #4674 (#9438) jcosborn 2018-10-19 04:18:13 -05:00
  • 162e7ee5b5 fixes #9376: old changelogs should be kept instead of erased (#9428) Timothee Cour 2018-10-19 00:33:42 -07:00
  • eaca5be9d6 Change the order of compilation passes, transformation is made lazy at code gen (#8489) cooldome 2018-10-18 19:21:25 +01:00
  • 15dbd973de [doc] start of best practices section in contributing.rst (#9415) Timothee Cour 2018-10-18 11:20:26 -07:00