summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* fix the error "only proc headers can feature pragmas" when compiling in JS modeZahary Karadjov2014-01-233-36/+36
* nest PreMain inside NimMain for easier consumption of static libraries develo...Zahary Karadjov2014-01-231-57/+67
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-01-201-1/+1
|\
| * fix the segfault in #827Zahary Karadjov2014-01-201-1/+1
* | parser support anon iteratorsAraq2014-01-208-13/+61
* | updated grammar.txtAraq2014-01-203-20/+22
* | command syntax is allowed in expressionsAraq2014-01-204-47/+90
|/
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-01-195-6/+6
|\
| * Merge pull request #822 from onionhammer/develAndreas Rumpf2014-01-195-6/+6
| |\
| | * Added ret != 0 backonionhammer2014-01-191-1/+1
| | * Corrected prunesocketset and pruneprocesssetErik O'Leary2014-01-195-6/+6
| |/
* / compiler warns when you use GC'ed memory and '--gc:none'Araq2014-01-195-51/+70
|/
* 'nil' as a statement is deprecated, use an empty 'discard' insteadAraq2014-01-1954-170/+170
* merge master into develAraq2014-01-192-2/+14
|\
| * Merge pull request #775 from fowlmouth/patch-3Andreas Rumpf2014-01-181-1/+13
| |\
| | * Update endians.nimBillingsly Wetherfordshire2013-12-231-1/+13
| * | Merge pull request #812 from girvo/koch-fixAndreas Rumpf2014-01-181-1/+1
| |\ \
| | * | Koch now uses PATH/nimrod correctlyJosh Girvin2014-01-131-1/+1
* | | | it's the year 2014Araq2014-01-198-24/+22
* | | | 'inject' for the new symbol binding rules in templatesAraq2014-01-191-7/+19
* | | | make encodings.nim case consistentAraq2014-01-191-33/+31
* | | | resolved conflicts with masterAraq2014-01-1822-611/+225
|\| | |
| * | | Merge pull request #777 from fowlmouth/patch-4Andreas Rumpf2014-01-131-0/+8
| |\ \ \
| | * | | Update os.nimBillingsly Wetherfordshire2013-12-231-0/+8
| | | |/ | | |/|
| * | | Merge pull request #779 from brihat/masterAndreas Rumpf2014-01-131-0/+4
| |\ \ \
| | * | | Define $ operator for TRuneSatish BD2013-12-261-1/+3
| | * | | Define $ operator for TRuneSatish BD2013-12-261-0/+2
| * | | | bugfix: doc generation for actors.nim works againAraq2014-01-131-4/+5
| * | | | added test cases from strange loop eventAraq2014-01-136-0/+152
| * | | | Rename C sources dir to c_code.Dominik Picheta2014-01-123-9/+9
| * | | | Add info about twitter and bootstrapping from github to website.Dominik Picheta2014-01-122-0/+8
| | |_|/ | |/| |
| * | | Merge pull request #788 from zielmicha/httpclient-fixDominik Picheta2013-12-301-2/+1
| |\ \ \
| | * | | httpclient: strip trailing whitespace from headers.Michał Zieliński2013-12-281-2/+1
| * | | | Merge pull request #791 from gradha/pr_removes_generated_fileGrzegorz Adam Hankiewicz2013-12-302-591/+1
| |\ \ \ \
| | * | | | Removes generated .dot file uploaded by mistake.Grzegorz Adam Hankiewicz2013-12-302-591/+1
| |/ / / /
| * | | | Merge pull request #776 from gradha/pr_docsGrzegorz Adam Hankiewicz2013-12-302-2/+29
| |\ \ \ \
| | * | | | Adds docstring to rstgen.defaultConfig.Grzegorz Adam Hankiewicz2013-12-231-1/+12
| | * | | | Adds example to locals() docstring.Grzegorz Adam Hankiewicz2013-12-231-1/+17
| | | |_|/ | | |/| |
| * | | | Fixes #594Dominik Picheta2013-12-281-1/+1
| | |/ / | |/| |
| * | | Remove assert in asyncio which causes problems.Dominik Picheta2013-12-261-2/+5
| * | | Added --noBabelPath override.Dominik Picheta2013-12-252-1/+5
| |/ /
* | | unittest module works againAraq2014-01-186-28/+20
* | | better testerAraq2014-01-1721-31/+39
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-01-1713-517/+618
|\ \ \
| * \ \ Merge pull request #818 from hiteshjasani/pr_devel_doc_import_constraintsSimon Hafner2014-01-161-0/+35
| |\ \ \
| | * | | Add docs for constraining and qualifying imports.Hitesh Jasani2014-01-161-0/+35
| * | | | Merge pull request #817 from gradha/pr_improves_docs2Simon Hafner2014-01-168-127/+120
| |\ \ \ \
| | * | | | References TRune, links unicode modules where mentioned.Grzegorz Adam Hankiewicz2014-01-151-4/+7
| | * | | | Clarifies system.lines() docstring.Grzegorz Adam Hankiewicz2014-01-151-4/+4
| | * | | | Adds note about conflicts with using as a statement.Grzegorz Adam Hankiewicz2014-01-151-0/+18