| Commit message (Expand) | Author | Age | Files | Lines |
* | Implements RFCs #209 (#13995) | cooldome | 2020-04-16 | 1 | -1/+28 |
* | Add `hashWangYi1` (#13823) | c-blake | 2020-04-15 | 1 | -0/+3 |
* | Add Data URI Base64, implements RFC-2397 (#13759) | Juan Carlos | 2020-04-13 | 1 | -0/+1 |
* | Add jsdomparser (#13920) | Juan Carlos | 2020-04-13 | 1 | -0/+2 |
* | finally de-deprecate the .define and .undef pragmas | Andreas Rumpf | 2020-04-04 | 1 | -0/+1 |
* | new feature: ability to turn specific warnings to errors | Andreas Rumpf | 2020-04-04 | 1 | -0/+1 |
* | create a changelog for v1.2.0 | narimiran | 2020-04-02 | 1 | -209/+4 |
* | added an .assert pragma and mentioned the pragmas in the changelog | Araq | 2020-04-02 | 1 | -0/+4 |
* | feature/count (#13837) | Dean Eigenmann | 2020-04-02 | 1 | -1/+1 |
* | renamed new std/pragmas.nim to std/byaddr.nim (#13844) | Andreas Rumpf | 2020-04-02 | 1 | -2/+2 |
* | Jsconsole update (#12448) | Juan Carlos | 2020-04-02 | 1 | -0/+1 |
* | Add browsers.openDefaultBrowser without URL, implements IETF RFC-6694 Section... | Juan Carlos | 2020-04-01 | 1 | -0/+2 |
* | updated the changelog | Araq | 2020-04-01 | 1 | -1/+1 |
* | macros for proc types, macros for types (#13778) | Andreas Rumpf | 2020-03-31 | 1 | -0/+2 |
* | stacktraces can now show custom runtime msgs per frame (#13351) | Timothee Cour | 2020-03-30 | 1 | -0/+3 |
* | distinctBase overload for values (#13746) | Timothee Cour | 2020-03-25 | 1 | -1/+1 |
* | new syntax for lvalue references: `var b {.byaddr.} = expr` (#13508) | Timothee Cour | 2020-03-23 | 1 | -1/+4 |
* | introduce getPeerCertificates, fixes #13299 (#13650) | Christian Ulrich | 2020-03-22 | 1 | -0/+3 |
* | better error messages for Nim's effect system | Araq | 2020-03-22 | 1 | -0/+1 |
* | SSL certificate verify GitHub action (#13697) | Federico Ceratto | 2020-03-20 | 1 | -0/+2 |
* | [RFC] 'walkDir' now has a new 'checkDir' flag, to mimic behaviour of other la... | Timothee Cour | 2020-03-20 | 1 | -3/+9 |
* | Add Base64 safe (#13672) | Juan Carlos | 2020-03-20 | 1 | -0/+2 |
* | fix #11458 oswalkdir (#13689) | Timothee Cour | 2020-03-19 | 1 | -0/+1 |
* | added a switch -d:nimEmulateOverflowChecks for broken or old GCC versions (#1... | Andreas Rumpf | 2020-03-19 | 1 | -0/+6 |
* | httpcore: deprecate `==`(string, HttpCode) (#13682) | alaviss | 2020-03-19 | 1 | -0/+3 |
* | catchable defects (#13626) | Andreas Rumpf | 2020-03-12 | 1 | -0/+8 |
* | rename `lenTuple` and `lenVarargs` (#13639) | Miran | 2020-03-12 | 1 | -1/+1 |
* | fixes #13558: toDateTime buggy on 29th, 30th and 31th of each month; breaking... | Timothee Cour | 2020-03-11 | 1 | -0/+4 |
* | fixes #13519 | Araq | 2020-03-11 | 1 | -0/+4 |
* | add expectIdent to macros (#12778) | Arne Döring | 2020-03-11 | 1 | -1/+1 |
* | fixes #13605 (#13611) | Andreas Rumpf | 2020-03-09 | 1 | -0/+3 |
* | Add isValidFilename (#13561) | Juan Carlos | 2020-03-07 | 1 | -1/+1 |
* | Revert broken asynchttpserver FutureStream additions. | Dominik Picheta | 2020-03-06 | 1 | -2/+0 |
* | sink parameter inference for types that have destructors (#13544) | Andreas Rumpf | 2020-03-04 | 1 | -1/+3 |
* | std/compilesettings implementation (#13584) | Andreas Rumpf | 2020-03-04 | 1 | -0/+12 |
* | Nimpretty Fix negative indent breaks code (#13580) | Juan Carlos | 2020-03-04 | 1 | -0/+1 |
* | fixes #13543 and added times.isLeapDay (#13547) | Timothee Cour | 2020-03-01 | 1 | -0/+1 |
* | added operateOn to sugar.nim to give Nim the chaining mechanism it de… (#13... | Andreas Rumpf | 2020-02-26 | 1 | -1/+13 |
* | xmltree: Make indentation consistent with any num of children nodes (#13482) | Kaushal Modi | 2020-02-26 | 1 | -0/+2 |
* | fix #13455 ; joinPath(a,b) now honors trailing slashes in b (or a if b = "") ... | Timothee Cour | 2020-02-26 | 1 | -1/+2 |
* | fix 3 minor bugs in joinPath (see #13455) (#13462) [backport] | Andrey Makarov | 2020-02-23 | 1 | -0/+2 |
* | relativePath("foo", "foo") is now ".", not "" (#13452) | Timothee Cour | 2020-02-22 | 1 | -1/+3 |
* | Consider proc as a pointer type in options (#13460) | hlaaftana | 2020-02-21 | 1 | -0/+2 |
* | Add `sequtils.unzip` to complement `sequtils.zip` (#13429) | Kaushal Modi | 2020-02-20 | 1 | -1/+1 |
* | manual: documents changes regarding dynlib (#13425) | alaviss | 2020-02-18 | 1 | -1/+3 |
* | Add browsers.osOpen (#12901) | Juan Carlos | 2020-02-15 | 1 | -0/+1 |
* | Fix to asynchttpserver form data/body broken with #13147 (#13394) | Henrique Dias | 2020-02-14 | 1 | -1/+2 |
* | remove outplace version of 'merge' for CountTables (#13377) | Miran | 2020-02-10 | 1 | -0/+4 |
* | [backport] remove 'CountTable.mget' (#13355) | Miran | 2020-02-07 | 1 | -4/+9 |
* | Option to allow the request body to be processed outside the asynchttpserver ... | Henrique Dias | 2020-02-04 | 1 | -0/+1 |