summary refs log tree commit diff stats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #365 from gradha/pr_adds_mention_of_nextPowerOfTwo_procAraq2013-03-171-6/+15
|\ | | | | Mentions nextPowerOfTwo proc for table initialization.
| * 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 fold templates to sequtils
| * 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.
| * 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
|\ \ | | | | | | Adds left alignment example to strutils.
| * | Adds left alignment example to strutils.Grzegorz Adam Hankiewicz2013-03-121-2/+11
| |/
* | Merge pull request #357 from gradha/pr_adds_newseq_documentation_exampleAraq2013-03-161-0/+25
|\ \ | | | | | | Adds newSeq documentation example.
| * | Adds newSeq documentation example.Grzegorz Adam Hankiewicz2013-03-131-0/+25
| |/
* | Merge pull request #359 from Tass/masterAraq2013-03-161-0/+1
|\ \ | | | | | | JS unwinding
| * | hack to include hti correctlySimon Hafner2013-03-161-0/+1
| |/
* | fixes #358Araq2013-03-161-0/+538
| |
* | debugger improvementsAraq2013-03-163-586/+122
|/
* use a bloom filter to speed up the debuggerAraq2013-03-091-11/+8
|
* documented object constrs; endb works againAraq2013-03-092-8/+9
|
* first steps to implement object construction expressionsAraq2013-03-071-1/+2
|
* made some tests greenAraq2013-03-041-0/+2
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-02-284-0/+3159
|\
| * Moved packages to lib directory.Dominik Picheta2013-02-254-0/+3159
| |
* | better overloading resolution for genericsAraq2013-02-281-2/+2
|/
* some bugfixes; no system.$ for object as it breaks codeAraq2013-02-242-8/+9
|
* Fixed timeouts for sockets, implemented timeouts in httpclient and fixedDominik Picheta2013-02-233-151/+236
| | | | a bug with redirection in httpclient.
* applies #322 without FReadDir effectAraq2013-02-221-1/+8
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-02-221-2/+2
|\
| * removed `$` for refs upon requestSimon Hafner2013-02-211-2/+0
| |
| * added $ for refs and removed == for ref testSimon Hafner2013-02-211-0/+2
| | | | | | | | == in refs should use the pointer to compare
| * added tests, actually implemented $ and ==Simon Hafner2013-02-211-2/+2
| |
* | added gradha's improvements for the times module (issue #231)Araq2013-02-221-1/+9
|/
* small cleanupsAraq2013-02-192-5/+3
|
* mark and sweep GC without bitvectors worksAraq2013-02-192-2/+5
|
* mark and sweep without bitvectorsAraq2013-02-192-29/+77
|
* system.fields|fieldPairs for objectsAraq2013-02-181-4/+5
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-02-167-51/+67
|\
| * WA for #329, caused by #335Simon Hafner2013-02-151-1/+1
| |
| * on the path to get unittest running from JSSimon Hafner2013-02-152-13/+28
| |
| * elif on JS instead of generic elseSimon Hafner2013-02-151-1/+1
| |
| * UTC weekday in JSSimon Hafner2013-02-151-1/+2
| |
| * EcmaScript => JS. Fixes #330Simon Hafner2013-02-156-36/+36
| | | | | | | | No one calls it EcmaScript anymore.
* | preparations for a generational GCAraq2013-02-162-2/+4
| |
* | micro optimizations for the evaluation engineAraq2013-02-141-5/+6
|/
* added GC_addCycleRootAraq2013-02-121-0/+6
|
* GC: incRef needs to add cyclerootsAraq2013-02-121-6/+4
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-02-101-1/+11
|\
| * rawEcho hack for kwin targetSimon Hafner2013-02-081-1/+11
| |
* | open arrays documented in the manualAraq2013-02-101-1/+3
| |