summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* preparations for the new symbol binding rules for clean templatesAraq2013-05-182-2/+3
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-05-141-1/+1
|\
| * Fixes #428Dominik Picheta2013-05-111-1/+1
* | 'inject' for 'for' loop variablesAraq2013-05-141-2/+1
|/
* Adds note about grouping to split iterators.Grzegorz Adam Hankiewicz2013-05-111-42/+49
* Adds note to quit() about being called for termination.Grzegorz Adam Hankiewicz2013-05-101-6/+11
* Adds link to manual thread memory section from threads module.Grzegorz Adam Hankiewicz2013-05-101-2/+2
* Merge pull request #418 from fowlmouth/patch-5Araq2013-05-081-0/+3
|\
| * Change varargs[T] to openarray[T]Billingsly Wetherfordshire2013-05-041-1/+1
| * Change hash[T](seq[A]) to take varargs[A]Billingsly Wetherfordshire2013-05-041-1/+1
| * add hashing for seqsBillingsly Wetherfordshire2013-05-041-0/+3
* | pegs/re =~ warns about scope rule change; improved docsAraq2013-05-082-2/+3
* | Merge branch 'master' into newparserAraq2013-05-044-9/+24
|\|
| * test-runner for caas multi-step testsZahary Karadjov2013-05-042-2/+11
| * Update macros.nimBillingsly Wetherfordshire2013-04-251-6/+8
| * fixes #393; now works with backticksAraq2013-04-231-1/+5
* | bugfixesAraq2013-05-041-1/+1
* | pegs compiles againAraq2013-05-021-1/+2
* | bugfixes mostly JS relatedAraq2013-05-013-4/+13
* | re.nim compiles againAraq2013-05-011-1/+2
|/
* Adds to docstrings link between removeFile and removeDir.Grzegorz Adam Hankiewicz2013-04-181-4/+11
* Fixed some problems with the times module, added interval tests.Dominik Picheta2013-04-141-16/+15
* times.nim compiles on windows againAraq2013-04-141-16/+21
* Fixed recvLine deprecation warnings.Dominik Picheta2013-04-145-81/+71
* Fixed incorrect drawing of rectangles by graphics.drawRect.Dominik Picheta2013-04-141-3/+8
* Merge pull request #384 from Tass/masterAraq2013-04-131-66/+100
|\
| * added toSeconds and fromSeconds to times. fixes #334Simon Hafner2013-04-131-66/+100
* | fixes #310Araq2013-04-131-20/+18
|/
* bugfix: varargs min/max procs; fixes #373Araq2013-04-081-6/+8
* A file stream now makes sure to only close its file descriptor once.Dominik Picheta2013-04-071-1/+4
* bugfix evals.nimAraq2013-04-071-2/+4
* rod file viewer for easier debugging of rod filesAraq2013-04-041-0/+12
* bugfix: mark&sweep GCAraq2013-03-291-14/+16
* Fixed some recvLine deprecation warnings in httpserver module.Dominik Picheta2013-03-271-32/+32
* Fixed issue with rst parser failing to parse a specific character.Dominik Picheta2013-03-271-1/+2
* added immediate versions of macros.dumpLisp and dumpTreeAraq2013-03-251-0/+6
* Deprecated recvLine and added an improved version named readLine to theDominik Picheta2013-03-232-4/+126
* Fixed bug with xmltree.attrs when attributes have not been initialisedDominik Picheta2013-03-231-0/+3
* added system.localsAraq2013-03-211-0/+7
* Merge pull request #365 from gradha/pr_adds_mention_of_nextPowerOfTwo_procAraq2013-03-171-6/+15
|\
| * Mentions nextPowerOfTwo proc for table initialization.Grzegorz Adam Hankiewicz2013-03-171-6/+15
* | Fixes the dirtyness of the filterIt template. Refs #351.Grzegorz Adam Hankiewicz2013-03-171-2/+7
|/
* Merge pull request #362 from gradha/pr_adds_fold_templates_to_sequtilsAraq2013-03-161-57/+154
|\
| * Adds foldl and foldr templates to sequtils.Grzegorz Adam Hankiewicz2013-03-161-0/+98
| * Indents documentation tests with blocks for hygiene.Grzegorz Adam Hankiewicz2013-03-161-57/+56
* | Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-16187-0/+0
* | Adds example to instantiationInfo docstring.Grzegorz Adam Hankiewicz2013-03-161-3/+28
|/
* Merge pull request #354 from gradha/pr_adds_stringyfication_of_runesAraq2013-03-161-0/+12
|\
| * Implements `$` proc for a sequence of TRunes.Grzegorz Adam Hankiewicz2013-03-111-0/+12
* | Merge pull request #356 from gradha/pr_adds_left_alignment_example_to_strutilsAraq2013-03-161-2/+11
|\ \