summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Clarify JS cstring len (#14184)hlaaftana2020-05-053-9/+10
* fix #14217 (#14218)cooldome2020-05-053-3/+29
* fixes #14209 [backport:1.2] (#14213)Andreas Rumpf2020-05-053-1/+32
* vcc fix (#14222)cooldome2020-05-042-5/+5
* Linux updates (#14170)wltsmrz2020-05-044-14/+33
* Add procedures to read RSA keys from BIO format (#14223)PMunch2020-05-041-0/+4
* fix https://github.com/timotheecour/Nim/issues/152: avoid writing spurious `^...Timothee Cour2020-05-043-12/+5
* Re-enabling INim (#14215)Tristram Oaten2020-05-041-1/+1
* Fixes net.recvFrom to work correctly with IPv6 (#14131)rockcavera2020-05-041-10/+22
* `echo cmd | nim r - -arg1 -arg2` now works (#14210)Timothee Cour2020-05-042-2/+32
* sequtils refactoring: prefer typeof over type (#14212)Andreas Rumpf2020-05-041-15/+15
* destructors: don't produce stupid code for 'cast' (#14208) [backport:1.2]Andreas Rumpf2020-05-043-4/+22
* => supports pragmas & names (+ changed behavior) (#14200)hlaaftana2020-05-036-55/+96
* 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
* fixes #14136 (#14198)Andreas Rumpf2020-05-032-3/+49
* move since from inclrtl to std/private/since (#14188)hlaaftana2020-05-0227-59/+60
* Move generated tex file to doc to correct location (#14191)Dien Tran2020-05-021-0/+3
* update tests that tested for the 'discard' error messagesAraq2020-05-025-12/+12
* improve the 'has to be discarded' error messageAraq2020-05-025-6/+6
* fixes #14159 [backport:1.2]Araq2020-05-022-1/+36
* fixes #14177Araq2020-05-021-2/+3
* don't close #14142Araq2020-05-021-1/+1
* closes #14142Araq2020-05-021-2/+9
* fixes a bug encountered when running 'nim check posix_haiku.nim'Araq2020-05-021-1/+1
* exp. features now in correct manual, closes #11932 (#14195)hlaaftana2020-05-023-171/+198
* Document that proc named fooTask is created for every foo task [backport] (#1...Kaushal Modi2020-05-021-0/+15
* Make unreachable else in case statements a warning instead of an error (#14190)Clyybber2020-05-023-4/+5
* Make ./koch temp --gc:arc work (#14186)Clyybber2020-05-018-11/+26
* 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-014-10/+26
* arc: do not unload globals when building a library [backport:1.2] (#14180)Andreas Rumpf2020-05-011-2/+3
* fix sendTo and recvFrom in asyncnet (#14154)rockcavera2020-04-302-93/+48
* hotfix: make tcompilerapi green againAraq2020-04-301-2/+3
* fixes #13698 [backport:1.2] (#14175)Andreas Rumpf2020-04-302-2/+7
* fixes the regression #12860 caused; hotfixAraq2020-04-302-1/+4
* fixes #13986 [backport:1.2] (#14173)Andreas Rumpf2020-04-301-1/+7
* JS unittest stacktrace fix, cleanup js repr and inclrtl includes (#14168)hlaaftana2020-04-305-46/+43
* test even more packagesnarimiran2020-04-302-2/+20
* [ci skip] clean-up CI badgesnarimiran2020-04-301-7/+1
* [ci skip] prevent fail-fast on packages CInarimiran2020-04-301-0/+1
* fixes #14054 [backport:1.2] (#14061)Andreas Rumpf2020-04-305-8/+40
* Fix #14160 (#14161)Clyybber2020-04-302-1/+22
* fixes another silly arc/orc bug [backport:1.2]Araq2020-04-291-0/+1
* fixes #14079 [backport:1.2] (#14163)Andreas Rumpf2020-04-296-7/+36
* many bugfixes for js (#14158)hlaaftana2020-04-2910-65/+240
* Remove travis ci badge (#14062)Tristram Oaten2020-04-291-2/+0
* Fix negative indexed arrays for JS, refs #13966 (#14152)hlaaftana2020-04-292-4/+10
* parseEnum_regression (#14150)cooldome2020-04-283-3/+5