summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* asyncdispatch: get rid of erroneous set constructions (#13877)alaviss2020-04-051-5/+9
* bump devel version to 1.3.1narimiran2020-04-031-1/+1
* fix #7241 (#13779)itsumura-h2020-04-031-0/+5
* fix asynchttpserver content-length header (#13846)flywind2020-04-031-3/+6
* std/byaddr => std/decls (#13847)Timothee Cour2020-04-031-0/+0
* return types must not be Natural for reasons I won't outline hereAraq2020-04-021-1/+1
* feature/count (#13837)Dean Eigenmann2020-04-021-0/+19
* renamed new std/pragmas.nim to std/byaddr.nim (#13844)Andreas Rumpf2020-04-021-5/+5
* Deprecate PHP (#13838)Juan Carlos2020-04-021-16/+1
* Jsconsole update (#12448)Juan Carlos2020-04-021-35/+36
* Deprecate DCE:on (#13839)Juan Carlos2020-04-0224-43/+0
* Deprecate when declared(echo):echo (#13840)Juan Carlos2020-04-021-1/+1
* Documentation and Code Style inotify (#13836)Juan Carlos2020-04-021-52/+53
* Add browsers.openDefaultBrowser without URL, implements IETF RFC-6694 Section...Juan Carlos2020-04-011-14/+38
* Documentation, add more examples (#13825)Juan Carlos2020-04-015-12/+26
* revert stdlib changes which are not required anymoreAndreas Rumpf2020-04-016-21/+20
* Hrm, the new errors highlighted some code that seems to be brokenZahary Karadjov2020-04-016-20/+21
* encodeMIME should be encodeMime by our coding guidelinesAraq2020-04-011-3/+3
* fix #13829 (#13831)Timothee Cour2020-04-011-1/+1
* DrNim (Nim compiler with Z3 integration) (#13743)Andreas Rumpf2020-03-312-1/+17
* Tiny fix on browsers.openDefaultBrowser (#13818)Juan Carlos2020-03-311-1/+3
* Fix a 'See XXX' on documentation, clean out (#13820)Juan Carlos2020-03-311-2/+1
* macros for proc types, macros for types (#13778)Andreas Rumpf2020-03-311-0/+6
* Unwind just the "pseudorandom probing" part of recent sets,tables changes (#1...c-blake2020-03-317-174/+98
* #13806 - getApplFreebsd might lose data (#13807)Euan2020-03-311-16/+16
* Add Documentation (#13811)Juan Carlos2020-03-3112-19/+135
* refs #13797 (#13812)Timothee Cour2020-03-311-1/+1
* stacktraces can now show custom runtime msgs per frame (#13351)Timothee Cour2020-03-305-18/+82
* fix #13794 HashSet leak (#13800)Timothee Cour2020-03-291-1/+2
* Fix #13631 (#13789)Juan Carlos2020-03-291-2/+2
* More fixes for Haiku (#13774)alaviss2020-03-272-47/+50
* ssl_certs: add Haiku support (#13761)alaviss2020-03-261-7/+32
* asyncdispatch: fix erroneous set construction (#13765)alaviss2020-03-261-1/+3
* `import macros` rather than `import std/macros`. (#13762)Euan2020-03-261-1/+2
* distinctBase overload for values (#13746)Timothee Cour2020-03-251-0/+7
* fix deprecations and other warnings (#13748)Miran2020-03-254-12/+10
* __stderrp and friends are only on FreeBSD & DragonFlyBSD. (#13735)Euan2020-03-232-2/+2
* fix #13731, ambiguous repr of pointers (#13732)Miran2020-03-231-6/+2
* fixes #13722 (#13729)Andreas Rumpf2020-03-231-8/+20
* hotfix: make 'nim doc nimhcr' work on all platformsAraq2020-03-231-33/+33
* new syntax for lvalue references: `var b {.byaddr.} = expr` (#13508)Timothee Cour2020-03-231-0/+19
* add error for missing commandLineParams (#13719)Andy Davidoff2020-03-231-0/+4
* introduce getPeerCertificates, fixes #13299 (#13650)Christian Ulrich2020-03-223-22/+79
* Windows API callbacks cannot raise exceptionsAraq2020-03-221-3/+3
* Add EPOLLEXCLUSIVE (#13718)Hiroki Noda2020-03-211-0/+1
* [ci skip] add back unintentionally removed linenarimiran2020-03-201-0/+1
* SSL certificate verify GitHub action (#13697)Federico Ceratto2020-03-204-12/+253
* [RFC] 'walkDir' now has a new 'checkDir' flag, to mimic behaviour of other la...Timothee Cour2020-03-202-14/+28
* threadpool.nim: allow control over MaxThreadPoolSize and MaxDistinguishedThre...Araq2020-03-201-3/+3
* Detect Ubuntu by checking release() and uname() (#13704)Hayden2020-03-201-1/+3