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
*
fixes #847
Araq
2014-04-21
1
-2
/
+3
*
removed flawed thread analysis pass
Araq
2014-04-20
1
-1
/
+1
*
new concurrency model: first steps; shared is not a keyword anymore
Araq
2014-04-14
1
-2
/
+14
*
handle arbitrary expressions dependent on static input params in proc signatures
Zahary Karadjov
2014-03-16
1
-3
/
+6
*
more robust handling of proc signatures containing inter-param type references
Zahary Karadjov
2014-03-16
1
-5
/
+5
*
first phase of tyGenericParam reforms needed for static params
Zahary Karadjov
2014-03-16
1
-12
/
+2
*
fix #988
Zahary Karadjov
2014-03-10
1
-3
/
+2
*
fix #986
Zahary Karadjov
2014-03-10
1
-1
/
+3
*
implements higher-order inline iterators and return type inference for iterators
Zahary Karadjov
2014-03-08
1
-1
/
+6
*
fix #931 and few more tests
Zahary Karadjov
2014-02-18
1
-3
/
+6
*
quite messy implementation of generic lambdas, needs reworking; fixes #715
Zahary Karadjov
2014-02-17
1
-6
/
+15
*
fixes #833
Araq
2014-02-14
1
-0
/
+3
*
tyTypeDesc and tyRange always have 1 child; this might be tyNone but it is re...
Araq
2014-02-05
1
-1
/
+1
*
Merge branch 'devel' of https://www.github.com/Araq/Nimrod into devel
Zahary Karadjov
2014-01-26
1
-2
/
+2
|
\
|
*
fixes #838
Araq
2014-01-25
1
-2
/
+2
*
|
support for parametric user-defined type classes
Zahary Karadjov
2014-01-24
1
-1
/
+4
|
/
*
'nil' as a statement is deprecated, use an empty 'discard' instead
Araq
2014-01-19
1
-2
/
+2
*
progress towards fixing tgenericshardcases
Zahary Karadjov
2014-01-06
1
-18
/
+86
*
introduce tyFromExpr; fixes #618
Zahary Karadjov
2014-01-04
1
-0
/
+4
*
Templates will pick the candidate in the nearest scope when symbols are mixed-in
Zahary Karadjov
2013-12-31
1
-7
/
+8
*
migrate the static param handling to ReplaceTypeVars; fix tgenericvariant
Zahary Karadjov
2013-12-30
1
-11
/
+10
*
properly remove intLiterals from proc signatures; fixes trettypeinference
Zahary Karadjov
2013-12-30
1
-5
/
+13
*
handle recursive types during the instantiation of meta types; propagate tfHa...
Zahary Karadjov
2013-12-30
1
-19
/
+79
*
fix the filtering of void params in procs' signatures
Zahary Karadjov
2013-12-29
1
-4
/
+20
*
Merge branch 'upstream' into devel
Zahary Karadjov
2013-12-29
1
-31
/
+52
|
\
|
*
integrate the logic of fixupProcType into ReplaceTypeVars
Zahary Karadjov
2013-12-29
1
-15
/
+27
|
*
make more tests green
Zahary Karadjov
2013-12-29
1
-3
/
+4
|
*
lift generic parameters from concrete composite type classes
Zahary Karadjov
2013-12-28
1
-4
/
+5
|
*
towards support for composite type classes such as seq[Number] and SquareMatr...
Zahary Karadjov
2013-12-27
1
-8
/
+13
|
*
better integration of tyStatic into typeRel
Zahary Karadjov
2013-12-25
1
-4
/
+4
|
*
wip type class reforms (the compiler bootstraps fine)
Zahary Karadjov
2013-12-25
1
-1
/
+1
|
*
static params: expr[T] is now static[T]
Zahary Karadjov
2013-12-19
1
-2
/
+2
*
|
case consistency: cs:partial bootstraps on windows
Araq
2013-12-29
1
-1
/
+1
*
|
case consistency: next steps
Araq
2013-12-29
1
-1
/
+1
*
|
case consistency part 4
Araq
2013-12-27
1
-24
/
+24
*
|
case consistency part 2
Araq
2013-12-27
1
-2
/
+2
*
|
case consistency part 1
Araq
2013-12-27
1
-11
/
+10
|
/
*
'noStackFrame' implies 'naked' in the generated C code
Araq
2013-10-06
1
-0
/
+1
*
minor improvement towards tgenericshardcases
Zahary Karadjov
2013-08-28
1
-2
/
+6
*
pass-through of static int generic params to arrays when late instantiation i...
Zahary Karadjov
2013-08-23
1
-0
/
+6
*
Experimental support for delayed instantiation of generics
Zahary Karadjov
2013-08-23
1
-2
/
+2
*
implemented large parts of the 'not nil' checking
Araq
2013-06-09
1
-0
/
+2
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
*
remove any traces of the old global generics cache
Zahary Karadjov
2013-01-27
1
-67
/
+48
*
minor bug fixes to make some tests green
Zahary Karadjov
2013-01-21
1
-1
/
+0
*
store the instantiation cache in the generic symbol
Zahary Karadjov
2012-11-28
1
-24
/
+32
*
fixes #211
Zahary Karadjov
2012-10-13
1
-0
/
+4
*
syntax compatibility between do blocks and stmt blocks
Zahary Karadjov
2012-10-04
1
-1
/
+2
*
the `is` operator now works with type classes and type variables
Zahary Karadjov
2012-10-03
1
-1
/
+2
*
better error handling for better idetools support
Araq
2012-07-29
1
-1
/
+2
[next]