summary refs log tree commit diff stats
path: root/compiler/macrocacheimpl.nim
Commit message (Expand)AuthorAgeFilesLines
* IC: next steps (#16632)Andreas Rumpf2021-01-121-47/+12
* [refactoring] remove unused imports in the compiler and in some stdlib modulesAraq2019-07-181-1/+1
* completed VM support for incremental compilationsAndreas Rumpf2018-06-041-27/+57
* WIP: an API for VM replay global state supportAndreas Rumpf2018-06-031-0/+49
61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105