Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #2470, fixes #1354 | Araq | 2015-04-28 | 1 | -11/+4 |
| | |||||
* | fixes #2577 | Araq | 2015-04-27 | 1 | -0/+1 |
| | |||||
* | fixes regression: overloading by 'var' | Araq | 2015-04-25 | 1 | -2/+3 |
| | |||||
* | fixes #2600 | Araq | 2015-04-25 | 1 | -5/+5 |
| | |||||
* | fixes #2505, fixes #1853, fixes #2522 | Araq | 2015-04-20 | 1 | -1/+3 |
| | |||||
* | fixes #2481 | Araq | 2015-04-10 | 1 | -2/+5 |
| | |||||
* | fixes #2500 | Araq | 2015-04-10 | 1 | -4/+6 |
| | |||||
* | first implementation of overloading of '='; missing: rewriting let/var sections | Araq | 2015-04-06 | 1 | -3/+6 |
| | |||||
* | don't store the scope for routines | Araq | 2015-04-04 | 1 | -1/+2 |
| | |||||
* | fixes #2397 | Araq | 2015-03-25 | 1 | -16/+22 |
| | |||||
* | concept example from the manual now works again | Araq | 2015-03-23 | 1 | -14/+4 |
| | |||||
* | fixes #2266 | Araq | 2015-03-22 | 1 | -1/+3 |
| | |||||
* | fixes #2221 | Araq | 2015-03-21 | 1 | -4/+17 |
| | |||||
* | fixes #2304 | Araq | 2015-03-16 | 1 | -2/+6 |
| | |||||
* | fixes #1809; implements overloading based on 'var T' | Araq | 2015-03-14 | 1 | -15/+6 |
| | |||||
* | fixes #2220; #2219; breaks #2022; for #2022 callsite needs to be used | Araq | 2015-03-10 | 1 | -39/+87 |
| | |||||
* | fixes #1940; code breakage! stricter template evaluation | Araq | 2015-03-07 | 1 | -1/+1 |
| | |||||
* | fixes #2229 | Araq | 2015-03-05 | 1 | -145/+134 |
| | |||||
* | some love for the testsuite; fixed regressions | Araq | 2015-03-01 | 1 | -2/+4 |
| | |||||
* | fixes #2169 | Araq | 2015-02-28 | 1 | -2/+2 |
| | |||||
* | added a comment | Araq | 2015-02-26 | 1 | -2/+2 |
| | |||||
* | fixes #2216 | Araq | 2015-02-26 | 1 | -2/+14 |
| | |||||
* | tsigtypeop.nim works again | Araq | 2015-02-25 | 1 | -2/+1 |
| | |||||
* | fixes #2125 | Araq | 2015-02-18 | 1 | -6/+14 |
| | |||||
* | Fix a few more warnings | def | 2015-02-17 | 1 | -1/+1 |
| | |||||
* | Fix typos | Federico Ceratto | 2015-02-15 | 1 | -8/+8 |
| | |||||
* | fixes endless recursion with static type parameters | Araq | 2015-02-14 | 1 | -2/+10 |
| | |||||
* | Aporia compiles again (disabling thread analysis is horrible!) | Araq | 2015-02-12 | 1 | -1/+2 |
| | |||||
* | ordinary parameters can follow a varargs parameter | Araq | 2015-02-12 | 1 | -8/+14 |
| | |||||
* | cleaned up some tests | Araq | 2015-02-10 | 1 | -1/+1 |
| | |||||
* | fixes #1988 | Araq | 2015-01-31 | 1 | -5/+7 |
| | |||||
* | revert to old behaviour: tuple field names are not ignored anymore; fixes #1920 | Araq | 2015-01-18 | 1 | -1/+1 |
| | |||||
* | fixes the integer conversion regressions | Araq | 2015-01-13 | 1 | -15/+16 |
| | |||||
* | Merge pull request #1841 from skyfex/devel | Andreas Rumpf | 2015-01-12 | 1 | -13/+13 |
|\ | | | | | 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. | ||||
* | | 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 | 1 | -8/+26 |
| | | |||||
* | | fix #1820 | Zahary Karadjov | 2015-01-02 | 1 | -1/+1 |
| | | |||||
* | | fix #1049 | Zahary Karadjov | 2015-01-02 | 1 | -21/+26 |
| | | |||||
* | | fix #544 | Zahary Karadjov | 2015-01-02 | 1 | -1/+2 |
| | | |||||
* | | fix #419 | Zahary Karadjov | 2015-01-02 | 1 | -2/+5 |
|/ | |||||
* | bugfix: don't treat generic types with different static params as the same type | Zahary Karadjov | 2014-12-31 | 1 | -0/+3 |
| | |||||
* | fix #1789 (binding to static params during generic proc sigmatch) | Zahary Karadjov | 2014-12-31 | 1 | -7/+21 |
| | |||||
* | release of 0.10.2 | Araq | 2014-12-29 | 1 | -0/+5 |
| | |||||
* | fixes #1120 | Araq | 2014-12-25 | 1 | -2/+2 |
| | |||||
* | tuple field names are ignored | Araq | 2014-12-23 | 1 | -1/+1 |
| | |||||
* | fixes #1684 | Araq | 2014-11-30 | 1 | -0/+4 |
| | |||||
* | fixes #836 | Araq | 2014-11-19 | 1 | -0/+3 |
| | |||||
* | fixes #940 | Araq | 2014-11-17 | 1 | -1/+1 |
| | |||||
* | nicer error messages (untested) | Araq | 2014-10-26 | 1 | -9/+11 |
| |