summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Deprecated recvLine and added an improved version named readLine to theDominik Picheta2013-03-233-5/+127
| | | | sockets module.
* Fixed bug with xmltree.attrs when attributes have not been initialisedDominik Picheta2013-03-236-690/+3
| | | | yet.
* fixes #335Araq2013-03-231-1/+2
|
* added system.localsAraq2013-03-217-18/+64
|
* bugfix: case exhaustiveness checkingAraq2013-03-215-6/+27
|
* better error message when C compilation failsAraq2013-03-193-2/+10
|
* tester supports large testsAraq2013-03-187-1/+715
|
* fixes #257Araq2013-03-182-28/+29
|
* added broken 'range' types to todoAraq2013-03-181-0/+1
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-03-183-5/+18
|\
| * Merge pull request #361 from ackalker/fix-bootstrapAraq2013-03-173-5/+18
| |\ | | | | | | install.sh failure, bootstrap = chicken & egg problem
| | * Separate out install/uninstall script generationAlain Kalker2013-03-173-5/+18
| | | | | | | | | | | | | | | | | | | | | | | | - Add new feature to niminst: scripts - build install scripts (based on csource feature) - Change install feature in koch to build the install scripts, then run install.sh - Don't track install scripts in Git.
* | | fixes #304Araq2013-03-183-25/+50
| | |
* | | fixes #332Araq2013-03-172-2/+14
|/ /
* | bugfix: subtle bug about 'var' parameters in templatesAraq2013-03-171-4/+7
| |
* | fixes #366Araq2013-03-172-1/+12
| |
* | Merge branch 'master' of github.com:Araq/NimrodAraq2013-03-17831-65/+176
|\ \
| * \ 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
| | |/
| * | Merge pull request #363 from gradha/pr_fixes_filterIt_dirtynessAraq2013-03-171-2/+7
| |\ \ | | |/ | |/| Fixes the dirtyness of the filterIt template. Refs #351.
| | * 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
| | |
| * | Merge pull request #364 from gradha/pr_fixes_unix_file_permissionsAraq2013-03-16830-0/+0
| |\ \ | | | | | | | | Removes executable bit for text files.
| | * | Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-16830-0/+0
| |/ /
* | | Merge branch 'master' of github.com:Araq/NimrodAraq2013-03-1621-640/+843
|\| |
| * | Merge pull request #360 from ↵Araq2013-03-161-3/+28
| |\ \ | | | | | | | | | | | | | | | | gradha/pr_adds_example_to_instantiationinfo_docstring Adds example to instantiationInfo docstring.
| | * | Adds example to instantiationInfo docstring.Grzegorz Adam Hankiewicz2013-03-161-3/+28
| | |/
| * | Merge branch 'master' of github.com:Araq/NimrodAraq2013-03-169-32/+70
| |\|
| | * 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 #355 from gradha/pr_adds_babel_link_to_library_docAraq2013-03-161-1/+4
| | |\ \ | | | | | | | | | | Adds babel package manager link to library index.
| | | * | Adds babel package manager link to library index.Grzegorz Adam Hankiewicz2013-03-121-1/+4
| | | |/
| | * | 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-165-29/+18
| | |\ \ | | | | | | | | | | JS unwinding
| | | * | used correct syntax for multiline results in testsSimon Hafner2013-03-163-10/+6
| | | | | | | | | | | | | | | | | | | | And also modified the runner to actually run them in JS.
| | | * | hack to include hti correctlySimon Hafner2013-03-161-0/+1
| | | | |
| | | * | nestedTryStmts removedSimon Hafner2013-03-103-23/+15
| | | |/ | | | | | | | | | | | | | | | | It makes tests fail and they work fine without. Given my ignorance of the exact workings, I can only rely on the tests.
| * | / fixes #323Araq2013-03-162-2/+23
| |/ /
| * | fixes #358Araq2013-03-163-4/+556
| | |
| * | debugger improvementsAraq2013-03-165-592/+136
| | |
| * | bugfix: 'indexOf' for tuple fields worksAraq2013-03-113-7/+30
| |/
* / small bugfix for lambda liftingAraq2013-03-161-1/+1
|/
* use a bloom filter to speed up the debuggerAraq2013-03-091-11/+8
|
* documented object constrs; endb works againAraq2013-03-0911-143/+152
|
* object constructors work nowAraq2013-03-085-84/+160
|