Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | Merge pull request #788 from zielmicha/httpclient-fix | Dominik Picheta | 2013-12-30 | 1 | -2/+1 | |
| | |\ \ \ \ | ||||||
| | | * | | | | httpclient: strip trailing whitespace from headers. | Michał Zieliński | 2013-12-28 | 1 | -2/+1 | |
| | * | | | | | 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. | 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 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | 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 | |
| | | |/ / / | | |/| | | | ||||||
| | * | | | | Remove assert in asyncio which causes problems. | Dominik Picheta | 2013-12-26 | 1 | -2/+5 | |
| | * | | | | Added --noBabelPath override. | Dominik Picheta | 2013-12-25 | 2 | -1/+5 | |
| | |/ / / | ||||||
| * | | | | unittest module works again | Araq | 2014-01-18 | 6 | -28/+20 | |
| * | | | | better tester | Araq | 2014-01-17 | 21 | -31/+39 | |
| * | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-01-17 | 13 | -517/+618 | |
| |\ \ \ \ | ||||||
| | * \ \ \ | Merge pull request #818 from hiteshjasani/pr_devel_doc_import_constraints | Simon Hafner | 2014-01-16 | 1 | -0/+35 | |
| | |\ \ \ \ | ||||||
| | | * | | | | Add docs for constraining and qualifying imports. | Hitesh Jasani | 2014-01-16 | 1 | -0/+35 | |
| | * | | | | | Merge pull request #817 from gradha/pr_improves_docs2 | Simon Hafner | 2014-01-16 | 8 | -127/+120 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | References TRune, links unicode modules where mentioned. | Grzegorz Adam Hankiewicz | 2014-01-15 | 1 | -4/+7 | |
| | | * | | | | | Clarifies system.lines() docstring. | Grzegorz Adam Hankiewicz | 2014-01-15 | 1 | -4/+4 | |
| | | * | | | | | Adds note about conflicts with using as a statement. | Grzegorz Adam Hankiewicz | 2014-01-15 | 1 | -0/+18 | |
| | | * | | | | | Duplicates string literal table for character literals. | Grzegorz Adam Hankiewicz | 2014-01-15 | 1 | -4/+27 | |
| | | * | | | | | Documents rstgen index related procs. | Grzegorz Adam Hankiewicz | 2014-01-15 | 1 | -1/+12 | |
| | | * | | | | | Removes links to modules recently removed from stdlib. | Grzegorz Adam Hankiewicz | 2014-01-15 | 1 | -101/+1 | |
| | | * | | | | | Moves mongodb module to lower level wrapper group. | Grzegorz Adam Hankiewicz | 2014-01-15 | 1 | -3/+2 | |
| | | * | | | | | Adds parseopt2 module to documentation index. | Grzegorz Adam Hankiewicz | 2014-01-15 | 3 | -4/+9 | |
| | | * | | | | | Documents wrapping named arguments in curly braces. | Grzegorz Adam Hankiewicz | 2014-01-15 | 1 | -1/+3 | |
| | | * | | | | | Adds note about iterators having same signature as procs. | Grzegorz Adam Hankiewicz | 2014-01-15 | 1 | -1/+5 | |
| | | * | | | | | Adds note about procs and multiple variable assignment. | Grzegorz Adam Hankiewicz | 2014-01-15 | 1 | -0/+6 | |
| | | * | | | | | Adds docstrings to lines() iterators. | Grzegorz Adam Hankiewicz | 2014-01-15 | 1 | -2/+24 | |
| | | * | | | | | Adds using statement to the one and only true index. | Grzegorz Adam Hankiewicz | 2014-01-15 | 1 | -6/+6 | |
| | |/ / / / / | ||||||
| | * | | | | | Merge pull request #814 from discoloda/devel | Andreas Rumpf | 2014-01-14 | 5 | -390/+463 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | Applied Araq's suggestions for c2nim | Vincent Burns | 2014-01-14 | 2 | -9/+11 | |
| | | * | | | | | removed hack for return statement | Vincent Burns | 2014-01-14 | 2 | -9/+14 | |
| | | * | | | | | Slightly better type parsing for parameters and cast expressions | Vincent Burns | 2014-01-14 | 2 | -7/+46 | |
| | | * | | | | | Fix for expression parsing, 'new' is a valid C symbol | Vincent Burns | 2014-01-13 | 1 | -6/+9 | |
| | | * | | | | | Fix for some comments during if statements | Vincent Burns | 2014-01-13 | 3 | -1/+25 | |
| | | * | | | | | Support more proper do..while statements | Vincent Burns | 2014-01-13 | 1 | -9/+39 | |
| | | * | | | | | for statements support comma expressions | Vincent Burns | 2014-01-13 | 1 | -2/+4 | |
| | | * | | | | | New expression parser | Vincent Burns | 2014-01-12 | 1 | -350/+274 | |
| | | * | | | | | Properly lex floating constants | Vincent Burns | 2014-01-12 | 1 | -5/+20 | |
| | | * | | | | | Lex '\xHH' character constants | Vincent Burns | 2014-01-12 | 1 | -0/+17 | |
| | | * | | | | | Added spliceHeader option to c2nim | Vincent Burns | 2014-01-12 | 1 | -5/+17 | |
| | | |/ / / / | ||||||
| * | / / / / | better html generator for the tester; fixes some VM bugs | Araq | 2014-01-17 | 10 | -46/+202 | |
| |/ / / / / | ||||||
| * | | | | | tester: htmlgen almost works | Araq | 2014-01-14 | 1 | -2/+14 | |
| * | | | | | tester support html generation | Araq | 2014-01-14 | 8 | -20/+141 | |
| * | | | | | new tester; all tests categorized | Araq | 2014-01-13 | 481 | -2506/+794 | |
| * | | | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-01-13 | 55 | -928/+1556 | |
| |\| | | | | ||||||
| | * | | | | fix bootstrapping on windows | Zahary Karadjov | 2014-01-06 | 1 | -1/+3 | |
| | * | | | | progress towards fixing tgenericshardcases | Zahary Karadjov | 2014-01-06 | 9 | -43/+146 | |
| | * | | | | introduce tyFromExpr; fixes #618 | Zahary Karadjov | 2014-01-04 | 13 | -28/+109 | |
| | * | | | | fixed #597 | Zahary Karadjov | 2014-01-02 | 5 | -37/+126 |