summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of git@github.com:Araq/NimrodAraq2011-09-242-4/+12
|\
| * Fixed string concatenation and other bugs in the JS backend. Fixed a small ↵dom962011-09-232-4/+12
| | | | | | | | bug in the IRC module.
* | beginning of a taint mode; type system enhancementsAraq2011-09-243-56/+58
|/
* fixed some newly introduced bugsAraq2011-09-212-15/+18
|
* using statement (ala C#) implemented as macro (added as test).Zahary Karadjov2011-09-201-29/+40
| | | | simplified the usage of the interpolatedFragments iterator.
* Moved the parseAST magics to evals.nimZahary Karadjov2011-09-201-0/+91
| | | | | | | | | | | | | | Added string interpolation helper routines in parserutils Added a proof-of-concept string interpolation user-land macros (currently, only as a test case): the interpolated expression could either be transformed to concat("literal string ", $(interpolated), " end") or "literal string $1 end" % [$(interpolated)] Added a very initial definition of Optional[T] generic type A new overload of ParseIdent was added in hope to get around the fact that the old one doesn't work correctly in macros, but the problem persists.
* Some very small steps towards an uuid generation module.Zahary Karadjov2011-09-201-0/+30
| | | | I did some basic research on cross-platform UUID generation and didn't want to lose any information, so this code only represents what I learned (uuidMacTime should work tho).
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-09-201-0/+256
|\
| * Some improvements relating to the IRC module.dom962011-09-041-14/+16
| |
| * Added IRC module.dom962011-09-041-0/+254
| |
* | bugfixes for generics; new threads implementation still brokenAraq2011-09-202-22/+24
|/
* Merge branch 'master' of git@github.com:Araq/NimrodAraq2011-08-291-53/+53
|\
| * lib/pure/strutils.nim: fix doc comment for splitLinesKeita Haga2011-08-251-53/+53
| |
* | added actors.nim file; compiler not up for this taskAraq2011-08-291-0/+184
| |
* | new actors implementation for nimrod; compiler's generics still not up for ↵Araq2011-08-291-0/+2
|/ | | | the task though
* locks now in their own core moduleAraq2011-08-201-2/+2
|
* implemented --nimcache config option; big clean up of magic wordsAraq2011-08-191-0/+15
|
* lib/pure/cgi.nim: fix typo 'passwort' instead of 'password'Keita Haga2011-08-171-46/+46
|
* 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 ↵Keita Haga2011-08-161-37/+37
| | | | | | | | Unix-like systems
* | added xmltree.innerText; fixes #49Araq2011-08-151-1/+10
|/
* added system.slurp for easy embedding of resourcesAraq2011-08-101-1/+17
|
* modifyable results for generics; teventemitter worksAraq2011-08-093-18/+63
|
* Fixed osproc.terminate for posix and improved some other osproc posix functions.dom962011-08-031-10/+19
|
* fixed typo in events.nim; last commit fixed #39Araq2011-07-281-2/+2
|
* Merge pull request #41 from Amrykid/masterAraq2011-07-271-23/+36
|\ | | | | Updated events.nim
| * Removed 'unnecessary' whitespace.Amrykid2011-07-271-4/+4
| |
| * Renamed new* to init*.Amrykid2011-07-271-9/+24
| | | | | | | | | | | | | | Added example code for documentation. Fixed a small documentation issue. Rewrote newEventEmitter... Updated test.
| * 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-283-7/+17
|/
* bugfixes; added events module, sequtils moduleAraq2011-07-262-0/+142
|
* doc improvements; added lazarus exampleAraq2011-07-241-3/+3
|
* bugfix: proper cache for generic instantiationsAraq2011-07-218-346/+116
|
* first steps to explicit channels for thread communication; added mainThreadIdAraq2011-07-161-5/+5
|
* preparations for 0.8.12Araq2011-07-108-13/+16
|
* bugfix: 'set' overloadable; further steps for multi threading supportAraq2011-07-083-2/+142
|
* tests are green againAraq2011-06-283-507/+8
|
* code gen bugfixes; marshal.nim implementedAraq2011-06-265-48/+339
|
* bugfix: shallowCopy should not break bootstrapping anymore; encodings.nim ↵Araq2011-06-211-2/+13
| | | | for windows improved
* implemented write access to s[i] for macrosAraq2011-06-212-5/+5
|
* 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-161-10/+2
|
* added encodings stdlibAraq2011-06-161-0/+445
|
* intsets are now a proper module and part of the stdlibAraq2011-06-141-0/+177
|
* implemented tables.addAraq2011-06-112-2/+24
|
* got rid of nstrtabs and nhashes modulesAraq2011-06-101-12/+16
|
* Bugfix: no #line dir with 0 generatedAraq2011-06-101-1/+1
|
* basic generic collections implemented and testedAraq2011-06-073-80/+287
|