index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
semdestruct.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
big compiler refactoring; avoid globals for multi method dispatcher generation
Andreas Rumpf
2017-02-22
1
-6
/
+7
*
removed tyArrayConstr completely from the compiler; introduced tyAlias instea...
Araq
2016-11-14
1
-2
/
+2
*
clean up tyMutable remnants
Jacek Sieka
2016-10-24
1
-1
/
+1
*
clean up tyConst remnants
Jacek Sieka
2016-10-24
1
-1
/
+1
*
compiler almost free of deprecated expr/stmt names
Andreas Rumpf
2016-07-30
1
-1
/
+1
*
Fix #4393
Clay Sweetser
2016-06-18
1
-0
/
+1
*
cleanup destructor building for arrays; still doesn't work
Araq
2015-08-18
1
-4
/
+1
*
destructors now work with overloaded assignment operators; fixes #2811; fixes...
Araq
2015-08-05
1
-0
/
+9
*
fixes #2420; negative indexing for slicing is obsolete (breaking change!)
Araq
2015-03-28
1
-16
/
+17
*
Fix typos
Federico Ceratto
2015-02-15
1
-1
/
+1
*
Nimrod renamed to Nim
Araq
2014-08-28
1
-1
/
+1
*
progress on deepCopy
Araq
2014-08-01
1
-2
/
+1
*
handle nested case objects in destructor generation
Zahary Karadjov
2014-02-15
1
-36
/
+31
*
disable internalError so that nimbuild compiles again
Araq
2014-01-25
1
-1
/
+4
*
fixed #597
Zahary Karadjov
2014-01-02
1
-27
/
+53
*
case consistency part 4
Araq
2013-12-27
1
-5
/
+5
*
case consistency part 1
Araq
2013-12-27
1
-3
/
+3
*
get rid of the SymTab* procs in astalgo
Zahary Karadjov
2013-05-12
1
-1
/
+1
*
completed expr/stmt unification
Araq
2013-05-03
1
-0
/
+213