Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | Araq | 2018-02-10 | 25 | -62/+62 |
| | | | | confusions with tuple types | ||||
* | Fixes #6853 (#7188) | cooldome | 2018-02-10 | 2 | -1/+14 |
| | | | | | * Fixes #6853 * Add a test for a const empty array | ||||
* | 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 |
| | | | | | | | | | | * fix undefined reference with mingw * use fseek, ftell for x86 and _fseeki64, _ftelli64 for amd64 | ||||
| * | 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 | ||||
| | | * | Add CodeTriage badge to nim-lang/nim | codetriage-readme-bot | 2018-02-02 | 1 | -0/+1 |
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds a badge showing the number of people helping this repo on CodeTriage. [![Open Source Helpers](https://www.codetriage.com/nim-lang/nim/badges/users.svg)](https://www.codetriage.com/nim-lang/nim) ## What is CodeTriage? CodeTriage is an Open Source app that is designed to make contributing to Open Source projects easier. It works by sending subscribers a few open issues in their inbox. If subscribers get busy, there is an algorithm that backs off issue load so they do not get overwhelmed [Read more about the CodeTriage project](https://www.codetriage.com/what). ## Why am I getting this PR? Your project was picked by the human, @schneems. They selected it from the projects submitted to https://www.codetriage.com and hand edited the PR. How did your project get added to [CodeTriage](https://www.codetriage.com/what)? Roughly 4 months ago, [@milan15](https://github.com/milan15) added this project to CodeTriage in order to start contributing. Since then, 4 people have subscribed to help this repo. ## What does adding a badge accomplish? Adding a badge invites people to help contribute to your project. It also lets developers know that others are invested in the longterm success and maintainability of the project. You can see an example of a CodeTriage badge on these popular OSS READMEs: - [![](https://www.codetriage.com/rails/rails/badges/users.svg)](https://www.codetriage.com/rails/rails) https://github.com/rails/rails - [![](https://www.codetriage.com/crystal-lang/crystal/badges/users.svg)](https://www.codetriage.com/crystal-lang/crystal) https://github.com/crystal-lang/crystal ## Have a question or comment? While I am a bot, this PR was manually reviewed and monitored by a human - @schneems. My job is writing commit messages and handling PR logistics. If you have any questions, you can reply back to this PR and they will be answered by @schneems. If you do not want a badge right now, no worries, close the PR, you will not hear from me again. Thanks for making your project Open Source! Any feedback is greatly appreciated. | ||||
| * | | 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 |
| | | | | | | | | | | | | | | | | | | * Replace ftell and fseek with (windows) _ftelli64, _fseeki64 and (posix) ftello, fseeko * disable large file test | ||||
| | * | Fixes codegen bug with literal negative zero, fixes #7079 (#7158) | GULPF | 2018-01-31 | 4 | -11/+31 |
| | | | | | | | | | | | | | | | | | | * Fixes #7079 * Fix handling of neg zero during constant folding | ||||
| * | | make tests green again | Andreas Rumpf | 2018-02-03 | 2 | -20/+16 |
| | | | |||||
| * | | the .deprecated pragma for procs now supports a user-definable deprecation ↵ | Andreas Rumpf | 2018-02-02 | 5 | -4/+27 |
| | | | | | | | | | | | | message | ||||
| * | | 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 |
| | | | |||||
| | * | Fix compiler crash on try expression with infix as (Fixes #7116) (#7112) | cooldome | 2018-01-29 | 2 | -2/+10 |
| | | | | | | | | | | | | | | | | | | * Fix compiler crash * make sure type is not lost | ||||
| * | | M&S GC: collect earlier under memory pressure | Andreas Rumpf | 2018-01-30 | 1 | -6/+7 |
| | | | |||||
| * | | fixes the tracking of 'occupied memory' | Andreas Rumpf | 2018-01-30 | 1 | -6/+96 |
| |/ |