summary refs log tree commit diff stats
path: root/compiler/ccgmerge.nim
Commit message (Expand)AuthorAgeFilesLines
* removed dead codeAraq2014-03-041-27/+0
* 'nil' as a statement is deprecated, use an empty 'discard' insteadAraq2014-01-191-1/+1
* case consistency: cs:partial bootstraps on windowsAraq2013-12-291-8/+8
* case consistency part 4Araq2013-12-271-6/+6
* case consistency part 1Araq2013-12-271-2/+1
* nimrod dump can now produce a machine readable json reportZahary Karadjov2013-05-011-9/+9
* bugfix: fix linking when symbol files are usedZahary Karadjov2013-04-081-7/+4
* merged upstream masterZahary Karadjov2013-01-271-5/+32
|\
| * first version of ropes.nim with unsafeNew (broken)Araq2012-12-021-5/+32
* | [caas] first version that actually works (still has a lot of logical memory l...Zahary Karadjov2012-11-281-5/+8
|/
* first steps for overloading support of passing blocks; bugfix: test results o...Araq2012-09-111-1/+1
* first steps to make templates hygienicAraq2012-08-201-2/+5
* extracted documentation generatorAraq2012-05-091-1/+1
* C variables are created in their enclosing block instead of their enclosing f...Zahary Karadjov2012-04-121-2/+2
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* rod files: next trivial examples workingAraq2011-10-221-1/+4
* trivial change scenario works with symbol filesAraq2011-10-221-25/+32
* further steps for incremental C code generationAraq2011-10-211-7/+40
* first steps to C file merge operation for incremental compilationAraq2011-10-211-0/+253
n246'>246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290