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
/
sem.nim
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Cleaned up the circular dependecies and remaining issues
Zahary Karadjov
2011-10-07
1
-4
/
+0
*
getAst works correctly with existing AST values as template/macro arguments
Zahary Karadjov
2011-10-07
1
-41
/
+32
*
code generator supports constant sequences; more consistent compile time eval...
Araq
2011-10-07
1
-11
/
+12
*
bugfix: overloading resolution for typeof
Araq
2011-09-27
1
-1
/
+1
*
bugfixes for generics; new threads implementation still broken
Araq
2011-09-20
1
-1
/
+1
*
bugfixes; step one for 'var T' as return type support
Araq
2011-07-28
1
-0
/
+4
*
bugfix: proper cache for generic instantiations
Araq
2011-07-21
1
-6
/
+4
*
bugfix: 'set' overloadable; further steps for multi threading support
Araq
2011-07-08
1
-1
/
+2
*
bugfix: invoking a generic iterator twice triggers a code gen bug (titer2)
Araq
2011-06-20
1
-3
/
+3
*
bugfix: proper return types for templates
Araq
2011-06-15
1
-15
/
+18
*
intsets are now a proper module and part of the stdlib
Araq
2011-06-14
1
-1
/
+1
*
further improvements for thread analysis
Araq
2011-06-13
1
-0
/
+5
*
first (non working) implementation of global thread analysis
Araq
2011-06-13
1
-1
/
+2
*
got rid of nstrtabs and nhashes modules
Araq
2011-06-10
1
-1
/
+1
*
cleaned up the tests; fixes #30; fixes #26
Araq
2011-05-01
1
-19
/
+3
*
const table support
Araq
2011-04-29
1
-1
/
+1
*
got rid of some arcane module names
Araq
2011-04-21
1
-3
/
+3
*
big repo cleanup
Araq
2011-04-12
1
-0
/
+234
[prev]