Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'prim-gc' into devel | Andreas Rumpf | 2016-05-22 | 1 | -1/+1 |
|\ | |||||
| * | GC with primitive MS | Andreas Rumpf | 2016-05-16 | 1 | -1/+1 |
| | | |||||
| * | refactoring: flags instead of bools | Andreas Rumpf | 2016-05-15 | 6 | -25/+31 |
| | | |||||
* | | 4066 fixup | Yuriy Glukhov | 2016-05-19 | 1 | -1/+1 |
| | | |||||
* | | fixes #4066 | Andreas Rumpf | 2016-05-18 | 3 | -6/+9 |
| | | |||||
* | | refactoring: flags instead of bools | Andreas Rumpf | 2016-05-18 | 6 | -25/+31 |
|/ | |||||
* | PHP codegen improvements | Andreas Rumpf | 2016-05-13 | 1 | -1/+1 |
| | |||||
* | fixes #4148 | Andreas Rumpf | 2016-05-12 | 1 | -2/+2 |
| | |||||
* | fixes #4146 | Andreas Rumpf | 2016-05-12 | 1 | -24/+24 |
| | |||||
* | fixes #4147 | Andreas Rumpf | 2016-05-12 | 1 | -1/+1 |
| | |||||
* | fixes #3763 | Andreas Rumpf | 2016-05-12 | 1 | -17/+21 |
| | |||||
* | fixes #950 | Andreas Rumpf | 2016-05-12 | 1 | -2/+2 |
| | |||||
* | fixes #4145 | Andreas Rumpf | 2016-05-11 | 1 | -1/+2 |
| | |||||
* | fixes #3992 | Andreas Rumpf | 2016-05-11 | 1 | -0/+2 |
| | |||||
* | fixes #3956 | Andreas Rumpf | 2016-05-11 | 1 | -4/+5 |
| | |||||
* | fixes #4110 | Andreas Rumpf | 2016-05-11 | 2 | -2/+3 |
| | |||||
* | fixes #4034 | Andreas Rumpf | 2016-05-11 | 2 | -1/+3 |
| | |||||
* | fixes #4040 | Andreas Rumpf | 2016-05-11 | 1 | -1/+8 |
| | |||||
* | fixes #4070 | Andreas Rumpf | 2016-05-11 | 1 | -0/+1 |
| | |||||
* | fixes #177 | Andreas Rumpf | 2016-05-11 | 2 | -5/+18 |
| | |||||
* | fixes #4144 | Andreas Rumpf | 2016-05-11 | 1 | -24/+16 |
| | |||||
* | better debugging support for native debuggers; changed name mangling; fixes ↵ | Araq | 2016-05-10 | 3 | -58/+164 |
| | | | | #3471 | ||||
* | fixes a varargs[untyped] bug that kept strscans from compiling | Araq | 2016-05-10 | 1 | -20/+29 |
| | |||||
* | allow tabs in multi-line comments | Araq | 2016-05-10 | 1 | -4/+0 |
| | |||||
* | generate typedefs for bitsets for better debugging support | Araq | 2016-05-10 | 1 | -10/+7 |
| | |||||
* | enums are mapped to a typedef for better debugging support | Araq | 2016-05-10 | 1 | -12/+13 |
| | |||||
* | include statement is not restricted to top level statements anymore | Araq | 2016-05-10 | 1 | -1/+1 |
| | |||||
* | fixes #3544 | Andreas Rumpf | 2016-04-30 | 2 | -3/+12 |
| | |||||
* | fixes #4084 | Andreas Rumpf | 2016-04-29 | 3 | -10/+22 |
| | |||||
* | fixes #4124 | Andreas Rumpf | 2016-04-29 | 1 | -3/+8 |
| | |||||
* | JS target improvements | Andreas Rumpf | 2016-04-29 | 1 | -2/+5 |
| | |||||
* | fixes a critical PHP codegen bug | Andreas Rumpf | 2016-04-29 | 1 | -8/+11 |
| | |||||
* | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2016-04-19 | 4 | -4/+16 |
|\ | |||||
| * | Fixes #4093 | mjendrusch | 2016-04-17 | 1 | -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-type | Andreas Rumpf | 2016-04-13 | 1 | -2/+2 |
| |\ | | | | | | | fix type used for chckRange node boundaries | ||||
| | * | fix type used for chckRange node boundaries | Jacek Sieka | 2016-04-04 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | else you end up with for example an int64-sized value with an int32 type, when checking int32 -> Natural | ||||
| * | | else: break | Yuriy Glukhov | 2016-04-09 | 1 | -0/+1 |
| | | | |||||
| * | | Fixed tr pattern matching for varargs | Yuriy Glukhov | 2016-04-07 | 2 | -1/+12 |
| |/ | |||||
* | | fixes #4089 | Andreas Rumpf | 2016-04-19 | 1 | -1/+1 |
| | | |||||
* | | fixes #4097 | Andreas Rumpf | 2016-04-19 | 2 | -9/+13 |
| | | |||||
* | | small bugfix for the AST renderer | Andreas Rumpf | 2016-04-17 | 1 | -1/+1 |
| | | |||||
* | | fixes #2006 | Andreas Rumpf | 2016-04-04 | 1 | -1/+1 |
|/ | |||||
* | fixes #3646 | Andreas Rumpf | 2016-04-04 | 1 | -2/+3 |
| | |||||
* | fixes #4036 | Andreas Rumpf | 2016-04-04 | 1 | -0/+1 |
| | |||||
* | fixes #3731 | Andreas Rumpf | 2016-04-04 | 2 | -4/+12 |
| | |||||
* | fixes #3561, fixes #2409 | Andreas Rumpf | 2016-04-04 | 1 | -3/+7 |
| | |||||
* | fixes #3804 | Andreas Rumpf | 2016-04-04 | 2 | -1/+5 |
| | |||||
* | fixes #3973 | Andreas Rumpf | 2016-04-03 | 2 | -3/+6 |
| | |||||
* | fixes #3995 | Andreas Rumpf | 2016-04-03 | 2 | -4/+14 |
| | |||||
* | fixes a critical codegen bug that keeps PR #4017 from working | Araq | 2016-03-31 | 1 | -2/+1 |
| |