summary refs log tree commit diff stats
path: root/compiler/astalgo.nim
Commit message (Collapse)AuthorAgeFilesLines
* Gdb pretty printers (#8263)Arne Döring2018-07-161-3/+3
|
* Merge pull request #8120 from krux02/basic-debuggingAndreas Rumpf2018-06-261-6/+6
|\ | | | | make basic debugging possible
| * make basic debugging possibleArne Döring2018-06-261-6/+6
| |
* | allow referencing other parameters in default parameter valuesZahary Karadjov2018-06-161-19/+23
| | | | | | | | | | | | | | | | fix #7756 fix #1201 fix #7000 fix #3002 fix #1046
* | fix #6928; fix #7208Zahary Karadjov2018-06-161-0/+9
|/
* toy program works with incremental compilationAndreas Rumpf2018-06-071-2/+1
|
* refactoring: make projectMainIdx typesafeAndreas Rumpf2018-05-271-8/+8
|
* Merge branch 'devel' into araq-big-refactoringAndreas Rumpf2018-05-271-8/+8
|\
| * fix #7883; fix #7829Zahary Karadjov2018-05-261-8/+8
| |
* | remove more global variables in the Nim compilerAndreas Rumpf2018-05-271-58/+40
| |
* | make tests green againAndreas Rumpf2018-05-181-19/+21
| |
* | preparations of making compiler/msgs.nim free of global variablesAndreas Rumpf2018-05-171-46/+46
|/
* fixes testament compilationAraq2018-05-141-8/+8
|\
| * fix a compiler crash related to the new strings in C++ modeZahary Karadjov2018-05-071-8/+8
| |
* | big refactoring: parser compiles againAndreas Rumpf2018-05-101-4/+4
|/
* 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.
| * 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
|