summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
| | * | remove $ for ptr/ref, prefer using string over array of charArne Döring2017-07-241-4/+4
| | * | arrays can now be printedArne Döring2017-07-241-2/+1
| * | | allow macros to produce nnkGotoState and nkStateAndreas Rumpf2017-10-093-2/+9
| * | | preparations for a new AST transformation pass with the aim of giving us reli...Andreas Rumpf2017-10-092-22/+232
| * | | further preparations for 'opt' builtin typeAndreas Rumpf2017-10-091-2/+2
| * | | fixes a codegen bug: in 'result = f(result)' the default initialization for '...Andreas Rumpf2017-10-091-1/+8
| * | | disable the new DFAAndreas Rumpf2017-10-092-26/+38
| * | | work in progress: a dataflow architecture for NimAndreas Rumpf2017-10-092-2/+416
| * | | Add missing nilChecks compiling option (#6480)Eduardo Bart2017-10-091-0/+2
| * | | nimpretty bugfixAndreas Rumpf2017-10-061-1/+3
| * | | beginnings of the new nimpretty tool; still unusableAndreas Rumpf2017-10-055-186/+217
| * | | direct `nim --version` to stdout rather than stderr (#6460)Bo Lingen2017-10-021-3/+5
* | | | Merge branch 'devel' into araqAndreas Rumpf2017-10-0253-563/+872
|\| | |
| * | | implemented new experimental scriptable import mechanismAndreas Rumpf2017-10-016-64/+136
| * | | the parser finally parses 'echo {1,2}' as it shouldAndreas Rumpf2017-09-301-13/+1
| * | | the 'using construct is not .experimental anymoreAraq2017-09-301-2/+0
| * | | 'with' and 'without' are not keywords anymoreAraq2017-09-305-12/+23
| * | | fixes #6452Araq2017-09-301-2/+3
| * | | GC v2 works sometimesAndreas Rumpf2017-09-281-0/+2
| * | | workaround a GC/codegen issue that proves nasty to fixAndreas Rumpf2017-09-261-1/+4
| * | | breaking change: getAst strips away pointless nnkStmtList nodes; node renderi...Andreas Rumpf2017-09-263-5/+13
| * | | fixes #6435Andreas Rumpf2017-09-251-1/+1
| * | | first steps of making 'opt' a first class type for NimAndreas Rumpf2017-09-2511-17/+147
| * | | some work to make 'opt' a first class typeAndreas Rumpf2017-09-2412-70/+51
| * | | write tracking for funcs implementedAndreas Rumpf2017-09-232-1/+5
| * | | first implementation of the 'func' keywordAndreas Rumpf2017-09-2330-81/+92
| * | | Merge branch 'devel' into araq-better-codegenAndreas Rumpf2017-09-232-1/+3
| |\ \ \
| | * | | NimScript: added buildOS and buildCPU constantsAndreas Rumpf2017-09-222-1/+3
| * | | | added 'nim jsonscript' featureAndreas Rumpf2017-09-234-33/+76
| * | | | Merge branch 'araq-better-pure-enums' into araq-better-codegenAndreas Rumpf2017-09-226-7/+27
| |\ \ \ \
| | * | | | .pure enums are much more convenient to use nowAndreas Rumpf2017-09-176-7/+27
| | |/ / /
| * | | | fixes #6403Andreas Rumpf2017-09-212-15/+26
| * | | | make tests green againAndreas Rumpf2017-09-211-0/+1
| * | | | refactoring: TLoc knows the node it originated from; it is planned to use thi...Andreas Rumpf2017-09-218-196/+215
| * | | | introduce OnHeapNew and rename TLoc.s to TLoc.storageAndreas Rumpf2017-09-217-91/+95
| |/ / /
* | | | Merge branch 'devel' into araqAndreas Rumpf2017-09-154-8/+35
|\| | |
| * | | Fix operations on string as openarray in VM. (#6257)Parashurama2017-09-154-8/+35
* | | | Merge branch 'araq' of github.com:nim-lang/Nim into araqAndreas Rumpf2017-09-154-132/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'devel' into araqAndreas Rumpf2017-09-1538-241/+596
| |\ \ \
| * | | | no interval arithmetic anymore to construct implicit range types; breaking ch...Andreas Rumpf2017-07-137-193/+37
| * | | | Merge branch 'devel' into araqAndreas Rumpf2017-07-1338-455/+1068
| |\ \ \ \
| * \ \ \ \ Merge branch 'zahary' into araqAndreas Rumpf2017-05-1617-240/+371
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'devel' into araqAndreas Rumpf2017-05-166-9/+24
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'devel' into araqAndreas Rumpf2017-05-048-48/+119
| |\ \ \ \ \ \ \
| * | | | | | | | wipAndreas Rumpf2017-04-212-1/+19
| * | | | | | | | precise stack scanning for Nim's GCs; work in progressAndreas Rumpf2017-04-197-38/+49
* | | | | | | | | Fixes #6336 (#6337)Yuriy Glukhov2017-09-061-2/+10
* | | | | | | | | Fixed handling of versions with dashes in nimble pkgs (#6335)Yuriy Glukhov2017-09-061-9/+20
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | C++ codgen: do not emit struct literals if not possibleAndreas Rumpf2017-09-051-4/+8
* | | | | | | | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2017-09-052-4/+7
|\ \ \ \ \ \ \ \