| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | times.Timezone changes (#8527) | Oscar Nihlgård | 2018-08-17 | 1 | -0/+4 |
* | Look for user nim.cfg in "nim/" subdir in usual config dir locations (#8662) | Kaushal Modi | 2018-08-17 | 1 | -0/+7 |
* | fixes #8653 | Andreas Rumpf | 2018-08-16 | 1 | -0/+3 |
* | minor edit to the changelog | Andreas Rumpf | 2018-08-16 | 1 | -1/+1 |
* | implements 'case statement macros' in order to encourage the development of p... | Andreas Rumpf | 2018-08-16 | 1 | -4/+10 |
* | renames threadpool.await to blockUntil; refs #7853 | Araq | 2018-08-14 | 1 | -0/+4 |
* | document the new --nilseqs:on switch | Araq | 2018-08-13 | 1 | -1/+1 |
* | rename SystemError to CatchableError in order to avoid breaking Nimble and pr... | Araq | 2018-08-10 | 1 | -1/+1 |
* | rework the exception hierarchy; refs #8363 | Andreas Rumpf | 2018-08-10 | 1 | -0/+4 |
* | change the VM's max instruction count to 3_000_000 | Andreas Rumpf | 2018-08-10 | 1 | -1/+1 |
* | deprecated regionized pointers | Araq | 2018-08-10 | 1 | -0/+3 |
* | deprecate the .this pragma | Araq | 2018-08-09 | 1 | -0/+4 |
* | fixes merge conflict | Araq | 2018-08-07 | 1 | -0/+1 |
|\ |
|
| * | fixes #6255, add `system.ashr` arithmetic right shift (#8547) | andri lim | 2018-08-07 | 1 | -1/+2 |
* | | 'nimcache' defaults to ~/.cache on Posix; cleaned up documentation | Andreas Rumpf | 2018-08-06 | 1 | -5/+8 |
|/ |
|
* | fixes #5617, 'copyLineInfo' addition (#8523) | andri lim | 2018-08-05 | 1 | -0/+1 |
* | fixes #7827, bindSym enhancement (#8499) | andri lim | 2018-08-02 | 1 | -0/+5 |
* | `lineInfoObj` (and `check`, `expect`) now return absolute paths (#8466) | Timothee Cour | 2018-07-31 | 1 | -1/+2 |
* | Deprecate the dot style for import paths (#8474) | Oscar Nihlgård | 2018-07-30 | 1 | -0/+2 |
* | Fix setCursorPos and setCursorXPos on POSIX (#8310) | John Novak | 2018-07-17 | 1 | -0/+5 |
* | Fixes #5880. (#7229) | Dominik Picheta | 2018-07-10 | 1 | -0/+1 |
* | Deprecate 'c', 'C' prefix for octal literals, fixes #8082 (#8178) | Vindaar | 2018-07-03 | 1 | -0/+2 |
* | Nintendo switch support (#8069) | Joey | 2018-06-27 | 1 | -0/+3 |
* | Add missing backtick to the changelog.md | Daniil Yarancev | 2018-06-27 | 1 | -1/+1 |
* | Merge pull request #7736 from cooldome/range_float_type | Andreas Rumpf | 2018-06-27 | 1 | -0/+2 |
|\ |
|
| * | merge devel | cooldome | 2018-06-12 | 1 | -2/+7 |
| |\ |
|
| * \ | merge devel | cooldome | 2018-06-10 | 1 | -4/+47 |
| |\ \ |
|
| * | | | fix spacing in changelog | cooldome | 2018-04-30 | 1 | -2/+1 |
| * | | | Merge branch 'devel' into range_float_type | cooldome | 2018-04-30 | 1 | -0/+5 |
| |\ \ \ |
|
| * \ \ \ | merge devel | cooldome | 2018-04-29 | 1 | -2/+5 |
| |\ \ \ \ |
|
| * | | | | | update the doc | cooldome | 2018-04-29 | 1 | -0/+2 |
* | | | | | | Merge branch 'devel' into typedesc-reforms | Andreas Rumpf | 2018-06-26 | 1 | -0/+3 |
|\ \ \ \ \ \ |
|
| * | | | | | | Pegs AST read access (#8050) | gemath | 2018-06-19 | 1 | -0/+3 |
* | | | | | | | document the new `type[T]` and `static[T]` features | Zahary Karadjov | 2018-06-16 | 1 | -0/+7 |
|/ / / / / / |
|
* | | | | | | Add MemMapFileStream. Fixes in memFiles. (#7944) | Dmitry Atamanov | 2018-06-14 | 1 | -0/+2 |
* | | | | | | Add parse bin int, fixes #8018 (#8020) | Vindaar | 2018-06-13 | 1 | -1/+6 |
| |_|_|_|/
|/| | | | |
|
* | | | | | fixes merge conflict | Andreas Rumpf | 2018-06-11 | 1 | -0/+7 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | Make isUpper (and variants) work for strings with non-alpha chars | Kaushal Modi | 2018-06-08 | 1 | -0/+6 |
| * | | | | Add the val parameter for CritBitTree[T].incl (#7988) | Dmitry Atamanov | 2018-06-08 | 1 | -0/+1 |
* | | | | | fixex merge conflicts | Araq | 2018-06-08 | 1 | -0/+2 |
|\| | | | |
|
| * | | | | Rename tgamma to gamma (#7929) | Koki Fushimi | 2018-06-05 | 1 | -0/+1 |
| * | | | | Add product proc (#7951) | Koki Fushimi | 2018-06-04 | 1 | -0/+1 |
* | | | | | fixed merge conflict | Andreas Rumpf | 2018-06-04 | 1 | -3/+11 |
|\| | | | |
|
| * | | | | Support `div`, `mod`, floorDiv and floorMod for Rationals (#7918) | Koki Fushimi | 2018-06-01 | 1 | -0/+1 |
| * | | | | Use truncation division in mod for floats (#7118) | Oscar Nihlgård | 2018-05-30 | 1 | -0/+4 |
| * | | | | Add inverse hyperbolic, and cot, sec and csc; and their hyperbolic, inverse, ... | Koki Fushimi | 2018-05-30 | 1 | -0/+2 |
| * | | | | Add algorithm.upperBound (#7851) | Dmitry Atamanov | 2018-05-29 | 1 | -0/+1 |
| * | | | | Small grammar/spelling fix for changelog (#7896) | Clyybber | 2018-05-28 | 1 | -3/+3 |
* | | | | | rewrote nimeval.nim; added tcompilerapi example to show how the compiler can ... | Andreas Rumpf | 2018-05-29 | 1 | -0/+5 |
|/ / / / |
|
* | | | | Added: type name output when exception raised from unittest (#7869) | 七秒不觉梦 | 2018-05-28 | 1 | -0/+2 |