summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | small code cleanupsAraq2014-01-233-4/+3
| * | | | | | closure iterators workAraq2014-01-234-33/+76
| * | | | | | closure iterators almost workAraq2014-01-232-191/+189
| * | | | | | next steps for closure iteratorsAraq2014-01-2228-70/+163
| |/ / / / /
| * | | | | 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
| |\ \ \ \
| * | | | | 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
| |\ \ \ \ \
| * | | | | | 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
| | | * | | | | | | Duplicates string literal table for character literals.Grzegorz Adam Hankiewicz2014-01-151-4/+27
| | | * | | | | | | Documents rstgen index related procs.Grzegorz Adam Hankiewicz2014-01-151-1/+12
| | | * | | | | | | Removes links to modules recently removed from stdlib.Grzegorz Adam Hankiewicz2014-01-151-101/+1
| | | * | | | | | | Moves mongodb module to lower level wrapper group.Grzegorz Adam Hankiewicz2014-01-151-3/+2
| | | * | | | | | | Adds parseopt2 module to documentation index.Grzegorz Adam Hankiewicz2014-01-153-4/+9
| | | * | | | | | | Documents wrapping named arguments in curly braces.Grzegorz Adam Hankiewicz2014-01-151-1/+3
| | | * | | | | | | Adds note about iterators having same signature as procs.Grzegorz Adam Hankiewicz2014-01-151-1/+5
| | | * | | | | | | Adds note about procs and multiple variable assignment.Grzegorz Adam Hankiewicz2014-01-151-0/+6
| | | * | | | | | | Adds docstrings to lines() iterators.Grzegorz Adam Hankiewicz2014-01-151-2/+24
| | | * | | | | | | Adds using statement to the one and only true index.Grzegorz Adam Hankiewicz2014-01-151-6/+6
| | |/ / / / / / /
| | * | | | | | | Merge pull request #814 from discoloda/develAndreas Rumpf2014-01-145-390/+463
| | |\ \ \ \ \ \ \
| | | * | | | | | | Applied Araq's suggestions for c2nimVincent Burns2014-01-142-9/+11
| | | * | | | | | | removed hack for return statementVincent Burns2014-01-142-9/+14
| | | * | | | | | | Slightly better type parsing for parameters and cast expressionsVincent Burns2014-01-142-7/+46
| | | * | | | | | | Fix for expression parsing, 'new' is a valid C symbolVincent Burns2014-01-131-6/+9
| | | * | | | | | | Fix for some comments during if statementsVincent Burns2014-01-133-1/+25
| | | * | | | | | | Support more proper do..while statementsVincent Burns2014-01-131-9/+39
| | | * | | | | | | for statements support comma expressionsVincent Burns2014-01-131-2/+4
| | | * | | | | | | New expression parserVincent Burns2014-01-121-350/+274
| | | * | | | | | | Properly lex floating constantsVincent Burns2014-01-121-5/+20
| | | * | | | | | | Lex '\xHH' character constantsVincent Burns2014-01-121-0/+17