summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* bugfix: fixed built-in 'reset'Araq2011-08-201-2/+2
* more occurences of 'pure' proc pragma fixedAraq2011-08-202-27/+28
* locks now in their own core moduleAraq2011-08-203-119/+163
* 'pure' is now 'noStackFrame' for procsAraq2011-08-191-6/+6
* implemented --nimcache config option; big clean up of magic wordsAraq2011-08-191-0/+15
* Merge pull request #51 from keitahaga/fix-typoAraq2011-08-161-46/+46
|\
| * lib/pure/cgi.nim: fix typo 'passwort' instead of 'password'Keita Haga2011-08-171-46/+46
* | finally got rid of nkPassAsOpenArrayAraq2011-08-161-1/+1
|/
* Merge branch 'master' of git@github.com:Araq/NimrodAraq2011-08-151-37/+37
|\
| * lib/pure/terminal.nim: fixed bug where the styleReverse doesn't work on Unix-...Keita Haga2011-08-161-37/+37
* | added xmltree.innerText; fixes #49Araq2011-08-151-1/+10
|/
* bugfix: running for threadsAraq2011-08-121-1/+1
* added system.running for threadsAraq2011-08-111-0/+8
* added system.slurp for easy embedding of resourcesAraq2011-08-102-1/+23
* modifyable results for generics; teventemitter worksAraq2011-08-094-18/+65
* json code generation works againAraq2011-08-072-5/+6
* support for C++ code generation; importcpp and importobjc pragmasAraq2011-08-071-4/+4
* Fixed osproc.terminate for posix and improved some other osproc posix functions.dom962011-08-031-10/+19
* preparation for new 'is' operator; breaks bootstrapping again, sorry (use gen...Araq2011-07-312-1/+4
* fixed typo in events.nim; last commit fixed #39Araq2011-07-281-2/+2
* Merge pull request #41 from Amrykid/masterAraq2011-07-271-23/+36
|\
| * Removed 'unnecessary' whitespace.Amrykid2011-07-271-4/+4
| * Renamed new* to init*.Amrykid2011-07-271-9/+24
| * Small edit to documentation.Amrykid2011-07-271-4/+2
| * Updated events.nim to use TEventEmitter instead of PEventEmitter.Amrykid2011-07-271-18/+18
* | bugfixes; step one for 'var T' as return type supportAraq2011-07-284-7/+19
|/
* bugfixes; added events module, sequtils moduleAraq2011-07-263-5/+151
* doc improvements; added lazarus exampleAraq2011-07-241-3/+3
* tests repaired; serious typo in the allocator fixed; fixes #32Araq2011-07-223-1/+8
* bugfix: proper cache for generic instantiationsAraq2011-07-219-347/+117
* shared untraced heap; bugfix: mem corruptions in message passing codeAraq2011-07-186-81/+136
* first steps to explicit channels for thread communication; added mainThreadIdAraq2011-07-165-13/+95
* version 0.8.12Araq2011-07-101-1/+1
* preparations for 0.8.12Araq2011-07-1019-106/+181
* basic message passing workingAraq2011-07-093-16/+55
* bugfix: 'set' overloadable; further steps for multi threading supportAraq2011-07-0815-363/+798
* tests are green againAraq2011-06-284-512/+10
* importCompilerProc pragma introduced because the hacks for typeinfo.nim did n...Araq2011-06-271-9/+16
* bugfix: pegs.nim compiles againAraq2011-06-261-2/+0
* improvements to get code size down for programs that don't use GCAraq2011-06-267-163/+171
* code gen bugfixes; marshal.nim implementedAraq2011-06-2613-387/+598
* bugfix: shallowCopy should not break bootstrapping anymore; encodings.nim for...Araq2011-06-211-2/+13
* implemented write access to s[i] for macrosAraq2011-06-212-5/+5
* zipfiles compiles again; added system.shallowCopyAraq2011-06-202-5/+12
* tests/reject/temptycaseobj.nimAraq2011-06-191-41/+4
* bugfix: typeinfo generation for tuplesAraq2011-06-191-0/+37
* got rid of unsound co/contravariance in procvarsAraq2011-06-173-19/+86
* pegs module: bugfixes for the anchor ^; pegs.replace now does what the docs sayAraq2011-06-161-24/+52
* readFile raises EIO instead of returning nil; added system.writeFileAraq2011-06-164-36/+31
* added encodings stdlibAraq2011-06-161-0/+445