summary refs log tree commit diff stats
path: root/compiler/ic/integrity.nim
Commit message (Collapse)AuthorAgeFilesLines
* move assertions out of system (#19599)flywind2022-03-231-0/+4
|
* CIs: attempt to use csources_v1 (#16282)Andreas Rumpf2021-04-211-1/+1
| | | | | | | | * CIs: attempt to use csources_v1 * also updated the BSDs * also updated azure pipelines * std modules should not itself use the 'std/' import dir... * compiler has to be careful with std/ for v1 booting
* ic refactoring (#17778)Andreas Rumpf2021-04-191-13/+13
| | | | | * minor IC documentation update * IC: refactoring: removed the 'shared' type and fields, these were a leftover from an earlier design
* IC: rodfiles: no floats (#17720)Andreas Rumpf2021-04-141-4/+2
|
* IC: integrity checking (#17695)Andreas Rumpf2021-04-111-0/+151
* IC: integrity checking: the plumbing code * progress * progress + bugfix (yes, the code already found a bug) * implemented integrity checking