summary refs log tree commit diff stats
path: root/compiler/btrees.nim
Commit message (Collapse)AuthorAgeFilesLines
* kochdocs: use a glob instead of hardcoded list; generate docs for compiler/; ↵Timothee Cour2020-01-231-1/+1
| | | | | | | bugfixes (#13221) * kochdocs: use a glob instead of hardcoded list; generate docs for compiler/; bugfixes * fixup after #13212 isRelativeTo got merged
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-281-7/+7
| | | | | | | | | | | | | | | | | | * Cleanup compiler code base * Unify add calls * Unify len invocations * Unify range operators * Fix oversight * Remove {.procvar.} pragma * initCandidate -> newCandidate where reasonable * Unify safeLen calls
* 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