Commit Graph

  • 2951f89374 improve errmsg refs #17793 object ctor with generics (#17806) Timothee Cour 2021-04-21 01:52:17 -07:00
  • f1ce173283 Fix Httpclient headers from being modified accidentally (#17808) Joey 2021-04-20 23:42:04 -06:00
  • a9b62de895 CIs: attempt to use csources_v1 (#16282) Andreas Rumpf 2021-04-21 07:41:33 +02:00
  • 7bce1f8578 close #13373 document (ref Foo)(a: 1) (#17804) Timothee Cour 2021-04-20 22:33:56 -07:00
  • 8de053d870 fix hintMsgOrigin regression + simplify msgs code (#17805) Timothee Cour 2021-04-20 22:00:45 -07:00
  • 603af22b7c [std/tasks]add gcsafe pragmas (#17799) flywind 2021-04-21 11:05:16 +08:00
  • eb221dcc27 [std/deques] move data instead of copy + destroy (#17800) flywind 2021-04-21 01:00:44 +08:00
  • 0b116310bf unit separator (#17730) Andreas Rumpf 2021-04-20 16:30:17 +02:00
  • c776498170 close #9691 and close #10913('spawn'ed function cannot have a 'typed' or 'untyped' parameter) (#17775) flywind 2021-04-20 21:39:58 +08:00
  • 54fe44135e updated the documentation (#17796) Andreas Rumpf 2021-04-20 15:24:20 +02:00
  • 4742e6e1fd followup #16714: add -d:nimLegacyUnarySlice + changelog (#17794) Timothee Cour 2021-04-20 00:25:28 -07:00
  • 68e7ed9c57 important_packages: allowed_failures batch (#17757) Timothee Cour 2021-04-20 00:02:35 -07:00
  • fb02b56957 support skip ci in azure pipelines, and support it properly in github actions pipelines (#17561) Timothee Cour 2021-04-20 00:01:53 -07:00
  • 6852d091b3 changelog: document hash changes (#17792) Timothee Cour 2021-04-19 21:54:25 -07:00
  • ad67bcf379 fix https://github.com/nim-lang/RFCs/issues/311 remove unary slice (#16714) Timothee Cour 2021-04-19 19:02:52 -07:00
  • 3b80f0dc8e IC navigator: added support for include files (#17784) Andreas Rumpf 2021-04-19 22:37:09 +02:00
  • 24abe10aa8 Small privateAccess improvement (#17786) Clyybber 2021-04-19 17:51:00 +02:00
  • 438afb4db9 Introduce localErrorNode (#17785) Clyybber 2021-04-19 17:19:21 +02:00
  • 6de5aa1971 Rename = to =copy in stdlib (#17781) Clyybber 2021-04-19 13:16:10 +02:00
  • bae7b5b779 fix #17732(forward args... to megatest) (#17780) flywind 2021-04-19 17:48:26 +08:00
  • 4b0b536419 ic refactoring (#17778) Andreas Rumpf 2021-04-19 11:48:06 +02:00
  • 83fa0fc843 fix #12521(type alias for openArray) (#17593) flywind 2021-04-19 17:21:35 +08:00
  • dc89b21257 [std/locks]close #7998(complete condition variables) (#17711) flywind 2021-04-19 16:51:13 +08:00
  • cedbc7035d [std/locks]remove workaround for withLock (#17772) flywind 2021-04-19 16:33:56 +08:00
  • f8038af5ec Documentation only, dom (#17770) Juan Carlos 2021-04-19 02:42:38 -03:00
  • 172a5ab7f8 [std/rlocks]add inline pragma (#17773) flywind 2021-04-19 13:41:50 +08:00
  • 5042cb956b [ci skip] document compiler/ic/rodfiles.nim (#17771) Saem Ghani 2021-04-18 22:40:08 -07:00
  • 0a10af5a2c privateAccess now works with ref | ptr (#17760) Timothee Cour 2021-04-18 15:15:58 -07:00
  • d6c8efa5d4 declaredlocs followup: handle cannot instantiate errors (#17745) Timothee Cour 2021-04-18 15:03:24 -07:00
  • 6916faf83c Fix #17755 (#17766) Dankr4d 2021-04-18 23:39:05 +02:00
  • c7b77829fe IC: fixes a long standing bug about DCE set computations (#17763) Andreas Rumpf 2021-04-18 23:38:07 +02:00
  • 42c6eec4ef fix #17749 ignore SIGPIPE signals, fix nim CI #17748 (#17752) Timothee Cour 2021-04-18 06:34:29 -07:00
  • ca3fe63bab remove jstin from important packages (#17765) flywind 2021-04-18 21:30:30 +08:00
  • 7b6ab5109f IC exposes typedesc implementation shenanigans (#17759) Andreas Rumpf 2021-04-18 07:27:03 +02:00
  • c8b8cb8458 make cuchar alias uint8 instead of char (#17738) shirleyquirk 2021-04-17 16:27:10 +01:00
  • 8e124da75d fix range to unsigned conversion (#17754) Tanguy Cizain 2021-04-17 15:34:00 +02:00
  • 5c9c1988f6 -d:nimDebug: calls doAssert false instead of quit (#17739) Timothee Cour 2021-04-17 02:49:54 -07:00
  • 5c5f356347 replace defer with try ... finally (#17753) flywind 2021-04-17 17:48:22 +08:00
  • 7e94420847 cString => cSourceString; tyCString => tyCstring so that error msgs show cstring, not cString (#17744) Timothee Cour 2021-04-17 02:14:09 -07:00
  • 8e474fbb57 IC: yet another embarrassing omission (#17743) Andreas Rumpf 2021-04-17 01:12:12 +02:00
  • 201ac2b9c9 fix nim CI following #17455 (same postmortem as #17721) (#17740) Timothee Cour 2021-04-16 11:26:05 -07:00
  • 957478ce26 removed nimfind tool, succeeded by 'nim check --defusages' (#17737) Andreas Rumpf 2021-04-16 15:23:17 +02:00
  • 1b65b9cc19 refs #17292 fix repr: (discard) now does't render as discard which gave illegal code (#17455) Timothee Cour 2021-04-16 05:55:51 -07:00
  • fdd4391534 Fix buffer-overrun bug in net (#17728) [backport:1.0] shirleyquirk 2021-04-16 13:22:51 +01:00
  • d19e4310dc std/hashes: hash(ref|ptr|pointer) + other improvements (#17731) Timothee Cour 2021-04-16 05:21:26 -07:00
  • 611b88763f start using import {.all.} (#17736) Timothee Cour 2021-04-16 03:54:49 -07:00
  • 606288974f ic navigator tests (#17735) Andreas Rumpf 2021-04-16 12:20:43 +02:00
  • 8161b02897 import foo {.all.} reboot (#17706) Timothee Cour 2021-04-16 00:16:39 -07:00
  • 12783dbcf0 make the copy operation of Thread an error (#17734) flywind 2021-04-16 14:50:44 +08:00
  • 95e8ddabb2 followup #17700 put changelog in wrong file (#17729) shirleyquirk 2021-04-15 21:45:51 +01:00
  • 5c12c711f7 follow up #17518 (#17726) flywind 2021-04-16 01:25:35 +08:00
  • 3f56b9944e follow up #17536 (#17727) flywind 2021-04-16 01:25:03 +08:00
  • 363467fc00 Fix array's high & low return type for empty arrays (#17705) Tanguy Cizain 2021-04-15 15:45:38 +02:00
  • 51a40c1f38 Fix getCustomPragmaVal for some multi arg pragmas (#17723) Clyybber 2021-04-15 13:55:50 +02:00
  • f8dce493d3 rst indentation fixes (ref #17340) (#17715) Andrey Makarov 2021-04-15 09:12:44 +03:00
  • ae9231cfeb fix CI tests/errmsgs/tgcsafety.nim (#17721) Timothee Cour 2021-04-14 13:45:25 -07:00
  • eff9d75379 IC: rodfiles: no floats (#17720) Andreas Rumpf 2021-04-14 22:35:18 +02:00
  • d6242d7fe1 simplify asyncfutures, asyncmacro (#17633) Timothee Cour 2021-04-14 12:22:22 -07:00
  • 56c37759d6 getCustomPragma is split up in more usable chunks (#11526) Arne Döring 2021-04-14 20:42:09 +02:00
  • 44657b78c4 callback cannot be nil (#17718) flywind 2021-04-15 01:14:14 +08:00
  • 58f44c8b4e Update channels.nim (#17717) flywind 2021-04-14 22:45:22 +08:00
  • 67e28c07f9 IC: first steps towards 'nim check --def --ic:on' (#17714) Andreas Rumpf 2021-04-14 16:44:37 +02:00
  • 3b47a689cf Remove the use of usrToCell in gcMark [backport:1.2] (#17709) zah 2021-04-14 13:10:01 +03:00
  • 25b4a0ab0a testament --verbose: prints commands; gitignore ic artifacts (#17716) Timothee Cour 2021-04-14 00:44:07 -07:00
  • 840e13deb7 type with same name in different scope now works (#17710) Timothee Cour 2021-04-13 23:50:15 -07:00
  • fe77c3c72f megatest: allow duplicate file names, show compilation progress (#17713) Timothee Cour 2021-04-13 14:16:19 -07:00
  • 8e6b87a917 IC: code cleanup (#17708) Andreas Rumpf 2021-04-13 10:43:16 +02:00
  • e92c78a9ac add number literal jsbigints.big (#17707) Timothee Cour 2021-04-13 00:33:28 -07:00
  • 4f5709e326 IC: serialization bugfix (#17701) Andreas Rumpf 2021-04-13 07:23:29 +02:00
  • 8b5769133c remove unnecessary assignment (#17702) flywind 2021-04-12 14:58:46 +08:00
  • 0bc943ad54 followup strformat PR. backslash escapes, tests, docs (#17700) shirleyquirk 2021-04-12 06:32:37 +01:00
  • cae1839154 IC: added tcompiletime_counter test case (#17698) Andreas Rumpf 2021-04-11 21:41:24 +02:00
  • e710b9cf33 macrocache.nim: removed trailing whitespace Araq 2021-04-11 20:14:44 +02:00
  • 4780b08b9d IC: integrity checking (#17695) Andreas Rumpf 2021-04-11 17:37:32 +02:00
  • ceadf54d76 iterable[T] (#17196) Timothee Cour 2021-04-11 07:25:41 -05:00
  • a5b30c94c2 [feature] add arbitrary code execution to strformat (#17694) shirleyquirk 2021-04-11 12:07:23 +01:00
  • 3aaec0647b turn on syntax highlighting in Manual & Tutorial (#17692) Andrey Makarov 2021-04-11 11:23:08 +03:00
  • 2150cd1826 restyle RST option lists (#17637) Andrey Makarov 2021-04-10 10:49:01 +03:00
  • 08262206d3 refs #15667 improve invalid indentation errors, report when & where = could be missing (#16397) Timothee Cour 2021-04-10 01:55:39 -05:00
  • 1822ed384a IC: added converter test case (#17688) Andreas Rumpf 2021-04-09 16:41:49 +02:00
  • 8aa5991bea Genode platform fixes (#17521) Emery Hemingway 2021-04-09 16:29:10 +02:00
  • 86a1dcf928 hashes: Made the runnableExample easier to understand (#17689) Andreas Rumpf 2021-04-09 15:36:06 +02:00
  • f25243140b add std/tasks (#17447) flywind 2021-04-09 17:51:51 +08:00
  • 877cc5e4ff make repr handle setters foo= (#17683) Timothee Cour 2021-04-09 02:37:10 -05:00
  • cce1b24b1c ast: add getPIdent (#17684) Timothee Cour 2021-04-09 01:00:13 -05:00
  • 826ad2f36f nep1: guidelines for getters and setters (#17645) Timothee Cour 2021-04-09 00:09:04 -05:00
  • 13b958eb45 IC: added basic test case for methods (#17679) Andreas Rumpf 2021-04-09 06:59:25 +02:00
  • e4b64eee89 Fix small typos (#17680) konsumlamm 2021-04-09 00:40:19 +02:00
  • 2ac45a4794 undocument unsupported advanced options (#17678) Andreas Rumpf 2021-04-09 00:18:07 +02:00
  • 6ec55ebf48 Fix rst typo (#17671) konsumlamm 2021-04-08 20:29:11 +02:00
  • 9f0f477552 Update sysrand documentation (#17676) konsumlamm 2021-04-08 19:41:43 +02:00
  • 42687457b0 further progress on rst roles & directives (fix #17646) (#17659) Andrey Makarov 2021-04-08 20:00:14 +03:00
  • 4d3f9d3536 manual: minor improvements (#17677) Andreas Rumpf 2021-04-08 17:46:51 +02:00
  • 1b03accac7 Improve endians module (#17674) konsumlamm 2021-04-08 14:08:58 +02:00
  • 643dbc743b use strstr for a faster find implementation (#17672) Andreas Rumpf 2021-04-08 00:54:47 +02:00
  • bd7807de4c fixes #17647 (#17667) Andreas Rumpf 2021-04-07 23:26:53 +02:00
  • a7d6ba4526 minor typos (#17668) flywind 2021-04-08 01:54:28 +08:00
  • 834d5641e8 use sink and lent in deques (#17661) flywind 2021-04-07 20:17:48 +08:00
  • 939df8cbda ensure the avr example keeps compiling (#17663) Andreas Rumpf 2021-04-07 13:40:57 +02:00
  • d3702a4dc3 removing warning imported and not used debugutils (#17660) rockcavera 2021-04-07 02:52:14 -03:00