Commit Graph

  • 796aafe7e0 make case-object transitions explicit, make unknownLineInfo a const, replace a few magic numbers with consts (#13170) Jasper Jenkins 2020-01-17 01:34:32 -08:00
  • 2bf337abae fixes #13095 (#13181) cooldome 2020-01-17 08:17:18 +00:00
  • 41cf609fc7 Fix docs (#13176) Clyybber 2020-01-16 22:22:17 +01:00
  • e3acb2d12c Cleanup DFA (#13173) Clyybber 2020-01-16 20:15:50 +01:00
  • d245d4cf09 fix tsizeof3 for aarch64 (#13169) Jasper Jenkins 2020-01-16 05:21:12 -08:00
  • 1b54be7779 fixes #12998 nim doc regression (#13117) Timothee Cour 2020-01-16 05:19:58 -08:00
  • 5ef0494677 Working towards arc codegen (#13153) cooldome 2020-01-16 13:16:17 +00:00
  • 352232e62d style fix: change 'JS' to 'js' to make it consistent (#13168) Miran 2020-01-16 14:14:03 +01:00
  • 54bfd69a27 Remove obsolete code from osalloc (#13158) Ico Doornekamp 2020-01-16 09:11:05 +01:00
  • d5f011d9e6 CI fix timeout error (#13134) Timothee Cour 2020-01-15 13:54:05 -08:00
  • a5e67071d2 ARC: misc bugfixes (#13156) Andreas Rumpf 2020-01-15 22:13:31 +01:00
  • d88b52c0bc successX now correctly shows html output for nim doc, nim jsondoc; fix #13121 (#13116) Timothee Cour 2020-01-15 06:18:37 -08:00
  • 51c072bd37 export normalizePathEnd (#13152) Timothee Cour 2020-01-15 06:03:06 -08:00
  • e708d5de75 System cleanup, part 2 (#13155) Miran 2020-01-15 14:42:49 +01:00
  • 79a326759a Added 'ansic' os support for minimal (embedded) targets (#13088) Ico Doornekamp 2020-01-15 11:06:41 +01:00
  • d31e32743f Fix typo in doc/destructors.rst (#13148) Tomohiro 2020-01-15 03:51:58 +09:00
  • 675ca997fb fixes #9674 [backport] (#13143) Andreas Rumpf 2020-01-14 16:20:48 +01:00
  • 8b00586488 fixes #13104 [backport] (#13142) Andreas Rumpf 2020-01-14 15:16:36 +01:00
  • b4545f03de pass platform argument only if vccexe is used (#13078) cooldome 2020-01-14 14:02:10 +00:00
  • fadbd8f70d fixes #10665 (#13141) [backport] Andreas Rumpf 2020-01-14 13:51:28 +01:00
  • 9fc04a555c fixes #13105 (#13138) Andreas Rumpf 2020-01-14 12:57:20 +01:00
  • d56848878c fixes #13119 (#13128) Andreas Rumpf 2020-01-14 09:56:08 +01:00
  • 49d1822c8f fixes #13100 nim doc now treats export localSymbol correctly (#13123) [backport] Timothee Cour 2020-01-13 13:05:38 -08:00
  • d9640ed075 Expose more openSSL methods. (#13131) treeform 2020-01-13 13:04:43 -08:00
  • eadd1ba9ed fixes #13112 (#13127) Andreas Rumpf 2020-01-13 15:47:17 +01:00
  • abea80376a fixes #13122 (#13126) Andreas Rumpf 2020-01-13 14:11:51 +01:00
  • bf2e052e6d fix rtti sizeof for varargs in global scope (#13125) [backport] Jasper Jenkins 2020-01-13 01:17:22 -08:00
  • 1f27a2f8ab fix the ftp store function read the local file bug (#13108) [backport] perter lee 2020-01-13 17:16:19 +08:00
  • ee1563ef33 VM FFI: write(stderr, msg) and fprintf(cstderr, msg) now work at CT (#13083) Timothee Cour 2020-01-12 04:44:43 -08:00
  • 1c001fe583 Add link to posix_utils.html in posix.nim (#13111) Federico Ceratto 2020-01-12 12:36:37 +00:00
  • 01a89cc473 Remove some unused/disabled OpenSSL functions (#13106) treeform 2020-01-11 01:58:38 -08:00
  • 767592a3c3 more arc features (#13098) Andreas Rumpf 2020-01-10 23:17:33 +01:00
  • c0973d1b47 [backport] fix #12813, fix #13079 (#13099) Miran 2020-01-10 15:24:33 +01:00
  • f7ce4e8705 System cleanup, part 1 (#13069) Miran 2020-01-10 10:14:02 +01:00
  • 3a39ab83ac fixes an asyncftpclient bug; refs #13096 [backport] Andreas Rumpf 2020-01-10 09:42:04 +01:00
  • e9e114058c [backport] system/io.nim fix wrong documentation comment [ci skip] narimiran 2020-01-10 08:53:44 +01:00
  • 4cd86c0842 typetraits: fixes #6454; genericParams; added lenTuple; added tuple type get (#13064) Timothee Cour 2020-01-09 23:51:37 -08:00
  • fcd2f305ad fixes #13070 Araq 2020-01-10 01:51:06 +01:00
  • 033da35de1 fixes #13072; no test case because it will be added later with more exception handling related bugfixes Araq 2020-01-10 00:22:37 +01:00
  • a33b72af49 Fix error check code in osproc (#13090) [backport] Tomohiro 2020-01-10 02:00:41 +09:00
  • bb7273bc47 Use '__noinline' instead of 'noinline' for N_NOINLINE gcc attribute, this prevents clashes with systems where 'noinline' might be already defined (#13089) Ico Doornekamp 2020-01-09 17:27:42 +01:00
  • 3f78873898 remove all remaining warnings when build nim (with -d:nimHasLibFFI) (#13084) Timothee Cour 2020-01-09 04:19:18 -08:00
  • 852170cc78 take the one good idea from --os:standalone and enable it via -d:StandaloneHeapSize (#13077) Andreas Rumpf 2020-01-09 11:48:37 +01:00
  • 27fee4d8b4 Deleted misplaced separator (#13085) [backport] Teashrock 2020-01-09 12:48:13 +02:00
  • 56fb909676 fix crash due to errant symbols in nim.cfg (#13073) [backport] Andy Davidoff 2020-01-08 16:25:25 -05:00
  • 5e9ebe9ec1 move entries from the wrong changelog file [ci skip] narimiran 2020-01-08 15:20:30 +01:00
  • 15043d35b8 make SuccessX show project file + output file (#13043) Timothee Cour 2020-01-07 15:39:07 -08:00
  • 871d5e79b1 distinctBase type trait for distinct types (#13031) cooldome 2020-01-07 23:36:57 +00:00
  • 8bcc7e8b9e basename supports pragmaexpr (#13045) b3liever 2020-01-07 12:25:51 +02:00
  • 291608045c add pqserverVersion,pqconnectionNeedsPassword,pqconnectionUsedPassword (#13060) Bung 2020-01-07 17:52:02 +08:00
  • e5ae7ceaa3 [easy] --hint🔗on now shows link cmd instead of nothing (#13056) Timothee Cour 2020-01-07 01:38:59 -08:00
  • 569d4d18f8 --styleCheck:hint now works (#13055) Timothee Cour 2020-01-07 00:53:11 -08:00
  • 1551fff853 clean up deprecated stuff and unused imports in tests (#13059) Miran 2020-01-07 09:49:08 +01:00
  • 6a7a19eb15 Modify the test command for nimly (nimble-package) (#13053) loloiccl 2020-01-07 14:47:40 +09:00
  • a019cc52f6 testament/important_packages dont run hts (#13052) Brent Pedersen 2020-01-06 22:47:18 -07:00
  • ba4fbb6328 Continue #13002 (#13021) Clyybber 2020-01-06 12:40:42 +01:00
  • 72499a8d7c [cleanup] remove disabled (and obsolete) ttypetraits; rename ttypetraits2 => ttypetraits (#13041) Timothee Cour 2020-01-05 10:33:34 -08:00
  • 2cfa8d8385 Allow -o option for buildIndex (#13037) [backport] BinHong Lee 2020-01-05 10:24:30 -08:00
  • 9a5aaadda8 Rst parser respect :start-after: and :end-before: in include directive (#12972) Kamanji 2020-01-05 12:01:21 +03:00
  • ae68ff959b fixes #12996 Araq 2020-01-05 09:42:24 +01:00
  • fdcea66fd9 reprjs: style changes Araq 2020-01-04 19:55:45 +01:00
  • a3df1b55f3 fixes #13013, reverts previous changes to readLines() (#13036) [backport] cooldome 2020-01-05 08:22:41 +00:00
  • 9474a818af fix enumtostr crash for enum-range (#13035) Jasper Jenkins 2020-01-05 00:18:14 -08:00
  • 13c08f3ab4 VM: support importc var, ptr/pointer types, cast int <=> ptr/pointer (#12877) Timothee Cour 2020-01-05 00:11:29 -08:00
  • a1beeb313f fixes #13032 Araq 2020-01-04 19:33:49 +01:00
  • 0f6987a86e fixes #12964 (#13027) Andreas Rumpf 2020-01-04 07:40:02 +01:00
  • 47e7b8771c Fixes #13026 (#13028) cooldome 2020-01-04 01:33:13 +00:00
  • 89570aa44b fix #12988 (#13022) rockcavera 2020-01-03 18:41:58 -03:00
  • fb1b51f1e3 fixes #12956 (#13020) Andreas Rumpf 2020-01-03 17:36:09 +01:00
  • 8aadba1a2a fixes #12961 (#13019) Andreas Rumpf 2020-01-03 14:30:54 +01:00
  • a577a88c36 Fix typo (#13015) [backport] Siegfried Ehret 2020-01-03 10:23:28 +01:00
  • 0ecb709cbe fixes #12978 (#13012) Andreas Rumpf 2020-01-03 01:21:45 +01:00
  • c949b81efd remove default argument for readLines (#12807) [backport] cooldome 2020-01-02 22:27:37 +00:00
  • 002d50f1f0 Sink to MemMove optimization in injectdestructors (#13002) cooldome 2020-01-02 21:58:01 +00:00
  • 0ff23e696c fix #12985 {.push.} now does not apply to generic instantiations (#12986) Timothee Cour 2020-01-02 07:49:57 -08:00
  • c3344862b0 --exception:goto switch for deterministic exception handling (#12977) Andreas Rumpf 2020-01-01 10:01:49 +01:00
  • 8a63caca07 fixes disruptek/nimph#102 multi-level nim.cfg use (#13001) [backport] Andy Davidoff 2019-12-31 16:29:19 -05:00
  • 584e8c8283 fixes #12989 (#12992) cooldome 2019-12-31 20:13:26 +00:00
  • ce40ed18bb fixes #12965 (#12991) Andreas Rumpf 2019-12-31 09:42:18 +01:00
  • 9eeff690d5 Revert "fixes #12989" Andrii Riabushenko 2019-12-31 00:10:02 +00:00
  • 928c2fee06 fixes #12989 Andrii Riabushenko 2019-12-31 00:07:49 +00:00
  • defaf3b5a5 c_fflush() the rawWrite() buffer (#12987) Ștefan Talpalaru 2019-12-30 02:13:41 +01:00
  • 8d1a7db6ea Check pqntuples > 0 in getValue. Fixes #12973 (#12974) Chris Heller 2019-12-29 08:41:18 -08:00
  • 441cacf70f Added fix for handling TaintedStrings in streams and httpclient (#12969) Sam Wang 2019-12-29 08:37:22 -08:00
  • ee9ee297d8 generic stack trace overriding mechanism (#12922) Ștefan Talpalaru 2019-12-29 15:46:01 +01:00
  • 37e93eab66 parsecfg: retain CRLF line breaks, fixes #12970 (#12971) Simon Krauter 2019-12-29 15:39:48 +01:00
  • 8c19372690 [ci skip] docfix .. < => ..< (#12981) [backport] Timothee Cour 2019-12-29 15:34:36 +01:00
  • 21ea1094ef Allow customize Host header Jack Tang 2019-12-28 23:48:50 +08:00
  • b67dea7a33 Fixes stackoverflow links in readme (#12963) [backport] King Eca 2019-12-27 16:31:01 +08:00
  • 1917ebf082 minor refactorings Andreas Rumpf 2019-12-27 08:29:40 +01:00
  • 649bf326bf fixes #12945 (#12959) cooldome 2019-12-24 19:34:14 +00:00
  • 30162908b0 fixes another regression Araq 2019-12-24 15:28:55 +01:00
  • 3516947642 osproc: fixes regression Araq 2019-12-24 13:01:11 +01:00
  • 5aa7b1a44b ARC: default to a shared heap with --threads:on Araq 2019-12-24 12:08:22 +01:00
  • bafb4f119c ported re.nim to ARC Araq 2019-12-24 11:45:54 +01:00
  • 8f17a70fe1 ported osproc.nim to ARC Araq 2019-12-24 11:45:37 +01:00
  • 9faf00598f ported channels to ARC Araq 2019-12-24 09:27:45 +01:00
  • fbb8052e3a fixes the distros.nim regression Araq 2019-12-24 00:09:12 +01:00
  • 7bcf7696f0 fixes a silly regression Araq 2019-12-23 17:27:36 +01:00
  • 942db8c5f3 fixes a test case Araq 2019-12-23 13:48:50 +01:00