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
github.com/nim-lang/Nim - 123f9fb77a188202b16eab023987458f4bc3809a authored over 4 years ago by Euan <[email protected]>
github.com/nim-lang/Nim - f07f07eef9c3a92b5ed57c7932b91a0d48f95c5b authored over 4 years ago by Timothee Cour <[email protected]>
github.com/nim-lang/Nim - b18b1b0302a70595773c9a0669df64d5ee29597b authored over 4 years ago by Timothee Cour <[email protected]>
github.com/nim-lang/Nim - eca8f1d79f712613437918e397f7abb58bc29515 authored over 4 years ago by Clyybber <[email protected]>
* -d:checkabi obsolete (ABI check now enforced); add `addTypeHeader` helper
* cleanups
* impor...
* implement `nim r main` to compile and run, saving binary to $nimcache
* remove outFileAbs for...
It's also just faster to get the current file name instead of scanning
the PATH.
github.com/nim-lang/Nim - 0b4a475f2ee0f80e7d621e861bb85731797206be authored over 4 years ago by Euan <[email protected]>
* Added LTO in nim.cfg, added /link in extccomp.nim and other fixes
* Fix line endings
* F...
github.com/nim-lang/Nim - d27bc03b21ea066134a297e61d0d18c901300ccc authored over 4 years ago by Keithcat1 <[email protected]>
These flags were added in Linux 2.6.27, I'm not sure Nim's minimal
support Linux version.
* fix #14064 xmltree should allow create text node with raw text(non-escaped) eg. html style ele...
github.com/nim-lang/Nim - e1cc0219de5a51adb68479aa8923e7151003d95d authored over 4 years ago by Bung <[email protected]>* Make debugSend/debugRecv procs public. Fixes #12189
* Make checkReply proc public. Part of ...
github.com/nim-lang/Nim - 6c0c8825094453af6f189bda9a7cd2f9551693a6 authored over 4 years ago by Chris Heller <[email protected]>* Add the ability to pass title case headers to an HTTP server
* Remove unnecessary type spec...
github.com/nim-lang/Nim - 5571d48c327e8bc9667d95b46f87e73c643a94a6 authored over 4 years ago by wonderix <[email protected]>
* figured out the wrong cycle trace proc problem
* cycle collector/break refactorings and minor...
github.com/nim-lang/Nim - 01523b2b58c8007cc2595f6bcf33cf2ba1d9e38a authored over 4 years ago by hlaaftana <[email protected]>
github.com/nim-lang/Nim - 5c26a83a4a3b8cf3d77773709e84afd8ec512f51 authored over 4 years ago by Miran <[email protected]>
* base `parseEnum` on a case statement, fixes #14030
* apply simplifactions / clean up, remov...
github.com/nim-lang/Nim - d42c5a575dfaa6df363fd47c95d13c70aa60729c authored over 4 years ago by Vindaar <[email protected]>github.com/nim-lang/Nim - c3f4b93060b5e72b5ee1a4e37d5c69e63e7d8bb8 authored over 4 years ago by Hessam Mehr <[email protected]>
Path with spaces should be added as is, quoting them makes utilities
treat the quotes as part o...
github.com/nim-lang/Nim - eb6f5237339e4f246118df750bc89624c4c42884 authored over 4 years ago by Timothee Cour <[email protected]>
* Support detection in docker container.
* Get only ID information in os-release.
* Add test t...
github.com/nim-lang/Nim - 9604a5a97af45fa601d8d38827eb1462642e2c16 authored over 4 years ago by Andy Davidoff <[email protected]>
* * relativePath(foo) now works
* relativePath(rel, abs) and relativePath(abs, rel) now work (f...
github.com/nim-lang/Nim - dd24004fabaf315463b89d38ac553b20080fd1cd authored over 4 years ago by Araq <[email protected]>
github.com/nim-lang/Nim - 1b6c4ed2ba29f855b47ff295515b54c9ae4edafa authored over 4 years ago by Andreas Rumpf <[email protected]>
* Add deques.peekFirst/Last(var Deque[T]) -> var T
* Add changelog entry for deques.peekFirst/L...
github.com/nim-lang/Nim - cb2b9bd797b4ea8765eda302f66cd13907f28bd6 authored over 4 years ago by Arnaud Moura <[email protected]>
* replace enum fields idents with syms
* Trigger build
Co-authored-by: cooldome <ariabushenk...
github.com/nim-lang/Nim - 5db0bb744c08feb0c2c17ecd9cba12c276cde374 authored over 4 years ago by cooldome <[email protected]>github.com/nim-lang/Nim - 218cbf0e090cb8de1b859fcd4f9c54eec69e5437 authored over 4 years ago by Oscar Nihlgård <[email protected]>
* Working on OpenBSD CI
* Condense steps into 2 steps to make output easier to follow.
* Move ...
github.com/nim-lang/Nim - 89e6a7ab48584e2bcfc4a5c1997c292671d2bb6c authored over 4 years ago by treeform <[email protected]>
When I heard that this feature existed, and found the 2018 changelog entry that said `not nil` w...
github.com/nim-lang/Nim - b8b0e9b21d0b6da8c807efc6bbb339cd89c6236f authored over 4 years ago by Rory O’Kane <[email protected]>* fix mapIt issues #12625 & #12639:
1. fallback to call `map` when the result of `op` is a cl...
github.com/nim-lang/Nim - 04c326569bdafa619d6596d2d674d3acbcc1ecf3 authored over 4 years ago by Judd <[email protected]>github.com/nim-lang/Nim - 1a44b7e3ced0e2d092f2c607d61a6b28c1ca339c authored over 4 years ago by Tristram Oaten <[email protected]>
This let us see the definition of `Callback` in docs, which is required
to even make use of asy...
github.com/nim-lang/Nim - 3fe3db3c0d235f49f714a2b747b458282955d279 authored over 4 years ago by hlaaftana <[email protected]>
As the async httpclient is almost certainly the first async example beginners will want to try, ...
github.com/nim-lang/Nim - 42a64245f81c1975845f1f4e8018f97ef350c153 authored over 4 years ago by Tristram Oaten <[email protected]>github.com/nim-lang/Nim - 67d71bb76d4c3d78302a452623d4507c783c6cc9 authored over 4 years ago by Andreas Rumpf <[email protected]>
* io: make file descriptors non-inheritable by default
This prevents file descriptors/handles...
github.com/nim-lang/Nim - 1bdc30bdb13422bd5eff830327582a938e7b76ac authored over 4 years ago by alaviss <[email protected]>github.com/nim-lang/Nim - 6bd279c97871e47c78636f3c1a8f39a7915b1402 authored over 4 years ago by Clyybber <[email protected]>
* add test
* improve test
* progress
* fix #14014
* fix bug
Co-authored-by: coold...
github.com/nim-lang/Nim - 65c5367dc1c29d01f00dbc2bcfb574af5f3334fa authored over 4 years ago by cooldome <[email protected]>Co-authored-by: Clyybber <[email protected]>
github.com/nim-lang/Nim - ba0af0f827d97532516e4c2acc1fdbb9cdba7b61 authored over 4 years ago by Jasper Jenkins <[email protected]>* Update code example to match new sdl2.nim syntax
Signed-off-by: Hieu Luu Danh <[email protected]...
github.com/nim-lang/Nim - 4476d8a2e06418d2ee9e2a4c80e760f27890d295 authored over 4 years ago by Lưu Danh, Hiếu <[email protected]>
* made bitand, bitor, bitxor varargs friendly
* changed new bitops to macros
* changed macro s...
github.com/nim-lang/Nim - 59f1462b95279dd16f9de5cb7b3de501b33756b7 authored over 4 years ago by Araq <[email protected]>
github.com/nim-lang/Nim - 17f222613a90b0113277baaaa87b856bea74f209 authored over 4 years ago by Araq <[email protected]>
github.com/nim-lang/Nim - 4d1149cffd56f0e316af892d54fc9da1d4fd8769 authored over 4 years ago by Araq <[email protected]>
* add --experimental:vmopsDanger; vmops cleanups
github.com/nim-lang/Nim - b2720317fa3b31aed298398696124b439fcfa907 authored over 4 years ago by Timothee Cour <[email protected]>
The operator fetching proc is greedy, so operators such as `%*` in
expression `%*{}` can't be h...
github.com/nim-lang/Nim - e6cf11351d10e38ec58faeb3cb0a134f616a2ba3 authored over 4 years ago by Araq <[email protected]>
github.com/nim-lang/Nim - 242d39d27f672a0f3b21f5e8f1752218d1f480f2 authored over 4 years ago by Andreas Rumpf <[email protected]>
* fixes #12741
* updated tests
github.com/nim-lang/Nim - 9874981e757f0e2658baa3a871450509cee9204c authored over 4 years ago by Andreas Rumpf <[email protected]>
github.com/nim-lang/Nim - 4005f0d0e40fb57efd8144c065a7ba56d940b572 authored over 4 years ago by Arne Döring <[email protected]>
github.com/nim-lang/Nim - a8f030fea21894e51c188a5804b0bbf787335f4d authored over 4 years ago by Andreas Rumpf <[email protected]>
* doc: critbit: add runnableExamples
* doc: critbit: change to upper
github.com/nim-lang/Nim - f1ee817627d10b246bc797420587f4d774b6ae29 authored over 4 years ago by jiro <[email protected]>github.com/nim-lang/Nim - f46803b225afed53488ef69f84d8775fe8b3fbd3 authored over 4 years ago by hlaaftana <[email protected]>
* fix https://github.com/nim-lang/RFCs/issues/211: `var a: DateTime` works
* assertValidDate ch...
Co-authored-by: cooldome <[email protected]>
github.com/nim-lang/Nim - d839eb9352a6711fcdee23457605a1fa2e41f7d6 authored over 4 years ago by cooldome <[email protected]>Co-authored-by: cooldome <[email protected]>
github.com/nim-lang/Nim - f10689d3d40d67b185c918440ceef6a6bcee9999 authored over 4 years ago by cooldome <[email protected]>
* Fix sym owner in wrapper proc
* threadpool changes
* revert lowerings
* add newFastMoveStmt...
* add test
* add changelod entry
Co-authored-by: cooldome <[email protected]>
* added extended msg for failed library loads w/ incorrect DLL formats
* missing colon
* f...
github.com/nim-lang/Nim - b6f99409a967baebfda056a46f236643837e483b authored over 4 years ago by awr1 <[email protected]>github.com/nim-lang/Nim - 06e0c75ba9cd46cbbb09deb91db6f746fb62a820 authored over 4 years ago by Miran <[email protected]>
github.com/nim-lang/Nim - 6914de0d8dfb14e4ebe0448c558466c9bb80d833 authored over 4 years ago by Timothee Cour <[email protected]>
I hate to be the guy that submits a couple grammatical/spelling corrections.
github.com/nim-lang/Nim - d72808520b248d72913d8f9e57acdddc95c84465 authored over 4 years ago by Adam Weber <[email protected]>github.com/nim-lang/Nim - 60ec5c89c5b54a6f2a249c9c7e525085133da646 authored over 4 years ago by Andreas Rumpf <[email protected]>
* Unwind just the "pseudorandom probing" (whole hash-code-keyed variable
stride double hashing)...
* drnim: tiny progress
* refactoring complete
* drnim: prove .ensures annotations
* Moved cod...
github.com/nim-lang/Nim - 04b6e9cf3e6e1113cb5989a82878e525a7f0891f authored over 4 years ago by Miran <[email protected]>
github.com/nim-lang/Nim - 4764220cfbee11a556dde0b9f53b2f90607297eb authored over 4 years ago by Timothee Cour <[email protected]>
* enable important_pkg on OSX
* disable some important_packages on OSX
* fixup
* enable...
github.com/nim-lang/Nim - 2c93d1684e44dcec160083eafd1144e4ddeb0ad8 authored over 4 years ago by Timothee Cour <[email protected]>* fix #12864 static params were mutating arg types during sigmatch
* fix test
* fix Static...
github.com/nim-lang/Nim - 10eabec6d442cb32c2c74f7c56cc9fff3be40104 authored over 4 years ago by Timothee Cour <[email protected]>* Add Data URI Base64, implements RFC-2397
* Add Data URI Base64, implements RFC-2397
* Ad...
github.com/nim-lang/Nim - c2699648604cc57cd55ecd7d88ccd55ed38099fb authored over 4 years ago by Juan Carlos <[email protected]>* Add jsdomparser
* Add jsdomparser
* Add jsdomparser
* https://github.com/nim-lang/Nim...
github.com/nim-lang/Nim - 0a84219b3ec3b2deccc141bed4aee0252bc12ca7 authored over 4 years ago by Juan Carlos <[email protected]>github.com/nim-lang/Nim - 255698deee403ae80b26baa567043a07dc3c7404 authored over 4 years ago by Oscar Nihlgård <[email protected]>
* doc: bitops: add runnableExamples
* doc: bitops: add notes to documentation comments of mac...
github.com/nim-lang/Nim - 40b64ccd7b2d6c42ebe3c3ad1e7fdfa3fa7a00dd authored over 4 years ago by jiro <[email protected]>Co-authored-by: cooldome <[email protected]>
github.com/nim-lang/Nim - 8ba915e4498be3d17af894f5fb46c7b621ef5abb authored over 4 years ago by cooldome <[email protected]>* fix #13848
* add exhaustive tests for var result
github.com/nim-lang/Nim - 814f15018432f7657ed12277790bd444b09a2edc authored over 4 years ago by Timothee Cour <[email protected]>github.com/nim-lang/Nim - 2ef39081e1d502d99364d95649bfcaf6cb88b767 authored over 4 years ago by narimiran <[email protected]>
github.com/nim-lang/Nim - 35b046373abfae8e37d0731855b8b5b49ccbfcfc authored over 4 years ago by genotrance <[email protected]>
github.com/nim-lang/Nim - 7238b968f3820331eb342b3e14283f03c71df035 authored over 4 years ago by Juan Carlos <[email protected]>
Also modified tosprocterminate to verify waitForExit implementations.
github.com/nim-lang/Nim - 5f6962337de94b524afbb4f41b79eae362af67c8 authored over 4 years ago by alaviss <[email protected]>* posix: add full Haiku support
This commit provides a posix_haiku derived from posix_other, ...
github.com/nim-lang/Nim - cc3f5d21b249fe8f96f61369e53e794bf34e65a5 authored over 4 years ago by alaviss <[email protected]>Co-authored-by: cooldome <[email protected]>
github.com/nim-lang/Nim - 7b582fd6a63e9fc62afbbcde2fc54192c199f04f authored over 4 years ago by cooldome <[email protected]>github.com/nim-lang/Nim - bff742cd8b15556dd7bc7efd3a4ef258f5e0a2a1 authored over 4 years ago by Hessam Mehr <[email protected]>
This fixes at least a couple of issues:
* Procs loaded from the DLL being used even when the ...
github.com/nim-lang/Nim - 350ee0308aafc27d4261e4c18b9faad0942d42a1 authored over 4 years ago by Dominik Picheta <[email protected]>* test important packages on Linux
* enable chronos
github.com/nim-lang/Nim - 3dc8068075bd4c5eee88eef348b51f83b50ff13d authored over 4 years ago by Miran <[email protected]>Co-authored-by: cooldome <[email protected]>
github.com/nim-lang/Nim - b4e9f8e814373fc38741736197d88475663ce758 authored over 4 years ago by cooldome <[email protected]>Co-authored-by: cooldome <[email protected]>
github.com/nim-lang/Nim - f86fc5316af480336a2dcd899b3f7288819914e7 authored over 4 years ago by cooldome <[email protected]>* fix #13902 distinct uint64 type corruption on 32-bit with borrow
Co-authored-by: Timothee C...
github.com/nim-lang/Nim - 95fd8ae93ce8732eb5a979d4cd63e0350594318d authored over 4 years ago by Timothee Cour <[email protected]>github.com/nim-lang/Nim - 3036ec9c4456f6a5edb0a5bbfbb3e3c79fba7d23 authored over 4 years ago by narimiran <[email protected]>
Co-authored-by: cooldome <[email protected]>
github.com/nim-lang/Nim - c835c8c4e78cbe3451c2ccdfffe9663f1b428728 authored over 4 years ago by cooldome <[email protected]>
* fix cgen bool D20200328T203812
* --passc:std=c++17 (etc) now works instead of silently ignore...
github.com/nim-lang/Nim - b41931bf67136f50cf8fb11442a7e614da00a0b9 authored over 4 years ago by Nicolai Søborg <[email protected]>
github.com/nim-lang/Nim - 37692baf49370d096e0d9ac2c8bf51ed7bd8cf8a authored over 4 years ago by Arne Döring <[email protected]>
* Fix https://github.com/nim-lang/Nim/issues/13889
* Add testcase
* Reduce test time
Co...
github.com/nim-lang/Nim - 92c4aad2059a350e95bc7a64932873b41b085976 authored over 4 years ago by Clyybber <[email protected]>github.com/nim-lang/Nim - 1e25e16c8834324006e8ce00e20e6d59e6c5cf6f authored over 4 years ago by Clyybber <[email protected]>
github.com/nim-lang/Nim - e6d870896b88c30ac11174b34449a19ff1333235 authored over 4 years ago by Timothee Cour <[email protected]>
github.com/nim-lang/Nim - f1fd3ef7f419e2e2e9675df04aedecef4872f3e9 authored over 4 years ago by Timothee Cour <[email protected]>