summary refs log tree commit diff stats
path: root/compiler/semmagic.nim
Commit message (Collapse)AuthorAgeFilesLines
* better error handling for better idetools supportAraq2012-07-291-1/+1
|
* better overloading capabilities for 'shallowCopy'; little bugfix for ↵Araq2012-07-291-0/+2
| | | | 'system.compiles'
* changed integer promotion rules; breaks bootstrapping and lots of codeAraq2012-07-081-0/+6
|
* Added system.staticExec proc for executing external command at compile-timeZahary Karadjov2012-06-021-14/+0
|
* the foundations of a type traits module; better error messages for expr, ↵Zahary Karadjov2012-04-061-0/+11
| | | | typedesc and typeclasses params
* some bugfixes for symbolfilesAraq2012-03-231-1/+1
|
* pragma blocks; fixed line information issue with user defined assertionsAraq2012-01-171-0/+18
|
* year 2012 for most copyright headersAraq2012-01-021-1/+1
|
* codegen uses alias analysis to generate better codeAraq2011-12-101-1/+3
|
* alias analysis as required for the code gen and the HLOAraq2011-12-081-0/+36