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
/
seminst.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
removed flawed thread analysis pass
Araq
2014-04-20
1
-3
/
+0
*
make some tests green
Zahary Karadjov
2014-03-16
1
-7
/
+9
*
more robust handling of proc signatures containing inter-param type references
Zahary Karadjov
2014-03-16
1
-11
/
+58
*
first phase of tyGenericParam reforms needed for static params
Zahary Karadjov
2014-03-16
1
-6
/
+3
*
implements higher-order inline iterators and return type inference for iterators
Zahary Karadjov
2014-03-08
1
-1
/
+1
*
progress towards fixing tgenericshardcases
Zahary Karadjov
2014-01-06
1
-2
/
+1
*
clean-up some obsolete code; close #602
Zahary Karadjov
2013-12-31
1
-146
/
+8
*
handle recursive types during the instantiation of meta types; propagate tfHa...
Zahary Karadjov
2013-12-30
1
-0
/
+1
*
Merge branch 'upstream' into devel
Zahary Karadjov
2013-12-29
1
-9
/
+32
|
\
|
*
integrate the logic of fixupProcType into ReplaceTypeVars
Zahary Karadjov
2013-12-29
1
-1
/
+2
|
*
make more tests green
Zahary Karadjov
2013-12-29
1
-1
/
+18
|
*
lift generic parameters from concrete composite type classes
Zahary Karadjov
2013-12-28
1
-1
/
+4
|
*
towards support for composite type classes such as seq[Number] and SquareMatr...
Zahary Karadjov
2013-12-27
1
-2
/
+4
|
*
static params: expr[T] is now static[T]
Zahary Karadjov
2013-12-19
1
-4
/
+4
*
|
case consistency: cs:partial bootstraps on windows
Araq
2013-12-29
1
-5
/
+5
*
|
case consistency: next steps
Araq
2013-12-29
1
-1
/
+1
*
|
case consistency part 4
Araq
2013-12-27
1
-16
/
+16
*
|
case consistency part 1
Araq
2013-12-27
1
-5
/
+3
|
/
*
progress towards adding negative type classes
Zahary Karadjov
2013-12-09
1
-2
/
+3
*
Experimental support for delayed instantiation of generics
Zahary Karadjov
2013-08-23
1
-6
/
+43
*
hacky fix for generic constraints matching
Zahary Karadjov
2013-08-19
1
-0
/
+2
*
work-in-progress for compiling generics in their owner module
Zahary Karadjov
2013-08-19
1
-3
/
+4
*
Revert "Revert "made some tests green""
Zahary Karadjov
2013-08-19
1
-16
/
+21
*
Revert "Revert "further fixes for void stripping. fixes tvoid.""
Zahary Karadjov
2013-08-19
1
-20
/
+25
*
Revert "Revert "fix threading tests""
Zahary Karadjov
2013-08-19
1
-8
/
+16
*
Revert "Revert "fix tforwardgeneric""
Zahary Karadjov
2013-08-19
1
-2
/
+0
*
remerge "Fixes #267"
Zahary Karadjov
2013-08-19
1
-19
/
+84
*
Revert "fixes #267"
Araq
2013-05-27
1
-84
/
+19
*
Revert "fix tforwardgeneric"
Araq
2013-05-27
1
-0
/
+2
*
Revert "fix threading tests"
Araq
2013-05-27
1
-16
/
+8
*
Revert "further fixes for void stripping. fixes tvoid."
Araq
2013-05-27
1
-25
/
+20
*
Revert "more test made green"
Araq
2013-05-27
1
-21
/
+16
*
more test made green
Zahary Karadjov
2013-05-26
1
-16
/
+21
*
further fixes for void stripping. fixes tvoid.
Zahary Karadjov
2013-05-26
1
-20
/
+25
*
fix threading tests
Zahary Karadjov
2013-05-26
1
-8
/
+16
*
fix tforwardgeneric
Zahary Karadjov
2013-05-26
1
-2
/
+0
*
fixes #267
Zahary Karadjov
2013-05-26
1
-19
/
+84
*
switch to a linked list of scopes
Zahary Karadjov
2013-05-11
1
-4
/
+4
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
*
merged upstream master
Zahary Karadjov
2013-01-27
1
-3
/
+3
|
\
|
*
implemented generic multi methods
Araq
2013-01-16
1
-0
/
+1
|
*
some fixes for generic first class iterators
Araq
2012-12-15
1
-3
/
+3
*
|
remove any traces of the old global generics cache
Zahary Karadjov
2013-01-27
1
-4
/
+4
*
|
store the instantiation cache in the generic symbol
Zahary Karadjov
2012-11-28
1
-20
/
+16
|
/
*
implemented return type inference
Zahary Karadjov
2012-10-03
1
-3
/
+8
*
improved support for typedesc values
Zahary Karadjov
2012-09-25
1
-34
/
+5
*
proc bodies can be expressions with a type
Araq
2012-09-22
1
-1
/
+1
*
fixes #194
Araq
2012-09-20
1
-1
/
+17
*
made more tests green; fixes #201
Araq
2012-09-12
1
-3
/
+4
*
term rewriting improvements
Araq
2012-09-08
1
-0
/
+1
[next]