summary refs log tree commit diff stats
path: root/compiler/sighashes.nim
Commit message (Expand)AuthorAgeFilesLines
...
* the compiler uses tyAlias internally; tester compiles againAraq2016-11-161-3/+6
* removed tyArrayConstr completely from the compiler; introduced tyAlias instea...Araq2016-11-141-1/+1
* 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