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
/
semasgn.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
preparations for language extensions: 'sink' and 'lent' types
Andreas Rumpf
2018-01-07
1
-3
/
+3
*
make Nim compile with older nim versions
Andreas Rumpf
2017-12-28
1
-1
/
+1
*
more progress on destructors; removed old destructor based code as it proved ...
Araq
2017-12-01
1
-4
/
+10
*
deprecated unary '<'
Andreas Rumpf
2017-10-29
1
-3
/
+3
*
destructors: supportsCopyMem finally works for recursive types
Araq
2017-10-26
1
-0
/
+2
*
topttree destructor finally works
Araq
2017-10-26
1
-29
/
+0
*
destructors: work in progress
Araq
2017-10-26
1
-7
/
+39
*
added broken tbintree test
Andreas Rumpf
2017-10-19
1
-4
/
+3
*
make nested custom seqs work
Andreas Rumpf
2017-10-19
1
-0
/
+1
*
make destructors more robust against unchecked arrays
Andreas Rumpf
2017-10-19
1
-1
/
+1
*
destructors: irresponsibly simple tcustomseq test works
Andreas Rumpf
2017-10-17
1
-10
/
+3
*
destructors: lift type bound ops to objects and arrays etc
Andreas Rumpf
2017-10-17
1
-28
/
+64
*
destructors: preparations for upcoming changes
Araq
2017-10-17
1
-1
/
+11
*
minor refactorings for better destructors
Andreas Rumpf
2017-10-14
1
-3
/
+3
*
first steps of making 'opt' a first class type for Nim
Andreas Rumpf
2017-09-25
1
-1
/
+1
*
some work to make 'opt' a first class type
Andreas Rumpf
2017-09-24
1
-2
/
+2
*
introduce tyInferred for the unbound concept type params
Zahary Karadjov
2017-03-24
1
-1
/
+1
*
make tests green again
Andreas Rumpf
2017-02-24
1
-0
/
+1
*
big compiler refactoring; avoid globals for multi method dispatcher generation
Andreas Rumpf
2017-02-22
1
-3
/
+3
*
removed tyArrayConstr completely from the compiler; introduced tyAlias instea...
Araq
2016-11-14
1
-3
/
+3
*
clean up tyMutable remnants
Jacek Sieka
2016-10-24
1
-2
/
+2
*
clean up tyConst remnants
Jacek Sieka
2016-10-24
1
-2
/
+2
*
clean up tyBigNum remnants
Jacek Sieka
2016-10-24
1
-2
/
+2
*
remove remnants of tyIter
Jacek Sieka
2016-10-24
1
-1
/
+2
*
fixes #4673
Andreas Rumpf
2016-09-01
1
-1
/
+2
*
fixes #4371
Andreas Rumpf
2016-07-08
1
-1
/
+1
*
overloading of '=' works
Araq
2015-04-06
1
-0
/
+1
*
first implementation of overloading of '='; missing: rewriting let/var sections
Araq
2015-04-06
1
-130
/
+210
*
minor todo update
Araq
2015-03-23
1
-1
/
+1
*
concept example from the manual now works again
Araq
2015-03-23
1
-4
/
+10
*
Fix typos
Federico Ceratto
2015-02-15
1
-1
/
+1
*
nimsuggest improvements
Araq
2015-01-30
1
-1
/
+1
*
Happy new year!
Guillaume Gelin
2015-01-06
1
-1
/
+1
*
improvements for nimfix
Araq
2014-09-10
1
-0
/
+1
*
updated the compiler to use the new symbol names
Araq
2014-08-28
1
-0
/
+196