Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | deprecated unary '<' | Andreas Rumpf | 2017-10-29 | 1 | -11/+11 |
| | |||||
* | first steps of making 'opt' a first class type for Nim | Andreas Rumpf | 2017-09-25 | 1 | -0/+2 |
| | |||||
* | first implementation of the 'func' keyword | Andreas Rumpf | 2017-09-23 | 1 | -2/+2 |
| | |||||
* | Fix operations on string as openarray in VM. (#6257) | Parashurama | 2017-09-15 | 1 | -3/+3 |
| | | | | | | | | | | * fix openarray.len for string as openArray in VM. * fix openarray[idx] for string as openArray in VM. * fix openarray[idx]=val for string as openArray in VM. * add tests for passing string as openArray in VM. * fix issue with NimNode.len NimNode.len was also returning len for string literals. also fix logic bug in if/elif chain. | ||||
* | fix VM intsize for 32bits and smaller targetOS. (#6211) | Parashurama | 2017-08-10 | 1 | -3/+4 |
| | | | | | | | This commit change the default behaviour of VM int/uint always being 64bits and make int/uint on VM behave identically to compiled code. This insert 'opcNarrowU' or 'opcNarrow' opcode on Int/Uint operations when needed to simulate smaller Int/Uint on VM. | ||||
* | Vm fix zero extend proc ze/ze64 && toU32/toU16/toU8 (#5988) | Parashurama | 2017-08-03 | 1 | -2/+16 |
| | | | | | | * fixes ze/ze64 procs in VM. * fixes toU8/toU16/toU32. * add tests for ze/ze64 toU32/toU16/toU8 procs | ||||
* | Lineinfo change (#6084) | Arne Döring | 2017-07-17 | 1 | -1/+10 |
| | |||||
* | fix logical right shift in VM. (#5916) | Parashurama | 2017-06-05 | 1 | -1/+17 |
| | |||||
* | Working test cases for the sophisticated matrix library example from the manual | Zahary Karadjov | 2017-03-24 | 1 | -1/+2 |
| | | | | | Fixed the dot operator when used within return types (see tgenericdotrettype) Fixed the matching of generic concepts aliases used with the implicit generics style | ||||
* | fixes #5221 | Andreas Rumpf | 2017-02-05 | 1 | -1/+1 |
| | |||||
* | fixes #5269 | Andreas Rumpf | 2017-02-05 | 1 | -6/+10 |
| | |||||
* | make vmgen more robust in the context of 'nim check' | Araq | 2016-12-31 | 1 | -2/+3 |
| | |||||
* | removed tyArrayConstr completely from the compiler; introduced tyAlias ↵ | Araq | 2016-11-14 | 1 | -1/+1 |
| | | | | instead in preparation for further bugfixes | ||||
* | fixes #4915 | andri lim | 2016-10-27 | 1 | -1/+1 |
| | |||||
* | fixes regression | Andreas Rumpf | 2016-08-26 | 1 | -1/+1 |
| | |||||
* | remove unused stuff | Jacek Sieka | 2016-08-09 | 1 | -14/+0 |
| | |||||
* | attempt to fix #4065 | Andreas Rumpf | 2016-08-04 | 1 | -2/+1 |
| | |||||
* | compiler almost free of deprecated expr/stmt names | Andreas Rumpf | 2016-07-30 | 1 | -2/+2 |
| | |||||
* | stdlib and compiler don't use .immediate anymore | Andreas Rumpf | 2016-07-29 | 1 | -2/+2 |
| | |||||
* | added system.newSeqOfCap for improved efficiency | Andreas Rumpf | 2016-07-15 | 1 | -2/+14 |
| | |||||
* | fixes #2730 | Andreas Rumpf | 2016-07-13 | 1 | -2/+2 |
| | |||||
* | fixes #4462 | Andreas Rumpf | 2016-07-08 | 1 | -3/+5 |
| | |||||
* | fixes #4371 | Andreas Rumpf | 2016-07-08 | 1 | -1/+1 |
| | |||||
* | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2016-07-06 | 1 | -1/+4 |
|\ | |||||
| * | Fixed vm codegen for a call with compile-time args. Fixes #4412. | Yuriy Glukhov | 2016-07-06 | 1 | -1/+4 |
| | | |||||
* | | fixes #537 | Andreas Rumpf | 2016-07-06 | 1 | -10/+16 |
|/ | |||||
* | system. for cstrings uses value comparisons, not reference comparisons | Andreas Rumpf | 2016-06-02 | 1 | -2/+2 |
| | |||||
* | fixes #1713 | Andreas Rumpf | 2016-05-30 | 1 | -4/+8 |
| | |||||
* | Merge pull request #4113 from jcosborn/gettypeinst | Andreas Rumpf | 2016-05-28 | 1 | -1/+6 |
|\ | | | | | getTypeInst | ||||
| * | getTypeInst and getTypeImpl mostly working now and added test | James Osborn | 2016-05-04 | 1 | -1/+2 |
| | | |||||
| * | added getTypeInst which includes generic parameters | James Osborn | 2016-05-04 | 1 | -1/+5 |
| | | |||||
* | | fixes #3956 | Andreas Rumpf | 2016-05-11 | 1 | -4/+5 |
|/ | |||||
* | fixes #3731 | Andreas Rumpf | 2016-04-04 | 1 | -3/+11 |
| | |||||
* | fixes #3561, fixes #2409 | Andreas Rumpf | 2016-04-04 | 1 | -3/+7 |
| | |||||
* | fixes #3804 | Andreas Rumpf | 2016-04-04 | 1 | -0/+4 |
| | |||||
* | fixes #3973 | Andreas Rumpf | 2016-04-03 | 1 | -1/+1 |
| | |||||
* | fixes #3916 | Andreas Rumpf | 2016-02-29 | 1 | -4/+4 |
| | |||||
* | Fixed deprecation warnings while Nim compiles. | Hans Raaf | 2016-01-18 | 1 | -1/+1 |
| | | | | | I just removed unsigned and changed a writeLn() call to writeLine() to avoid the remaining deprecation warnings. | ||||
* | first implementation of the new lambda-lifting pass; barely anything works | Andreas Rumpf | 2015-12-26 | 1 | -2/+2 |
| | |||||
* | os.walkDir is available at compile time | Araq | 2015-11-10 | 1 | -2/+4 |
| | |||||
* | fixes #3299 | Araq | 2015-10-15 | 1 | -0/+22 |
| | |||||
* | fixes #2473; cleanup of some tests | Araq | 2015-09-30 | 1 | -6/+9 |
| | |||||
* | fixes #3387 | Araq | 2015-09-29 | 1 | -1/+0 |
| | |||||
* | fixes #3357 | Araq | 2015-09-23 | 1 | -2/+5 |
| | |||||
* | VM produces objects. | Yuriy Glukhov | 2015-09-05 | 1 | -2/+6 |
| | |||||
* | when nimvm stmt proof of concept | Yuriy Glukhov | 2015-09-04 | 1 | -1/+4 |
| | |||||
* | implemented macros.getImpl | Araq | 2015-08-21 | 1 | -0/+1 |
| | |||||
* | VM: repl supports global variables properly" | Araq | 2015-08-16 | 1 | -3/+3 |
| | |||||
* | Merge pull request #3177 from zah/generic-types-in-macros | Andreas Rumpf | 2015-08-14 | 1 | -2/+23 |
|\ | | | | | Generic types in macros | ||||
| * | Disable the new generic params handling for immediate template and macros | Zahary Karadjov | 2015-08-02 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since immediate templates are not subjected to the standard sigmatching algorithm, they will have a number of deficiencies when it comes to generic params: Type dependencies between the parameters won't be honoured and the bound generic symbols won't be resolvable within their bodies. We could try to fix this, but it may be wiser to just deprecate immediate templates and macros now that we have working untyped parameters. Disabling the new features is admittedly not the greatest way to handle this situations as it introduces inconsistency in the language, but at least it makes the code backwards-compatible with the previous version of the compiler instead of triggering more serious problems. |