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
/
parampatterns.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
guards.nim does compile
Andreas Rumpf
2018-05-11
1
-26
/
+27
*
refactoring: make FileIndex a distinct type; make line information an uint16;...
Andreas Rumpf
2018-04-21
1
-1
/
+2
*
make tests green again
Andreas Rumpf
2018-03-24
1
-3
/
+8
*
fixes the 'var T' checking
Andreas Rumpf
2018-03-24
1
-5
/
+2
*
more checking for 'var T' as return type; refs #7373
Andreas Rumpf
2018-03-24
1
-1
/
+29
*
basic 'lent T' test works
Andreas Rumpf
2018-01-21
1
-1
/
+4
*
deprecated unary '<'
Andreas Rumpf
2017-10-29
1
-3
/
+3
*
support the full range of type modifiers when declaring concept vars and test...
Zahary Karadjov
2017-03-24
1
-0
/
+7
*
fixes #4608
Andreas Rumpf
2016-10-18
1
-0
/
+2
*
some progress on #3832
Andreas Rumpf
2016-02-08
1
-0
/
+3
*
preparations for better handling of 'a[i]' in generics; stmt lists can be lva...
Araq
2015-09-12
1
-1
/
+4
*
added system.unsafeAddr
Araq
2015-08-04
1
-9
/
+11
*
fix #2585 properly
Araq
2015-04-22
1
-1
/
+3
*
fixes #2585
Araq
2015-04-22
1
-1
/
+1
*
implemented a[^1] notation
Araq
2015-03-26
1
-3
/
+4
*
fixes #2346
Araq
2015-03-16
1
-2
/
+6
*
fixes #1809; implements overloading based on 'var T'
Araq
2015-03-14
1
-19
/
+22
*
nimsuggest improvements
Araq
2015-01-30
1
-1
/
+1
*
Nimrod renamed to Nim
Araq
2014-08-28
1
-1
/
+1
*
implemented builtin noncopying slice
Araq
2014-05-02
1
-1
/
+4
*
case consistency improvements
Araq
2014-01-11
1
-1
/
+1
*
case consistency: next steps
Araq
2013-12-29
1
-4
/
+4
*
case consistency part 4
Araq
2013-12-27
1
-2
/
+2
*
implemented large parts of the 'not nil' checking
Araq
2013-06-09
1
-0
/
+2
*
make some tests green
Araq
2013-03-03
1
-4
/
+7
*
constraint now part of the parameter symbol and not of the type
Araq
2012-12-05
1
-2
/
+2
*
term rewriting improvements
Araq
2012-09-08
1
-3
/
+56
*
activated tests for tr macros
Araq
2012-09-06
1
-3
/
+4
*
bugfixes and improvements for term rewriting macros
Araq
2012-09-04
1
-1
/
+1
*
term rewriting macros fully implemented; still buggy
Araq
2012-09-03
1
-0
/
+205