Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
Nim
We are on a mission to develop an easy to use and performant systems programming language.
Collective -
Host: opensource -
https://opencollective.com/nim
- Code: https://github.com/nim-lang/Nim
On Windows, a successful call will have a trailing newline appended, so
strip that away before ...
github.com/nim-lang/Nim - ff70ff529d23d5ca6abe0e16d815172dd24a9dd1 authored over 4 years ago
github.com/nim-lang/Nim - 7d8c1be8fb1ba96dd16c40df990d4c2639515173 authored over 4 years ago
github.com/nim-lang/Nim - 1f4b9cebd4a073024f68e70156be1d8ceab7344f authored over 4 years ago
* fixes #15243 [backport:1.2]
github.com/nim-lang/Nim - aa1d7fe1e9d9c63691b46d7d1c4c37e2c814bfc5 authored over 4 years agogithub.com/nim-lang/Nim - f785174c6009969ab853e0e2ce28f68c8b961776 authored over 4 years ago
github.com/nim-lang/Nim - 6e32a9e88c4f2a63a4645748e06a9ff51d384232 authored over 4 years ago
github.com/nim-lang/Nim - d1eb76184b114736a40aef2299f98be6b0b384c7 authored over 4 years ago
github.com/nim-lang/Nim - b4fe0c88624e3af03715a93733644b0c71dfdcce authored over 4 years ago
github.com/nim-lang/Nim - 37e0d6f32d39752e0017685c471e19071570150c authored over 4 years ago
github.com/nim-lang/Nim - 800d6204cd1e55919fb608ed8f151774894ee2b7 authored over 4 years ago
* fix #15430, pop pragma
{.pop, experimental.} should be allowed, but not {.pop experimental.}
github.com/nim-lang/Nim - 84d9b1227d036e2286cbceace0d8dd27c515c62b authored over 4 years ago* Add first draft of new osproc.readLines
* Add test for new osproc.readLines
* Rename tes...
github.com/nim-lang/Nim - 26d656e73e2354bc6f177073b948a7791e8f7427 authored over 4 years ago
* fix #15405
* fix tests
* deepcopy for ARC has to be enabled via --deepcopy:on
Co-authored...
github.com/nim-lang/Nim - 531ed2dc365d6d33c7bccdfbe22df561cf14af86 authored over 4 years ago
This commit gets rid of buildNimble in favor of the simpler
bundleNimbleExe, which does pretty ...
* [docs] unify generates and Generates
* fix typo
github.com/nim-lang/Nim - 0bfa0fcaea69d247304ed06cb129bfcc80fcd864 authored over 4 years ago* Add critbits.toCritBitTree
* https://github.com/nim-lang/Nim/pull/15444#discussion_r498035342
github.com/nim-lang/Nim - 5e160bff1b07e813fd3ed75f2bc48c4331cbfa39 authored over 4 years agogithub.com/nim-lang/Nim - 8f90ac6af1bafcba13208e5356098f5f3aaff7b8 authored over 4 years ago
* views: yet another bugfix
* views: extended the spec
* views: take into account potentia...
github.com/nim-lang/Nim - ab405c936e77a875199aa1ee0f99eddd3d5a0c10 authored over 4 years agogithub.com/nim-lang/Nim - 79a92da8efdb895ba5762ca9ed0471a3a5846068 authored over 4 years ago
github.com/nim-lang/Nim - 4e7d383f29be22c9cec103cf678422a23b108a37 authored over 4 years ago
github.com/nim-lang/Nim - 2b91845f1db165541be5d2ebad7fe1f956e90fb1 authored over 4 years ago
github.com/nim-lang/Nim - b703f02ad2a95975513f07d1a48c368b80825ddb authored over 4 years ago
github.com/nim-lang/Nim - 6b3654c48de4b0c431e1bfaad6d34ec3e33df026 authored over 4 years ago
* you can put borrows into tables
* enforces mutating views only mutate mutable data
github.com/nim-lang/Nim - 86d7b63e2ae7177061ff13d7b4cf32ba512f22f6 authored over 4 years ago* use release version
* fix doc search
github.com/nim-lang/Nim - 9c86f4867e8475e38e1e8fb026b9cfd1555271a8 authored over 4 years agogithub.com/nim-lang/Nim - eb2a4961c71029c874ebdacd1b23a349eb8e61d5 authored over 4 years ago
* spec for view types
* spec additions
* refactoring; there are two different kinds of views
...
#14357 changed from sending 'val', an int, to a pointer to int, which is understandable, but not...
github.com/nim-lang/Nim - f8866598e7e0226aac7a6720adf4440278f9508d authored over 4 years agogithub.com/nim-lang/Nim - 22d0a3993268c334e62461f39ef02b1d02c64ca1 authored over 4 years ago
github.com/nim-lang/Nim - 5f9b366180f86dec5362c6acb67defb58e2e1c93 authored over 4 years ago
* .noalias annotation; frontend support
* added .noalias support to Nim; implements https://g...
github.com/nim-lang/Nim - 50b6f6996ab604931d8ee7ca2a26bfdce5559933 authored over 4 years agogithub.com/nim-lang/Nim - 453167a41e4d3b75e14d9102779dc2311672d13f authored over 4 years ago
* produce runtime type information for reified openArrays
* added a test case
github.com/nim-lang/Nim - f1ac01459cfecdaa26fd26128bb586236d4ba24e authored over 4 years agogithub.com/nim-lang/Nim - 0ea559611d7cd4ba907a668af01302d52fa3eab9 authored over 4 years ago
* moved view tests to tests/views
* refactoring
* more refactorings
* better support for syst...
* cursor inference: makes combparser work; refactorings
github.com/nim-lang/Nim - e6616115e65381aaab427c557431d7992bb25063 authored over 4 years ago
This allows distributions to build Nim from the downloaded source
archive without an Internet c...
github.com/nim-lang/Nim - 2de6e18774ec9f0f15c88ab916d7f501ba13b467 authored over 4 years ago
* fixes #14983
* allow bootstrapping with 0.20
* added a test case for the new system.add ...
github.com/nim-lang/Nim - e9fa486493b5fa796cfd7d312b0004d5ee6ea6f5 authored over 4 years agoThis reverts commit f8c48fc1863a243718acf86b699baed1a5c1512e.
github.com/nim-lang/Nim - 68ec7a018b85e978c437e776dfcc183cf7b79057 authored over 4 years agogithub.com/nim-lang/Nim - e3b5f80a890428a0c9b5c2bdd7a3205d79946957 authored over 4 years ago
github.com/nim-lang/Nim - ce72d7ffc512c99e8eb8825b08c9985763f878b6 authored over 4 years ago
github.com/nim-lang/Nim - 496e9f74e12b1ad73b621872771e9634404f95ff authored over 4 years ago
* fixes #15361; better cursor inference
github.com/nim-lang/Nim - 4ec5cbac0df2914b71e9813e6df81c248510ae57 authored over 4 years agogithub.com/nim-lang/Nim - 8a6c5edc43bb4ef90feb4eabbc2520004244a011 authored over 4 years ago
github.com/nim-lang/Nim - e85c5ad3797b378cf6b93f35cc1d63e2d066b57a authored over 4 years ago
github.com/nim-lang/Nim - 7a6f4eca1987f41fccf2eea0896f4a433208a355 authored over 4 years ago
* allow result symbol reuse
* try different approach
* Revert "try different approach"
...
github.com/nim-lang/Nim - f21a49b2c4b20402198546aae9d9884bb9fa2a9f authored over 4 years ago* fix the indentation in `--help` and `--fullhelp`
* a better way to fix it
github.com/nim-lang/Nim - fe3211fbcfa6b14a2e2fcd4dfb8664dcf8a1bd21 authored over 4 years agogithub.com/nim-lang/Nim - 94c8d53a03c437d1601fa75aecb5b84bb694711f authored over 4 years ago
github.com/nim-lang/Nim - e2d80b15a6963f4a1ea64c32d7aeec9fcb862260 authored over 4 years ago
* Fix forward declarations in shadow scope contexts
* Add testcase for #15385
* Less empty...
github.com/nim-lang/Nim - 4b9eea2fcc5d030393ca9020fbbee33fcb48d41a authored over 4 years ago* add `enumerate` macro
* address the comments
* put `enumerate` in its own module
github.com/nim-lang/Nim - 11c377c1149a23657a7f0dd897866cb550ade8d1 authored over 4 years ago* deinitLock
* minor
github.com/nim-lang/Nim - ab05e141c0ee298d42344e8a15101097e73ff2f9 authored over 4 years ago* nimStackTraceOverride: enable stack traces in exceptions
This is a two-step stack trace col...
github.com/nim-lang/Nim - 1fae66e4df8cc43b4ec8ab97fff96282ef234f2e authored over 4 years ago* Add strutils.indentation and make unindent use it
* Code style
* Fix bootstrapping
* ...
github.com/nim-lang/Nim - d67c5cb75171fcbf1ca9078452e8fcbe36fc79bc authored over 4 years ago
NetBSD was switched to getApplFreebsd() in #15359, however the proc was
not made available for ...
github.com/nim-lang/Nim - 8f511fd0e68d1f75f418a5ed69663b8a41e29ae2 authored over 4 years ago
github.com/nim-lang/Nim - 464518327211ea3a693e9ae5e9b03c739d410ac4 authored over 4 years ago
* add testcase for #6060
* Remove overspecific testament spec
Co-authored-by: Clyybber <da...
github.com/nim-lang/Nim - 40a868bccc6934aba99a9e490dad04296533b00f authored over 4 years ago* add testcase for #7165
* Remove overspecific testament spec
Co-authored-by: Clyybber <da...
github.com/nim-lang/Nim - 6c83eb48c2686818a0527a64576e27f0dbb87560 authored over 4 years agogithub.com/nim-lang/Nim - db9ab2a4c00bc650a8526115d659b57dcd38c39b authored over 4 years ago
github.com/nim-lang/Nim - c2434d939e193c066fad1eaefcba486dc0af6087 authored over 4 years ago
* string is not nil anymore
* tatus
github.com/nim-lang/Nim - 0a1e4cad7fc6149d168ecaa06bd613b64fc704fb authored over 4 years agogithub.com/nim-lang/Nim - 4d75059e8b16c64a9765da6489af7c3d697c81b5 authored over 4 years ago
github.com/nim-lang/Nim - 04cecdf9c28c1f1d526d209c582afe7daa7fe654 authored over 4 years ago
github.com/nim-lang/Nim - 33be7c6f5ef1a9e54d037682984f563c8ee11fcb authored over 4 years ago
github.com/nim-lang/Nim - cdac67376c599c39e748401e8c0a82ab51a87326 authored over 4 years ago
github.com/nim-lang/Nim - ebb632ccba0d786b90684e4da2b393cfae04a24c authored over 4 years ago
* ARC/ORC: fixes memory leak for empty seqs that have a non-zero capacity
* async: minor refa...
github.com/nim-lang/Nim - a15d77df7e324f6cda831bf44ced7a5a8bd93ef4 authored over 4 years agogithub.com/nim-lang/Nim - cbdda631dbd68765203d1843f217f47c6e0c5c48 authored over 4 years ago
github.com/nim-lang/Nim - 9a34009f00749bb29f3c58256648994940533e06 authored over 4 years ago
github.com/nim-lang/Nim - 8ae4a774b77d492f997f72d36cc3b8705bc080af authored over 4 years ago
github.com/nim-lang/Nim - ae1f5c15593be8137812137d315bb8d367dfac9f authored over 4 years ago
Co-authored-by: drswinghead <[email protected]>
Co-authored-by: Clyybber <darkmine956@gmail...
* introduced --define:nimArcIds
* ORC: bugfixes
github.com/nim-lang/Nim - d19316bbb986a7dd1d6d091173963f6e74c65991 authored over 4 years agogithub.com/nim-lang/Nim - 59b7857167ad458290dc57c4e39ca564b3080e52 authored over 4 years ago
github.com/nim-lang/Nim - 2671efab78e0c1a56d5f527b6a25f658575ca9a0 authored over 4 years ago
* fix generic constraints
Co-authored-by: James Osborn <[email protected]>
github.com/nim-lang/Nim - e56d50d747451ea222617902ff70f31b4bb3123c authored over 4 years agogithub.com/nim-lang/Nim - c57023f3241e99910d44e91330a381e41193047f authored over 4 years ago
github.com/nim-lang/Nim - cbd78ec1f68e78a88e4a83a5009bc4c8c28c79b3 authored over 4 years ago
This reverts commit a3e9cc52343a54cadc7b77b783e1c8b6ba2b327f.
github.com/nim-lang/Nim - bc9967f05a4272eb35f543ba6422086b57320ad8 authored over 4 years agogithub.com/nim-lang/Nim - d938c6411e399ee1c936fa7b9ee3a1b53ab65791 authored over 4 years ago
github.com/nim-lang/Nim - 913ffbb92d0f0b9c5e7cf3fcbb446c38e890680e authored over 4 years ago
github.com/nim-lang/Nim - 28a64869f0a5b96ee491a2a4210461709d4800fa authored over 4 years ago
github.com/nim-lang/Nim - 8b66412a8bfebcd53f09d0e608b418a05d13516a authored over 4 years ago
* proc params are now syms
* Fix typesrenderer
* Add testcase for disrupteks issue
* fi...
github.com/nim-lang/Nim - 341be0b61cc0603dc921c99b891208dcda274c98 authored over 4 years agogithub.com/nim-lang/Nim - a3e9cc52343a54cadc7b77b783e1c8b6ba2b327f authored over 4 years ago
github.com/nim-lang/Nim - ae4ede6b009632bd0d809c61066b240e8ee7719a authored over 4 years ago
github.com/nim-lang/Nim - de7f2372be770ca97f3f63dcc9447bdd2827f9d0 authored over 4 years ago
github.com/nim-lang/Nim - fd31e8ff6f96527cc52125d01311d022ff82fead authored over 4 years ago
* docs improvement
* minor
github.com/nim-lang/Nim - 0aaf4e2dfa2d06a71202bd283e99bb017c781f2c authored over 4 years agogithub.com/nim-lang/Nim - bc179ccc3f3c0df8b0c725b477c7cfeefaef4594 authored over 4 years ago
github.com/nim-lang/Nim - 073bea66064afd72cd5e0ffc65569a1833dce385 authored over 4 years ago
github.com/nim-lang/Nim - c38487aa225674f67659c28ce171fd93e2231ad1 authored over 4 years ago
* test cookies with comma for #15319
* space
github.com/nim-lang/Nim - e111b610caa26b6577f99423d360ff805e0b0ecf authored over 4 years agogithub.com/nim-lang/Nim - 366216da6455fc882da44bac84b1887e6e1a267e authored over 4 years ago
* Add missing attributes and methods to dom.Navigator
* Add missing attributes and methods to...
github.com/nim-lang/Nim - a667475aaf83f3228fe76ffd25c296ca1847146b authored over 4 years ago* Fixing issue #15302 -- lwip doesn't support signals
* Adding test to catch issue #15302 -- ...
github.com/nim-lang/Nim - 6c49767a6c656fb097df71c41e4f123380bc1ca9 authored over 4 years ago