Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | the compiler knows vxWorks is an OS | Araq | 2015-01-28 | 2 | -4/+8 |
| | |||||
* | added missing file | Araq | 2015-01-27 | 1 | -0/+18 |
| | |||||
* | nimsuggest: first version | Araq | 2015-01-27 | 18 | -216/+361 |
| | |||||
* | do not warn about unknown conditional symbols anymore | Araq | 2015-01-27 | 1 | -4/+0 |
| | |||||
* | implements auto-deref for the first argument (requires .experimental) | Araq | 2015-01-27 | 2 | -8/+38 |
| | |||||
* | non-destructible context only produces a warning for now | Araq | 2015-01-24 | 2 | -6/+7 |
| | |||||
* | Nim can interface with C++ templates | Araq | 2015-01-23 | 1 | -46/+63 |
| | |||||
* | preparations for C++ template support | Araq | 2015-01-23 | 5 | -20/+24 |
| | |||||
* | bugfixes for the new C++ patterns | Araq | 2015-01-23 | 1 | -8/+7 |
| | |||||
* | better error message for 'invalid type' | Araq | 2015-01-23 | 4 | -58/+66 |
| | |||||
* | get rid of debug output | Araq | 2015-01-18 | 1 | -1/+0 |
| | |||||
* | fixes #1833 | Araq | 2015-01-18 | 1 | -1/+2 |
| | |||||
* | fixes #1944 | Araq | 2015-01-18 | 3 | -13/+26 |
| | |||||
* | Merge pull request #1981 from Varriount/zielmicha-devel | Varriount | 2015-01-17 | 1 | -2/+1 |
|\ | | | | | Custom merge of Zielmicha devel | ||||
| * | Fixes #1955 | Varriount | 2015-01-17 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'devel' of git://github.com/zielmicha/Nimrod into zielmicha-devel | Varriount | 2015-01-16 | 1 | -2/+1 |
| |\ | |||||
| | * | quote filenames in when invoking compiler from C backend | Michał Zieliński | 2015-01-14 | 1 | -2/+1 |
| | | | |||||
* | | | Merge pull request #1972 from skyfex/vm_opcLdConst | Andreas Rumpf | 2015-01-18 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Test and fix for VM issue | ||||
| * | | | Proposed fix for issue #1946 | Audun Wilhelmsen | 2015-01-16 | 1 | -0/+1 |
| |/ / | |||||
* | | | revert to old behaviour: tuple field names are not ignored anymore; fixes #1920 | Araq | 2015-01-18 | 3 | -4/+25 |
| | | | |||||
* | | | better C++ support wrt 'this' | Araq | 2015-01-18 | 1 | -20/+90 |
|/ / | |||||
* / | fixes #1947 | Araq | 2015-01-15 | 1 | -1/+16 |
|/ | |||||
* | patterns for 'importcpp' (still undocumented) | Araq | 2015-01-14 | 2 | -28/+92 |
| | |||||
* | handle 'T&' properly for better C++ support | Araq | 2015-01-13 | 1 | -3/+11 |
| | |||||
* | fixes the integer conversion regressions | Araq | 2015-01-13 | 3 | -16/+20 |
| | |||||
* | 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 |
| | | | | |