Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc: Trim .txt files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -5/+5 |
| | | | | via OSX: find . -name '*.txt' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | Update tut1.txt | Rafael | 2015-07-14 | 1 | -2/+19 |
| | | | Example that shows advantage of 'openArray' | ||||
* | Add NEP1 to documentation. | Varriount | 2015-07-10 | 1 | -1/+2 |
| | | | | | | | Changes: - Added NEP 1 to the documentation set. - Modified nimdoc's css to add additional spacing between list entries, as well as between code blocks. - Added a warning to nimdoc.css for future developers. | ||||
* | Merge branch 'more_concurrency' into devel | Araq | 2015-06-30 | 1 | -3/+3 |
|\ | | | | | | | | | | | | | | | Conflicts: doc/tut1.txt lib/core/locks.nim lib/pure/collections/tables.nim lib/pure/selectors.nim | ||||
| * | minor tut1 update | Araq | 2015-05-28 | 1 | -3/+3 |
| | | |||||
* | | fix grammar | Araq | 2015-06-25 | 1 | -2/+2 |
| | | |||||
* | | Use gender neutral language in documentation | def | 2015-06-21 | 1 | -5/+5 |
| | | |||||
* | | Update tut1.txt | Alexander | 2015-06-16 | 1 | -7/+12 |
| | | |||||
* | | Update tut1.txt | Alexander | 2015-06-16 | 1 | -1/+1 |
| | | |||||
* | | Update tut1.txt | Alexander | 2015-06-16 | 1 | -0/+4 |
| | | |||||
* | | Fix typo in tutorial | Sergey Avseyev | 2015-05-23 | 1 | -1/+1 |
| | | |||||
* | | use new syntax for negative slicing | Markus Engelbrecht | 2015-05-15 | 1 | -1/+1 |
|/ | |||||
* | fixes typo in tut1 | Araq | 2015-05-04 | 1 | -36/+36 |
| | |||||
* | minor documentation updates | Araq | 2015-02-16 | 1 | -2/+3 |
| | |||||
* | 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 |
| |