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
/
semtypinst.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
guards.nim does compile
Andreas Rumpf
2018-05-11
1
-22
/
+21
*
.experimental can now be used to enable specific features
Andreas Rumpf
2018-04-24
1
-2
/
+2
*
Static[T] fixes (#7333)
zah
2018-03-24
1
-0
/
+4
*
preparations for language extensions: 'sink' and 'lent' types
Andreas Rumpf
2018-01-07
1
-3
/
+3
*
fixes #6489
Araq
2017-11-23
1
-2
/
+2
*
fixes #6682
Araq
2017-11-22
1
-1
/
+2
*
deprecated unary '<'
Andreas Rumpf
2017-10-29
1
-8
/
+8
*
destructors: supportsCopyMem finally works for recursive types
Araq
2017-10-26
1
-10
/
+26
*
destructors: irresponsibly simple tcustomseq test works
Andreas Rumpf
2017-10-17
1
-1
/
+4
*
destructors: preparations for upcoming changes
Araq
2017-10-17
1
-5
/
+1
*
minor refactorings for better destructors
Andreas Rumpf
2017-10-14
1
-5
/
+11
*
first implementation of the 'func' keyword
Andreas Rumpf
2017-09-23
1
-1
/
+1
*
fix #2730; fix #4880
Zahary Karadjov
2017-06-20
1
-1
/
+2
*
Fix #5962
Zahary Karadjov
2017-06-20
1
-13
/
+44
*
fixes tproctypecache_falsepositive.nim test case
Araq
2017-06-08
1
-2
/
+3
*
fix #5683
Zahary Karadjov
2017-04-14
1
-0
/
+1
*
fix #5643; fix #5644
Zahary Karadjov
2017-04-08
1
-2
/
+6
*
Restore the Nim's 0.14 proper handling of generic aliases
Zahary Karadjov
2017-04-08
1
-25
/
+34
*
wip fix #5640
Zahary Karadjov
2017-04-07
1
-1
/
+1
*
attempt to fix #5621 #5615 generic ref object typeRel (#5633)
andri lim
2017-03-31
1
-1
/
+1
*
Working test cases for the sophisticated matrix library example from the manual
Zahary Karadjov
2017-03-24
1
-0
/
+2
*
proper error reporting for concepts and the introduction of the {.explain.} p...
Zahary Karadjov
2017-03-24
1
-1
/
+1
*
infer static parameters even when more complicated arithmetic is involved
Zahary Karadjov
2017-03-24
1
-2
/
+3
*
support for inferring static[T] concept params
Zahary Karadjov
2017-03-24
1
-0
/
+1
*
support for accessing the inferred concept type params with the dot operator
Zahary Karadjov
2017-03-24
1
-1
/
+1
*
avoid some compiler crashes in debug mode
Andreas Rumpf
2017-01-23
1
-1
/
+3
*
make tsigbreak.nim compile
Andreas Rumpf
2016-12-12
1
-3
/
+8
*
further progress
Araq
2016-11-28
1
-0
/
+3
*
removed tyArrayConstr completely from the compiler; introduced tyAlias instea...
Araq
2016-11-14
1
-1
/
+1
*
fixes #4677 properly
Andreas Rumpf
2016-09-03
1
-6
/
+7
*
fixes #4677
Andreas Rumpf
2016-09-03
1
-1
/
+2
*
compiler almost free of deprecated expr/stmt names
Andreas Rumpf
2016-07-30
1
-1
/
+1
*
generic multi-methods should work now
Andreas Rumpf
2016-07-28
1
-3
/
+10
*
fixes #4371
Andreas Rumpf
2016-07-08
1
-4
/
+4
*
fixes #3669
Andreas Rumpf
2016-03-01
1
-8
/
+8
*
added 'sig' feature; removed tfShared support in the compiler
Andreas Rumpf
2016-02-28
1
-13
/
+0
*
Consistently use Channel instead of TChannel
def
2016-02-25
1
-1
/
+1
*
removes 'x is iterator' special casing in the language
Araq
2015-12-03
1
-2
/
+2
*
fixes #3338
Araq
2015-10-22
1
-2
/
+6
*
fixes #3329
Araq
2015-09-18
1
-4
/
+19
*
fixes #3112
Araq
2015-07-14
1
-4
/
+16
*
fixes #2540
Araq
2015-07-03
1
-2
/
+8
*
fixes #2505, fixes #1853, fixes #2522
Araq
2015-04-20
1
-1
/
+3
*
fixes #2509
Araq
2015-04-11
1
-0
/
+8
*
first implementation of overloading of '='; missing: rewriting let/var sections
Araq
2015-04-06
1
-3
/
+9
*
fixes #1783
Araq
2015-03-23
1
-1
/
+5
*
fixes #2346
Araq
2015-03-16
1
-26
/
+27
*
.n.isNil checks for tyTuple PTypes.
Max Zerzouri
2015-03-07
1
-0
/
+2
*
fixes #2169
Araq
2015-02-28
1
-2
/
+1
*
fixes #2216
Araq
2015-02-26
1
-4
/
+4
[next]