summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* better exception behavior for os.removeFile and os.removeDirAraq2011-11-063-11/+13
|
* compilation cache: fixed recently introduced bug (lazy loading of bodies)Araq2011-11-067-19/+63
|
* memfiles now uses winlean; changed the interface to raise EOSAraq2011-11-058-70/+123
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-11-056-72/+252
|\
| * logical typo in the previous commitZahary Karadjov2011-11-041-3/+3
| |
| * new kind of AST printer that prints indented treesZahary Karadjov2011-11-044-42/+76
| | | | | | | | | | 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
| * memory-mapped files for posix and windowsZahary Karadjov2011-11-042-30/+176
| |
* | todo.txt changesAraq2011-11-052-2/+1
| |
* | Merge branch 'master' of github.com:Araq/NimrodAraq2011-11-047-10/+394
|\|
| * Added ftpclient module. Fixed docs in sockets module. Added dll tests to ↵dom962011-11-047-10/+394
| | | | | | | | test suite.
* | documented --recursivePathAraq2011-11-041-0/+1
|/
* bugfix: new GCC version requires -ldl to come after object filesAraq2011-11-035-43/+51
|
* bugfix: code gen for constant sequencesAraq2011-11-021-2/+7
|
* fix of recently introduced parsing bugAraq2011-11-021-1/+1
|
* fixes #2Araq2011-11-022-4/+3
|
* fixes #59Araq2011-11-022-0/+12
|
* small bugfixes to make more tests greenAraq2011-11-0211-11/+40
|
* DLL generation may work againAraq2011-11-025-9/+30
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-11-024-13/+14
|\
| * Fixed the tester. Some fixes and additions for the JS backend.dom962011-10-314-13/+14
| |
* | better code generation for constant aggregatesAraq2011-11-0210-32/+79
| |
* | bugfix: template t(f_no_Type) does not crash the compiler anymore in 'check' ↵Araq2011-10-301-0/+6
|/ | | | mode
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-10-302-31/+85
|\
| * Fixed issue with some functions in the sockets module not reporting the ↵dom962011-10-302-31/+85
| | | | | | | | correct error message. Added more disconnection cases in the irc module, also added a message limiting system.
* | lazy loading of body ast implementedAraq2011-10-3021-83/+152
| |
* | compilation cache: slurped files are a dependency tooAraq2011-10-304-2/+12
|/
* constant folding for cnst[i] and cnst.attrAraq2011-10-295-49/+78
|
* splicing tested and documentedAraq2011-10-287-30/+72
|
* eval context for macros lives as long as the current module is compiledAraq2011-10-286-25/+68
|
* JS backend: supports methods (untested)Araq2011-10-282-16/+23
|
* compilation cache: tests now part of test suiteAraq2011-10-2719-46/+250
|
* new compiler option tlsEmulationAraq2011-10-2711-28/+28
|
* compilation cache: DLL interfacing now worksAraq2011-10-275-44/+44
|
* compilation cache: various bugfixes; works for the compiler itselfAraq2011-10-2713-145/+304
|
* compilation cache: mostly working; generics not yetAraq2011-10-2517-2949/+160
|
* compilation cache: multi methods now workAraq2011-10-245-26/+41
|
* compilation cache: better dependency checkingAraq2011-10-235-14/+34
|
* compilation cache: small fixes; methods still not workingAraq2011-10-235-22/+30
|
* compilation cache: methods have a chance to workAraq2011-10-237-35/+100
|
* thread local vs. global system.raiseHookAraq2011-10-234-8/+22
|
* documentation for the compilation cacheAraq2011-10-234-7/+112
|
* rod files: next trivial examples workingAraq2011-10-2213-1034/+70
|
* preparations for proper memmap'ed filesAraq2011-10-224-32/+105
|
* bugfix: nil -> emptyNodeAraq2011-10-224-3/+4
|
* trivial change scenario works with symbol filesAraq2011-10-225-50/+65
|
* got rid of gToTypeInfoIdAraq2011-10-213-16/+6
|
* got rid of gGeneratedSymsAraq2011-10-212-10/+16
|
* further steps for incremental C code generationAraq2011-10-213-41/+74
|
* first steps to C file merge operation for incremental compilationAraq2011-10-218-118/+441
|
* bugfixes for ROD file generation; nimcache dir is now flatAraq2011-10-2012-75/+104
|