summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* make trecinca|b tests greenAraq2011-12-316-6/+11
|
* critbits added to stdlibAraq2011-12-303-3/+28
|
* bugfix: preliminary symbol declaration in first pass of genericsAraq2011-12-303-10/+17
|
* GC: use simple balanced tree instead of AVL treeAraq2011-12-307-240/+409
|
* c2nim: bugfix: 'type x[10];' was not parsed properlyAraq2011-12-303-6/+3
|
* GC: AVL tree uses unsigned comparisonsAraq2011-12-301-7/+7
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-12-301-16/+23
|\
| * Merge pull request #83 from Amrykid/f449d2b7611b4d945eabe03ffb52b5235c544d80Araq2011-12-291-16/+23
| |\ | | | | | | events.nim updates
| | * Fixed the documentation for events.nim.Amrykid2011-12-291-16/+18
| | |
| | * Added containsHandler to events.nimAmrykid2011-12-291-0/+5
| | |
* | | GC stack scanning cares about interior pointersAraq2011-12-3010-29/+328
|/ /
* | Merge branch 'master' of github.com:Araq/NimrodAraq2011-12-273-5/+99
|\ \
| * | Merge pull request #81 from Amrykid/masterAraq2011-12-273-5/+99
| |\| | | | | | | Various changes around 'koch update'
| | * Documentation comments + slight code modifications to zipfiles.nim.Amrykid2011-12-272-6/+7
| | | | | | | | | | | | Changes made to osproc.nim so it will compile.
| | * Allowed waitForExit to have a specified timeout. (osproc.nim)Amrykid2011-12-271-2/+5
| | |
| | * 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
| | | | | | | | | | | | | | | | | | -- Checks if libzip is available as a fallback. -- Echos what its doing. -- Actually compiles now.
| | * - Added extractFile and extractAll to zipfiles.nimAmrykid2011-12-242-0/+42
| | | | | | | | | | | | | | | | | | | | | -- Need to wait until libzip_all.c is updated to support Windows. - Started working on "koch update". -- Waiting on above to finish work.
* | | fixed small typos for subexes docsAraq2011-12-272-5/+3
|/ /
* / added support for advanced substitution expressionsAraq2011-12-278-113/+566
|/
* bugfix: compiler errors for explicit initialization of thread local ↵Araq2011-12-233-4/+9
| | | | variables; os.nim does not rely on it anymore
* 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 ↵Araq2011-12-235-5/+20
| | | | threading bugs
* 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 ↵Zahary Karadjov2011-12-115-30/+24
| | | | | | | | paths
| * 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
| | | | | | | | | | | | | | | 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
| | |
| * | 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
| | | | | | | | | | | | | | | | | | Hard-links on Windows are now treated just as they are on POSIX. The new implementation is faster than the previous, but still it's quite slower than fstat (use with caution).
| * | 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 ↵Araq2011-12-125-28/+85
| |/ |/| | | | | stack roots
* | codegen uses alias analysis to generate better codeAraq2011-12-1014-114/+167
| |