summary refs log tree commit diff stats
path: root/compiler
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | refactoring: flags instead of boolsAndreas Rumpf2016-05-186-25/+31
|/
* PHP codegen improvementsAndreas Rumpf2016-05-131-1/+1
|
* fixes #4148Andreas Rumpf2016-05-121-2/+2
|
* fixes #4146Andreas Rumpf2016-05-121-24/+24
|
* fixes #4147Andreas Rumpf2016-05-121-1/+1
|
* fixes #3763Andreas Rumpf2016-05-121-17/+21
|
* fixes #950Andreas Rumpf2016-05-121-2/+2
|
* fixes #4145Andreas Rumpf2016-05-111-1/+2
|
* fixes #3992Andreas Rumpf2016-05-111-0/+2
|
* fixes #3956Andreas Rumpf2016-05-111-4/+5
|
* fixes #4110Andreas Rumpf2016-05-112-2/+3
|
* fixes #4034Andreas Rumpf2016-05-112-1/+3
|
* fixes #4040Andreas Rumpf2016-05-111-1/+8
|
* fixes #4070Andreas Rumpf2016-05-111-0/+1
|
* fixes #177Andreas Rumpf2016-05-112-5/+18
|
* fixes #4144Andreas Rumpf2016-05-111-24/+16
|
* better debugging support for native debuggers; changed name mangling; fixes ↵Araq2016-05-103-58/+164
| | | | #3471
* fixes a varargs[untyped] bug that kept strscans from compilingAraq2016-05-101-20/+29
|
* allow tabs in multi-line commentsAraq2016-05-101-4/+0
|
* generate typedefs for bitsets for better debugging supportAraq2016-05-101-10/+7
|
* enums are mapped to a typedef for better debugging supportAraq2016-05-101-12/+13
|
* include statement is not restricted to top level statements anymoreAraq2016-05-101-1/+1
|
* fixes #3544Andreas Rumpf2016-04-302-3/+12
|
* fixes #4084Andreas Rumpf2016-04-293-10/+22
|
* fixes #4124Andreas Rumpf2016-04-291-3/+8
|
* JS target improvementsAndreas Rumpf2016-04-291-2/+5
|
* fixes a critical PHP codegen bugAndreas Rumpf2016-04-291-8/+11
|
* Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-04-194-4/+16
|\
| * Fixes #4093mjendrusch2016-04-171-1/+1
| | | | | | | | | | | | Added COMMA macro to nimbase.h, changed code generation for c++ template types to insert COMMA im between the arguments, instead of ",".
| * Merge pull request #4043 from arnetheduck/chck-typeAndreas Rumpf2016-04-131-2/+2
| |\ | | | | | | fix type used for chckRange node boundaries
| | * fix type used for chckRange node boundariesJacek Sieka2016-04-041-2/+2
| | | | | | | | | | | | | | | else you end up with for example an int64-sized value with an int32 type, when checking int32 -> Natural
| * | else: breakYuriy Glukhov2016-04-091-0/+1
| | |
| * | Fixed tr pattern matching for varargsYuriy Glukhov2016-04-072-1/+12
| |/
* | fixes #4089Andreas Rumpf2016-04-191-1/+1
| |
* | fixes #4097Andreas Rumpf2016-04-192-9/+13
| |
* | small bugfix for the AST rendererAndreas Rumpf2016-04-171-1/+1
| |
* | fixes #2006Andreas Rumpf2016-04-041-1/+1
|/
* fixes #3646Andreas Rumpf2016-04-041-2/+3
|
* fixes #4036Andreas Rumpf2016-04-041-0/+1
|
* fixes #3731Andreas Rumpf2016-04-042-4/+12
|
* fixes #3561, fixes #2409Andreas Rumpf2016-04-041-3/+7
|
* fixes #3804Andreas Rumpf2016-04-042-1/+5
|
* fixes #3973Andreas Rumpf2016-04-032-3/+6
|
* fixes #3995Andreas Rumpf2016-04-032-4/+14
|
* fixes a critical codegen bug that keeps PR #4017 from workingAraq2016-03-311-2/+1
|