summary refs log tree commit diff stats
path: root/compiler/astalgo.nim
Commit message (Expand)AuthorAgeFilesLines
* minor code cleanupAndreas Rumpf2017-07-081-7/+1
* Fix #4020; Better handling of templates within conceptsZahary Karadjov2017-06-201-0/+2
* Merge pull request #5823 from markus-oberhumer/ascii127-is-not-printableVarriount2017-05-261-1/+1
|\
| * Ascii character code 127 (DEL) is not printable.Markus F.X.J. Oberhumer2017-05-161-1/+1
* | fix compilation regression in aleaZahary Karadjov2017-04-161-0/+2
* | wip fix #5640Zahary Karadjov2017-04-071-0/+2
|/
* Fix generic forward declarations; fixes #4104; fixes #4908 (#5566)zah2017-03-231-1/+1
* new debugging helper to replace and friendsZahary Karadjov2017-03-101-0/+17
* compiler debug proc: also output node flagsAraq2017-02-151-0/+1
* debug output: show line info earlierAraq2016-12-181-1/+1
* remove unused stuffJacek Sieka2016-08-091-77/+0
* debug() uses 'echo' because stderr is an abominationAndreas Rumpf2016-03-011-5/+5
* added experimental .this pragmaAndreas Rumpf2016-02-281-2/+3
* nimrod -> nimErik Johansson Andersson2016-02-051-2/+2
* renamed writeln to writeLine in compilerpatrick dw2015-06-191-1/+1
* Dropped 'T' from typespdw2015-06-041-24/+24
* Get rid of deprecation warningsdef2015-04-071-119/+119
* compiler_ropes: ropeToStr -> $Jacek Sieka2015-04-011-6/+5
* bugfixes for C++ codegenAraq2015-04-011-247/+247
* Replaced deprecated repeatChar() with repeat() or spaces().Hans Raaf2015-03-041-14/+14
* minor cleanupsAraq2015-03-011-3/+2
* fixes #2169Araq2015-02-281-0/+3
* don't use stdout for nimsuggest server modeAraq2015-02-271-5/+5
* unsigned array indexes work better; minor cleanupsAraq2015-02-101-7/+7
* fixes #1690Araq2014-12-181-3/+4
* fixes #1562, fixes #1543Araq2014-11-201-3/+11
* nimfix handles helloworldAraq2014-09-061-1/+7
* updated the compiler to use the new symbol namesAraq2014-08-281-9/+9
* Nimrod renamed to NimAraq2014-08-281-1/+1
* renamefestAraq2014-08-231-31/+31
* fixes #1334Araq2014-08-191-12/+0
* fixes #1143Araq2014-08-191-12/+15
* fixes 'gcsafe'Araq2014-08-121-0/+11
* New concurrency model: next stepsAraq2014-04-191-2/+2
* fix #866; generic static paramsZahary Karadjov2014-03-091-1/+7
* fixed opcConvAraq2014-02-221-2/+8
* bugfix: immediate templates are preferred consistently (danger: breaks code)Araq2014-02-041-8/+25
* it's the year 2014Araq2014-01-191-7/+7
* fixed #597Zahary Karadjov2014-01-021-0/+2
* case consistency: cs:partial bootstraps on windowsAraq2013-12-291-4/+4
* case consistency: next stepsAraq2013-12-291-8/+8
* case consistency part 4Araq2013-12-271-29/+29
* case consistency part 1Araq2013-12-271-91/+86
* new VM is getting stableAraq2013-10-291-1/+1
* minor improvement towards tgenericshardcasesZahary Karadjov2013-08-281-5/+8
* get rid of the SymTab* procs in astalgoZahary Karadjov2013-05-121-74/+0
* switch to a linked list of scopesZahary Karadjov2013-05-111-14/+8
* bugfix: case exhaustiveness checkingAraq2013-03-211-0/+4
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* FFI at compiletime improvementsAraq2013-01-081-1/+1