summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* bugfix: type alias to generic; generic type not stripped away from for loop v...Araq2012-01-074-12/+24
* bugfix: removed newSons legacyAraq2012-01-073-8/+13
* test t99bott.nim works nowAraq2012-01-062-21/+19
* implemented incompleteStruct pragma; embedded debugger works with posix moduleAraq2012-01-056-12/+22
* bugfix: tester should compile againAraq2012-01-031-1/+1
* C sources regenerated for new len(openarray) header that catches more bugs; s...Araq2012-01-031-2/+2
* year 2012 for most copyright headersAraq2012-01-0286-94/+94
* new len(openarray) implementationAraq2011-12-312-4/+9
* make trecinca|b tests greenAraq2011-12-313-3/+8
* critbits added to stdlibAraq2011-12-301-2/+0
* bugfix: preliminary symbol declaration in first pass of genericsAraq2011-12-303-10/+17
* c2nim: bugfix: 'type x[10];' was not parsed properlyAraq2011-12-302-5/+3
* GC stack scanning cares about interior pointersAraq2011-12-304-8/+11
* bugfix: compiler errors for explicit initialization of thread local variables...Araq2011-12-232-2/+5
* generated scripts do no contain paths anymore; regenerated C sourcesAraq2011-12-231-8/+15
* bugfix: the code gen can now handle alias TLock = TSysLock; this fixes thread...Araq2011-12-234-5/+19
* bugfix: suggest featureAraq2011-12-222-28/+23
* code gen can generate code to keep alive stack rootsAraq2011-12-227-29/+54
* C code gen: generate even better code for the GCAraq2011-12-121-6/+13
* c2nim compiles againAraq2011-12-122-8/+12
* 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 p...Zahary Karadjov2011-12-115-30/+24
| * 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
| * | 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 sta...Araq2011-12-123-22/+56
| |/ |/|
* | 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
* | 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 comp...Araq2011-11-243-166/+236
* unused constants are optimized awayAraq2011-11-223-36/+45