summary refs log tree commit diff stats
path: root/lib/system.nim
Commit message (Expand)AuthorAgeFilesLines
* implemented and documented the new typedesc binding rulesZahary Karadjov2013-08-231-6/+17
* new VM: next stepsAraq2013-08-031-23/+46
* bugfix: system.& for sequencesAraq2013-07-271-2/+2
* Documents passC/passL pragmas. Refs #506.Grzegorz Adam Hankiewicz2013-07-051-3/+9
* fixes --os:standaloneAraq2013-06-301-3/+5
* --os:standalone works againAraq2013-06-301-325/+361
* added "standalone" to possible OS optionsSimon Hafner2013-05-201-1/+1
* preparations for the new symbol binding rules for clean templatesAraq2013-05-181-1/+2
* Adds note to quit() about being called for termination.Grzegorz Adam Hankiewicz2013-05-101-6/+11
* test-runner for caas multi-step testsZahary Karadjov2013-05-041-2/+5
* bugfix: varargs min/max procs; fixes #373Araq2013-04-081-6/+8
* rod file viewer for easier debugging of rod filesAraq2013-04-041-0/+12
* added system.localsAraq2013-03-211-0/+7
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* Adds example to instantiationInfo docstring.Grzegorz Adam Hankiewicz2013-03-161-3/+28
* 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
* | debugger improvementsAraq2013-03-161-11/+8
|/
* better overloading resolution for genericsAraq2013-02-281-2/+2
* some bugfixes; no system.$ for object as it breaks codeAraq2013-02-241-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
* small cleanupsAraq2013-02-191-2/+2
* system.fields|fieldPairs for objectsAraq2013-02-181-4/+5
* EcmaScript => JS. Fixes #330Simon Hafner2013-02-151-12/+12
* merged upstream masterZahary Karadjov2013-01-271-274/+333
|\
| * Merge branch 'master' of github.com:Araq/NimrodAraq2013-01-271-5/+42
| |\
| | * Merge pull request #316 from gradha/pr_renames_each_to_mapAraq2013-01-231-4/+40
| | |\
| | | * Renames each proc to map, each is left deprecated.Grzegorz Adam Hankiewicz2013-01-221-4/+40
| | * | Moves addr out of tutorial into manual, indexing it too.Grzegorz Adam Hankiewicz2013-01-231-1/+2
| | |/
| * / incompleteStruct pragma for C's FILEAraq2013-01-271-3/+2
| |/
| * Adds each's map alias to index.Grzegorz Adam Hankiewicz2013-01-091-3/+3
| * FFI at compiletime improvementsAraq2013-01-081-105/+107
| * next steps for FFI at compile timeAraq2013-01-021-158/+168
| * small improvements for FFIAraq2012-12-261-4/+9
| * first version of ropes.nim with unsafeNew (broken)Araq2012-12-021-2/+8
* | temporary debugging code for the memory leak investigationZahary Karadjov2012-11-281-3/+3
* | store the instantiation cache in the generic symbolZahary Karadjov2012-11-281-1/+15
|/
* doc2 improvements; small lexer bugfix: backslashes in commentsAraq2012-11-201-6/+11
* 'assert' hides EAssertionFailsure; stdlib makes use of 'tags'Araq2012-11-181-42/+56
* added system.finished for first class iteratorsAraq2012-11-171-0/+6
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-11-111-0/+4
|\
| * AST quasi-quoting for macrosZahary Karadjov2012-11-111-0/+4
* | implemented 'tags' pragmaAraq2012-11-111-0/+10
|/
* system.onRaise improvementsAraq2012-11-051-1/+4
* added system.onRaise to support a condition systemAraq2012-11-051-0/+9
* nimbuild should work againAraq2012-11-011-1/+0
* fixed a serious code generation bug leading to wrong RTTIAraq2012-10-191-2/+2
* first version of a memory profilerAraq2012-10-101-1/+1