summary refs log tree commit diff stats
path: root/compiler
Commit message (Collapse)AuthorAgeFilesLines
* compiler takes advantage of 'new(Obj|New)RC1Araq2011-12-121-77/+84
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-12-1218-120/+149
|\
| * the current directory is no longer taken into account when resolving module ↵Zahary Karadjov2011-12-115-30/+24
| | | | | | | | paths
| * Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2011-12-1115-142/+363
| |\
| * | path canonicalization for imported modules, relative paths written in rod filesZahary Karadjov2011-12-1110-58/+73
| | |
| * | proc arguments are in scope when the result type definition is being processedZahary Karadjov2011-12-094-5/+13
| | | | | | | | | | | | | | | This is intended for type deduction depending on the arguments proc foo(x: type): type(expr(x))
| * | path canonicalization and proper project relative pathsZahary Karadjov2011-12-099-47/+61
| | |
| * | Speed-up symbolFiles:on operations on windowsZahary Karadjov2011-12-072-14/+12
| | |
* | | compiler generates volatile temps to keep C compiler from optimizing away ↵Araq2011-12-123-22/+56
| |/ |/| | | | | stack roots
* | codegen uses alias analysis to generate better codeAraq2011-12-109-66/+104
| |
* | alias analysis as required for the code gen and the HLOAraq2011-12-0811-79/+261
| |
* | fixes #71; sorry about the polling implementationAraq2011-12-051-2/+3
|/
* 'assert' is now implemented without compiler magicAraq2011-12-0410-12/+25
|
* threads compile again; attempt to fix serious code gen issue (except + return)Araq2011-12-032-6/+14
|
* bugfixes for .rod files and visual C++Araq2011-12-033-28/+32
|
* bugfix: don't process arguments that are to be passed to the produced exeAraq2011-11-302-16/+18
|
* cleaned up configuration file handling and documented the new behaviourAraq2011-11-3013-126/+130
|
* implemented 'let' statementAraq2011-11-2922-70/+69
|
* thoughts about implicit includes and importsAraq2011-11-291-11/+16
|
* further steps to get rid of deprecated endOfFile and readLineAraq2011-11-291-2/+2
|
* compiler uses new 'readLine'Araq2011-11-276-58/+51
|
* argument passing with --run option works againAraq2011-11-272-7/+7
|
* fixes #31Araq2011-11-272-10/+6
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-11-2610-384/+529
|\
| * New algorithm for locating and loading nimrod config files.Zahary Karadjov2011-11-2510-384/+529
| | | | | | | | Some new options added to the compiler (see news.txt for details)
* | fixed bug that kept tls emulation from workingAraq2011-11-251-3/+3
| |
* | new pragma: 'noinit'Araq2011-11-254-17/+23
|/
* 'export' is now a keywordAraq2011-11-242-5/+7
|
* C codegen: generate nimKeepAlive calls at strategic places to keep the C ↵Araq2011-11-243-166/+236
| | | | compiler from optimizing away all stack roots
* unused constants are optimized awayAraq2011-11-223-36/+45
|
* proper error message when attempting to eval C'imported procsAraq2011-11-202-61/+52
|
* bugfix: 'when' sections in generic objects now work, so TThread[void] compilesAraq2011-11-208-73/+117
|
* tester: threading tests addedAraq2011-11-192-5/+6
|
* macros and templates can be expanded anywhere where a type is expected.Zahary Karadjov2011-11-185-35/+79
| | | | | This allows for various type selection algorithms to be implemented. See tests / accept / compile / ttypeselectors.nim for examples.
* cgen: no type canon for integral types; osproc use posix_spawn instead of ↵Araq2011-11-183-5/+10
| | | | fork&exec
* bugfixes: objects still invalid for constants; fixed a typo concerning ↵Araq2011-11-154-14/+19
| | | | 'high' in eval context
* compilation cache: improvement: switching from codegen to 'check only' does ↵Araq2011-11-151-1/+18
| | | | not trigger a recompilation
* bugfix: s[1..n] = @[] produced wrong C codeAraq2011-11-143-14/+33
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-11-121-2/+2
|\
| * Added system.program_results for controlling the exit code of the program ↵Zahary Karadjov2011-11-101-2/+2
| | | | | | | | | | | | | | | | under normal circumstances Implemented operators like +=, -=, etc for ordinals, floats and string Programs using the UnitTest module will now report the number of failed tests as the exit code of test runs (0 for successful run)
* | added another test caseAraq2011-11-121-1/+1
|/
* operator precedence changed: assignment like operators are supported; ↵Araq2011-11-091-14/+24
| | | | escaping of operators with \ is supported
* compilation cache: fixed recently introduced bug (lazy loading of bodies)Araq2011-11-063-18/+33
|
* memfiles now uses winlean; changed the interface to raise EOSAraq2011-11-051-1/+4
|
* new kind of AST printer that prints indented treesZahary Karadjov2011-11-042-4/+1
| | | | | AST-to-string conversion procs renamed to repr, treeRepr and lispRepr for better consistency new dumpTree and dumpLisp procs for quick AST inspection of arbitrary nimrod blocks
* bugfix: new GCC version requires -ldl to come after object filesAraq2011-11-031-5/+5
|
* bugfix: code gen for constant sequencesAraq2011-11-021-2/+7
|
* fix of recently introduced parsing bugAraq2011-11-021-1/+1
|
* fixes #2Araq2011-11-021-1/+3
|
* fixes #59Araq2011-11-021-0/+3
|