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
*
destructors: defensive programming against wrong generated destructor for str...
Andreas Rumpf
2018-12-11
1
-5
/
+9
*
fixes #9692
Araq
2018-11-15
1
-3
/
+6
*
added first version of a nimfind tool for the poor souls that don't have a go...
Andreas Rumpf
2018-11-14
1
-3
/
+3
*
language cleanup: the .unchecked pragma is dead
Araq
2018-11-06
1
-1
/
+1
*
Unchecked arrays now have their own type (#9267)
LemonBoy
2018-10-10
1
-2
/
+2
*
make tests green again
Andreas Rumpf
2018-09-24
1
-1
/
+2
*
destroyer pass: adaptations for the new destructor based runtime
Andreas Rumpf
2018-07-27
1
-5
/
+23
*
enable destructors without the --newruntime switch
Andreas Rumpf
2018-07-04
1
-5
/
+2
*
refactoring: remove idents.legacy global variable and pass the IdentCache aro...
Andreas Rumpf
2018-05-27
1
-7
/
+7
*
platform.nim doesn't use globals anymore; prepare msgs.nim for not using globals
Andreas Rumpf
2018-05-18
1
-1
/
+1
*
remove ast.emptyNode global; cleanup configuration.nim
Araq
2018-05-16
1
-2
/
+2
*
semstmts compiles again
Andreas Rumpf
2018-05-12
1
-26
/
+26
*
.experimental can now be used to enable specific features
Andreas Rumpf
2018-04-24
1
-2
/
+2
*
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