Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | Fix `json.to` for types with generic parameters | Oscar Nihlgård | 2018-02-11 | 2 | -2/+9 | |
| * | | | | fixes #6186 | Andreas Rumpf | 2018-02-11 | 2 | -2/+46 | |
| * | | | | Add `parseHtml` overload for string (#7198) | Oscar Nihlgård | 2018-02-10 | 1 | -7/+12 | |
* | | | | | fixes #6960 | Andreas Rumpf | 2018-02-11 | 3 | -2/+34 | |
|/ / / / | ||||||
* | | | | fixes #3985 | Araq | 2018-02-10 | 3 | -3/+21 | |
* | | | | make more tests green | Araq | 2018-02-10 | 20 | -20/+20 | |
* | | | | better error messages: use <T1, T2> instead of (T1, T2) in order to prevent c... | Araq | 2018-02-10 | 25 | -62/+62 | |
* | | | | Fixes #6853 (#7188) | cooldome | 2018-02-10 | 2 | -1/+14 | |
* | | | | Enable mariadb shared libs for mysql as well (#7199) | Dennis Felsing | 2018-02-10 | 1 | -3/+3 | |
* | | | | fixes #7200 | Andreas Rumpf | 2018-02-10 | 2 | -20/+23 | |
* | | | | fixes #4220 | Araq | 2018-02-10 | 2 | -2/+28 | |
* | | | | fixes #7153 | Araq | 2018-02-10 | 2 | -1/+21 | |
* | | | | OpenSSL: 32bit DLL names on Windows lack the -x32 suffix | Araq | 2018-02-09 | 1 | -2/+2 | |
* | | | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Araq | 2018-02-09 | 64 | -2035/+852 | |
|\ \ \ \ | ||||||
| * | | | | Fix undefined reference with MinGw (#7175) | Volodymyr Melnychuk | 2018-02-09 | 1 | -4/+10 | |
| * | | | | move new sha1 module into the new 'std' namespace | Andreas Rumpf | 2018-02-06 | 14 | -12/+14 | |
| |/ / / | ||||||
| * | | | improve error message for twrongcolon | Andreas Rumpf | 2018-02-06 | 3 | -4/+15 | |
| * | | | fixes #6946 | Andreas Rumpf | 2018-02-05 | 3 | -12/+21 | |
| * | | | Tut 1: tiny improvements | Andreas Rumpf | 2018-02-05 | 2 | -1/+3 | |
| * | | | mark Nim version with .intdefine | Andreas Rumpf | 2018-02-05 | 1 | -3/+3 | |
| * | | | more chatty error message for the 'discard' checking | Andreas Rumpf | 2018-02-05 | 2 | -2/+5 | |
| * | | | improve the error message for thread local variables | Andreas Rumpf | 2018-02-05 | 1 | -1/+1 | |
| * | | | fixes #5450 | Andreas Rumpf | 2018-02-04 | 1 | -0/+4 | |
| * | | | fixes #7080 | Andreas Rumpf | 2018-02-04 | 1 | -1/+4 | |
| * | | | improve the error messages regarding type mismatches in overloading resolution | Andreas Rumpf | 2018-02-04 | 4 | -11/+74 | |
| * | | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2018-02-04 | 1 | -0/+1 | |
| |\ \ \ | ||||||
| | * \ \ | Merge pull request #7178 from codetriage-readme-bot/codetriage-badge | Dominik Picheta | 2018-02-03 | 1 | -0/+1 | |
| | |\ \ \ | ||||||
| | | * | | | Add CodeTriage badge to nim-lang/nim | codetriage-readme-bot | 2018-02-02 | 1 | -0/+1 | |
| | |/ / / | ||||||
| * | | | | fixes the RST in the manual | Andreas Rumpf | 2018-02-04 | 1 | -1/+1 | |
| * | | | | Merge branch 'devel' into araq-overloading-symmetry | Andreas Rumpf | 2018-02-03 | 21 | -243/+300 | |
| |\| | | | ||||||
| | * | | | fixes #6939 | Andreas Rumpf | 2018-02-02 | 1 | -5/+10 | |
| | * | | | fixes #6961 | Andreas Rumpf | 2018-02-02 | 13 | -203/+208 | |
| | * | | | manual: do not mention the VTable types which are not implemented yet | Andreas Rumpf | 2018-02-02 | 1 | -44/+45 | |
| | * | | | Small performance improvement in sempass2 (#7168) | cooldome | 2018-02-01 | 1 | -11/+8 | |
| | * | | | Fix the names of the float checks pragmas. (#7170) | konqoro | 2018-02-01 | 1 | -3/+3 | |
| | * | | | Jump to definition on import will open the imported module (#7155) | Yuriy Glukhov | 2018-01-31 | 1 | -2/+2 | |
| | * | | | Fixes #7121 (#7148) | pqflx3 | 2018-01-31 | 2 | -9/+38 | |
| | * | | | Fixes codegen bug with literal negative zero, fixes #7079 (#7158) | GULPF | 2018-01-31 | 4 | -11/+31 | |
| | |/ / | ||||||
| * | | | make tests green again | Andreas Rumpf | 2018-02-03 | 2 | -20/+16 | |
| * | | | the .deprecated pragma for procs now supports a user-definable deprecation me... | Andreas Rumpf | 2018-02-02 | 5 | -4/+27 | |
| * | | | disabled non-documented overloading rule for templates and macros | Andreas Rumpf | 2018-02-02 | 3 | -14/+21 | |
| * | | | better type inference for numerical types; prerequisitive for version 1 | Andreas Rumpf | 2018-02-02 | 4 | -3/+73 | |
| * | | | manual: do not mention the VTable types which are not implemented yet | Andreas Rumpf | 2018-02-02 | 1 | -44/+45 | |
| |/ / | ||||||
| * | | nimTypeNames feature: show generics properly | Andreas Rumpf | 2018-01-31 | 1 | -1/+2 | |
| * | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2018-01-31 | 2 | -4/+4 | |
| |\ \ | ||||||
| | * | | Undeprecate readChar. Closes #7072 (#7156) | Yuriy Glukhov | 2018-01-30 | 1 | -3/+3 | |
| | * | | Fixes #7140 (#7154) | Yuriy Glukhov | 2018-01-30 | 1 | -1/+1 | |
| * | | | fixes #7129 | Andreas Rumpf | 2018-01-30 | 4 | -5/+5 | |
| |/ / | ||||||
| * | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2018-01-30 | 3 | -11/+20 | |
| |\ \ | ||||||
| | * | | Fixes nimsuggest#78 (#7151) | Yuriy Glukhov | 2018-01-29 | 1 | -9/+10 |