summary refs log tree commit diff stats
path: root/compiler/sighashes.nim
Commit message (Collapse)AuthorAgeFilesLines
* further progress; more tests are greenAraq2016-11-281-17/+12
|
* further progressAraq2016-11-281-4/+8
|
* attempt to fix thingsAndreas Rumpf2016-11-231-1/+5
|
* the compiler uses tyAlias internally; tester compiles againAraq2016-11-161-3/+6
|
* removed tyArrayConstr completely from the compiler; introduced tyAlias ↵Araq2016-11-141-1/+1
| | | | instead in preparation for further bugfixes
* bootstrapping works againAraq2016-11-121-5/+18
|
* signature hashing: more progressAraq2016-11-111-27/+56
|
* use a full MD5 hash with no collision detection for proc namesAraq2016-11-081-14/+88
|
* C codegen: first version of signature hashing for better incremental buildsAraq2016-11-081-0/+137