summary refs log tree commit diff stats
path: root/compiler/tccgen.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes the remaining fixable Nimrod->Nim renamings; closes #2032Araq2018-09-031-11/+11
|
* nimrod is obsoleteAraq2015-11-031-2/+2
|
* compiler: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-11/+11
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* Nimrod renamed to NimAraq2014-08-281-1/+1
|
* Allow arguments for "nimrod run"def2014-07-281-5/+3
|
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* bugfix: wrong assertions for C++ code generation; some solaris support; ↵Araq2012-10-301-3/+5
| | | | first steps to an effect system
* year 2012 for most copyright headersAraq2012-01-021-1/+1
|
* big repo cleanupAraq2011-04-121-0/+76
/a> 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182