summary refs log tree commit diff stats
path: root/lib/system/hti.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fix repr() for UncheckedArray (#9385)LemonBoy2018-10-161-1/+1
|
* Fix linking issue in cpp codegenLemonBoy2018-09-191-1/+5
| | | | | | | Declare the root symbol only once and have the other modules depending on it emit an `extern` declaration. Fixes #9013
* Fix hashing for codegenProc (sic) typesLemonBoy2018-09-141-9/+3
| | | | | | | Since the name mangling is inhibited we should take the user-supplied name during the sighash computation. Fixes #8964
* Always emit hti object types if needed (#8940)LemonBoy2018-09-111-1/+1
| | | | | | | | The compiler is now smart enough to emit types only if needed without all the importc tricks. This also fixes a codegen bug where, if all the stars align correctly, typeinfo doesn't include any definition of `TNimType` but uses it. Found by @skilchen in #8938
* more progress on destructor based stringsAndreas Rumpf2018-07-131-1/+1
|
* first steps of making 'opt' a first class type for NimAndreas Rumpf2017-09-251-0/+15
|
* Fix compilation for 16 bit targets (#5286)Jeff Ciesielski2017-01-261-1/+1
|
* default GC can do a sort of heap dump via -d:nimTypeNames and ↵Andreas Rumpf2017-01-141-0/+6
| | | | dumpNumberOfInstances()
* use -d:nimTypeNames to create RTTI with type namesAndreas Rumpf2016-11-281-0/+2
|
* clean up tyBigNum remnantsJacek Sieka2016-10-241-1/+0
|
* prepare Nim codebase for upcoming parser changesAndreas Rumpf2016-07-151-1/+1
|
* Fix typos in commentsdef2015-06-211-5/+5
|
* some love for the testsuite; fixed regressionsAraq2015-03-011-3/+3
|
* Fix typosFederico Ceratto2015-02-151-1/+1
|
* introduced 'benign' pragmaAraq2014-10-251-2/+2
|
* the big renamefest: first stepsAraq2014-08-221-1/+1
|
* distinguish between 'defined' and 'declared'Araq2014-08-111-1/+1
|
* progress on deepCopyAraq2014-08-011-0/+1
|
* New concurrency model: next stepsAraq2014-04-191-1/+1
|
* case consistency part 4Araq2013-12-271-1/+1
|
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* fixes the recently discovered GC memory leaksZahary Karadjov2012-12-201-10/+33
| | | | | | This revision is intended as comparison point between the old and the new GC The used GC can be switched in mmdisp and various statistics will be gathered during execution (these will be removed/disabled in later revisions)
* preparations for making 'closure' the default calling convention for proc typesAraq2012-07-161-1/+1
|
* more uint related fixesZahary Karadjov2012-06-141-1/+3
|
* implemented marker procs for the GC resulting in huge speedupsAraq2012-03-211-0/+1
|
* year 2012 for most copyright headersAraq2012-01-021-1/+1
|
* got rid of tyPureObject; broke bootstrapping; use generated C codeAraq2011-09-241-3/+2
|
* Added typeinfo moduledom962011-06-091-2/+8
|
* further steps for thread support; bootstrapping should require unzip C ↵Araq2011-05-161-1/+1
| | | | sources and ./build.sh
* cleaned up the tests; fixes #30; fixes #26Araq2011-05-011-1/+3
|
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
|
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-0/+0
|
* added tools and web dirsAndreas Rumpf2009-09-151-29/+22
|
* version0.7.10Andreas Rumpf2009-06-081-0/+65