summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* RST: enable parsing of prefix roles (ref #17340) (#17514)Andrey Makarov2021-03-293-18/+70
|
* [nim check]fix #17460 (#17569)flywind2021-03-292-0/+21
|
* [os:standalone]fix #14011 (#17564)flywind2021-03-293-2/+36
|
* fix https://github.com/nim-lang/RFCs/issues/352: show top-level import for ↵Timothee Cour2021-03-292-13/+24
| | | | | | | | | top-level runnableExamples in generated docs (#17542) * fix https://github.com/nim-lang/RFCs/issues/352: show top-level import for top-level runnableExamples in generated docs * use canonical imoprt * fix test
* added nkError to the AST (#17567)Andreas Rumpf2021-03-296-3/+90
| | | | | | | | | | | | | * added nkError to the AST * Update lib/core/macros.nim Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> * Update compiler/ast.nim Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com>
* Typo in vm.nimClyybber2021-03-291-1/+1
|
* [docs]fix #17473 (#17565)flywind2021-03-292-4/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix nim js cmp fails at CT * Add `hasClosure` to `std/effecttraits` * type * Update changelog.md Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> * fix #14011 * Delete ttypetraits.nim * Apply suggestions from code review * fix #17473 * Revert "fix #14011" This reverts commit 0eed97a84b172b198bf4e6de69c04b84ef9d9f93. * Update lib/system.nim Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> Co-authored-by: Andreas Rumpf <rumpf_a@web.de> Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com>
* Add `hasClosure` to `std/typetraits` (#17501)flywind2021-03-294-0/+109
| | | | | | | | | | | | | | | | * fix nim js cmp fails at CT * Add `hasClosure` to `std/effecttraits` * type * Update changelog.md Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> * Update lib/std/effecttraits.nim Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
* remove std/ prefix from doc/lib.rst now that canonical import is shown in ↵Timothee Cour2021-03-292-30/+23
| | | | | | | module docs (#17543) * remove std/ prefix from doc/lib.rst now that canonical import is shown in module docs * cleanup top docs for std/sha1
* Small doc fixes in net (#17566)Danil Yarantsev2021-03-291-4/+2
|
* fixes #17437 - crash where error reporting > 1 (#17547)Saem Ghani2021-03-292-4/+34
| | | | | | | | | | | * fixes #17437 * Fix bug reference comment Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> * [skip ci] describe why we have hasError Co-authored-by: Timothee Cour <timothee.cour2@gmail.com>
* remove docutils.nimble (not a real nimble package, and affected canonical ↵Timothee Cour2021-03-296-13/+7
| | | | | | | imports) (#17544) * remove docutils.nimble (not a real nimble package, and affected canonical imports) * cleanup redundant references
* Small doc improvements for `std/with` (#17556)konsumlamm2021-03-291-3/+4
|
* added a simple 'koch branchdone' command to speed up my workflow (#17563)Andreas Rumpf2021-03-291-0/+8
|
* Fix net.readLine infine loop #17534 (#17535)ben2021-03-291-0/+1
| | | | | * Fix net.readLine infine loop #17534 * fix #17534 add return to template
* fix #14010(fix std/registry + arc) (#17551)flywind2021-03-292-8/+25
| | | | | | | | | | | | | * fix nim js cmp fails at CT * fix #14010 * Update tests/stdlib/tregistry.nim Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> * Update tregistry.nim Co-authored-by: Timothee Cour <timothee.cour2@gmail.com>
* Free the certificate after checking in `checkCertName` (#17558) [backport:1.2]Danil Yarantsev2021-03-292-3/+6
| | | | | | * Fix small leak in checkCertName * Size is not needed either * Free the certificate after checking
* [docs]close #12580 (#17549)flywind2021-03-281-2/+2
|
* follow up #17539 (#17548)flywind2021-03-292-2/+1
| | | | | * fix nim js cmp fails at CT * follow up #17539
* close #9622 add testcase (#17557)flywind2021-03-291-0/+30
| | | | | * fix nim js cmp fails at CT * close #9622 add testcase
* Add a getter for all defined Sections in parsecfg (#15450)Ardek Romak2021-03-283-14/+17
|
* system: fix link in `delete` proc (#17550)ee72021-03-281-1/+1
| | | The `delete` proc had a "See also" link that linked to itself.
* add testcase for #9466 (#17538)flywind2021-03-281-0/+28
|
* nim: unbreak CI; testament: add allowedFailure logic for tests that may fail ↵Timothee Cour2021-03-283-30/+40
| | | | but should still run (#17513)
* set const arch64 to fix compiling with vcc/icc (#17539)rockcavera2021-03-281-0/+1
|
* Fixed embedded nimscript imports (#17425)Jason Beetham2021-03-281-3/+4
|
* followup custom literals (#17500)Timothee Cour2021-03-277-33/+94
|
* close #5792 with testcase (#17536)flywind2021-03-271-0/+17
|
* close #7012 add testcase (#17537)flywind2021-03-271-0/+7
|
* IC: bugfix (#17533)Andreas Rumpf2021-03-272-6/+7
| | | | * cleanups * IC: bugfix
* Update security policy (#17522)Federico Ceratto2021-03-271-4/+7
| | | | | | | | | | * Update security policy * Update security.md Co-authored-by: Dominik Picheta <dominikpicheta@googlemail.com> Co-authored-by: Andreas Rumpf <rumpf_a@web.de> Co-authored-by: Dominik Picheta <dominikpicheta@googlemail.com>
* nnkArglist => nnkArgList + special case stylecheck:error (#17529)Timothee Cour2021-03-2710-15/+17
| | | | | * nnkArglist => nnkArgList * special case stylecheck:error
* fix flaky tnetconnect which sometimes failed with: No route to host ↵Timothee Cour2021-03-271-2/+3
| | | | [OSError] (#17526)
* close #17157 add testcase (#17531)flywind2021-03-271-0/+6
|
* cleaned up the internal documentation (#17524)Andreas Rumpf2021-03-263-440/+193
|
* disable package 'chronicles' until 'chronos' is fixednarimiran2021-03-261-1/+1
|
* Fix #17199 (#17348)Clyybber2021-03-263-18/+63
| | | | | | | | | | | | | | | | | | | | | | * don't zero out in a move in the VM * Add testcases for #17199 * Update tests/arc/tarcmisc.nim Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> * Update tests/vm/tissues.nim Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> * Fix test failures * Fix test * Fix tests Co-authored-by: Andreas Rumpf <rumpf_a@web.de> Co-authored-by: Timothee Cour <timothee.cour2@gmail.com>
* added a 'koch ic' command for easier adhoc testing of IC (#17508)Andreas Rumpf2021-03-268-14/+96
| | | | | | * added a 'koch ic' command for easier adhoc testing of IC * IC: progress * IC: enable generics test * make tests green
* testament: remove unused tfile,tline,tcolumn (#17515)Timothee Cour2021-03-262-36/+2
|
* close #15696 (#17518)flywind2021-03-251-0/+25
|
* lent support for tables (#17505)flywind2021-03-251-9/+9
|
* re-enable fidget (#17229)flywind2021-03-251-1/+2
|
* fix RST parsing after option lists (#17442)Andrey Makarov2021-03-252-1/+121
|
* ref https://github.com/nim-lang/Nim/pull/17333 (#17495)flywind2021-03-251-1/+2
|
* remove unnecessary check (#17502)flywind2021-03-251-2/+0
|
* custom integer literals bugfixes (#17499)Andreas Rumpf2021-03-244-6/+14
| | | | | * custom integer literals bugfixes * make nimsuggest compile again
* custom integer literals (#17489)Andreas Rumpf2021-03-2412-221/+412
| | | | | | | * user defined integer literals; refs #17020 * updated renderer.nim * use mlexerutils helper * imported all test cases from https://github.com/nim-lang/Nim/pull/17020 * final grammar updated
* potential fix for semgeneric formal params (#17494)Saem Ghani2021-03-243-2/+8
| | | | marked locations where analysis of return formal param is done prior to args. This might fix some subtle bugs.
* fix #17260 render `\` properly in nim doc, rst2html (#17315)Timothee Cour2021-03-244-10/+39
|
* fix #17325 linux 32bit CI; fix #17085 flaky test (#17469)Timothee Cour2021-03-244-10/+22
|