Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | small bugfixes to make more tests green | Araq | 2011-11-02 | 2 | -4/+7 |
| | |||||
* | Fixed the tester. Some fixes and additions for the JS backend. | dom96 | 2011-10-31 | 1 | -2/+2 |
| | |||||
* | Fixed issue with some functions in the sockets module not reporting the ↵ | dom96 | 2011-10-30 | 2 | -31/+85 |
| | | | | correct error message. Added more disconnection cases in the irc module, also added a message limiting system. | ||||
* | compilation cache: mostly working; generics not yet | Araq | 2011-10-25 | 1 | -28/+28 |
| | |||||
* | rod files: next trivial examples working | Araq | 2011-10-22 | 1 | -1/+1 |
| | |||||
* | preparations for proper memmap'ed files | Araq | 2011-10-22 | 1 | -0/+51 |
| | |||||
* | new syntactic construct: a{i} | Araq | 2011-10-08 | 1 | -1/+1 |
| | |||||
* | slurp uses path; unidecode is improved and threadsafe | Araq | 2011-10-08 | 3 | -23/+31 |
| | |||||
* | *Pimped up* the test runner with colorful output | Zahary Karadjov | 2011-10-07 | 2 | -7/+39 |
| | | | | Added: terminal.styledEcho macro | ||||
* | Cleaned up the circular dependecies and remaining issues | Zahary Karadjov | 2011-10-07 | 1 | -16/+5 |
| | | | | Changed: The []= operator for strings and sequences is now capable of splicing | ||||
* | Basic unit testing facilities (suites, fixtures, cases) | Zahary Karadjov | 2011-10-07 | 1 | -0/+157 |
| | | | | | | | | Added: PNimrodNode.lineinfo for better error messages from macros Added: seq.splice For easier use from templates and macros, except stament now supports the list of exception types to be supplied in nkBraket node (array literal). | ||||
* | code generator supports constant sequences; more consistent compile time ↵ | Araq | 2011-10-07 | 2 | -11/+24 |
| | | | | evaluation | ||||
* | bugfix: $ escaping in interpolatedFragments | Araq | 2011-09-26 | 1 | -6/+12 |
| | |||||
* | bugfix: internal error in evalFieldAccess; parseutils.interpolatedFragments ↵ | Araq | 2011-09-26 | 3 | -94/+74 |
| | | | | optimized; tstringinterp.nim now works | ||||
* | sockets.recv optimizations; stdlib now supports taint mode | Araq | 2011-09-24 | 8 | -59/+72 |
| | |||||
* | renamed optional to discardable | Araq | 2011-09-24 | 4 | -32/+33 |
| | |||||
* | got rid of akPureObject | Araq | 2011-09-24 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' of git@github.com:Araq/Nimrod | Araq | 2011-09-24 | 2 | -4/+12 |
|\ | |||||
| * | Fixed string concatenation and other bugs in the JS backend. Fixed a small ↵ | dom96 | 2011-09-23 | 2 | -4/+12 |
| | | | | | | | | bug in the IRC module. | ||||
* | | beginning of a taint mode; type system enhancements | Araq | 2011-09-24 | 3 | -56/+58 |
|/ | |||||
* | fixed some newly introduced bugs | Araq | 2011-09-21 | 2 | -15/+18 |
| | |||||
* | using statement (ala C#) implemented as macro (added as test). | Zahary Karadjov | 2011-09-20 | 1 | -29/+40 |
| | | | | simplified the usage of the interpolatedFragments iterator. | ||||
* | Moved the parseAST magics to evals.nim | Zahary Karadjov | 2011-09-20 | 1 | -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 Karadjov | 2011-09-20 | 1 | -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/Nimrod | Araq | 2011-09-20 | 1 | -0/+256 |
|\ | |||||
| * | Some improvements relating to the IRC module. | dom96 | 2011-09-04 | 1 | -14/+16 |
| | | |||||
| * | Added IRC module. | dom96 | 2011-09-04 | 1 | -0/+254 |
| | | |||||
* | | bugfixes for generics; new threads implementation still broken | Araq | 2011-09-20 | 2 | -22/+24 |
|/ | |||||
* | Merge branch 'master' of git@github.com:Araq/Nimrod | Araq | 2011-08-29 | 1 | -53/+53 |
|\ | |||||
| * | lib/pure/strutils.nim: fix doc comment for splitLines | Keita Haga | 2011-08-25 | 1 | -53/+53 |
| | | |||||
* | | added actors.nim file; compiler not up for this task | Araq | 2011-08-29 | 1 | -0/+184 |
| | | |||||
* | | new actors implementation for nimrod; compiler's generics still not up for ↵ | Araq | 2011-08-29 | 1 | -0/+2 |
|/ | | | | the task though | ||||
* | locks now in their own core module | Araq | 2011-08-20 | 1 | -2/+2 |
| | |||||
* | implemented --nimcache config option; big clean up of magic words | Araq | 2011-08-19 | 1 | -0/+15 |
| | |||||
* | lib/pure/cgi.nim: fix typo 'passwort' instead of 'password' | Keita Haga | 2011-08-17 | 1 | -46/+46 |
| | |||||
* | Merge branch 'master' of git@github.com:Araq/Nimrod | Araq | 2011-08-15 | 1 | -37/+37 |
|\ | |||||
| * | lib/pure/terminal.nim: fixed bug where the styleReverse doesn't work on ↵ | Keita Haga | 2011-08-16 | 1 | -37/+37 |
| | | | | | | | | Unix-like systems | ||||
* | | added xmltree.innerText; fixes #49 | Araq | 2011-08-15 | 1 | -1/+10 |
|/ | |||||
* | added system.slurp for easy embedding of resources | Araq | 2011-08-10 | 1 | -1/+17 |
| | |||||
* | modifyable results for generics; teventemitter works | Araq | 2011-08-09 | 3 | -18/+63 |
| | |||||
* | Fixed osproc.terminate for posix and improved some other osproc posix functions. | dom96 | 2011-08-03 | 1 | -10/+19 |
| | |||||
* | fixed typo in events.nim; last commit fixed #39 | Araq | 2011-07-28 | 1 | -2/+2 |
| | |||||
* | Merge pull request #41 from Amrykid/master | Araq | 2011-07-27 | 1 | -23/+36 |
|\ | | | | | Updated events.nim | ||||
| * | Removed 'unnecessary' whitespace. | Amrykid | 2011-07-27 | 1 | -4/+4 |
| | | |||||
| * | Renamed new* to init*. | Amrykid | 2011-07-27 | 1 | -9/+24 |
| | | | | | | | | | | | | | | Added example code for documentation. Fixed a small documentation issue. Rewrote newEventEmitter... Updated test. | ||||
| * | Small edit to documentation. | Amrykid | 2011-07-27 | 1 | -4/+2 |
| | | |||||
| * | Updated events.nim to use TEventEmitter instead of PEventEmitter. | Amrykid | 2011-07-27 | 1 | -18/+18 |
| | | |||||
* | | bugfixes; step one for 'var T' as return type support | Araq | 2011-07-28 | 3 | -7/+17 |
|/ | |||||
* | bugfixes; added events module, sequtils module | Araq | 2011-07-26 | 2 | -0/+142 |
| | |||||
* | doc improvements; added lazarus example | Araq | 2011-07-24 | 1 | -3/+3 |
| |