summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* properly fixes #13758 so that `import std/macros` stays legal (#14291)Timothee Cour2020-05-121-2/+1
* Make --backend:cpp|js work for :test: code-blocks as well (#14306)Kaushal Modi2020-05-111-1/+1
* Fix #14289 (#14304) [backport]slangmgh2020-05-111-1/+2
* fixes #13946 (#14302)Andreas Rumpf2020-05-112-11/+5
* do not track 'raise Defect' in the .raises: [] clause anymore (#14298)Andreas Rumpf2020-05-111-1/+6
* Fix for --styleCheck:errorAntonis2020-05-111-4/+4
* `nim doc --backend:js`, `nim doc --doccmd:-d:foo`, `nim r --backend:js`, `--d...Timothee Cour2020-05-111-0/+2
* fix a critical bug in windows.osproc leading to resource leaks and blocking I...Timothee Cour2020-05-112-1/+7
* simple typo in locks.nim (#14297)Andy Davidoff2020-05-111-1/+1
* --hint:processing (+friends) is now supported and means `--hint:processing:on...Timothee Cour2020-05-081-1/+1
* Merge pull request #14265 from alaviss/quickfixAndreas Rumpf2020-05-081-1/+1
|\
| * nativesockets: add missing inheritable pass-throughLeorize2020-05-071-1/+1
* | Fix #14270 and add testcases (#14276)Clyybber2020-05-081-2/+6
|/
* net: remove more erroneous set constructions (#14252) [backport]alaviss2020-05-071-3/+8
* Fix runnable examples for bitops (#14247)awr12020-05-061-3/+3
* Added bitslice operations for bitops (#14016)awr12020-05-061-21/+206
* Make the fields of `times.DateTime` private (#14197)Oscar Nihlgård2020-05-061-76/+180
* fix js stacktraces, unify all file,line,col formatting into a single function...Timothee Cour2020-05-054-11/+25
* Clarify JS cstring len (#14184)hlaaftana2020-05-052-8/+9
* fix #14217 (#14218)cooldome2020-05-051-1/+1
* fixes #14209 [backport:1.2] (#14213)Andreas Rumpf2020-05-051-1/+1
* Linux updates (#14170)wltsmrz2020-05-043-9/+17
* Add procedures to read RSA keys from BIO format (#14223)PMunch2020-05-041-0/+4
* Fixes net.recvFrom to work correctly with IPv6 (#14131)rockcavera2020-05-041-10/+22
* sequtils refactoring: prefer typeof over type (#14212)Andreas Rumpf2020-05-041-15/+15
* => supports pragmas & names (+ changed behavior) (#14200)hlaaftana2020-05-034-39/+65
* fix #14203 (#14204)slangmgh2020-05-032-17/+18
* Fix #14151 (#14205) [backport]slangmgh2020-05-031-8/+2
* Fix #14201 (#14202)slangmgh2020-05-031-1/+1
* move since from inclrtl to std/private/since (#14188)hlaaftana2020-05-0226-53/+54
* Document that proc named fooTask is created for every foo task [backport] (#1...Kaushal Modi2020-05-021-0/+15
* change 'iff' to 'if' to stop "corrections" once and for all (#14182)Miran2020-05-0112-37/+37
* discardable async procs are now an error (#14176)hlaaftana2020-05-011-8/+14
* fix sendTo and recvFrom in asyncnet (#14154)rockcavera2020-04-301-76/+40
* fixes #13698 [backport:1.2] (#14175)Andreas Rumpf2020-04-301-2/+2
* fixes the regression #12860 caused; hotfixAraq2020-04-302-1/+4
* JS unittest stacktrace fix, cleanup js repr and inclrtl includes (#14168)hlaaftana2020-04-304-46/+21
* fixes #14054 [backport:1.2] (#14061)Andreas Rumpf2020-04-302-7/+4
* fixes #14079 [backport:1.2] (#14163)Andreas Rumpf2020-04-291-1/+1
* many bugfixes for js (#14158)hlaaftana2020-04-292-23/+16
* parseEnum_regression (#14150)cooldome2020-04-281-1/+1
* Error -> Defect for defects (#13908)Jacek Sieka2020-04-2833-155/+178
* StringStream & more stdlib modules support for JS/NimScript (#14095)hlaaftana2020-04-2810-291/+429
* bug fix (#14149) [backport:1.2]cooldome2020-04-281-1/+4
* Add RSA key reading and encrypt/decrypt to openssl (#14137)PMunch2020-04-271-0/+23
* Undefine `paramCount` & `paramStr` in nimscript.nim for *.nims (#12860)Neelesh Chandola2020-04-272-9/+17
* `$` now works for unsigned intergers with `nim js` (#14122)Timothee Cour2020-04-272-4/+22
* `$(a: float)` now works consistently in nim js, avoiding printing floats as i...Timothee Cour2020-04-271-0/+15
* Remove some deprecated procs from std/times (#14129)Oscar Nihlgård2020-04-271-143/+31
* new implementations for --gc:orc (#14121)Andreas Rumpf2020-04-276-19/+418