summary refs log tree commit diff stats
path: root/compiler
Commit message (Collapse)AuthorAgeFilesLines
* project wide configuration file now with suffix '.nimrod.cfg'Araq2012-01-151-1/+4
|
* removed nimKeepAlive as it's not necessary with interior pointer checkingAraq2012-01-151-44/+20
|
* niminst: bugfixes; documentation changesAraq2012-01-151-1/+1
|
* bugfixes: tests are green againAraq2012-01-131-1/+2
|
* niminst: diverse improvements; fixes #80Araq2012-01-132-16/+24
|
* bugfix: endless recursion in 'semAfterMacroCall'Araq2012-01-131-0/+5
|
* bugfix: invalid indentation for 'else' is detected; optional indentation for ↵Araq2012-01-132-2/+7
| | | | 'if' expressions
* bugfix: tests/reject/tnoinst.nim is now rejected properlyAraq2012-01-133-1/+10
|
* further steps to eliminate generics bugsAraq2012-01-111-12/+19
|
* removed '^ deprecated' messageAraq2012-01-102-7/+4
|
* unsuccessful phantom bug huntingAraq2012-01-081-2/+8
|
* bugfix: command line args are processed again after config files, so that ↵Araq2012-01-081-5/+5
| | | | --verbosity:3 works again
* implicit invokation of items/pairs iteratorsAraq2012-01-082-25/+44
|
* fixes #33Araq2012-01-072-7/+12
|
* bugfix: type alias to generic; generic type not stripped away from for loop ↵Araq2012-01-074-12/+24
| | | | variable
* 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; ↵Araq2012-01-031-2/+2
| | | | symbol files should work again
* 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 ↵Araq2011-12-232-2/+5
| | | | variables; os.nim does not rely on it anymore
* 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 ↵Araq2011-12-234-5/+19
| | | | threading bugs
* 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 ↵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
|