summary refs log tree commit diff stats
path: root/lib/system.nim
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* fixes #120Zahary Karadjov2012-10-041-3/+2
|
* implemented case expressionsZahary Karadjov2012-10-031-1/+1
|
* implemented return type inferenceZahary Karadjov2012-10-031-10/+15
| | | | | | 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)
* made tests green againAraq2012-09-181-4/+4
|
* stricter symbol lookup in genericsAraq2012-09-171-3/+3
|
* profiler improvementsAraq2012-09-171-5/+5
|
* implemented a stack trace profilerAraq2012-09-151-1/+2
|
* splitted echo into echo/debugEchoAraq2012-09-131-5/+6
|
* term rewriting macros fully implemented; still buggyAraq2012-09-031-8/+6
|
* objects with no ancestor are not implicitely finalAraq2012-08-241-2/+5
|
* documented hygienic templates; made tests green; fixed system.clampAraq2012-08-221-4/+4
|
* next steps to hygienic templatesAraq2012-08-201-1/+4
|
* openarray/varargs split; breaks bootstrappingAraq2012-08-161-9/+11
|
* keep initStackBottom calls pleaseAraq2012-08-021-0/+1
|
* DLL fixes for windows; fixes #175Zahary Karadjov2012-07-311-1/+0
|
* DLLs should work again; fixes #169Araq2012-07-241-0/+3
|
* added system.compilesAraq2012-07-201-0/+10
|
* got rid of some mAddU64 etc. magicsAraq2012-07-201-6/+6
|
* equality and hashing for closuresAraq2012-07-171-0/+1
|
* make tests green againAraq2012-07-171-0/+1
|
* preparations for making 'closure' the default calling convention for proc typesAraq2012-07-161-7/+7
|
* c2nim and system.nim now agree on a C type mappingAraq2012-07-151-0/+11
|
* added system.@ for openarraysAraq2012-07-141-1/+8
|
* improved unsigned supportAraq2012-07-141-42/+1
|
* proper enum constraints for system.nimAraq2012-07-131-3/+3
|
* 'addSon' for types deprecated for 'int literal type' analysis (3)Araq2012-07-091-11/+11
|
* made tests green againAraq2012-07-091-3/+5
|
* changed integer promotion rules; breaks bootstrapping and lots of codeAraq2012-07-081-6/+10
|
* ' is optional in type suffixes for numerical literalsAraq2012-07-021-0/+4
|
* bite the bullet and make 'initStackBottom' a compilerprocAraq2012-06-241-5/+5
|
* system.nim: documentation fixesAraq2012-06-231-5/+5
|
* documentation improvements; added system.gorge (for Araq's fun)Araq2012-06-221-1/+7
|
* better support for unsigned integers.Zahary Karadjov2012-06-111-38/+76
|
* fix compilation errors when bootstrapping with C++Zahary Karadjov2012-06-041-1/+3
|
* attempt to fix nimbuildZahary Karadjov2012-06-021-1/+2
|
* Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2012-06-021-5/+36
|\
| * '+=' etc for all floating point typesAraq2012-05-291-4/+4
| |
| * Added timezone handling and functions for adding and subtracting time to the ↵Dominik Picheta2012-05-261-0/+13
| | | | | | | | | | | | times module. Added insert for strings to the system module.
| * added system.||; lacks runtime supportAraq2012-05-231-0/+9
| |
| * TInteger vs TOrdinalAraq2012-05-221-1/+5
| |
| * added another system.getStackTraceAraq2012-05-201-0/+5
| |
* | Added system.staticExec proc for executing external command at compile-timeZahary Karadjov2012-06-021-2/+13
|/
* Fixes for embeddable devices (--os:standalone)dom962012-05-201-8/+8
|
* added system.getStackTrace; docgen refactoring (incomplete)Araq2012-05-061-0/+3
|
* documentation improvements; GC_step improvedAraq2012-04-211-2/+2
|