Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Manual merge | cooldome | 2018-06-12 | 1 | -0/+1 |
| | |||||
* | merge devel | cooldome | 2018-06-12 | 136 | -5663/+4290 |
|\ | |||||
| * | bugfix: allow 'export' in the VM | Andreas Rumpf | 2018-06-12 | 2 | -1/+2 |
| | | |||||
| * | Merge pull request #8019 from yglukhov/proc-stacktrace | Andreas Rumpf | 2018-06-12 | 3 | -2/+23 |
| |\ | | | | | | | Allow stacktrace and linetrace pragmas on procs | ||||
| | * | Allow stacktrace and linetrace pragmas on procs | Yuriy Glukhov | 2018-06-12 | 3 | -2/+23 |
| | | | |||||
| * | | Merge pull request #7981 from cooldome/Fix_-7980 | Andreas Rumpf | 2018-06-12 | 3 | -3/+34 |
| |\ \ | | |/ | |/| | Fixes 7980 | ||||
| | * | style improvements | cooldome | 2018-06-12 | 2 | -3/+3 |
| | | | |||||
| | * | add comment | cooldome | 2018-06-12 | 1 | -0/+1 |
| | | | |||||
| | * | New approach | cooldome | 2018-06-12 | 3 | -32/+27 |
| | | | |||||
| | * | fixes 7980 | cooldome | 2018-06-06 | 2 | -21/+56 |
| | | | |||||
| * | | Merge pull request #8014 from yglukhov/fix-6803 | Andreas Rumpf | 2018-06-11 | 3 | -19/+129 |
| |\ \ | | | | | | | | | Fixes #6803 | ||||
| | * | | Fixes #6803 | Yuriy Glukhov | 2018-06-11 | 3 | -19/+129 |
| | | | | |||||
| * | | | Correct field lookup in concept types | LemonBoy | 2018-06-12 | 2 | -1/+28 |
| |/ / | | | | | | | | | | Fixes #6770 | ||||
| * | | fixes yet another merge conflict | Araq | 2018-06-11 | 5 | -109/+4 |
| |\ \ | |||||
| | * \ | Merge pull request #8009 from yglukhov/remove-oldIterTransf | Andreas Rumpf | 2018-06-11 | 5 | -109/+4 |
| | |\ \ | | | | | | | | | | | Removed oldIterTranf feature | ||||
| | | * | | Removed oldIterTranf feature | Yuriy Glukhov | 2018-06-10 | 5 | -109/+4 |
| | | | | | |||||
| * | | | | disable -d:nimIncremental for devel | Araq | 2018-06-11 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | fixes merge conflict | Araq | 2018-06-11 | 3 | -5/+49 |
| |\| | | | |||||
| | * | | | Added FileMode to comment on asyncfile openAsync (#8008) | Jimmie Houchin | 2018-06-11 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Merge pull request #8005 from Vindaar/fixes-7997 | Andreas Rumpf | 2018-06-11 | 2 | -4/+48 |
| | |\ \ \ | | | |/ / | | |/| | | fix #7997 | ||||
| | | * | | add test case for fix to #7997 | Vindaar | 2018-06-10 | 1 | -0/+46 |
| | | | | | |||||
| | | * | | fix #7997 | Vindaar | 2018-06-10 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes issue #7997, which was caused by an export of a `release` proc in `locks`. Thus the `release` in `defined(release)` of the `ifDebug` template, was of kind `nkSym` instead of `nkIdent`. We fix this by getting the `PIdent` of the argument to `defined` using `considerQuotedIdent`. This has the nice property of also checking for a valid identifier for us. E.g. `defined(123)` would fail with ``` Error: in expression 'defined(123)': identifier expected, but found '123' ``` The `localError` is removed, due to a clear distinction between `declared` and `defined` now. | ||||
| * | | | | make tests green properly | Andreas Rumpf | 2018-06-11 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | fixes merge conflict | Andreas Rumpf | 2018-06-11 | 24 | -106/+361 |
| |\| | | | |||||
| | * | | | fix #7653 | Zahary Karadjov | 2018-06-10 | 4 | -13/+34 |
| | |/ / | |||||
| * | | | make tests green again | Andreas Rumpf | 2018-06-11 | 3 | -11/+13 |
| | | | | |||||
| * | | | incremental compilation: save the configuration | Andreas Rumpf | 2018-06-11 | 2 | -11/+29 |
| | | | | |||||
| * | | | record cppdefine for incremental compilation | Andreas Rumpf | 2018-06-10 | 3 | -3/+5 |
| | | | | |||||
| * | | | implement passL and passC for the compilation cache | Andreas Rumpf | 2018-06-10 | 3 | -8/+13 |
| | | | | |||||
| * | | | fixex merge conflicts | Araq | 2018-06-08 | 53 | -355/+2648 |
| |\ \ \ | |||||
| * | | | | toy program works with incremental compilation | Andreas Rumpf | 2018-06-07 | 4 | -11/+14 |
| | | | | | |||||
| * | | | | fixed merge conflict | Andreas Rumpf | 2018-06-04 | 30 | -332/+879 |
| |\ \ \ \ | |||||
| * | | | | | wip | Andreas Rumpf | 2018-06-04 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | completed VM support for incremental compilations | Andreas Rumpf | 2018-06-04 | 6 | -70/+147 |
| | | | | | | |||||
| * | | | | | WIP: an API for VM replay global state support | Andreas Rumpf | 2018-06-03 | 8 | -35/+288 |
| | | | | | | |||||
| * | | | | | AST change: keep nkStaticStmt in the AST for incremental compilation support | Andreas Rumpf | 2018-06-03 | 4 | -6/+9 |
| | | | | | | |||||
| * | | | | | added btrees.contains | Andreas Rumpf | 2018-06-03 | 1 | -3/+14 |
| | | | | | | |||||
| * | | | | | macros.nim: remove deprecated symbols | Andreas Rumpf | 2018-06-03 | 1 | -3/+0 |
| | | | | | | |||||
| * | | | | | support iteration over BTrees for the compilation cache | Andreas Rumpf | 2018-06-03 | 1 | -0/+36 |
| | | | | | | |||||
| * | | | | | incremental compilation: implemented basic replay logic | Andreas Rumpf | 2018-06-02 | 25 | -272/+296 |
| | | | | | | |||||
| * | | | | | document how the incremental compilation scheme could work | Andreas Rumpf | 2018-06-01 | 4 | -51/+110 |
| | | | | | | |||||
| * | | | | | baby steps for incremental compilation | Andreas Rumpf | 2018-05-30 | 23 | -1982/+70 |
| | | | | | | |||||
| * | | | | | incremental compilation subsystem compiles again | Andreas Rumpf | 2018-05-30 | 3 | -188/+149 |
| | | | | | | |||||
| * | | | | | runnableExamples: use the self exe to test the examples | Andreas Rumpf | 2018-05-30 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | refactoring: move DB model to incremental.nim | Andreas Rumpf | 2018-05-30 | 10 | -163/+410 |
| | | | | | | |||||
| * | | | | | compiler API: final cleanups; improve security by diabling 'gorge' and friends | Andreas Rumpf | 2018-05-29 | 9 | -29/+56 |
| | | | | | | |||||
| * | | | | | ensure compiler API doesn't import the RST engine | Andreas Rumpf | 2018-05-29 | 2 | -3/+3 |
| | | | | | | |||||
| * | | | | | rewrote nimeval.nim; added tcompilerapi example to show how the compiler can ↵ | Andreas Rumpf | 2018-05-29 | 5 | -23/+155 |
| | | | | | | | | | | | | | | | | | | | | | | | | be used as an API | ||||
| * | | | | | active.nim: fixes the import path so that compilation with --noNimblePath works | Andreas Rumpf | 2018-05-29 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | more compiler API cleanups | Andreas Rumpf | 2018-05-28 | 3 | -28/+25 |
| | | | | | |