summary refs log tree commit diff stats
path: root/compiler
Commit message (Collapse)AuthorAgeFilesLines
* fixes #3686Andreas Rumpf2016-03-011-5/+2
|
* debug() uses 'echo' because stderr is an abominationAndreas Rumpf2016-03-011-5/+5
|
* fixes #3916Andreas Rumpf2016-02-291-4/+4
|
* no name mangling for PHP fieldsAndreas Rumpf2016-02-291-1/+1
|
* SpellcheckFederico Ceratto2016-02-294-4/+4
|
* use 'using' instead of 'sig' keyword; cleans up new features a bitAndreas Rumpf2016-02-297-19/+18
|
* better 'self' handling for overload resolutionAndreas Rumpf2016-02-291-28/+23
|
* removed debug codeAndreas Rumpf2016-02-281-2/+0
|
* first version of .partial objectsAndreas Rumpf2016-02-285-17/+46
|
* added 'sig' feature; removed tfShared support in the compilerAndreas Rumpf2016-02-2812-44/+48
|
* 'using' statement is obsoleteAndreas Rumpf2016-02-283-21/+1
|
* added experimental .this pragmaAndreas Rumpf2016-02-289-118/+193
|
* php codegen: name mangling bugfixAndreas Rumpf2016-02-261-2/+3
|
* Removed `#!` handling (was deprecated long enought)Hans Raaf2016-02-261-4/+1
|
* Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-02-263-5/+2
|\
| * Consistently use Channel instead of TChanneldef2016-02-251-1/+1
| |
| * Removed error that disallows slices with negative indexesbit2016-02-221-4/+0
| |
| * Fix building documentation in releases (fixes #3823)def2016-02-211-0/+1
| |
* | PHP codegen generates reliable filenamesAndreas Rumpf2016-02-261-2/+6
|/
* made AST renderer more robust for wrong macrosAndreas Rumpf2016-02-191-61/+68
|
* Added --noCppExceptions switchRuslan Mustakov2016-02-183-2/+9
|
* Merge pull request #3873 from yglukhov/path-handlingAndreas Rumpf2016-02-162-1/+3
|\ | | | | Fixes #3871
| * Fixes #3871Yuriy Glukhov2016-02-162-1/+3
| |
* | Dont warn about unused symbol if its used in emitYuriy Glukhov2016-02-151-0/+1
|/
* PHP codegen can generate foo->bar accessesAndreas Rumpf2016-02-081-1/+10
|
* some progress on #3832Andreas Rumpf2016-02-082-1/+10
|
* makes tints.nim test compileAndreas Rumpf2016-02-081-0/+3
|
* Made the test tints.nim work for the PHP codegen (uint shifts andHans Raaf2016-02-071-1/+5
| | | | casts).
* Corrected (unsigned) shr for PHP CodegenHans Raaf2016-02-071-3/+12
|
* Better code and fix for JS regression.Hans Raaf2016-02-071-9/+9
|
* Fix für Char to String in PHP.Hans Raaf2016-02-071-0/+4
|
* Fix tuple field access in PHP.Hans Raaf2016-02-071-1/+4
|
* Fix for index check in PHP code.Hans Raaf2016-02-071-1/+4
|
* Fix for shr with PHP (using >>)Hans Raaf2016-02-071-5/+11
|
* php-codegen fixesAndreas Rumpf2016-02-061-4/+7
|
* more JS regressions fixedAndreas Rumpf2016-02-061-1/+1
|
* fixes JS codegen regressionsAndreas Rumpf2016-02-061-3/+2
|
* no LL for PHPAndreas Rumpf2016-02-061-1/+2
|
* cleaner toArray magicAndreas Rumpf2016-02-061-21/+24
|
* PHP codegen can generate PHP classesAndreas Rumpf2016-02-062-55/+220
|
* first version of an PHP codegenAndreas Rumpf2016-02-066-274/+382
|
* Merge pull request #3817 from yglukhov/js-typed-arraysAndreas Rumpf2016-02-061-4/+27
|\ | | | | Prefer JS typed arrays for arrays.
| * Prefer JS typed arrays for arrays.Yuriy Glukhov2016-02-031-4/+27
| |
* | Merge pull request #3831 from ephja/nimrod-to-nimAndreas Rumpf2016-02-066-9/+9
|\ \ | | | | | | nimrod -> nim
| * | nimrod -> nimErik Johansson Andersson2016-02-056-9/+9
| |/
* | Merge pull request #3106 from def-/deprecationAndreas Rumpf2016-02-061-2/+2
|\ \ | |/ |/| Fix a few deprecation warnings
| * Fix a few deprecation warningsdef2016-01-251-2/+2
| |
* | fixes #3788Andreas Rumpf2016-01-311-3/+5
| |
* | fixes #3799Andreas Rumpf2016-01-301-6/+7
| |
* | fixes a critical codegenbugAndreas Rumpf2016-01-301-2/+5
| |