summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* fixes the integer conversion regressionsAraq2015-01-133-16/+20
* Make nimeval compiledef2015-01-121-1/+1
* fixes #1915Araq2015-01-126-9/+29
* 'discard' can be used instead of 'nil' for empty case object branchesAraq2015-01-121-3/+3
* Merge pull request #1841 from skyfex/develAndreas Rumpf2015-01-122-13/+32
|\
| * Added safe implicit conversion of uint8 to int16..int64, uint16 to int32..int...Audun Wilhelmsen2015-01-031-13/+13
| * Merge branch 'devel' of https://github.com/Araq/Nim into develAudun Wilhelmsen2015-01-0214-74/+141
| |\
| * | Added support for big 'u64 literalsAudun Wilhelmsen2015-01-021-0/+19
* | | fixes #1838Araq2015-01-112-6/+8
* | | fixes #1928Araq2015-01-111-1/+1
* | | fixes #1901Araq2015-01-111-7/+8
* | | fixes #1919Araq2015-01-111-6/+7
* | | fixes #1903Araq2015-01-111-1/+2
* | | fixes #1907Araq2015-01-111-2/+2
* | | fixes #1803Araq2015-01-101-6/+22
* | | fixes tconfusing_arrow bugAraq2015-01-101-1/+3
* | | Revert 5e4ae8dDustin Lacewell2015-01-076-108/+43
* | | Merge pull request #1889 from ramnes/develAndreas Rumpf2015-01-0736-40/+40
|\ \ \
| * | | Happy new year!Guillaume Gelin2015-01-0636-40/+40
* | | | Merge branch 'devel' of https://github.com/Araq/Nim into develAraq2015-01-0712-106/+225
|\| | |
| * | | Merge pull request #1779 from flaviut/ga-docsVarriount2015-01-051-4/+23
| |\ \ \
| | * | | Complete adding google analytics to docsFlaviu Tamas2014-12-251-21/+21
| | * | | Mostly get analytics working for docsFlaviu Tamas2014-12-251-2/+21
| * | | | unstaged fileZahary Karadjov2015-01-051-1/+1
| * | | | fix #1858; Add support for generic templates and macrosZahary Karadjov2015-01-056-43/+108
| * | | | fix #1859Zahary Karadjov2015-01-051-8/+13
| * | | | support for static params in the user defined type classesZahary Karadjov2015-01-025-24/+47
| * | | | fix #1820Zahary Karadjov2015-01-021-1/+1
| * | | | fix #1050Zahary Karadjov2015-01-021-3/+1
| * | | | expand the test case for bug 1049Zahary Karadjov2015-01-021-2/+1
| * | | | fix #1049Zahary Karadjov2015-01-022-22/+27
| * | | | fix #544Zahary Karadjov2015-01-021-1/+2
| * | | | fix #419Zahary Karadjov2015-01-021-2/+5
| | |_|/ | |/| |
* | | | minor cleanupsAraq2015-01-072-24/+2
* | | | patch required for c2nimAraq2015-01-071-4/+5
|/ / /
* | | Merge branch 'devel' of https://github.com/Araq/Nim into develAraq2014-12-314-8/+22
|\ \ \
| * | | bugfix: don't treat generic types with different static params as the same typeZahary Karadjov2014-12-311-0/+3
| * | | fix #1056Zahary Karadjov2014-12-312-2/+5
| * | | prettier type name printing for generic types featuring static parametersZahary Karadjov2014-12-311-6/+14
* | | | fixes #1774Araq2014-12-314-7/+3
|/ / /
* | | Update nim.iniVarriount2014-12-301-1/+1
* | | fix #1789 (binding to static params during generic proc sigmatch)Zahary Karadjov2014-12-315-45/+71
* | | fixes #1788Araq2014-12-301-2/+2
* | | release of 0.10.2Araq2014-12-292-3/+9
* | | fixes #1708, fixes #871Araq2014-12-282-2/+23
* | | fixes #1781Araq2014-12-282-6/+10
| |/ |/|
* | implemented --bestEffort switch for nimfixAraq2014-12-261-2/+4
* | fixes #1120Araq2014-12-257-28/+23
* | fixes #1742Araq2014-12-245-14/+18
* | fixes a small bug concerning semicolons for top level statementsAraq2014-12-231-2/+4
|/