Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |
| | | | | This reverts commit 79a23fe80564e87ad08e283fcf32a6600b0059b7. | ||||
* | [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 |
| | | | | | | `Math.cbrt()` exists: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/cbrt The binding was missing for the JavaScript backend. | ||||
* | [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 |
| | | | | | | The default starting parameters for `line` and `col` were switched. See line 141: "line starts at 1, column at 0, dirtyfile is optional". Also, in `TLineInfo` object, `line` is uint16, `col` is int16. | ||||
* | [other] introduce a separate changelog for backports, update | narimiran | 2019-06-17 | 3 | -41/+95 |
| | | | | contributing guidelines | ||||
* | [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 |
| | | | | | | * Add starttls for smtp * Update smtp.nim | ||||
* | [feature] Added os.delEnv; add delEnv support to nimscript too (#11466) | Kaushal Modi | 2019-06-15 | 6 | -4/+59 |
| | | | [feature] Fixes https://github.com/nim-lang/Nim/issues/11452. | ||||
* | [bugfix] fixes https://github.com/nim-lang/Nim/issues/11430 | Andreas Rumpf | 2019-06-15 | 3 | -27/+61 |
|\ | | | | | [bugfix] fixes https://github.com/nim-lang/Nim/issues/11430 | ||||
| * | 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 |
| | | | | |||||
* | | | | [bugfix] Fix the link to "For Loop Macro" section (#11505) | Kaushal Modi | 2019-06-14 | 1 | -1/+1 |
| | | | | |||||
* | | | | [bugfix] Minor formatting fix in tut2 [ci skip] (#11501) | Kaushal Modi | 2019-06-14 | 1 | -1/+1 |
|/ / / | | | | | | | Monospace `untyped` like elsewhere in the tutorial. | ||||
* | | | [bugfix] nimpretty: better alignment; fixes #11467 | Araq | 2019-06-14 | 3 | -6/+362 |
| | | | |||||
* | | | [bugfix] document the norewrite pragma (#11453) | Juan Carlos | 2019-06-13 | 2 | -1/+20 |
| | | | | | | | | | | | | | | | * fixes #9454 * Peer review feedback, wording, move to experimental manual | ||||
* | | | [refactoring] error instead of quit for basename (#11491) | Jasper Jenkins | 2019-06-13 | 1 | -2/+4 |
| |/ |/| | |||||
* | | [bugfix] fix quit errormsg in nimvm (#11490) | Jasper Jenkins | 2019-06-13 | 1 | -2/+5 |
| | | |||||
* | | Update tut1: -d:release does not turn off *allruntime checks off anymore ↵ | Simon Krauter | 2019-06-13 | 1 | -1/+1 |
| | | | | | | | | | | | | (#11492) According to https://nim-lang.org/blog/2019/06/06/version-0200-released.html "The -d:release switch now does not disable runtime checks anymore. " | ||||
* | | [bugfix] nimpretty: fixes #11470 | Araq | 2019-06-13 | 3 | -3/+33 |
| | | |||||
* | | [bugfix] nimpretty: fixes #11468 | Araq | 2019-06-13 | 5 | -19/+39 |
| | | |||||
* | | [other] nimsuggest: adhere to our style guide | Araq | 2019-06-13 | 1 | -2/+2 |
| | | |||||
* | | [other] appveyor: use official dlls on nim-lang.org (#11473) | alaviss | 2019-06-12 | 1 | -19/+6 |
| | | |||||
* | | [bugfix] Fixes async IO operations stalling even after socket is closed. ↵ | Dominik Picheta | 2019-06-12 | 4 | -52/+191 |
|/ | | | | (#11232) | ||||
* | [bugfix] fix nimpretty for absolute paths (#11480) | Jasper Jenkins | 2019-06-12 | 1 | -1/+3 |
| | |||||
* | [refactoring] liftdestructors.nim is callable from lambdalifting; refs #11217 | Araq | 2019-06-12 | 3 | -104/+120 |
| | |||||
* | fix regression in semfold for old right shift (#11477) | Arne Döring | 2019-06-12 | 1 | -1/+16 |
| | |||||
* | [refactoring] liftdestructors is now a module of its own | Araq | 2019-06-12 | 4 | -17/+16 |
| | |||||
* | [other] make typeAllowed easier to debug by using structured programming | Araq | 2019-06-12 | 1 | -26/+33 |
| | |||||
* | [other] preparations for --styleCheck:error for the Nim compiler (#11478) | Andreas Rumpf | 2019-06-12 | 4 | -43/+45 |
| | |||||
* | [refactoring] refactor the compiler and stdlib to deprecation warnings (#11419) | Arne Döring | 2019-06-11 | 7 | -44/+52 |
| |