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
/
semdata.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
removed flawed thread analysis pass
Araq
2014-04-20
1
-2
/
+0
*
propagate semExpr flags in macro/template expansion
Zahary Karadjov
2014-04-06
1
-1
/
+1
*
fixed parens around getSysType arguments
Jimmie Houchin
2014-03-25
1
-1
/
+1
*
reference implementation of a vector swizzle library
Zahary Karadjov
2014-03-20
1
-0
/
+21
*
fix #715 again
Zahary Karadjov
2014-03-16
1
-1
/
+1
*
fix tsemistatic
Zahary Karadjov
2014-03-11
1
-0
/
+3
*
split the inline and closure iterators into different symbol kinds for easier...
Zahary Karadjov
2014-03-06
1
-1
/
+1
*
quite messy implementation of generic lambdas, needs reworking; fixes #715
Zahary Karadjov
2014-02-17
1
-0
/
+1
*
fix some regressions caused by tyTypeDesc[tyNone]
Zahary Karadjov
2014-02-15
1
-1
/
+0
*
fixes #797; generic procs can be used in places expecting matching concrete p...
Zahary Karadjov
2014-02-11
1
-0
/
+2
*
tyTypeDesc and tyRange always have 1 child; this might be tyNone but it is re...
Araq
2014-02-05
1
-0
/
+1
*
fixes #844
Araq
2014-02-02
1
-1
/
+1
*
progress towards fixing tgenericshardcases
Zahary Karadjov
2014-01-06
1
-5
/
+10
*
introduce tyFromExpr; fixes #618
Zahary Karadjov
2014-01-04
1
-0
/
+4
*
Merge branch 'upstream' into devel
Zahary Karadjov
2013-12-29
1
-1
/
+19
|
\
|
*
integrate the logic of fixupProcType into ReplaceTypeVars
Zahary Karadjov
2013-12-29
1
-8
/
+6
|
*
better integration of tyStatic into typeRel
Zahary Karadjov
2013-12-25
1
-0
/
+5
|
*
wip type class reforms (the compiler bootstraps fine)
Zahary Karadjov
2013-12-25
1
-0
/
+15
*
|
case consistency: cs:partial bootstraps on windows
Araq
2013-12-29
1
-2
/
+2
*
|
case consistency: next steps
Araq
2013-12-29
1
-3
/
+3
*
|
case consistency part 4
Araq
2013-12-27
1
-5
/
+5
*
|
case consistency part 1
Araq
2013-12-27
1
-16
/
+16
*
|
Merge branch 'master' into vm2
Araq
2013-12-05
1
-1
/
+3
|
\
|
|
*
simple unit test and better documentation for the user defined type classes
Zahary Karadjov
2013-11-17
1
-1
/
+2
|
*
improvements for the `is` operator; implemented the type lifting rule in user...
Zahary Karadjov
2013-11-17
1
-0
/
+1
*
|
compiler bootstraps with new VM
Araq
2013-10-15
1
-1
/
+1
|
/
*
improvements for TR macros
Araq
2013-09-17
1
-0
/
+1
*
working code for simple cases of user-defined type classes
Zahary Karadjov
2013-08-25
1
-0
/
+6
*
pass-through of static int generic params to arrays when late instantiation i...
Zahary Karadjov
2013-08-23
1
-5
/
+5
*
remerge "Fixes #267"
Zahary Karadjov
2013-08-19
1
-0
/
+5
*
bugfix: pragmas allowed for implicit generics
Araq
2013-06-29
1
-3
/
+3
*
Revert "fixes #267"
Araq
2013-05-27
1
-5
/
+0
*
fixes #267
Zahary Karadjov
2013-05-26
1
-0
/
+5
*
merged the persistent scopes work with the delayed proc compilation strategy
Zahary Karadjov
2013-05-12
1
-8
/
+4
|
\
*
|
get rid of TOverloadIter.stackPtr
Zahary Karadjov
2013-05-12
1
-0
/
+2
*
|
get rid of the SymTab* procs in astalgo
Zahary Karadjov
2013-05-12
1
-19
/
+10
*
|
switch to a linked list of scopes
Zahary Karadjov
2013-05-11
1
-0
/
+15
|
/
*
new parser works
Araq
2013-04-20
1
-1
/
+1
*
improvements for destructors
Araq
2013-04-08
1
-1
/
+2
*
fixes a long-standing bug about procvar checking
Araq
2013-03-25
1
-1
/
+1
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
*
lazy operand sem'checking (beware)
Araq
2013-03-02
1
-1
/
+6
*
remove any traces of the old global generics cache
Zahary Karadjov
2013-01-27
1
-27
/
+5
*
temporary debugging code for the memory leak investigation
Zahary Karadjov
2012-11-28
1
-1
/
+1
*
store the instantiation cache in the generic symbol
Zahary Karadjov
2012-11-28
1
-7
/
+9
*
CaaS in-memory caching
Zahary Karadjov
2012-11-28
1
-4
/
+6
*
almost every pragma is allowed in a 'push' pragma
Araq
2012-11-20
1
-0
/
+1
*
nimbuild should work again
Araq
2012-11-01
1
-0
/
+1
*
fixes #194
Araq
2012-09-20
1
-1
/
+4
*
first steps towards term rewriting macros
Araq
2012-08-30
1
-6
/
+13
[next]