summary refs log tree commit diff stats
path: root/compiler/semasgn.nim
Commit message (Collapse)AuthorAgeFilesLines
* clean up tyMutable remnantsJacek Sieka2016-10-241-2/+2
|
* clean up tyConst remnantsJacek Sieka2016-10-241-2/+2
|
* clean up tyBigNum remnantsJacek Sieka2016-10-241-2/+2
|
* remove remnants of tyIterJacek Sieka2016-10-241-1/+2
|
* fixes #4673Andreas Rumpf2016-09-011-1/+2
|
* fixes #4371Andreas Rumpf2016-07-081-1/+1
|
* overloading of '=' worksAraq2015-04-061-0/+1
|
* first implementation of overloading of '='; missing: rewriting let/var sectionsAraq2015-04-061-130/+210
|
* minor todo updateAraq2015-03-231-1/+1
|
* concept example from the manual now works againAraq2015-03-231-4/+10
|
* Fix typosFederico Ceratto2015-02-151-1/+1
|
* nimsuggest improvementsAraq2015-01-301-1/+1
|
* Happy new year!Guillaume Gelin2015-01-061-1/+1
|
* improvements for nimfixAraq2014-09-101-0/+1
|
* updated the compiler to use the new symbol namesAraq2014-08-281-0/+196
'#n260'>260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302