Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make nimeval compile | def | 2015-01-12 | 1 | -1/+1 |
| | |||||
* | fixes #1915 | Araq | 2015-01-12 | 6 | -9/+29 |
| | |||||
* | 'discard' can be used instead of 'nil' for empty case object branches | Araq | 2015-01-12 | 1 | -3/+3 |
| | |||||
* | Merge pull request #1841 from skyfex/devel | Andreas Rumpf | 2015-01-12 | 2 | -13/+32 |
|\ | | | | | Add support for big 'u64 literals and remove SomeUInt from unsigned.nim | ||||
| * | Added safe implicit conversion of uint8 to int16..int64, uint16 to ↵ | Audun Wilhelmsen | 2015-01-03 | 1 | -13/+13 |
| | | | | | | | | | | | | int32..int64 etc. Added two new tests for unsigned conversions and comparisons between signed numbers. | ||||
| * | Merge branch 'devel' of https://github.com/Araq/Nim into devel | Audun Wilhelmsen | 2015-01-02 | 14 | -74/+141 |
| |\ | |||||
| * | | Added support for big 'u64 literals | Audun Wilhelmsen | 2015-01-02 | 1 | -0/+19 |
| | | | | | | | | | | | | Removed duplicate "SomeUInt' typedef from unsigned.nim | ||||
* | | | fixes #1838 | Araq | 2015-01-11 | 2 | -6/+8 |
| | | | |||||
* | | | fixes #1928 | Araq | 2015-01-11 | 1 | -1/+1 |
| | | | |||||
* | | | fixes #1901 | Araq | 2015-01-11 | 1 | -7/+8 |
| | | | |||||
* | | | fixes #1919 | Araq | 2015-01-11 | 1 | -6/+7 |
| | | | |||||
* | | | fixes #1903 | Araq | 2015-01-11 | 1 | -1/+2 |
| | | | |||||
* | | | fixes #1907 | Araq | 2015-01-11 | 1 | -2/+2 |
| | | | |||||
* | | | fixes #1803 | Araq | 2015-01-10 | 1 | -6/+22 |
| | | | |||||
* | | | fixes tconfusing_arrow bug | Araq | 2015-01-10 | 1 | -1/+3 |
| | | | |||||
* | | | Revert 5e4ae8d | Dustin Lacewell | 2015-01-07 | 6 | -108/+43 |
| | | | |||||
* | | | Merge pull request #1889 from ramnes/devel | Andreas Rumpf | 2015-01-07 | 36 | -40/+40 |
|\ \ \ | | | | | | | | | Happy new year! | ||||
| * | | | Happy new year! | Guillaume Gelin | 2015-01-06 | 36 | -40/+40 |
| | | | | |||||
* | | | | Merge branch 'devel' of https://github.com/Araq/Nim into devel | Araq | 2015-01-07 | 12 | -106/+225 |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: compiler/semexprs.nim | ||||
| * | | | Merge pull request #1779 from flaviut/ga-docs | Varriount | 2015-01-05 | 1 | -4/+23 |
| |\ \ \ | | | | | | | | | | | Add google analytics to docs | ||||
| | * | | | Complete adding google analytics to docs | Flaviu Tamas | 2014-12-25 | 1 | -21/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | theindex.html doesn't have analytics because I don't want to deal with global variables | ||||
| | * | | | Mostly get analytics working for docs | Flaviu Tamas | 2014-12-25 | 1 | -2/+21 |
| | | | | | |||||
| * | | | | unstaged file | Zahary Karadjov | 2015-01-05 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | fix #1858; Add support for generic templates and macros | Zahary Karadjov | 2015-01-05 | 6 | -43/+108 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implementation notes: Just after overload resolution, the resolved generic params will be added to the call expression to be later processed in evalTemplate and evalMacroCall. These procs have been modified to handle the increased number of parameters, but one remaining issue is that immediate templates and macros don't go through the same process. The next commit will outlaw the use of generic parameters with such macros. | ||||
| * | | | | fix #1859 | Zahary Karadjov | 2015-01-05 | 1 | -8/+13 |
| | | | | | |||||
| * | | | | support for static params in the user defined type classes | Zahary Karadjov | 2015-01-02 | 5 | -24/+47 |
| | | | | | |||||
| * | | | | fix #1820 | Zahary Karadjov | 2015-01-02 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | fix #1050 | Zahary Karadjov | 2015-01-02 | 1 | -3/+1 |
| | | | | | |||||
| * | | | | expand the test case for bug 1049 | Zahary Karadjov | 2015-01-02 | 1 | -2/+1 |
| | | | | | |||||
| * | | | | fix #1049 | Zahary Karadjov | 2015-01-02 | 2 | -22/+27 |
| | | | | | |||||
| * | | | | fix #544 | Zahary Karadjov | 2015-01-02 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | fix #419 | Zahary Karadjov | 2015-01-02 | 1 | -2/+5 |
| | |_|/ | |/| | | |||||
* | | | | minor cleanups | Araq | 2015-01-07 | 2 | -24/+2 |
| | | | | |||||
* | | | | patch required for c2nim | Araq | 2015-01-07 | 1 | -4/+5 |
|/ / / | |||||
* | | | Merge branch 'devel' of https://github.com/Araq/Nim into devel | Araq | 2014-12-31 | 4 | -8/+22 |
|\ \ \ | |||||
| * | | | bugfix: don't treat generic types with different static params as the same type | Zahary Karadjov | 2014-12-31 | 1 | -0/+3 |
| | | | | |||||
| * | | | fix #1056 | Zahary Karadjov | 2014-12-31 | 2 | -2/+5 |
| | | | | |||||
| * | | | prettier type name printing for generic types featuring static parameters | Zahary Karadjov | 2014-12-31 | 1 | -6/+14 |
| | | | | |||||
* | | | | fixes #1774 | Araq | 2014-12-31 | 4 | -7/+3 |
|/ / / | |||||
* | | | Update nim.ini | Varriount | 2014-12-30 | 1 | -1/+1 |
| | | | | | | | | | Fix documentation location | ||||
* | | | fix #1789 (binding to static params during generic proc sigmatch) | Zahary Karadjov | 2014-12-31 | 5 | -45/+71 |
| | | | |||||
* | | | fixes #1788 | Araq | 2014-12-30 | 1 | -2/+2 |
| | | | |||||
* | | | release of 0.10.2 | Araq | 2014-12-29 | 2 | -3/+9 |
| | | | |||||
* | | | fixes #1708, fixes #871 | Araq | 2014-12-28 | 2 | -2/+23 |
| | | | |||||
* | | | fixes #1781 | Araq | 2014-12-28 | 2 | -6/+10 |
| |/ |/| | |||||
* | | implemented --bestEffort switch for nimfix | Araq | 2014-12-26 | 1 | -2/+4 |
| | | |||||
* | | fixes #1120 | Araq | 2014-12-25 | 7 | -28/+23 |
| | | |||||
* | | fixes #1742 | Araq | 2014-12-24 | 5 | -14/+18 |
| | | |||||
* | | fixes a small bug concerning semicolons for top level statements | Araq | 2014-12-23 | 1 | -2/+4 |
|/ | |||||
* | tuple field names are ignored | Araq | 2014-12-23 | 3 | -35/+12 |
| |