summary refs log tree commit diff stats
path: root/compiler/rodread.nim
Commit message (Expand)AuthorAgeFilesLines
* minor refactorings for better destructorsAndreas Rumpf2017-10-141-2/+5
* added 'nim jsonscript' featureAndreas Rumpf2017-09-231-1/+1
* refactoring: TLoc knows the node it originated from; it is planned to use thi...Andreas Rumpf2017-09-211-2/+3
* introduce OnHeapNew and rename TLoc.s to TLoc.storageAndreas Rumpf2017-09-211-2/+2
* refactoring complete: explicit ident cacheAraq2016-10-311-1/+1
* big refactoring: step 1Araq2016-10-311-12/+14
* next steps in getting symbol files to work againAraq2016-08-161-11/+65
* some attempts to make symbolfiles work againAraq2016-08-131-7/+10
* first version of an PHP codegenAndreas Rumpf2016-02-061-1/+1
* udpated the compiler and tester to use getOrDefaultAraq2015-10-131-3/+3
* refs #2377Araq2015-08-091-0/+2
* small steps for making --symbolFiles:on work againAraq2015-07-201-11/+11
* Merge pull request #3020 from flaviut/rename-crc-to-hashAndreas Rumpf2015-07-051-25/+25
|\
| * CRC -> HashFlaviu Tamas2015-07-031-25/+25
* | Introduce NotesVerbosity defining verbosity levelsAdam Strzelecki2015-07-031-1/+1
|/
* renamed writeln to writeLine in compilerpatrick dw2015-06-191-201/+201
* securehash: Keep module name consistentAdam Strzelecki2015-06-091-1/+1
* Use sha1 instead of crcFlaviu Tamas2015-05-261-6/+8
* Rename crc module to "secure_hash"Flaviu Tamas2015-05-231-1/+1
* Clean up crc moduleFlaviu Tamas2015-05-231-6/+6
* Get rid of deprecation warningsdef2015-04-071-2/+2
* Fix typosFederico Ceratto2015-02-151-1/+1
* implemented 'guard' annotationAraq2014-09-211-6/+1
* updated the compiler to use the new symbol namesAraq2014-08-281-1/+1
* Nimrod renamed to NimAraq2014-08-281-1/+1
* renamefestAraq2014-08-231-6/+6
* new VM is getting stableAraq2014-02-241-1/+1
* 'nil' as a statement is deprecated, use an empty 'discard' insteadAraq2014-01-191-1/+1
* case consistency: cs:partial bootstraps on windowsAraq2013-12-291-4/+4
* case consistency: next stepsAraq2013-12-291-6/+6
* case consistency part 4Araq2013-12-271-54/+54
* case consistency part 1Araq2013-12-271-17/+17
* the compiler can now deal with multiple modules of the same nameAraq2013-09-261-3/+11
* support for multiple modules of the same name; niminst supports 'platforms'; ...Araq2013-09-241-1/+1
* remove some more references of containerID after mergingZahary Karadjov2013-05-041-3/+0
* Merge branch 'master' of gh:/Araq/Nimrod into upstreamZahary Karadjov2013-05-041-23/+300
|\
| * next steps to make symbol files work againAraq2013-04-081-2/+8
| * rodfile viewer works againAraq2013-04-081-2/+4
| * use file IDs consistently instead of file paths in the rod files handlingZahary Karadjov2013-04-071-11/+12
| * rod file viewer for easier debugging of rod filesAraq2013-04-041-16/+284
| * Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
| * EcmaScript => JS. Fixes #330Simon Hafner2013-02-151-1/+1
* | containerID is no longer needed for genericsZahary Karadjov2013-03-011-3/+0
|/
* merged upstream masterZahary Karadjov2013-01-271-3/+3
|\
| * constraint now part of the parameter symbol and not of the typeAraq2012-12-051-3/+3
* | [caas] first version that actually works (still has a lot of logical memory l...Zahary Karadjov2012-11-281-1/+1
* | CaaS in-memory cachingZahary Karadjov2012-11-281-55/+47
|/
* term rewriting macros fully implemented; still buggyAraq2012-09-031-0/+3
* first steps towards term rewriting macrosAraq2012-08-301-2/+4
* fixed the rodfiles testsZahary Karadjov2012-07-201-1/+1