Commit Graph

  • 4b43d42b98 testament: don't rely on Nim source structure [backport:1.2] (#14077) alaviss 2020-04-23 07:26:06 +00:00
  • 0b4a475f2e Ref #14075 - enable two tests which seem to now be passing locally on FreeBSD. (#14076) Euan 2020-04-22 23:35:22 +01:00
  • d27bc03b21 Add LTO support for most compilers and do some VCC fixes (#14013) Keithcat1 2020-04-22 16:56:43 -05:00
  • 6cfe2e0c3d Set O_NONBLOCK flag atomically (#13934) Hiroki Noda 2020-04-23 03:24:45 +09:00
  • e1cc0219de fix #14064 xmltree should allow create text node with raw text(non-es… (#14070) Bung 2020-04-23 01:46:55 +08:00
  • 6c0c882509 Make debugSend/debugRecv procs public. Fixes #12189 (#12190) Chris Heller 2020-04-22 08:45:31 -07:00
  • 5571d48c32 Add the ability to pass title case headers to an HTTP server (#13968) wonderix 2020-04-22 17:43:39 +02:00
  • 269a458d74 cycle collector (#14071) Andreas Rumpf 2020-04-22 17:34:35 +02:00
  • 01523b2b58 change some Exceptions to CatchableError or Defect, fixes #10288 (#14069) hlaaftana 2020-04-22 17:49:41 +03:00
  • 5c26a83a4a use newer nodejs on Azure Pipelines (#14065) Miran 2020-04-22 11:38:33 +02:00
  • d42c5a575d base parseEnum on a case statement, fixes #14030 (#14046) Vindaar 2020-04-22 10:41:56 +02:00
  • c3f4b93060 Treat zig like clang/gcc wrt integer arithmetic. (#13957) Hessam Mehr 2020-04-22 07:31:24 +01:00
  • 22418ce8fb tools/finish: don't quote path with space (#14058) [backport] alaviss 2020-04-22 05:51:18 +00:00
  • eb6f523733 fix globalOptions (#14059) Timothee Cour 2020-04-21 22:50:38 -07:00
  • dc40fb805f Fix OS detection in a docker container (#13172) Arnaud Moura 2020-04-22 07:49:42 +02:00
  • 9604a5a97a fix typo (#14063) Andy Davidoff 2020-04-21 23:23:15 -04:00
  • 7ce0358351 fix #13222: make relativePath more robust and flexible (#13451) Timothee Cour 2020-04-21 14:53:55 -07:00
  • dd24004fab cleanup PR #14048 Araq 2020-04-21 23:27:19 +02:00
  • 1b6c4ed2ba fixes #14052 [backport:1.2] (#14055) Andreas Rumpf 2020-04-21 23:19:34 +02:00
  • 5608a4e57b Add deques.peekFirst/Last(var Deque[T]) -> var T (#13542) hlaaftana 2020-04-21 23:09:19 +03:00
  • cb2b9bd797 Add package install command for FreeBSD and OpenBSD. (#14051) Arnaud Moura 2020-04-21 22:07:19 +02:00
  • 5db0bb744c Replace enum fields idents with syms (#14048) cooldome 2020-04-21 19:12:32 +01:00
  • 218cbf0e09 Times refactorings (#13949) Oscar Nihlgård 2020-04-21 17:07:37 +02:00
  • 7828199827 #12103 - CI for OpenBSD (#12105) Euan 2020-04-21 14:05:21 +01:00
  • 89e6a7ab48 Fix the getSelection method. (#13632) treeform 2020-04-21 05:57:19 -07:00
  • b8b0e9b21d docs: move not nil to the experimental page (#14027) Rory O’Kane 2020-04-21 08:54:43 -04:00
  • 04c326569b fix mapIt issues #12625 & #12639 (#14041) Judd 2020-04-21 20:50:16 +08:00
  • 1a44b7e3ce New runnableExample for newAsyncHttpClient() (#14045) Tristram Oaten 2020-04-21 13:47:06 +01:00
  • 7beed44fc9 asyncdispatch: export Callback (#14042) [backport] alaviss 2020-04-21 09:21:36 +00:00
  • 3fe3db3c0d clarify tuples and objects in manual, fixes #12486 (#14044) hlaaftana 2020-04-21 12:21:12 +03:00
  • 42a64245f8 Fix broken async httpclient example Tristram Oaten 2020-04-20 17:44:25 +01:00
  • 67d71bb76d fixes #14038 Andreas Rumpf 2020-04-20 23:44:29 +02:00
  • 1bdc30bdb1 Make file descriptors from stdlib non-inheritable by default (#13201) alaviss 2020-04-20 15:09:59 +00:00
  • 6bd279c978 Fix #13972 (#14034) Clyybber 2020-04-20 17:06:44 +02:00
  • 65c5367dc1 Fixes #14014 (#14029) cooldome 2020-04-20 14:57:36 +01:00
  • ba0af0f827 allow generic typedesc field access (#12220) Jasper Jenkins 2020-04-20 06:36:57 -07:00
  • 4476d8a2e0 Update code example to match new sdl2.nim syntax (#13924) Lưu Danh, Hiếu 2020-04-20 19:49:05 +07:00
  • 59aeaa1c98 Make bitand, bitor, bitxor varargs-friendly (#13985) awr1 2020-04-20 07:48:37 -05:00
  • 59f1462b95 remove the nilChecks switch; refs #11570 Araq 2020-04-20 11:12:09 +02:00
  • 4d1149cffd fix for asm statement; refs #12650 Araq 2020-04-20 10:59:17 +02:00
  • 17f222613a refactor system.$ for objects a little; refs #13398 Araq 2020-04-20 10:33:07 +02:00
  • b2720317fa add --experimental:vmopsDanger; add generic conversion for vmops (#13813) Timothee Cour 2020-04-20 03:00:00 -07:00
  • 77834f0fda compiler/suggest: highlight squashed operators (#11796) alaviss 2020-04-20 09:54:53 +00:00
  • e6cf11351d unicode: minor documention improvement Araq 2020-04-20 08:42:08 +02:00
  • 242d39d27f fixes #12834 (#14017) Andreas Rumpf 2020-04-19 14:42:45 +02:00
  • 73eff1f457 fixes #12741 (#14005) Andreas Rumpf 2020-04-19 11:59:01 +02:00
  • 9874981e75 fixes #14001 (#14004) Andreas Rumpf 2020-04-19 10:01:04 +02:00
  • 4005f0d0e4 forward type alignment information to seqs (#12430) Arne Döring 2020-04-19 07:52:01 +02:00
  • a8f030fea2 drnim: phi nodes for 'if' statements (#13990) Andreas Rumpf 2020-04-19 02:41:16 +02:00
  • f1ee817627 Add runnableExamples to critbits module (#13994) jiro 2020-04-19 03:06:20 +09:00
  • f46803b225 Fix unused warning for $ for empty tuple/objects (#13991) hlaaftana 2020-04-18 18:41:03 +03:00
  • e3919b658f fix https://github.com/nim-lang/RFCs/issues/211: var a: DateTime compiles and is usable (#14002) [backport:1.2] Timothee Cour 2020-04-18 07:22:03 -07:00
  • d839eb9352 fix #14007 (#14012) [backport] cooldome 2020-04-18 15:15:17 +01:00
  • f10689d3d4 fixes #14003 (#14006) [backport:1.2] cooldome 2020-04-17 12:23:04 +01:00
  • d3b0132061 Step2: fixes #13781, fixes #13805 (#13897) cooldome 2020-04-16 22:27:08 +01:00
  • 9295251e68 Implements RFCs #209 (#13995) cooldome 2020-04-16 20:04:05 +01:00
  • b6f99409a9 added extended msg for failed library loads w/ incorrect DLL formats (#13950) awr1 2020-04-16 13:23:54 -05:00
  • 06e0c75ba9 make fuzzy search a bit less fuzzy (#13996) [backport:1.2] Miran 2020-04-16 20:22:32 +02:00
  • 6914de0d8d fix newDomParser (#13981) Timothee Cour 2020-04-15 23:59:54 -07:00
  • d72808520b Grammar correction in backends.rst (#13989) Adam Weber 2020-04-15 23:39:44 -05:00
  • 60ec5c89c5 added a .since annotation to hashIdentity Andreas Rumpf 2020-04-15 23:35:10 +02:00
  • a0b33f9408 Add hashWangYi1 (#13823) c-blake 2020-04-15 14:11:18 -04:00
  • 3a2697dd73 drnim: tiny progress (#13882) Andreas Rumpf 2020-04-15 20:03:25 +02:00
  • 04b6e9cf3e add timezones package to important_packages (#13987) Miran 2020-04-15 17:33:16 +02:00
  • 4764220cfb Fix https://github.com/inim-repl/INim/issues/66 (#13984) Timothee Cour 2020-04-15 04:07:18 -07:00
  • 2c93d1684e enable important_pkg on OSX (#13954) Timothee Cour 2020-04-14 06:00:35 -07:00
  • 10eabec6d4 fix #12864 static params were mutating arg types during sigmatch; fix #12713 ; refs #13529 (#13976) Timothee Cour 2020-04-14 06:00:02 -07:00
  • c269964860 Add Data URI Base64, implements RFC-2397 (#13759) Juan Carlos 2020-04-13 10:15:45 -03:00
  • 0a84219b3e Add jsdomparser (#13920) Juan Carlos 2020-04-13 10:07:52 -03:00
  • 255698deee Fix semfold handling of {.str/int/bool-define.} (#13964) Oscar Nihlgård 2020-04-13 14:22:33 +02:00
  • 40b64ccd7b Add runnableExamples to bitops module (#13951) jiro 2020-04-13 21:21:45 +09:00
  • 8ba915e449 error msg for #13864 (#13962) cooldome 2020-04-13 13:17:22 +01:00
  • 814f150184 fix #13848: make var result work with nim cpp (#13959) Timothee Cour 2020-04-13 05:16:06 -07:00
  • 2ef39081e1 minor fixes in 1.2 changelog [ci skip] narimiran 2020-04-13 08:12:27 +02:00
  • 35b046373a Improve #12920 fix (#13958) genotrance 2020-04-12 14:08:16 -05:00
  • 7238b968f3 Make unused code into actual test, replace echo with doassert (#13952) Juan Carlos 2020-04-11 17:16:26 -03:00
  • 5f6962337d osproc: added a better version of waitForExit for Haiku (#13938) alaviss 2020-04-10 07:34:52 +00:00
  • cc3f5d21b2 posix: add full Haiku support (#13931) alaviss 2020-04-09 13:56:08 +00:00
  • 7b582fd6a6 fixes #13863 (#13929) cooldome 2020-04-08 18:51:23 +01:00
  • bff742cd8b Add support for zig cc as C compiler. (#13757) Hessam Mehr 2020-04-08 14:24:14 +01:00
  • 350ee0308a Fixes issues with dynamic loading OpenSSL. Fixes #13903. (#13919) [backport] Dominik Picheta 2020-04-08 13:37:00 +01:00
  • 3dc8068075 Test packages on Linux (#13921) Miran 2020-04-08 14:34:08 +02:00
  • b4e9f8e814 fix ICE in isUnresolvedSym (#13925) cooldome 2020-04-08 13:16:25 +01:00
  • f86fc5316a fix #13909 (#13914) [backport:1.2] cooldome 2020-04-08 10:28:09 +01:00
  • 95fd8ae93c fix #13902 distinct uint64 type corruption on 32-bit with borrow (#13907) [backport:1.2] Timothee Cour 2020-04-08 00:56:16 -07:00
  • 3036ec9c44 fix #13894, httpclient hang on Http204 narimiran 2020-04-07 16:32:07 +02:00
  • c835c8c4e7 fix #13910 (#13917) cooldome 2020-04-07 18:40:14 +01:00
  • ab5e26c53c fix some codegen bugs: NIM_BOOL, NIM_STATIC_ASSERT, --passc:-std=... (etc) (#13798) Timothee Cour 2020-04-07 06:17:30 -07:00
  • b41931bf67 json doc: Note about Option and reserved keywords (#13895) Nicolai Søborg 2020-04-07 15:14:25 +02:00
  • 37692baf49 fix #13739 (#13742) Arne Döring 2020-04-07 14:42:59 +02:00
  • 92c4aad205 Fix #13889 with testcase (#13896) [backport] Clyybber 2020-04-06 16:25:24 +02:00
  • 1e25e16c88 Fix #13872 (#13898) Clyybber 2020-04-06 15:35:27 +02:00
  • e6d870896b openDefaultBrowser now works on OSX (#13892) [backport] Timothee Cour 2020-04-05 23:26:12 -07:00
  • f1fd3ef7f4 fix https://github.com/timotheecour/Nim/issues/88 (#13865) [backport:1.2] Timothee Cour 2020-04-05 15:24:35 -07:00
  • 87847150bf Add barebones asynchttpserver tests (#13883) supakeen 2020-04-05 21:16:13 +02:00
  • b6814be653 doc: fix comment for repr*(x: char): string (#13873) Hiroki Noda 2020-04-05 23:44:55 +09:00
  • 29734b73ff add nimPath to nim dump (#13876) Timothee Cour 2020-04-05 07:44:34 -07:00
  • 6d4f07f2ea Fix sym owner in wrapper proc (#13878) cooldome 2020-04-05 15:44:15 +01:00
  • 09ca19208f Add isNil check to custom Content-Length. (#13867) [backport:1.2] supakeen 2020-04-05 09:02:30 +02:00
  • 813ed358bf asyncdispatch: get rid of erroneous set constructions (#13877) alaviss 2020-04-05 06:39:43 +00:00