summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* envPairs works in vm, nims (#18615)Timothee Cour2021-09-297-218/+221
| | | | | * envPairs works in vm, nims * fixup
* test ord (#18909)flywind2021-09-281-4/+0
|
* fix a typo (canonilization => canonicalization) (#18914)flywind2021-09-281-1/+1
|
* change comment (#18913)flywind2021-09-281-1/+1
|
* fixes 'lent T' inside object constructor [backport] (#18911)Andreas Rumpf2021-09-274-3/+21
| | | | | * fixes 'lent T' inside object constructor [backport] * progress
* this ensures libp2p continues to compile [backport] (#18908)Andreas Rumpf2021-09-272-5/+16
|
* Add armv8l support (Closes: #18898) (#18901) [backport]Federico Ceratto2021-09-272-1/+4
|
* activate winim (#18907)flywind2021-09-271-1/+1
| | | `winim` is dependent on windows API.
* fixes #18878 (#18883)Aditya Siram2021-09-251-1/+2
|
* fix wrong name (rnimsyn => renderer; pnimsyn => parser; scanner => lexer) ↵flywind2021-09-255-7/+7
| | | | | | | (#18895) * fix wrong module name * rephrase more word
* fix a typo (rename `temporal` to `temporary` (#18892) [backport]flywind2021-09-241-1/+1
|
* closes #18690; make view types stricter [backport] (#18891)Andreas Rumpf2021-09-242-5/+14
| | | | | * closes #18690 * don't allow capturing of view types [backport]
* [backport] arc: improve compile time of (nested) loops (#18890)Clyybber2021-09-241-3/+8
|
* ported Nim to proprietary CrossOS [backport] (#18889)Andreas Rumpf2021-09-246-4/+18
|
* [backport] change some examples in tut1.rst (#18884)Miran2021-09-241-12/+35
| | | | | | | | | * [backport] change some examples in tut1.rst * Update doc/tut1.rst * Update doc/tut1.rst Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
* correct effect tracking for .borrowed procs [backport] (#18882)Andreas Rumpf2021-09-238-12/+20
| | | | | | | | | | | * correct effect tracking for .borrowed procs [backport] * progress * fix error message in a test * correctly fix it Co-authored-by: narimiran <narimiran@disroot.org>
* update csources hash (#18885)Miran2021-09-231-1/+1
|
* closes #16132 [backport] (#18880)Andreas Rumpf2021-09-222-6/+21
| | | | | * closes #16132 [backport] * fixes #16132 [backport]
* fixes #18856 [backport] (#18879)Andreas Rumpf2021-09-221-1/+1
|
* atlas: added --cfgHere switch [backport] (#18873)Andreas Rumpf2021-09-201-6/+19
|
* [backport] Revert "use new Nimble, with lockfiles (#18810)" (#18872)Miran2021-09-201-1/+1
| | | | | | | | This reverts commit f373c17ad926b669bb3b5819ae1dff4bde1da88a. For more details, see: - https://github.com/nim-lang/nimble/issues/940 - https://github.com/nim-lang/Nim/issues/18840 - https://forum.nim-lang.org/t/8404
* fixes #18863 [backport] (#18871)Andreas Rumpf2021-09-202-4/+5
|
* fix #18844 (#18851)flywind2021-09-202-5/+25
|
* fixes #18847 [backport] (#18870)Andreas Rumpf2021-09-202-2/+7
|
* fixes #18858 [backport] (#18868)Andreas Rumpf2021-09-194-3/+11
| | | | | | | * fixes #18858 [backport] * ensure async tests work with --experimental:strictEffects [backport] * ensure async tests work with --experimental:strictEffects [backport]
* documented overload disambiguation [backport] (#18865)Andreas Rumpf2021-09-191-1/+19
| | | | | | | | | | | | | * documented overload disambiguation [backport] * Update doc/manual.rst Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> * documented overload disambiguation [backport] * documented overload disambiguation [backport] Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com>
* semtypinst: don't wrap type nodes from expressions in static[T] (#18860)alaviss2021-09-172-1/+18
|
* Fixed borrowing dot from aliases (#18854)Jason Beetham2021-09-162-3/+39
|
* fix #10128 (#18852)flywind2021-09-142-3/+21
|
* add testcase for #7308 (#18849)flywind2021-09-142-11/+43
|
* Dotborrow now works with generic distincts (#18848)Jason Beetham2021-09-144-7/+37
|
* add changelog entry for #18656 (#18839) [backport]Christian Ulrich2021-09-131-0/+5
|
* doc improvements (#18843)Andreas Rumpf2021-09-132-138/+33
| | | | | * cleaned up destructors documentation [backport] * Spec updates [backport:1.0]
* Fixed #18838 (#18841) [backport]Jason Beetham2021-09-132-2/+40
|
* Generic pointer procs now error if no types supplied (#18832)Jason Beetham2021-09-113-2/+30
| | | | | | | * more precise logic for pointer procs * added test for generic pointer procs * Fixed generic getting bracket expr if erroring
* Fixed type inference for 'set` and 'tuple' (#18827)Jason Beetham2021-09-112-1/+24
| | | | | | | * improved built in typeclass inference * Smarter logic to fit node * Forgot the untyped check
* [minor] fix docs (#18834)flywind2021-09-111-6/+4
|
* fix code-block which causes missing docsflywind2021-09-111-2/+2
|
* distros.foreignDeps made public (#18830)Juan Carlos2021-09-102-4/+5
| | | | | | | | | * Deprecate distros.echoForeignDeps * Deprecate distros.echoForeignDeps * https://github.com/nim-lang/Nim/pull/18830#discussion_r705364162 * https://github.com/nim-lang/Nim/pull/18830#discussion_r705364162
* Clarify unknown processor error (#18829)Federico Ceratto2021-09-091-1/+1
|
* active some packages (#18825)flywind2021-09-091-4/+4
|
* fix CI failure(upstream changes) (#18820)flywind2021-09-081-1/+1
| | | | | | | | | * fix upstream changes * Update tests/js/tunittest_error2.nim Co-authored-by: flywind <xzsflywind@gmail.com> Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
* Fix subranges of distinct types (#18816) [backport]Jason Beetham2021-09-072-1/+15
|
* Fixes implicit and explicit generics in procedures (#18808)Jason Beetham2021-09-062-5/+68
| | | | | | | | | | | * Fixes implicit and explicit generics * moved block logic into 'maybeInstantiateGeneric' * Added more tests * Update compiler/semexprs.nim Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
* fixes #12642 (#18811)Andreas Rumpf2021-09-066-7/+36
| | | | | | | | | | | | | | | | | | | * fixes #12642 * update important packages; refs #18804 * fixes #18805; refs #18806 * fixes a regression * Update testament/categories.nim Co-authored-by: flywind <xzsflywind@gmail.com> * progress * progress Co-authored-by: flywind <xzsflywind@gmail.com>
* '[]' can now be used for iterators (#18814)Jason Beetham2021-09-062-1/+15
|
* Atlas: added 'extract' command, as promised (#18813)Andreas Rumpf2021-09-061-1/+9
|
* fixes #14165, fixes #18739, fix the second example of #6269 (#18812)Andreas Rumpf2021-09-062-4/+57
|
* Fix recursive generic typed defs (#18809)Jason Beetham2021-09-062-1/+13
|
* use new Nimble, with lockfiles (#18810)Miran2021-09-061-1/+1
|