Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor documentation cleanups | Araq | 2015-09-08 | 2 | -3/+5 |
| | |||||
* | even better docs | Araq | 2015-09-08 | 1 | -1/+1 |
| | |||||
* | documented NimScript | Araq | 2015-09-07 | 1 | -0/+118 |
| | |||||
* | fixes #2590; methods now require a .base annotation | Araq | 2015-09-06 | 1 | -2/+7 |
| | |||||
* | Merge pull request #3286 from yglukhov/when-nimvm | Andreas Rumpf | 2015-09-05 | 1 | -0/+29 |
|\ | | | | | when nimvm stmt | ||||
| * | Added documentation for when nimvm statement. | Yuriy Glukhov | 2015-09-05 | 1 | -2/+31 |
| | | |||||
* | | doc: Trim .txt files trailing whitespace | Adam Strzelecki | 2015-09-04 | 33 | -567/+567 |
|/ | | | | via OSX: find . -name '*.txt' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | refs #2973; manual contains almost all pragmas now, few are left in the ↵ | Araq | 2015-08-14 | 2 | -457/+464 |
| | | | | compiler guide | ||||
* | Improve discoverability of 'of' operator | Michał Zieliński | 2015-08-02 | 1 | -1/+2 |
| | |||||
* | website improvements | Araq | 2015-07-18 | 1 | -0/+4 |
| | |||||
* | Merge pull request #3111 from rafaelx/patch-2 | Dominik Picheta | 2015-07-14 | 1 | -2/+19 |
|\ | | | | | Update tut1.txt | ||||
| * | Update tut1.txt | Rafael | 2015-07-14 | 1 | -2/+19 |
| | | | | | | Example that shows advantage of 'openArray' | ||||
* | | documented /*INCLUDESECTION*/ emit section | Araq | 2015-07-14 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #2272 from def-/unsigned | Andreas Rumpf | 2015-07-11 | 1 | -5/+0 |
|\ | | | | | Move unsigned int operations to system module | ||||
| * | Remove unsigned from lib.txt | def | 2015-07-01 | 1 | -5/+0 |
| | | |||||
* | | Merge pull request #3098 from Varriount/add-nep1 | Andreas Rumpf | 2015-07-11 | 3 | -1/+215 |
|\ \ | | | | | | | Add NEP1 to documentation. | ||||
| * | | Add NEP1 to documentation. | Varriount | 2015-07-10 | 3 | -1/+215 |
| | | | | | | | | | | | | | | | | | | | | | 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 pull request #3085 from apense/patch-10 | Andreas Rumpf | 2015-07-09 | 1 | -2/+12 |
|\ \ \ | |/ / |/| | | Update sets documentation. Fixes #3058 | ||||
| * | | Update sets_fragment.txt | apense | 2015-07-08 | 1 | -2/+12 |
| | | | |||||
* | | | `replace` -> `replacef` | apense | 2015-07-08 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #3020 from flaviut/rename-crc-to-hash | Andreas Rumpf | 2015-07-05 | 1 | -1/+1 |
|\ \ | | | | | | | CRC -> Hash | ||||
| * | | CRC -> Hash | Flaviu Tamas | 2015-07-03 | 1 | -1/+1 |
| | | | |||||
* | | | List warnings & hints via --(hints|warnings):list | Adam Strzelecki | 2015-07-03 | 1 | -2/+3 |
| |/ |/| | | | | | | | Hints and warnings can be now listed using --warnings:list and --hints:list printing names and checkboxes indicating which of these are enabled. | ||||
* | | Merge branch 'more_concurrency' into devel | Araq | 2015-06-30 | 2 | -4/+4 |
|\ \ | |/ |/| | | | | | | | | | | | Conflicts: doc/tut1.txt lib/core/locks.nim lib/pure/collections/tables.nim lib/pure/selectors.nim | ||||
| * | minor manual update | Araq | 2015-05-28 | 1 | -1/+1 |
| | | |||||
| * | minor tut1 update | Araq | 2015-05-28 | 1 | -3/+3 |
| | | |||||
| * | prepare for unidecode Nimble package | Araq | 2015-05-12 | 1 | -5/+0 |
| | | |||||
* | | Merge pull request #3000 from apense/patch-6 | Andreas Rumpf | 2015-06-26 | 1 | -2/+3 |
|\ \ | | | | | | | Clarified nnkFloat64Lit. Fixes #2939 | ||||
| * | | Clarified nnkFloat64Lit | apense | 2015-06-26 | 1 | -2/+3 |
| | | | | | | | | | Fixes #2939 | ||||
* | | | Merge pull request #2999 from apense/patch-5 | Andreas Rumpf | 2015-06-26 | 1 | -1/+29 |
|\ \ \ | | | | | | | | | Updated nnkRange docs. Fixes #2929 | ||||
| * | | | Updated nnkRange docs | apense | 2015-06-26 | 1 | -1/+29 |
| |/ / | | | | | | | Addresses #2929 | ||||
* / / | Added `$` documentation to the manual | apense | 2015-06-25 | 1 | -0/+28 |
|/ / | | | | | It's mentioned for enums, for exmplae, but it should probably be explicit in the string section | ||||
* | | moved contributing guide back to root | Simon Hafner | 2015-06-25 | 1 | -166/+0 |
| | | | | | | | | "I don't want symlinks, symlinks suck, they turn an acylic tree into an acyclic graph." | ||||
* | | fixes #2974 | Araq | 2015-06-25 | 1 | -0/+166 |
| | | |||||
* | | Merge pull request #2990 from apense/patch-3 | Andreas Rumpf | 2015-06-25 | 1 | -0/+2 |
|\ \ | | | | | | | Minor object documentation additions | ||||
| * | | Minor object documentation additions | apense | 2015-06-25 | 1 | -0/+2 |
| | | | |||||
* | | | Merge pull request #2989 from apense/patch-11 | reactormonk | 2015-06-25 | 1 | -0/+15 |
|\ \ \ | | | | | | | | | Added example for var overloading | ||||
| * | | | Added example for var overloading | apense | 2015-06-24 | 1 | -0/+15 |
| |/ / | | | | | | | Simple example to demonstrate overloading in case technical lingo is confusing | ||||
* / / | Added example for associativity | apense | 2015-06-24 | 1 | -5/+12 |
|/ / | | | | | Hopefully this change makes this neat feature more apparent | ||||
* | | fix grammar | Araq | 2015-06-25 | 2 | -22/+22 |
| | | |||||
* | | Change --useColors to --colors:on|off and add help | Adam Strzelecki | 2015-06-24 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Since we introduced automatic colors on terminals (via isatty) there is no way to turn it off, since (undocumented) --useColors just turns them on. This replaces --useColors with --colors:on|off, so anyone who prefers non-colored compiler messages may now turn it off now. | ||||
* | | Merge pull request #2968 from def-/neutral-language | reactormonk | 2015-06-21 | 2 | -6/+6 |
|\ \ | | | | | | | Neutral language | ||||
| * | | Use gender neutral language in documentation | def | 2015-06-21 | 2 | -6/+6 |
| | | | |||||
* | | | preparations for more Nimble packages; clear licensing; fixes #2949 | Araq | 2015-06-20 | 1 | -64/+2 |
| | | | |||||
* | | | rename writeln to writeLine in doc | patrick dw | 2015-06-19 | 6 | -33/+33 |
|/ / | |||||
* | | Update tut2.txt | Rafael | 2015-06-18 | 1 | -7/+5 |
| | | |||||
* | | Minor fixes to astspec | apense | 2015-06-18 | 1 | -37/+38 |
| | | | | | | Closing parenthesis. Couple of indentation fixes. | ||||
* | | Merge pull request #2954 from avsej/fix-rest-syntax-in-astspec | Andreas Rumpf | 2015-06-18 | 1 | -59/+59 |
|\ \ | | | | | | | Fix rest syntax in astspec | ||||
| * | | Fix reST syntax in doc/astspec.txt | Sergey Avseyev | 2015-06-18 | 1 | -3/+3 |
| | | | |||||
| * | | Remove trailing spaces in doc/astspec.txt | Sergey Avseyev | 2015-06-18 | 1 | -57/+57 |
| | | |