Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Documentation renames | def | 2015-01-16 | 1 | -5/+5 |
| | |||||
* | TSlice -> Slice in the tut1 | Simon Hafner | 2015-01-13 | 1 | -2/+2 |
| | |||||
* | Merge pull request #1831 from homeworkprod/patch-1 | reactormonk | 2015-01-03 | 1 | -1/+1 |
|\ | | | | | Tutorial: Fixed slices example code. | ||||
| * | Tutorial: Fixed slices example code. | Jochen Kupperschmidt | 2015-01-02 | 1 | -1/+1 |
| | | | | | | This is likely a remainder of the name change from "Nimrod" to "Nim". | ||||
* | | Fix typo | Arthur Liao | 2015-01-02 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #1812 from moigagoo/devel | reactormonk | 2015-01-02 | 1 | -1/+1 |
|\ | | | | | Docs: Tutorial 1: Typo fixed. | ||||
| * | Docs: Tutorial 1: Typo fixed. | Konstantin Molchanov | 2015-01-01 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-12-14 | 1 | -0/+13 |
|\ \ | |||||
| * | | Adding type conversion examples to the tutorial | jemcroft | 2014-12-13 | 1 | -0/+13 |
| | | | |||||
* | | | minor improvements to the docs | Araq | 2014-12-14 | 1 | -30/+29 |
|/ / | |||||
* | | removed outdated note | Araq | 2014-11-14 | 1 | -3/+0 |
| | | |||||
* | | deprecated string case statements without 'else' | Araq | 2014-10-02 | 1 | -1/+1 |
| | | |||||
* | | manual split up into multiple files; documented the new concurrency system | Araq | 2014-10-02 | 1 | -6/+6 |
| | | |||||
* | | changed comment handling (breaking change) | Araq | 2014-09-07 | 1 | -39/+8 |
| | | |||||
* | | big rename | Araq | 2014-08-27 | 1 | -129/+129 |
| | | |||||
* | | Improves tut1.txt with more hyperlinks and minor fixes. | Grzegorz Adam Hankiewicz | 2014-08-05 | 1 | -93/+106 |
| | | |||||
* | | Factors common documentation in fragment to avoid repetition. | Grzegorz Adam Hankiewicz | 2014-07-27 | 1 | -40/+1 |
| | | |||||
* | | tut1.txt no BOM; streamlined example a bit | Araq | 2014-07-02 | 1 | -8/+4 |
| | | |||||
* | | making clear structural equivalency for tuples doc | PavelVozenilek | 2014-06-15 | 1 | -2/+2 |
| | | |||||
* | | Removes many fake `idx` entries. | Grzegorz Adam Hankiewicz | 2014-04-21 | 1 | -16/+16 |
|/ | | | | | These *fake* entries are not needed any more now that the table of contents of documentation files appear in the index. | ||||
* | Referential data types may need to be declared. | ReneSac | 2014-04-19 | 1 | -6/+7 |
| | | | | And other small fixes. | ||||
* | Additions and clarifications to tutorial 1. | ReneSac | 2014-04-17 | 1 | -21/+54 |
| | |||||
* | tracked down a few more returns | Simon Hafner | 2014-02-05 | 1 | -5/+5 |
| | |||||
* | added the parts of #541 that I like | Araq | 2014-02-02 | 1 | -0/+24 |
| | |||||
* | 'nil' as a statement is deprecated, use an empty 'discard' instead | Araq | 2014-01-19 | 1 | -5/+5 |
| | |||||
* | 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. | ||||
| * | Add docs for constraining and qualifying imports. | Hitesh Jasani | 2014-01-16 | 1 | -0/+35 |
| | | |||||
* | | 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 |
|/ | |||||
* | Mentions tuple unpacking only works in var/let blocks. | Grzegorz Adam Hankiewicz | 2013-12-01 | 1 | -7/+21 |
| | |||||
* | Adds to tutorial info about unpacking tuples. | Grzegorz Adam Hankiewicz | 2013-11-26 | 1 | -3/+37 |
| | |||||
* | a few typos | Mark Henderson | 2013-11-03 | 1 | -4/+4 |
| | |||||
* | Documents shortcut array syntax. Refs #397. | Grzegorz Adam Hankiewicz | 2013-06-09 | 1 | -0/+15 |
| | |||||
* | pegs/re =~ warns about scope rule change; improved docs | Araq | 2013-05-08 | 1 | -6/+7 |
| | |||||
* | tester should work again; documented (;) | Araq | 2013-04-30 | 1 | -0/+7 |
| | |||||
* | Improves tutorial tuples example. | Grzegorz Adam Hankiewicz | 2013-04-15 | 1 | -0/+18 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | Merge pull request #311 from gradha/pr_documents_two_variable_for_loop | Araq | 2013-01-23 | 1 | -0/+25 |
|\ | | | | | Documents two-variable for loop with sequences. | ||||
| * | Documents two-variable for loop with sequences. | Grzegorz Adam Hankiewicz | 2013-01-21 | 1 | -0/+25 |
| | | |||||
* | | Moves addr out of tutorial into manual, indexing it too. | Grzegorz Adam Hankiewicz | 2013-01-23 | 1 | -10/+6 |
|/ | |||||
* | Documents repr proc and nested array syntax. | Grzegorz Adam Hankiewicz | 2012-12-25 | 1 | -0/+79 |
| | |||||
* | fixes #277; documentation improvements | Araq | 2012-12-17 | 1 | -2/+5 |
| | |||||
* | fixes #230; fixes #227 | Araq | 2012-10-19 | 1 | -8/+1 |
| | |||||
* | first steps for compiler as a service | Araq | 2012-10-03 | 1 | -5/+5 |
| | |||||
* | implemented backslash for continuation comments | Araq | 2012-08-23 | 1 | -0/+11 |
| | |||||
* | openarray/varargs split; breaks bootstrapping | Araq | 2012-08-16 | 1 | -4/+23 |
| | |||||
* | tutorial improvements | Araq | 2012-07-17 | 1 | -16/+23 |
| | |||||
* | fixes #150; next steps for proper unsigned support | Araq | 2012-07-03 | 1 | -16/+4 |
| | |||||
* | added new OpenGL wrapper | Araq | 2012-04-04 | 1 | -9/+7 |
| | |||||
* | documentation improvements | Araq | 2012-02-13 | 1 | -1/+1 |
| |