summary refs log tree commit diff stats
path: root/compiler/debuginfo.nim
Commit message (Collapse)AuthorAgeFilesLines
* happy new yearAraq2017-01-071-1/+1
|
* use a full MD5 hash with no collision detection for proc namesAraq2016-11-081-3/+3
|
* C codegen: first version of signature hashing for better incremental buildsAraq2016-11-081-10/+7
|
* fixes #4144Andreas Rumpf2016-05-111-24/+16
|
* better debugging support for native debuggers; changed name mangling; fixes ↵Araq2016-05-101-0/+89
#3471
ref='#n28'>28 29 30 31 32 33 34 35 36 37 38 39 40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63