| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [bugfix] fixes #11556 | Andreas Rumpf | 2019-06-21 | 1 | -2/+4 |
* | [documentation] fix wrong link [ci skip] | narimiran | 2019-06-21 | 1 | -1/+1 |
* | [other] Improve the "tabs are not allowed" error message (#11554) | Kaushal Modi | 2019-06-20 | 1 | -1/+1 |
* | [bugfix] fix `delete` in strutils and sequtils (#11535) | Miran | 2019-06-20 | 2 | -2/+5 |
* | [bugfix] correct 'source' for documentation (#11540) | Miran | 2019-06-20 | 1 | -1/+3 |
* | [bugfix] fix OrderedTable default initialization (#11549) | Miran | 2019-06-20 | 2 | -2/+3 |
* | [other] new experimental pragma .nodestroy for easier custom destructors | Andreas Rumpf | 2019-06-20 | 2 | -5/+8 |
* | [other] added system.dispose for owned refs | Andreas Rumpf | 2019-06-20 | 1 | -0/+3 |
* | [bugfix] system.nim: make pop work with --newruntime | Andreas Rumpf | 2019-06-20 | 1 | -2/+6 |
* | [bugfix] proper destruction for strings/seqs for --newruntime | Andreas Rumpf | 2019-06-20 | 1 | -5/+6 |
* | [bugfix] system.nim: make pop work with --newruntime | Andreas Rumpf | 2019-06-20 | 1 | -0/+103 |
* | [other] newruntime: add a simple closure iterator test | Araq | 2019-06-20 | 1 | -1/+9 |
* | [bugfix] newruntime: trivial closure iterator works | Araq | 2019-06-20 | 1 | -0/+7 |
* | [refactoring] closureiters.nim: style change | Araq | 2019-06-20 | 1 | -132/+130 |
* | wip | Araq | 2019-06-20 | 1 | -1/+1 |
* | WIP: closures for the newruntime [ci skip] | Andreas Rumpf | 2019-06-20 | 1 | -1/+1 |
* | [bugfix] fix #11546, correct link for sequtils | narimiran | 2019-06-20 | 1 | -1/+1 |
* | [bugfix] fix #11543, add std/sums to theindex.html | narimiran | 2019-06-20 | 1 | -0/+1 |
* | newruntime: added yet another test | Andreas Rumpf | 2019-06-20 | 1 | -0/+22 |
* | [bugfix] owned closures (#11544) | Andreas Rumpf | 2019-06-20 | 11 | -30/+102 |
* | change newLit on Seq (#11542) | Arne Döring | 2019-06-19 | 1 | -7/+7 |
* | [bugfix] fixes #11517 | Araq | 2019-06-19 | 2 | -2/+51 |
* | libffi: style changes | Araq | 2019-06-19 | 1 | -50/+50 |
* | Revert "makes travis OSX green again" | narimiran | 2019-06-19 | 1 | -2/+1 |
* | [other] update homebrew, fix travis fails on OSX (#11541) | Miran | 2019-06-19 | 1 | -0/+1 |
* | [other] documentation: deprecation comments are now auto-generated | narimiran | 2019-06-19 | 2 | -21/+1 |
* | [bugfix] gc_common: export foreign thread gc docs (#11536) | alaviss | 2019-06-19 | 1 | -6/+12 |
* | [feature] cleanup PR, refs #11424 | Araq | 2019-06-19 | 1 | -5/+6 |
* | fixes #11436 | Araq | 2019-06-19 | 2 | -4/+6 |
* | makes travis OSX green again | Araq | 2019-06-19 | 1 | -1/+2 |
* | [bugfix] Fix smtp.nim unhandled exception (#11498) | Phạm Ngọc Quang Nam | 2019-06-19 | 1 | -2/+1 |
* | literal array indices (#11424) | Jasper Jenkins | 2019-06-18 | 5 | -4/+44 |
* | add HCR document to the tools.rst list | Araq | 2019-06-18 | 1 | -0/+4 |
* | HCR: better documentation | Araq | 2019-06-18 | 3 | -88/+217 |
* | Add `cbrt()` bindings for the JS Target (#11528) | Benjamin Summerton | 2019-06-18 | 1 | -0/+3 |
* | [feature] Add boehm gc finalizer (#11446) | yatsen1 | 2019-06-17 | 1 | -0/+7 |
* | [bugfix] fix #11450, random.initRand crashes in JS backend (#11522) | Miran | 2019-06-17 | 1 | -4/+4 |
* | [bugfix] fix #11482, fix nimsuggest range error (#11519) | Miran | 2019-06-17 | 1 | -2/+2 |
* | [other] introduce a separate changelog for backports, update | narimiran | 2019-06-17 | 3 | -41/+95 |
* | [bugfix] Fixes #11434 , Update Tools Documentation (#11449) | Juan Carlos | 2019-06-17 | 1 | -0/+7 |
* | [bugfix] Fixes #11495 , Remove TinyC from help (#11508) | Juan Carlos | 2019-06-17 | 1 | -1/+0 |
* | Add starttls for smtp (#11500) | Phạm Ngọc Quang Nam | 2019-06-16 | 1 | -0/+27 |
* | [feature] Added os.delEnv; add delEnv support to nimscript too (#11466) | Kaushal Modi | 2019-06-15 | 6 | -4/+59 |
* | [bugfix] fixes https://github.com/nim-lang/Nim/issues/11430 | Andreas Rumpf | 2019-06-15 | 3 | -27/+61 |
|\ |
|
| * | Disambiguate idents now that all 3 rfind's are included in the RTL. | Charles Blake | 2019-06-15 | 1 | -3/+3 |
| * | Merge branch 'devel' of https://github.com/nim-lang/Nim into devel | Charles Blake | 2019-06-13 | 14 | -98/+277 |
| |\ |
|
| * | | Add missing ,int to type signature in doc comment references. | Charles Blake | 2019-06-13 | 1 | -3/+3 |
| * | | Attempt to close https://github.com/nim-lang/Nim/issues/11430 | Charles Blake | 2019-06-12 | 3 | -23/+57 |
* | | | [bugfix] Add `.47` as supported libssl version (#11503) | Andreas Rumpf | 2019-06-14 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | [bugfix] Add `.47` as supported libssl version | SolitudeSF | 2019-06-14 | 1 | -2/+2 |