summary refs log tree commit diff stats
path: root/lib/pure/htmlgen.nim
Commit message (Expand)AuthorAgeFilesLines
* parameter passing works the same for macros and templates; use callsite magic...Araq2012-08-281-78/+153
* small bugfixes; documentation generator supports smilies for the forumAraq2012-05-011-1/+1
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* bugfix: proper cache for generic instantiationsAraq2011-07-211-0/+406
a> 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116