| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | | | binarySearch improvements (#7850) | Dmitry Atamanov | 2018-05-20 | 1 | -0/+1 |
* | | | | Fixes CritBitTree.inc's bug (#7838) | Dmitry Atamanov | 2018-05-18 | 1 | -0/+1 |
* | | | | implement the export/except statement | Zahary Karadjov | 2018-05-07 | 1 | -0/+2 |
* | | | | The `terminal` module now exports additional procs for generating ANSI color | Zahary Karadjov | 2018-05-07 | 1 | -0/+2 |
* | | | | Support thread-local variables declared inside procs; fixes #7565 | Zahary Karadjov | 2018-05-07 | 1 | -0/+3 |
* | | | | Backwards-compatible support for keyword arguments in the command syntax | Zahary Karadjov | 2018-05-07 | 1 | -0/+2 |
* | | | | update the changelog | Andreas Rumpf | 2018-05-06 | 1 | -0/+3 |
* | | | | Merge branch 'devel' into araq-parser-fixes | Andreas Rumpf | 2018-05-06 | 1 | -0/+3 |
|\ \ \ \ |
|
| * | | | | Deprecate smart binary search (#7745) | Arne Döring | 2018-05-03 | 1 | -0/+3 |
* | | | | | warn about inconsistent spacing around binary operators; fixes #7582 | Andreas Rumpf | 2018-05-05 | 1 | -1/+4 |
|/ / / / |
|
* | | / | make 'not nil' experimental | Andreas Rumpf | 2018-05-02 | 1 | -1/+4 |
| |_|/
|/| | |
|
* | | | introduce --laxStrings:on switch | Araq | 2018-04-30 | 1 | -1/+3 |
* | | | make more tests green | Andreas Rumpf | 2018-04-30 | 1 | -0/+3 |
| |/
|/| |
|
* | | string to cstring conversions produce the empty C string for nil; this will b... | Andreas Rumpf | 2018-04-28 | 1 | -1/+4 |
|/ |
|
* | .experimental can now be used to enable specific features | Andreas Rumpf | 2018-04-24 | 1 | -0/+6 |
* | fixes #7637; assignments are not allowed to slice object; minor breaking change | Andreas Rumpf | 2018-04-21 | 1 | -0/+4 |