summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* [other] introduce a separate changelog for backports, updatenarimiran2019-06-173-41/+95
| | | | contributing guidelines
* [bugfix] Fixes #11434 , Update Tools Documentation (#11449)Juan Carlos2019-06-171-0/+7
|
* [bugfix] Fixes #11495 , Remove TinyC from help (#11508)Juan Carlos2019-06-171-1/+0
|
* Add starttls for smtp (#11500)Phạm Ngọc Quang Nam2019-06-161-0/+27
| | | | | | * Add starttls for smtp * Update smtp.nim
* [feature] Added os.delEnv; add delEnv support to nimscript too (#11466)Kaushal Modi2019-06-156-4/+59
| | | [feature] Fixes https://github.com/nim-lang/Nim/issues/11452.
* [bugfix] fixes https://github.com/nim-lang/Nim/issues/11430Andreas Rumpf2019-06-153-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 Blake2019-06-151-3/+3
| |
| * Merge branch 'devel' of https://github.com/nim-lang/Nim into develCharles Blake2019-06-1314-98/+277
| |\
| * | Add missing ,int to type signature in doc comment references.Charles Blake2019-06-131-3/+3
| | |
| * | Attempt to close https://github.com/nim-lang/Nim/issues/11430Charles Blake2019-06-123-23/+57
| | |
* | | [bugfix] Add `.47` as supported libssl version (#11503)Andreas Rumpf2019-06-141-2/+2
|\ \ \
| * | | [bugfix] Add `.47` as supported libssl versionSolitudeSF2019-06-141-2/+2
| | | |
* | | | [bugfix] Fix the link to "For Loop Macro" section (#11505)Kaushal Modi2019-06-141-1/+1
| | | |
* | | | [bugfix] Minor formatting fix in tut2 [ci skip] (#11501)Kaushal Modi2019-06-141-1/+1
|/ / / | | | | | | Monospace `untyped` like elsewhere in the tutorial.
* | | [bugfix] nimpretty: better alignment; fixes #11467Araq2019-06-143-6/+362
| | |
* | | [bugfix] document the norewrite pragma (#11453)Juan Carlos2019-06-132-1/+20
| | | | | | | | | | | | | | | * fixes #9454 * Peer review feedback, wording, move to experimental manual
* | | [refactoring] error instead of quit for basename (#11491)Jasper Jenkins2019-06-131-2/+4
| |/ |/|
* | [bugfix] fix quit errormsg in nimvm (#11490)Jasper Jenkins2019-06-131-2/+5
| |
* | Update tut1: -d:release does not turn off *allruntime checks off anymore ↵Simon Krauter2019-06-131-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 #11470Araq2019-06-133-3/+33
| |
* | [bugfix] nimpretty: fixes #11468Araq2019-06-135-19/+39
| |
* | [other] nimsuggest: adhere to our style guideAraq2019-06-131-2/+2
| |
* | [other] appveyor: use official dlls on nim-lang.org (#11473)alaviss2019-06-121-19/+6
| |
* | [bugfix] Fixes async IO operations stalling even after socket is closed. ↵Dominik Picheta2019-06-124-52/+191
|/ | | | (#11232)
* [bugfix] fix nimpretty for absolute paths (#11480)Jasper Jenkins2019-06-121-1/+3
|
* [refactoring] liftdestructors.nim is callable from lambdalifting; refs #11217Araq2019-06-123-104/+120
|
* fix regression in semfold for old right shift (#11477)Arne Döring2019-06-121-1/+16
|
* [refactoring] liftdestructors is now a module of its ownAraq2019-06-124-17/+16
|
* [other] make typeAllowed easier to debug by using structured programmingAraq2019-06-121-26/+33
|
* [other] preparations for --styleCheck:error for the Nim compiler (#11478)Andreas Rumpf2019-06-124-43/+45
|
* [refactoring] refactor the compiler and stdlib to deprecation warnings (#11419)Arne Döring2019-06-117-44/+52
|
* [bugfix] Add .nimf to mimetypes (#11417)Juan Carlos2019-06-111-0/+1
|
* [feature] Enable Oid usage in hashtables (#11472)Hitesh Jasani2019-06-111-1/+9
|
* [other] better error message for IndexError for empty containers (#11476)Miran2019-06-111-1/+2
|
* [other] test 6 more nimble packages (#11464)Miran2019-06-112-9/+11
|
* newruntime: added a basic table testAndreas Rumpf2019-06-111-0/+24
|
* streams: change error message of `openFileStream` (#11438) [feature]jiro2019-06-101-1/+1
|
* Ensure that koch-built nim exe has +x perm for u/g/others [bugfix] (#11444)Kaushal Modi2019-06-101-1/+1
| | | Fixes https://github.com/nim-lang/Nim/issues/11427.
* Use TMPDIR env var if available to get the temp dir name (#11443) [bugfix]Kaushal Modi2019-06-102-5/+20
| | | | | | Additionally, use normalizePathEnd to suffix the dir name with "/" or "\" as appropriate for the current OS. Fixes https://github.com/nim-lang/Nim/issues/11439.
* VM can now cast integer type arbitrarily. (#11459) [feature]Arne Döring2019-06-102-31/+143
|
* [bugfix] rename Nimrod to Nim, fix #11460 (#11462)Miran2019-06-102-2/+2
|
* Fixes #11431 (#11451) [bugfix]Juan Carlos2019-06-102-2/+2
|
* nimpretty: smart tabs support, fixes #9399 [bugfix]Andreas Rumpf2019-06-106-59/+159
|
* [documentation] fix #11281, httpclient examples (#11455)Juan Carlos2019-06-101-1/+48
|
* nimpretty: keep a seq of tokens instead of a single string to enable better ↵Andreas Rumpf2019-06-091-72/+90
| | | | transformations [refactoring]
* complex.nim: reformating [other]Andreas Rumpf2019-06-091-6/+2
|
* Make -d:tempDir switch work once again [bugfix] (#11442)Kaushal Modi2019-06-091-2/+3
| | | Fixes https://github.com/nim-lang/Nim/issues/11441.
* fix `koch docs` failing at io.nim with `import os` in config.nims (#11418) ↵nc-x2019-06-082-4/+2
| | | | [bugfix]
* [bugfix] hashes: fix regression for nested containers (#11426)Miran2019-06-081-6/+6
| | | Move forward declarations earlier.
* update the nimc.rst document about the release/danger split [bugfix]Andreas Rumpf2019-06-081-4/+8
|