summary refs log tree commit diff stats
path: root/compiler/btrees.nim
Commit message (Expand)AuthorAgeFilesLines
* move tests under the compiler directory to testament (#16096)flywind2020-11-251-65/+0
* Big compiler Cleanup (#14777)Clyybber2020-08-281-2/+1
* Update btrees.nim (#14916)Dean Eigenmann2020-07-061-0/+3
* kochdocs: use a glob instead of hardcoded list; generate docs for compiler/; ...Timothee Cour2020-01-231-1/+1
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-281-7/+7
* added btrees.containsAndreas Rumpf2018-06-031-3/+14
* support iteration over BTrees for the compilation cacheAndreas Rumpf2018-06-031-0/+36
* refactoring: move DB model to incremental.nimAndreas Rumpf2018-05-301-0/+186
>95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155