summary refs log tree commit diff stats
path: root/compiler/semcall.nim
Commit message (Expand)AuthorAgeFilesLines
...
* implemented generic multi methodsAraq2013-01-161-3/+17
* fixes #271Araq2012-12-151-11/+29
* implemented generic convertersAraq2012-12-051-0/+12
* distinguish properly between nkOpen and nkClosedSymChoiceAraq2012-08-261-5/+6
* borrow works with genericsAraq2012-08-061-0/+14
* idetools: '--def' now works in 'x.f'Araq2012-08-051-3/+3
* idetools: 'usages' and 'def' should work now; documented js backendAraq2012-08-051-3/+10
* idetools improvementsAraq2012-08-031-1/+1
* optimizations for system.compilesAraq2012-07-201-8/+12
* changed integer promotion rules; breaks bootstrapping and lots of codeAraq2012-07-081-3/+11
* allowing definitions of procs and templates to be overridden in local scopesZahary Karadjov2012-03-141-4/+5
* bootstraps fine with overloadable templatesZahary Karadjov2012-03-141-47/+55
* bugfix: type alias to generic; generic type not stripped away from for loop v...Araq2012-01-071-2/+2
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* bugfix: overloading resolution for typeofAraq2011-09-271-1/+3
* bugfix: proper cache for generic instantiationsAraq2011-07-211-8/+0
* first steps to explicit channels for thread communication; added mainThreadIdAraq2011-07-161-10/+20
* big repo cleanupAraq2011-04-121-0/+120
ref='#n220'>220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253