summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | 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.Grzegorz Adam Hankiewicz2013-03-131-0/+25
| |/
* | Merge pull request #359 from Tass/masterAraq2013-03-161-0/+1
|\ \
| * | 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
* 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
| * 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