Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #473 from gradha/pr_doc_improvements | Araq | 2013-06-09 | 1 | -2/+2 |
|\ | | | | | Doc improvements | ||||
| * | Adds distinct and borrow to the one and only true index. | Grzegorz Adam Hankiewicz | 2013-06-09 | 1 | -2/+2 |
| | | |||||
* | | implemented large parts of the 'not nil' checking | Araq | 2013-06-09 | 1 | -29/+47 |
|/ | |||||
* | new scoping rules for 'if' now active | Araq | 2013-06-04 | 1 | -2/+0 |
| | |||||
* | fixed typos in the manual; kept trimcc tool up to date | Araq | 2013-05-21 | 1 | -4/+4 |
| | |||||
* | GC'ed wide strings for windows | Araq | 2013-05-20 | 1 | -4/+4 |
| | |||||
* | 'from' statement documented | Araq | 2013-05-19 | 1 | -0/+19 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod into upstream | Zahary Karadjov | 2013-05-12 | 1 | -3/+4 |
|\ | |||||
| * | new effect system should be sound now | Araq | 2013-05-11 | 1 | -3/+4 |
| | | |||||
* | | documented the ``noforward`` pragma | Zahary Karadjov | 2013-05-12 | 1 | -0/+45 |
|/ | |||||
* | better effects handling for callbacks | Araq | 2013-05-09 | 1 | -4/+26 |
| | |||||
* | revert new scope for 'if' | Araq | 2013-05-02 | 1 | -1/+3 |
| | |||||
* | tester should work again; documented (;) | Araq | 2013-04-30 | 1 | -0/+28 |
| | |||||
* | new parsing scheme is documented | Araq | 2013-04-21 | 1 | -218/+82 |
| | |||||
* | documented restricted destructors | Araq | 2013-04-08 | 1 | -0/+34 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | documented object constrs; endb works again | Araq | 2013-03-09 | 1 | -15/+39 |
| | |||||
* | EcmaScript => JS. Fixes #330 | Simon Hafner | 2013-02-15 | 1 | -1/+1 |
| | | | | No one calls it EcmaScript anymore. | ||||
* | open arrays documented in the manual | Araq | 2013-02-10 | 1 | -1/+15 |
| | |||||
* | Merge pull request #313 from gradha/pr_fixes_rst_format_enumerated_list | Araq | 2013-01-23 | 1 | -8/+6 |
|\ | | | | | Fixes rst format for enumerated list in html output. | ||||
| * | Fixes rst format for enumerated list in html output. | Grzegorz Adam Hankiewicz | 2013-01-22 | 1 | -8/+6 |
| | | |||||
* | | Merge pull request #315 from gradha/pr_adds_example_of_addr_cast_usage | Araq | 2013-01-23 | 1 | -6/+21 |
|\ \ | | | | | | | Adds example of addr/cast usage and indexes addr. | ||||
| * | | Moves addr out of tutorial into manual, indexing it too. | Grzegorz Adam Hankiewicz | 2013-01-23 | 1 | -6/+21 |
| |/ | |||||
* / | Adds some documentation related to exceptions. | Grzegorz Adam Hankiewicz | 2013-01-22 | 1 | -0/+17 |
|/ | |||||
* | fixes #277; documentation improvements | Araq | 2012-12-17 | 1 | -110/+189 |
| | |||||
* | lazy paths for Babel support | Araq | 2012-12-11 | 1 | -1/+1 |
| | |||||
* | small documentation improvements | Araq | 2012-12-09 | 1 | -6/+6 |
| | |||||
* | made some tests green; some small bugfixes | Araq | 2012-12-09 | 1 | -1/+1 |
| | |||||
* | documented AST overloading and some TR optimizations | Araq | 2012-12-09 | 1 | -2/+83 |
| | |||||
* | documentation improvements | Araq | 2012-12-07 | 1 | -5/+291 |
| | |||||
* | implements 'export' feature | Araq | 2012-12-01 | 1 | -2/+29 |
| | |||||
* | implemented 'import except' | Araq | 2012-11-28 | 1 | -0/+13 |
| | |||||
* | 'return' for first class iterators | Araq | 2012-11-26 | 1 | -0/+25 |
| | |||||
* | implemented 'tags' pragma | Araq | 2012-11-11 | 1 | -5/+1 |
| | |||||
* | documented 'mixin' declaration | Araq | 2012-11-08 | 1 | -4/+30 |
| | |||||
* | documented Nimrod's effects system | Araq | 2012-11-06 | 1 | -7/+101 |
| | |||||
* | system.onRaise improvements | Araq | 2012-11-05 | 1 | -110/+126 |
| | |||||
* | added system.onRaise to support a condition system | Araq | 2012-11-05 | 1 | -23/+42 |
| | |||||
* | implemented case expressions | Zahary Karadjov | 2012-10-03 | 1 | -8/+29 |
| | |||||
* | table constructors now mimic more closely the syntax of case... of... | Zahary Karadjov | 2012-10-03 | 1 | -2/+2 |
| | | | | see the safePrintF example in the manual as a motivation | ||||
* | implemented return type inference | Zahary Karadjov | 2012-10-03 | 1 | -8/+19 |
| | | | | | | Other fixes: * bind once is now the default for type classes as documented in the manual * fixes an issue in template overloading (erroneous ambiguity when different typedesc params were used) | ||||
* | missing documentation added to the manual | Zahary Karadjov | 2012-09-27 | 1 | -38/+248 |
| | | | | | | | | | | documented: * closures and the do notation * type classes * return type inference * typedesc parameters and values * destructor pragma * fixed a number of typos | ||||
* | normalized the line endings in the manual | Zahary Karadjov | 2012-09-27 | 1 | -3685/+3685 |
| | |||||
* | bugfix: echo vs debugEcho | Araq | 2012-09-13 | 1 | -1/+1 |
| | |||||
* | tr macros now documented | Araq | 2012-09-10 | 1 | -1/+3 |
| | |||||
* | implemented 'pure' enums | Araq | 2012-09-08 | 1 | -0/+13 |
| | |||||
* | term rewriting macros fully implemented; still buggy | Araq | 2012-09-03 | 1 | -3/+3 |
| | |||||
* | parameter passing works the same for macros and templates; use callsite ↵ | Araq | 2012-08-28 | 1 | -5/+10 |
| | | | | magic to access the invokation AST | ||||
* | distinguish properly between nkOpen and nkClosedSymChoice | Araq | 2012-08-26 | 1 | -0/+13 |
| | |||||
* | bindSym suffices; no 'bind' for macros anymore | Araq | 2012-08-25 | 1 | -11/+6 |
| |