summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | fix #5918Zahary Karadjov2017-08-191-1/+3
* | | | | | | | Fixes #5965 (#6237)Daniil Yarancev2017-08-141-1/+6
* | | | | | | | WIP: --gc:regions instead of --gc:stackAraq2017-08-132-5/+5
* | | | | | | | fixes #6234Andreas Rumpf2017-08-111-4/+4
* | | | | | | | reorder pass: consider the 'using' statement; disabled debug outputAndreas Rumpf2017-08-111-2/+2
* | | | | | | | type kind is now part of the generated name for types (#6203)Arne Döring2017-08-101-4/+5
* | | | | | | | fix VM intsize for 32bits and smaller targetOS. (#6211)Parashurama2017-08-101-3/+4
* | | | | | | | Introduce first class support for Android (#5772)Fredrik Høisæther Rasch2017-08-063-3/+11
* | | | | | | | codegen: do not produce empty loops; speeds up debug builds tremendously on W...Araq2017-08-041-2/+14
* | | | | | | | Merge pull request #6165 from endragor/no-source-without-gitDominik Picheta2017-08-031-6/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | Do not generate Source/Edit without git in configRuslan Mustakov2017-07-311-6/+8
* | | | | | | | | Add mips64 and mips64el CPU platforms (#5866)James Cowgill2017-08-032-3/+6
* | | | | | | | | fixes #6016 union alias trigger bad codegen (#6117)andri lim2017-08-031-0/+1
* | | | | | | | | Vm fix zero extend proc ze/ze64 && toU32/toU16/toU8 (#5988)Parashurama2017-08-033-3/+29
* | | | | | | | | Corrected tuple type to nkPar for unnamed tuples on getType (#6172)Yuriy Glukhov2017-08-031-1/+2
|/ / / / / / / /
* | | | | | | | distinguish between 'reorder' and 'noforward'Andreas Rumpf2017-07-264-8/+11
* | | | | | | | implemented reordering passAndreas Rumpf2017-07-252-1/+105
* | | | | | | | Remove expr/stmt (#5857)Arne Döring2017-07-253-15/+10
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | fixes #6127Andreas Rumpf2017-07-221-5/+3
* | | | | | | fixes #499Andreas Rumpf2017-07-221-1/+1
* | | | | | | closures have an object type field so that we can perform correct deepCopy() ...Andreas Rumpf2017-07-224-14/+18
* | | | | | | fixes #6096Araq2017-07-171-1/+1
* | | | | | | fixes #5892Araq2017-07-171-4/+8
* | | | | | | cleaned up extccomp.nimAraq2017-07-171-10/+0
* | | | | | | fixes #6118Araq2017-07-171-4/+6
* | | | | | | fixes #4763Araq2017-07-172-11/+20
* | | | | | | fixes #5989Araq2017-07-171-2/+2
* | | | | | | Lineinfo change (#6084)Arne Döring2017-07-174-7/+28
| |_|_|_|/ / |/| | | | |
* | | | | | fixes anon procs created by macrosAndreas Rumpf2017-07-111-1/+3
* | | | | | parser enhancement: allow keywords after dotsAndreas Rumpf2017-07-111-18/+28
* | | | | | fixes a JS codegen regressionAndreas Rumpf2017-07-101-3/+23
* | | | | | fixes #4898Andreas Rumpf2017-07-091-3/+10
* | | | | | fixes #5608Andreas Rumpf2017-07-091-0/+4
* | | | | | fixes #6037Andreas Rumpf2017-07-091-1/+8
* | | | | | fixes #6067Andreas Rumpf2017-07-081-1/+2
* | | | | | minor code cleanupAndreas Rumpf2017-07-081-7/+1
* | | | | | Fixes #6008 (#6068)Mathijs Saey2017-07-081-0/+4
* | | | | | bugfix: keep the information of a raw float literal in the ASTAndreas Rumpf2017-07-062-6/+7
* | | | | | do not crash for #5895Andreas Rumpf2017-07-061-1/+1
* | | | | | fixes #6030 (#6042)ephja2017-07-011-7/+10
* | | | | | fixes #6035Araq2017-06-302-2/+6
* | | | | | fixes #5517Andreas Rumpf2017-06-301-0/+2
* | | | | | fixes #5974Andreas Rumpf2017-06-291-4/+8
* | | | | | fixes #5563Andreas Rumpf2017-06-291-3/+3
* | | | | | fixes #4703Andreas Rumpf2017-06-291-1/+10
* | | | | | fixes #5846Andreas Rumpf2017-06-291-2/+3
* | | | | | Fixes #5946 (#6017)Yuriy Glukhov2017-06-261-2/+3
* | | | | | JS gen: fixes regressionAndreas Rumpf2017-06-261-7/+15
* | | | | | Fix #5084Zahary Karadjov2017-06-201-3/+6
* | | | | | Fix #5983Zahary Karadjov2017-06-202-1/+10