summary refs log tree commit diff stats
path: root/doc/manual.txt
Commit message (Expand)AuthorAgeFilesLines
* simple unit test and better documentation for the user defined type classesZahary Karadjov2013-11-171-11/+20
* Added some information on sequences.Clay Sweetser2013-10-211-5/+6
* Fixed regression on ARM caused by the changed behaviour of noStackFrame in co...Dominik Picheta2013-10-191-2/+3
* 'noStackFrame' implies 'naked' in the generated C codeAraq2013-10-061-2/+4
* support for multiple modules of the same name; niminst supports 'platforms'; ...Araq2013-09-241-18/+44
* cn2im: basic C++ supportAraq2013-09-101-1/+1
* resolved the conflictAraq2013-09-031-4/+124
|\
| * partially documented the new featuresZahary Karadjov2013-09-031-4/+126
* | better support for GNU's assemblerAraq2013-09-031-0/+27
|/
* implemented and documented the new typedesc binding rulesZahary Karadjov2013-08-231-7/+26
* fixed and documented computedGoto pragmaAraq2013-08-221-0/+45
* implements nicer floating point literalsAraq2013-06-271-1/+1
* Merge pull request #473 from gradha/pr_doc_improvementsAraq2013-06-091-2/+2
|\
| * Adds distinct and borrow to the one and only true index.Grzegorz Adam Hankiewicz2013-06-091-2/+2
* | implemented large parts of the 'not nil' checkingAraq2013-06-091-29/+47
|/
* new scoping rules for 'if' now activeAraq2013-06-041-2/+0
* fixed typos in the manual; kept trimcc tool up to dateAraq2013-05-211-4/+4
* GC'ed wide strings for windowsAraq2013-05-201-4/+4
* 'from' statement documentedAraq2013-05-191-0/+19
* Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2013-05-121-3/+4
|\
| * new effect system should be sound nowAraq2013-05-111-3/+4
* | documented the ``noforward`` pragmaZahary Karadjov2013-05-121-0/+45
|/
* better effects handling for callbacksAraq2013-05-091-4/+26
* revert new scope for 'if'Araq2013-05-021-1/+3
* tester should work again; documented (;)Araq2013-04-301-0/+28
* new parsing scheme is documentedAraq2013-04-211-218/+82
* documented restricted destructorsAraq2013-04-081-0/+34
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* documented object constrs; endb works againAraq2013-03-091-15/+39
* EcmaScript => JS. Fixes #330Simon Hafner2013-02-151-1/+1
* open arrays documented in the manualAraq2013-02-101-1/+15
* Merge pull request #313 from gradha/pr_fixes_rst_format_enumerated_listAraq2013-01-231-8/+6
|\
| * Fixes rst format for enumerated list in html output.Grzegorz Adam Hankiewicz2013-01-221-8/+6
* | Merge pull request #315 from gradha/pr_adds_example_of_addr_cast_usageAraq2013-01-231-6/+21
|\ \
| * | Moves addr out of tutorial into manual, indexing it too.Grzegorz Adam Hankiewicz2013-01-231-6/+21
| |/
* / Adds some documentation related to exceptions.Grzegorz Adam Hankiewicz2013-01-221-0/+17
|/
* fixes #277; documentation improvementsAraq2012-12-171-110/+189
* lazy paths for Babel supportAraq2012-12-111-1/+1
* small documentation improvementsAraq2012-12-091-6/+6
* made some tests green; some small bugfixesAraq2012-12-091-1/+1
* documented AST overloading and some TR optimizationsAraq2012-12-091-2/+83
* documentation improvementsAraq2012-12-071-5/+291
* implements 'export' featureAraq2012-12-011-2/+29
* implemented 'import except'Araq2012-11-281-0/+13
* 'return' for first class iteratorsAraq2012-11-261-0/+25
* implemented 'tags' pragmaAraq2012-11-111-5/+1
* documented 'mixin' declarationAraq2012-11-081-4/+30
* documented Nimrod's effects systemAraq2012-11-061-7/+101
* system.onRaise improvementsAraq2012-11-051-110/+126
* added system.onRaise to support a condition systemAraq2012-11-051-23/+42