Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | make tests green again | Andreas Rumpf | 2017-09-21 | 1 | -0/+1 | |
| * | | | refactoring: TLoc knows the node it originated from; it is planned to use thi... | Andreas Rumpf | 2017-09-21 | 8 | -196/+215 | |
| * | | | introduce OnHeapNew and rename TLoc.s to TLoc.storage | Andreas Rumpf | 2017-09-21 | 7 | -91/+95 | |
| |/ / | ||||||
* | | | Merge branch 'devel' into araq | Andreas Rumpf | 2017-09-15 | 4 | -8/+35 | |
|\| | | ||||||
| * | | Fix operations on string as openarray in VM. (#6257) | Parashurama | 2017-09-15 | 4 | -8/+35 | |
* | | | Merge branch 'araq' of github.com:nim-lang/Nim into araq | Andreas Rumpf | 2017-09-15 | 4 | -132/+5 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Merge branch 'devel' into araq | Andreas Rumpf | 2017-09-15 | 38 | -241/+596 | |
| |\ \ | ||||||
| * | | | no interval arithmetic anymore to construct implicit range types; breaking ch... | Andreas Rumpf | 2017-07-13 | 7 | -193/+37 | |
| * | | | Merge branch 'devel' into araq | Andreas Rumpf | 2017-07-13 | 38 | -455/+1068 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'zahary' into araq | Andreas Rumpf | 2017-05-16 | 17 | -240/+371 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'devel' into araq | Andreas Rumpf | 2017-05-16 | 6 | -9/+24 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'devel' into araq | Andreas Rumpf | 2017-05-04 | 8 | -48/+119 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | wip | Andreas Rumpf | 2017-04-21 | 2 | -1/+19 | |
| * | | | | | | | precise stack scanning for Nim's GCs; work in progress | Andreas Rumpf | 2017-04-19 | 7 | -38/+49 | |
* | | | | | | | | Fixes #6336 (#6337) | Yuriy Glukhov | 2017-09-06 | 1 | -2/+10 | |
* | | | | | | | | Fixed handling of versions with dashes in nimble pkgs (#6335) | Yuriy Glukhov | 2017-09-06 | 1 | -9/+20 | |
| |_|_|_|_|/ / |/| | | | | | | ||||||
* | | | | | | | C++ codgen: do not emit struct literals if not possible | Andreas Rumpf | 2017-09-05 | 1 | -4/+8 | |
* | | | | | | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Araq | 2017-09-05 | 2 | -4/+7 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | improve the debugging experience when line directives are used | Zahary Karadjov | 2017-09-04 | 2 | -4/+7 | |
* | | | | | | | | fixes #6294 | Araq | 2017-09-05 | 1 | -11/+30 | |
|/ / / / / / / | ||||||
* | | | | | | | make install.txt part of the zips | Araq | 2017-09-04 | 1 | -1/+1 | |
* | | | | | | | Allow to modify backend link template (#6173) | Ruslan Mustakov | 2017-09-03 | 1 | -1/+4 | |
* | | | | | | | only replace the tilde when followed by a slash; refs #6176 | Araq | 2017-09-03 | 1 | -2/+2 | |
* | | | | | | | Fix seq.setLen initialisation in VM (#6224) | Parashurama | 2017-09-02 | 2 | -8/+32 | |
* | | | | | | | Implement .nimble-link files in the compiler and add tests for them. | Dominik Picheta | 2017-09-02 | 1 | -3/+14 | |
* | | | | | | | Add readme to tests. Add fileDir option to testament & create nimble test. | Dominik Picheta | 2017-09-02 | 1 | -35/+60 | |
* | | | | | | | fixes #6306 | Andreas Rumpf | 2017-09-01 | 1 | -1/+1 | |
* | | | | | | | make tests green again | Andreas Rumpf | 2017-08-31 | 1 | -2/+4 | |
* | | | | | | | low/high/of are now overloadable operations | Andreas Rumpf | 2017-08-30 | 2 | -38/+39 | |
* | | | | | | | Fix #6295 (#6296) | BigEpsilon | 2017-08-30 | 1 | -1/+1 | |
* | | | | | | | fixes #6279 | Andreas Rumpf | 2017-08-29 | 2 | -5/+44 | |
* | | | | | | | Make Nim gdb pretty print friendly (#6240) | cooldome | 2017-08-24 | 2 | -2/+3 | |
* | | | | | | | fixes basic type alignement issue on i386 platform. (#6209) | Parashurama | 2017-08-19 | 1 | -1/+18 | |
* | | | | | | | fixes mitems iterator on vm. (issue with tuple value) | Parashurama | 2017-08-19 | 1 | -0/+3 | |
* | | | | | | | Restore the old behavior of parsing "quote do:" | Zahary Karadjov | 2017-08-19 | 1 | -5/+8 | |
* | | | | | | | treat var modifiers inside the concept body correctly: #1033 | Zahary Karadjov | 2017-08-19 | 2 | -8/+16 | |
* | | | | | | | fix #5918 | Zahary Karadjov | 2017-08-19 | 1 | -1/+3 | |
* | | | | | | | Fixes #5965 (#6237) | Daniil Yarancev | 2017-08-14 | 1 | -1/+6 | |
* | | | | | | | WIP: --gc:regions instead of --gc:stack | Araq | 2017-08-13 | 2 | -5/+5 | |
* | | | | | | | fixes #6234 | Andreas Rumpf | 2017-08-11 | 1 | -4/+4 | |
* | | | | | | | reorder pass: consider the 'using' statement; disabled debug output | Andreas Rumpf | 2017-08-11 | 1 | -2/+2 | |
* | | | | | | | type kind is now part of the generated name for types (#6203) | Arne Döring | 2017-08-10 | 1 | -4/+5 | |
* | | | | | | | fix VM intsize for 32bits and smaller targetOS. (#6211) | Parashurama | 2017-08-10 | 1 | -3/+4 | |
* | | | | | | | Introduce first class support for Android (#5772) | Fredrik Høisæther Rasch | 2017-08-06 | 3 | -3/+11 | |
* | | | | | | | codegen: do not produce empty loops; speeds up debug builds tremendously on W... | Araq | 2017-08-04 | 1 | -2/+14 | |
* | | | | | | | Merge pull request #6165 from endragor/no-source-without-git | Dominik Picheta | 2017-08-03 | 1 | -6/+8 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Do not generate Source/Edit without git in config | Ruslan Mustakov | 2017-07-31 | 1 | -6/+8 | |
* | | | | | | | | Add mips64 and mips64el CPU platforms (#5866) | James Cowgill | 2017-08-03 | 2 | -3/+6 | |
* | | | | | | | | fixes #6016 union alias trigger bad codegen (#6117) | andri lim | 2017-08-03 | 1 | -0/+1 | |
* | | | | | | | | Vm fix zero extend proc ze/ze64 && toU32/toU16/toU8 (#5988) | Parashurama | 2017-08-03 | 3 | -3/+29 |