summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Last bits, etc.Amrykid2011-12-271-2/+4
* Final bits added. Needs testing.Amrykid2011-12-251-15/+30
* - Koch update is nearly finished.Amrykid2011-12-241-12/+43
* - Added extractFile and extractAll to zipfiles.nimAmrykid2011-12-242-0/+42
* bugfix: compiler errors for explicit initialization of thread local variables...Araq2011-12-233-4/+9
* generated scripts do no contain paths anymore; regenerated C sourcesAraq2011-12-234-15/+25
* bugfix: the code gen can now handle alias TLock = TSysLock; this fixes thread...Araq2011-12-235-5/+20
* bugfix: suggest featureAraq2011-12-222-28/+23
* bugfix: environment var caching is now thread safeAraq2011-12-221-3/+3
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-12-226-3/+22
|\
| * fixes #77dom962011-12-191-0/+10
| * Added a couple of GTK 2.12 functions.Dominik Picheta2011-12-182-0/+9
| * fixed some recently introduced compilation errors in the standard libraryZahary Karadjov2011-12-133-3/+3
* | code gen can generate code to keep alive stack rootsAraq2011-12-2212-44/+125
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-12-131-764/+764
|\
| * windows.nim compiles againZahary Karadjov2011-12-131-764/+764
* | GC: some inlining to improve performance sensitive partsAraq2011-12-131-1/+11
|/
* added binary trees benchmarkAraq2011-12-121-0/+54
* C code gen: generate even better code for the GCAraq2011-12-124-15/+41
* c2nim compiles againAraq2011-12-125-10/+15
* compiler takes advantage of 'new(Obj|New)RC1Araq2011-12-123-77/+89
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-12-1224-146/+223
|\
| * 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-1125-201/+486
| |\
| * | 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-095-5/+16
| * | path canonicalization and proper project relative pathsZahary Karadjov2011-12-099-47/+61
| * | The test runner will print out encountered exceptionsZahary Karadjov2011-12-071-0/+4
| * | New implementation for os.sameFile on WindowsZahary Karadjov2011-12-073-25/+66
| * | removed incompatible flags for debugging VCC release buildsZahary Karadjov2011-12-071-1/+1
| * | 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-125-28/+85
| |/ |/|
* | codegen uses alias analysis to generate better codeAraq2011-12-1014-114/+167
* | alias analysis as required for the code gen and the HLOAraq2011-12-0812-80/+262
* | fixes #71; sorry about the polling implementationAraq2011-12-056-12/+62
|/
* fixes 70Araq2011-12-042-11/+11
* rebuilt C sourcesAraq2011-12-040-0/+0
* 'assert' is now implemented without compiler magicAraq2011-12-0416-24/+66
* threads compile again; attempt to fix serious code gen issue (except + return)Araq2011-12-034-17/+25
* bugfixes for .rod files and visual C++Araq2011-12-0313-130/+135
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-11-301-1/+22
|\
| * Added a `chmod` function to the ftpclient module.dom962011-11-301-1/+22
* | bugfix: don't process arguments that are to be passed to the produced exeAraq2011-11-304-18/+29
|/
* made 2 tests greenAraq2011-11-302-2/+2
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-11-301-1/+4
|\
| * Fixed `ftpclient.createDir`.dom962011-11-291-1/+4
* | cleaned up configuration file handling and documented the new behaviourAraq2011-11-3019-151/+156
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-11-291-0/+14
|\
| * Merge pull request #69 from hametsu/masterAraq2011-11-291-0/+14
| |\
| | * sorry, i didnt test and commit...takano322011-11-291-4/+4