summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* 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 #358Araq2013-03-163-4/+556
| |
* | debugger improvementsAraq2013-03-165-592/+136
| |
* | bugfix: 'indexOf' for tuple fields worksAraq2013-03-113-7/+30
|/
* 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
|
* next steps for object construction expressionsAraq2013-03-072-1/+33
|
* next steps for object construction expressionsAraq2013-03-073-29/+49
|
* first steps to implement object construction expressionsAraq2013-03-0712-41/+132
|
* fixed some typosAraq2013-03-053-7/+8
|
* bugfix: tvtable works againAraq2013-03-052-4/+5
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-03-041-0/+1
|\
| * Merge pull request #349 from gradha/pr_switches_default_macosx_compiler_to_clangAraq2013-03-041-0/+1
| |\ | | | | | | Changes default macosx compiler to clang.
| | * Changes default macosx compiler to clang.Grzegorz Adam Hankiewicz2013-03-021-0/+1
| | | | | | | | | | | | | | | | | | The default gcc version provided by current Xcode versions doesn't work. Alternatively macport's gcc-4.7 is known to work too, but that is less common for macosx users.
* | | use clang for macosx in buildsh.tmplAraq2013-03-041-0/+2
|/ /
* | made some tests greenAraq2013-03-043-3/+6
| |
* | fixes for the new overloading resolutionAraq2013-03-034-21/+14
| |
* | make some tests greenAraq2013-03-0313-77/+98
| |
* | lazy operand sem'checking (beware)Araq2013-03-026-43/+88
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-02-289-4/+5
|\
| * Merge pull request #348 from Tass/isServingAraq2013-02-274-3/+4
| |\ | | | | | | added isServing parameter
| | * added isServing parameterSimon Hafner2013-02-264-3/+4
| | |
| * | Moved packages to lib directory.Dominik Picheta2013-02-255-1/+1
| | |
* | | better overloading resolution for genericsAraq2013-02-284-19/+65
| | |
* | | small improvementsAraq2013-02-272-2/+6
|/ /
* | don't eval wrong codeAraq2013-02-241-1/+7
| |
* | some bugfixes; no system.$ for object as it breaks codeAraq2013-02-244-10/+11
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-02-243-151/+236
|\
| * Fixed timeouts for sockets, implemented timeouts in httpclient and fixedDominik Picheta2013-02-233-151/+236
| | | | | | | | a bug with redirection in httpclient.
* | codegen produces better code for complex assignmentsAraq2013-02-244-10/+68
|/
* applies #322 without FReadDir effectAraq2013-02-222-1/+9
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-02-223-5/+25
|\
| * Merge pull request #280 from keitahaga/better-error-messageAraq2013-02-211-3/+8
| |\ | | | | | | Slightly better error message
| | * Better CLI error message when options are invalidKeita Haga2012-12-161-3/+8
| | |
| * | Merge pull request #341 from Tass/masterAraq2013-02-212-2/+17
| |\ \ | | | | | | | | Basic logic for objects
| | * | removed `$` for refs upon requestSimon Hafner2013-02-212-17/+5
| | | |
| | * | added $ for refs and removed == for ref testSimon Hafner2013-02-212-8/+14
| | | | | | | | | | | | | | | | == in refs should use the pointer to compare
| | * | added tests, actually implemented $ and ==Simon Hafner2013-02-212-3/+4
| | | |
| | * | added tests for == and $Simon Hafner2013-02-211-0/+20
| |/ /
* / / added gradha's improvements for the times module (issue #231)Araq2013-02-221-1/+9
|/ /