summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Fixes #1801.Dominik Picheta2016-06-061-1/+1
* Niminst now bundles the `compiler` dir when packaging.Dominik Picheta2016-06-061-0/+4
* fixes a critical bug about template instantiations in genericsAndreas Rumpf2016-06-051-2/+2
* fixes #4272Andreas Rumpf2016-06-051-2/+4
* hotfix: don't crash for wrong template callsAndreas Rumpf2016-06-032-1/+2
* fixes codegen regressionAndreas Rumpf2016-06-021-3/+4
* fixes #2259, fixes #1389Andreas Rumpf2016-06-022-8/+12
* fixes #4186Andreas Rumpf2016-06-021-1/+1
* system. for cstrings uses value comparisons, not reference comparisonsAndreas Rumpf2016-06-024-7/+6
* adds support for unicode hexcode in string literals.Parashurama2016-06-011-2/+21
* Improve error message for exported generated typesAnatoly Galiulin2016-06-011-1/+4
* bugfix: make visibility more robust for macrosAndreas Rumpf2016-06-011-3/+3
* fixes #4207Andreas Rumpf2016-06-012-7/+11
* fixes #3532Andreas Rumpf2016-06-011-1/+2
* fixes #1611Andreas Rumpf2016-06-011-1/+6
* Modification to implementation of round() such that it returns a float and ac...A. S. Budden2016-05-311-1/+1
* hotfix: --noNimblePath wasn't working when in a config fileAndreas Rumpf2016-05-311-0/+3
* changed the compiler's path handling; fixes #546Andreas Rumpf2016-05-315-12/+23
* fixes #786Andreas Rumpf2016-05-311-0/+2
* fixes #765Andreas Rumpf2016-05-311-2/+4
* fixes #1262Andreas Rumpf2016-05-311-10/+12
* fixes #1713Andreas Rumpf2016-05-305-11/+32
* refactoringsAndreas Rumpf2016-05-301-42/+55
* Merge branch 'patch/fix-3496-generic-tmpl-args' of https://github.com/nanoant...Andreas Rumpf2016-05-292-5/+57
|\
| * fixes #3496Adam Strzelecki2015-10-292-5/+57
* | fixes #4177Andreas Rumpf2016-05-281-2/+4
* | fixes #3882Andreas Rumpf2016-05-281-3/+7
* | cleanup of #4113Andreas Rumpf2016-05-282-30/+30
* | Merge pull request #4113 from jcosborn/gettypeinstAndreas Rumpf2016-05-283-38/+172
|\ \
| * | getTypeInst and getTypeImpl mostly working now and added testJames Osborn2016-05-043-32/+123
| * | changed getTypeInst handling for distinct typesJames Osborn2016-05-041-5/+15
| * | added getTypeInst which includes generic parametersJames Osborn2016-05-043-23/+56
* | | fixes #2159Andreas Rumpf2016-05-284-1/+18
* | | fixes critical 'do' parsing bugAndreas Rumpf2016-05-281-2/+3
* | | Fix issue #4001: invalid pragma {. hint[]: off .}Andrei Formiga2016-05-271-0/+1
* | | remove funny debug outputAndreas Rumpf2016-05-271-1/+0
* | | fixes #4225Andreas Rumpf2016-05-271-1/+1
* | | fixes #4227Andreas Rumpf2016-05-274-7/+8
* | | improve error messages for mismatched templates involving 'untyped' and stmtsAndreas Rumpf2016-05-271-3/+5
* | | Fixes #4222Yuriy Glukhov2016-05-261-4/+4
* | | Nimscript knows about the command line definesAndreas Rumpf2016-05-242-4/+4
* | | allow to check verbosity level via compileOptionAndreas Rumpf2016-05-241-0/+1
* | | Merge pull request #4083 from vegansk/vm_readfileAndreas Rumpf2016-05-241-31/+37
|\ \ \
| * | | Add ``readFile`` implementation for nimvmAnatoly Galiulin2016-04-131-31/+37
* | | | Nim check defines 'nimcheck' conditional symbolAndreas Rumpf2016-05-241-0/+1
* | | | Merge branch 'prim-gc' into develAndreas Rumpf2016-05-221-1/+1
|\ \ \ \
| * | | | GC with primitive MSAndreas Rumpf2016-05-161-1/+1
| * | | | refactoring: flags instead of boolsAndreas Rumpf2016-05-156-25/+31
* | | | | 4066 fixupYuriy Glukhov2016-05-191-1/+1
* | | | | fixes #4066Andreas Rumpf2016-05-183-6/+9