Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | symbol files: more progress | Araq | 2018-02-20 | 5 | -32/+107 |
| | |||||
* | disable symbol file tests for the old symbol file implementation | Araq | 2018-02-19 | 1 | -2/+3 |
| | |||||
* | new symbol files: loading of ASTs and module graphs | Araq | 2018-02-17 | 2 | -2/+378 |
| | |||||
* | improve the error message for mutability problems | Araq | 2018-02-17 | 2 | -2/+8 |
| | |||||
* | new .rod file implementation; part 1: writing of the file | Araq | 2018-02-17 | 8 | -8/+594 |
| | |||||
* | fixes #7215 | Andreas Rumpf | 2018-02-14 | 3 | -4/+7 |
| | |||||
* | symbol files: bugfixes | Araq | 2018-02-13 | 1 | -4/+4 |
| | |||||
* | tfragment_gc test: make more robust | Araq | 2018-02-13 | 1 | -1/+1 |
| | |||||
* | Fixes #4995. (#7157) | Dominik Picheta | 2018-02-13 | 7 | -19/+76 |
| | |||||
* | genTryCpp to catch by Nim type, ready for first review (#7196) | cooldome | 2018-02-12 | 10 | -79/+110 |
| | | | | | | | | | | | | | | | | * Rewrite genTryCpp * correction * Implement polymorphic raise in cpp * revert backticks in emit * Cleanp a comment * revert test changes * better handling of <new> header | ||||
* | nested finally bug (#7207) | cooldome | 2018-02-12 | 2 | -2/+25 |
| | |||||
* | add more functionality from sets to intsets (#7185) | Imran Hendley | 2018-02-12 | 1 | -21/+156 |
| | | | | | | | | | | | | * add more functionality from sets to intsets * remove -+- * < and == performance * don't hardcode s.a.len * remove shortcuts from < and == | ||||
* | Merge branch 'devel' into araq-fixes-6960 | Araq | 2018-02-12 | 10 | -111/+191 |
|\ | |||||
| * | fixes #3711 | Araq | 2018-02-12 | 1 | -1/+1 |
| | | |||||
| * | custom pragmas: proper error handling | Andreas Rumpf | 2018-02-12 | 1 | -3/+4 |
| | | |||||
| * | disable the undocumented 'import ' feature; allow import std / strutils; ↵ | Andreas Rumpf | 2018-02-12 | 3 | -96/+119 |
| | | | | | | | | fixes #2819; refs #6700 | ||||
| * | Merge pull request #7205 from GULPF/json-to-fix | Dominik Picheta | 2018-02-12 | 2 | -2/+9 |
| |\ | | | | | | | Fix `json.to` for types with generic parameters | ||||
| | * | 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 ↵ | 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 |
| | | |