Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated asyncio and ftpclient modules | Araq | 2014-01-25 | 2 | -19/+19 |
| | |||||
* | nativeStackTrace might work again | Araq | 2014-01-25 | 1 | -3/+3 |
| | |||||
* | should compile on netbsd | Araq | 2014-01-23 | 3 | -8/+8 |
| | |||||
* | renderer knows about nkStaticTy and nkTypeClassTy | Araq | 2014-01-23 | 1 | -0/+23 |
| | |||||
* | typeClasses now documented in grammar.txt | Araq | 2014-01-23 | 2 | -0/+8 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-01-23 | 4 | -93/+103 |
|\ | |||||
| * | fix the error "only proc headers can feature pragmas" when compiling in JS mode | Zahary Karadjov | 2014-01-23 | 3 | -36/+36 |
| | | |||||
| * | nest PreMain inside NimMain for easier consumption of static libraries ↵ | Zahary Karadjov | 2014-01-23 | 1 | -57/+67 |
| | | | | | | | | | | | | developed in Nimrod fixes many uses of $N instead of $n for new lines that don't affect #line directives | ||||
* | | small code cleanups | Araq | 2014-01-23 | 3 | -4/+3 |
| | | |||||
* | | closure iterators work | Araq | 2014-01-23 | 4 | -33/+76 |
| | | |||||
* | | closure iterators almost work | Araq | 2014-01-23 | 2 | -191/+189 |
| | | |||||
* | | next steps for closure iterators | Araq | 2014-01-22 | 28 | -70/+163 |
|/ | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-01-20 | 1 | -1/+1 |
|\ | |||||
| * | fix the segfault in #827 | Zahary Karadjov | 2014-01-20 | 1 | -1/+1 |
| | | |||||
* | | parser support anon iterators | Araq | 2014-01-20 | 8 | -13/+61 |
| | | |||||
* | | updated grammar.txt | Araq | 2014-01-20 | 3 | -20/+22 |
| | | |||||
* | | command syntax is allowed in expressions | Araq | 2014-01-20 | 4 | -47/+90 |
|/ | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-01-19 | 5 | -6/+6 |
|\ | |||||
| * | Merge pull request #822 from onionhammer/devel | Andreas Rumpf | 2014-01-19 | 5 | -6/+6 |
| |\ | | | | | | | Corrected prunesocketset and pruneprocessset | ||||
| | * | Added ret != 0 back | onionhammer | 2014-01-19 | 1 | -1/+1 |
| | | | |||||
| | * | Corrected prunesocketset and pruneprocessset | Erik O'Leary | 2014-01-19 | 5 | -6/+6 |
| |/ | | | | | | | | | fd sets passed to select() were pruning ready FDs rather than pruning UN-ready FDs. | ||||
* / | compiler warns when you use GC'ed memory and '--gc:none' | Araq | 2014-01-19 | 5 | -51/+70 |
|/ | |||||
* | 'nil' as a statement is deprecated, use an empty 'discard' instead | Araq | 2014-01-19 | 54 | -170/+170 |
| | |||||
* | merge master into devel | Araq | 2014-01-19 | 2 | -2/+14 |
|\ | |||||
| * | Merge pull request #775 from fowlmouth/patch-3 | Andreas Rumpf | 2014-01-18 | 1 | -1/+13 |
| |\ | | | | | | | Update endians.nim | ||||
| | * | Update endians.nim | Billingsly Wetherfordshire | 2013-12-23 | 1 | -1/+13 |
| | | | | | | | | | adds swapEndian16 function | ||||
| * | | Merge pull request #812 from girvo/koch-fix | Andreas Rumpf | 2014-01-18 | 1 | -1/+1 |
| |\ \ | | | | | | | | | Koch now uses $PATH/nimrod correctly | ||||
| | * | | Koch now uses PATH/nimrod correctly | Josh Girvin | 2014-01-13 | 1 | -1/+1 |
| | | | | |||||
* | | | | it's the year 2014 | Araq | 2014-01-19 | 8 | -24/+22 |
| | | | | |||||
* | | | | 'inject' for the new symbol binding rules in templates | Araq | 2014-01-19 | 1 | -7/+19 |
| | | | | |||||
* | | | | make encodings.nim case consistent | Araq | 2014-01-19 | 1 | -33/+31 |
| | | | | |||||
* | | | | resolved conflicts with master | Araq | 2014-01-18 | 22 | -611/+225 |
|\| | | | |||||
| * | | | Merge pull request #777 from fowlmouth/patch-4 | Andreas Rumpf | 2014-01-13 | 1 | -0/+8 |
| |\ \ \ | | | | | | | | | | | Update os.nim | ||||
| | * | | | Update os.nim | Billingsly Wetherfordshire | 2013-12-23 | 1 | -0/+8 |
| | | |/ | | |/| | | | | | added file/dirExists synonyms for existsFile/dir | ||||
| * | | | Merge pull request #779 from brihat/master | Andreas Rumpf | 2014-01-13 | 1 | -0/+4 |
| |\ \ \ | | | | | | | | | | | Define $ operator for TRune | ||||
| | * | | | Define $ operator for TRune | Satish BD | 2013-12-26 | 1 | -1/+3 |
| | | | | | |||||
| | * | | | Define $ operator for TRune | Satish BD | 2013-12-26 | 1 | -0/+2 |
| | | | | | |||||
| * | | | | bugfix: doc generation for actors.nim works again | Araq | 2014-01-13 | 1 | -4/+5 |
| | | | | | |||||
| * | | | | added test cases from strange loop event | Araq | 2014-01-13 | 6 | -0/+152 |
| | | | | | |||||
| * | | | | Rename C sources dir to c_code. | Dominik Picheta | 2014-01-12 | 3 | -9/+9 |
| | | | | | |||||
| * | | | | Add info about twitter and bootstrapping from github to website. | Dominik Picheta | 2014-01-12 | 2 | -0/+8 |
| | |_|/ | |/| | | |||||
| * | | | Merge pull request #788 from zielmicha/httpclient-fix | Dominik Picheta | 2013-12-30 | 1 | -2/+1 |
| |\ \ \ | | | | | | | | | | | httpclient: strip trailing whitespace from headers. | ||||
| | * | | | httpclient: strip trailing whitespace from headers. | Michał Zieliński | 2013-12-28 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | - we can do that according to the RFC. - fixes #783 | ||||
| * | | | | Merge pull request #791 from gradha/pr_removes_generated_file | Grzegorz Adam Hankiewicz | 2013-12-30 | 2 | -591/+1 |
| |\ \ \ \ | | | | | | | | | | | | | Removes generated .dot file uploaded by mistake. | ||||
| | * | | | | Removes generated .dot file uploaded by mistake. | Grzegorz Adam Hankiewicz | 2013-12-30 | 2 | -591/+1 |
| |/ / / / | |||||
| * | | | | Merge pull request #776 from gradha/pr_docs | Grzegorz Adam Hankiewicz | 2013-12-30 | 2 | -2/+29 |
| |\ \ \ \ | | | | | | | | | | | | | Docstrings | ||||
| | * | | | | Adds docstring to rstgen.defaultConfig. | Grzegorz Adam Hankiewicz | 2013-12-23 | 1 | -1/+12 |
| | | | | | | |||||
| | * | | | | Adds example to locals() docstring. | Grzegorz Adam Hankiewicz | 2013-12-23 | 1 | -1/+17 |
| | | |_|/ | | |/| | | |||||
| * | | | | Fixes #594 | Dominik Picheta | 2013-12-28 | 1 | -1/+1 |
| | |/ / | |/| | | | | | | | | | | | | | | This was already partially fixed, ``expandTilde`` was the missing piece from perfection. | ||||
| * | | | Remove assert in asyncio which causes problems. | Dominik Picheta | 2013-12-26 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | This assert keeps failing occassionally in nimbuild causing it to crash. According to logic it shouldn't, but perhaps the socket's writeable status changes. |