Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a changelog entry related to PR #11748 [ci skip] (#12541) | Tomohiro | 2019-10-28 | 1 | -0/+1 |
| | |||||
* | splitPath() behavior synchronized with splitFile() (#12481) | Artem V L | 2019-10-28 | 1 | -0/+1 |
| | | | | | | | | * splitPath() behavior synchronized with splitFile() having the expected behavior in all languages splitPath() docstrings update, tests added for both splitPath() and splitFile() * Path splitting refined and described | ||||
* | Merge branch 'devel' into IOSelector_unregister_fix | Dominik Picheta | 2019-10-22 | 1 | -0/+4 |
|\ | |||||
| * | Improve htmlgen (#12452) | Juan Carlos | 2019-10-18 | 1 | -1/+1 |
| | | |||||
| * | About 50% faster base64 implemention. (#12436) | treeform | 2019-10-17 | 1 | -0/+2 |
| | | |||||
| * | ungeneric unsigned ops (#12230) | Jasper Jenkins | 2019-10-11 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | * ungenericise unsigned ops, remove nimNewShiftOps * fix/remove tests * update t6448 * fix line info * disable on 32bit * fix different line info * add changelog entry | ||||
* | | Update changelog.md based on feedback from Dom96 | Ray Imber | 2019-10-19 | 1 | -3/+2 |
| | | |||||
* | | Updated the changelog | Ray Imber | 2019-10-16 | 1 | -0/+3 |
|/ | |||||
* | Change future version number in changelog | Dominik Picheta | 2019-10-03 | 1 | -1/+1 |
| | |||||
* | `system.writeFile` has been overloaded to also support `openarray[byte]` ↵ | zah | 2019-10-02 | 1 | -1/+1 |
| | | | | | | (#12313) | ||||
* | macros.newLit now works for ref object types (#12307) | zah | 2019-09-30 | 1 | -0/+2 |
| | |||||
* | Fixes #10514 (#12268) | Clyybber | 2019-09-28 | 1 | -0/+2 |
| | | | | | | | | | | * Fixes #10514 (cherry picked from commit f6f789bb4db2a367384ba6ad75706edd503de1f8) * Add comment * Add changelog entry | ||||
* | version 1.0 | narimiran | 2019-09-23 | 1 | -93/+2 |
| | |||||
* | improvements for httpcore (#12228) | Andreas Rumpf | 2019-09-23 | 1 | -1/+0 |
| | | | | | * improvements for httpcore * further improvements, now stable API but needs extensions later on | ||||
* | cleanup importjs implementation | Andreas Rumpf | 2019-09-21 | 1 | -1/+4 |
| | |||||
* | last stdlib cleanups | Araq | 2019-09-21 | 1 | -0/+25 |
| | |||||
* | importjs symbol (#12218) | Arne Döring | 2019-09-20 | 1 | -0/+3 |
| | | | | | * importjs symbol * importjs warning message, minor warning fixes | ||||
* | fixes #12152 (#12165) | Andreas Rumpf | 2019-09-11 | 1 | -0/+4 |
| | | | | | | * fixes #12152 * makes test green | ||||
* | exportc now mangles same as importc, fixes #10578 (#12144) | Timothee Cour | 2019-09-06 | 1 | -0/+2 |
| | | | | | | | * fixes #10578 * add tests * add changelog * add {.exportcpp.} | ||||
* | introduce --oldgensym:on rather than --useVersion | Andreas Rumpf | 2019-09-03 | 1 | -1/+1 |
| | |||||
* | added more tests and updated the changelog | Araq | 2019-09-02 | 1 | -0/+3 |
| | |||||
* | hashes: implement murmur3 (#12022) | Miran | 2019-09-01 | 1 | -1/+1 |
| | | | | | | | | * hashes: implement murmur3 * refactoring; there is only one murmurHash and it works at compile-time via VM hooks * fixes JS tests * makes toOpenArrayByte work with C++ * make it bootstrap in C++ mode for 0.20 | ||||
* | Fix int literals and range interaction (#11197) | Oscar Nihlgård | 2019-08-31 | 1 | -0/+2 |
| | | | | | | | | * Fix int literals and range interaction * Fix test * remove float range fix; update changelog | ||||
* | Support iterators returning lent T (#11938) | cooldome | 2019-08-31 | 1 | -0/+5 |
| | | | | | | | * lent iterators * rebase tests * update changelog * fix comments, more tests | ||||
* | make testament a tool we ship with Nim; fixes #12084 (#12088) | Andreas Rumpf | 2019-08-30 | 1 | -0/+3 |
| | | | | | | * make testament a tool we ship with Nim; fixes #12084 * moved config to fit * adapt testament tests to use the testament binary | ||||
* | remove unicode.Rune16 without deprecation period; fixes ↵ | Andreas Rumpf | 2019-08-28 | 1 | -0/+12 |
| | | | | https://github.com/nim-lang/RFCs/issues/151 (#12072) | ||||
* | fixes #12029; finish the 'unused import' feature (#12064) | Andreas Rumpf | 2019-08-27 | 1 | -0/+4 |
| | |||||
* | new gensym handling (#11985) | Andreas Rumpf | 2019-08-23 | 1 | -0/+7 |
| | | | | | | | | | | | * new .gensym implementation * make astspec test green again * introduce a --useVersion switch to group compatibility switches * fixes #10180 * fixes #11494 * fixes #11483 * object constructor fields and named parameters are also not gensym'ed * disabled broken package | ||||
* | more enhancements for #11618 (#11976) | Andreas Rumpf | 2019-08-18 | 1 | -0/+3 |
| | | | | | | * finish the Windows IO layer changes; refs #11618 * added system.getOsFileHandle which is less error-prone on Windows * make tests green again | ||||
* | fixes #11618 (#11969) | Andreas Rumpf | 2019-08-17 | 1 | -0/+6 |
| | |||||
* | fixes #11801 | Araq | 2019-08-16 | 1 | -0/+3 |
| | |||||
* | [nobackport] add a changelog entry for the previous commit | narimiran | 2019-08-13 | 1 | -1/+4 |
| | |||||
* | Add std/monotimes which implements monotonic timestamps (#11712) | Andreas Rumpf | 2019-07-15 | 1 | -0/+1 |
|\ | | | | | | | | | | | * [feature] Added std/monotimes * [other] Minor optimization in times | ||||
| * | [feature] Added std/monotimes | Oscar Nihlgård | 2019-07-12 | 1 | -0/+1 |
| | | |||||
* | | better run [feature] (#11709) | Andreas Rumpf | 2019-07-11 | 1 | -0/+3 |
|/ | | | | | | | * track the checksums of all involved Nim files for smarter 'nim c -r' recompiles * don't recompile unless necessary for 'nim c -r' [feature] * [feature] koch boot uses a two step process in order to free the RAM before the GCC/Clang invocations * fixes a serious regression | ||||
* | [feature] add `unsafeColumnAt` procs, that return unsafe cstring from ↵ | Huy | 2019-07-10 | 1 | -0/+3 |
| | | | | InstantRow (#11647) | ||||
* | Make public additional types from sha1 module [feature] (#11694) | Ivan Bobev | 2019-07-10 | 1 | -0/+1 |
| | | | | | | | | | | * Make public additional types from sha1 module After making public newSha1State, update and finalize methods from the sha1 module was forgotten to be made public Sha1Digest and Sha1State types used by the new public methods. * Update changelog.md with sha1 module changes | ||||
* | [other] introduce a separate changelog for backports, update | narimiran | 2019-06-17 | 1 | -17/+14 |
| | | | | contributing guidelines | ||||
* | [feature] Added os.delEnv; add delEnv support to nimscript too (#11466) | Kaushal Modi | 2019-06-15 | 1 | -1/+1 |
| | | | [feature] Fixes https://github.com/nim-lang/Nim/issues/11452. | ||||
* | Attempt to close https://github.com/nim-lang/Nim/issues/11430 | Charles Blake | 2019-06-12 | 1 | -0/+7 |
| | |||||
* | develop version is 0.20.99 [feature] | Araq | 2019-06-07 | 1 | -262/+1 |
| | |||||
* | more changelog fixes | narimiran | 2019-06-06 | 1 | -10/+7 |
| | |||||
* | a new dawn | Araq | 2019-06-06 | 1 | -1/+1 |
| | |||||
* | changelog: fix typos, create a changelog for 0.20 | narimiran | 2019-06-05 | 1 | -7/+7 |
| | |||||
* | cleaned up the changelog | Araq | 2019-06-05 | 1 | -27/+31 |
| | |||||
* | koch now ignores the existance of .git and always builds the latest tagged ↵ | Araq | 2019-06-05 | 1 | -0/+2 |
| | | | | stable release of Nimble unless you use the --latest switch; fixes #11402; fixes #9017 | ||||
* | pass typedesc as NimNode to macros (#11400) | Arne Döring | 2019-06-05 | 1 | -0/+6 |
| | | | | | | | | * change typedesc's design in macros * Manual and changelog entry. * add link to RFC | ||||
* | make fullpaths the default in error messages and stack traces for mor… ↵ | Andreas Rumpf | 2019-06-05 | 1 | -1/+3 |
| | | | | | | | | | | | | (#11385) * make fullpaths the default in error messages and stack traces for more convenient development * split up -d:release into -d:release and -d:danger flags * workaround a Nim config parser bug * fixes an old nim config parser bug * make megatest green again * make nimpretty tests work again * make nimsuggest green | ||||
* | parameter runtime discriminators (#11397) | Jasper Jenkins | 2019-06-04 | 1 | -1/+2 |
| | | | | | * allow param for runtime discriminator construction | ||||
* | fixes #11364 (#11383) | Andreas Rumpf | 2019-06-03 | 1 | -0/+3 |
| |