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
*
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
*
bugfix: typo in actors.nim
Araq
2012-08-15
1
-0
/
+2
*
top level closures should work; transf is not a pass anymore; next steps for ...
Araq
2012-08-13
1
-30
/
+2
*
idetools: 'usages' and 'def' should work now; documented js backend
Araq
2012-08-05
1
-11
/
+8
*
idetools improvements
Araq
2012-08-03
1
-1
/
+1
*
made compiler more robust for idetools; implemented idetools.usages
Araq
2012-07-30
1
-3
/
+5
*
better error handling for better idetools support
Araq
2012-07-29
1
-0
/
+4
*
improvements for idetools; system.compiles improved
Araq
2012-07-29
1
-1
/
+31
*
added system.compiles
Araq
2012-07-20
1
-1
/
+2
*
preparations for making 'closure' the default calling convention for proc types
Araq
2012-07-16
1
-3
/
+3
*
'addSon' for types deprecated for 'int literal type' analysis
Araq
2012-07-09
1
-4
/
+4
*
changed integer promotion rules; breaks bootstrapping and lots of code
Araq
2012-07-08
1
-0
/
+5
*
generate default destructors
Zahary Karadjov
2012-06-06
1
-1
/
+5
*
Added system.staticExec proc for executing external command at compile-time
Zahary Karadjov
2012-06-02
1
-2
/
+0
*
avoid duplicated variable names in unrolled loops
Zahary Karadjov
2012-04-15
1
-0
/
+1
*
typedesc and expr params
Zahary Karadjov
2012-03-31
1
-4
/
+6
*
bootstraps fine with overloadable templates
Zahary Karadjov
2012-03-14
1
-1
/
+1
*
pragma on/off improvements; endb rewritten
Araq
2012-01-28
1
-0
/
+1
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-1
/
+1
*
bugfix: 'when' sections in generic objects now work, so TThread[void] compiles
Araq
2011-11-20
1
-17
/
+17
*
compilation cache: slurped files are a dependency too
Araq
2011-10-30
1
-0
/
+2
*
eval context for macros lives as long as the current module is compiled
Araq
2011-10-28
1
-1
/
+2
*
compilation cache: mostly working; generics not yet
Araq
2011-10-25
1
-6
/
+32
*
bugfixes for ROD file generation; nimcache dir is now flat
Araq
2011-10-20
1
-1
/
+0
*
beginning of a taint mode; type system enhancements
Araq
2011-09-24
1
-1
/
+3
*
bugfix: proper cache for generic instantiations
Araq
2011-07-21
1
-5
/
+7
*
bugfix: 'set' overloadable; further steps for multi threading support
Araq
2011-07-08
1
-2
/
+2
*
intsets are now a proper module and part of the stdlib
Araq
2011-06-14
1
-3
/
+4
*
further improvements for thread analysis
Araq
2011-06-13
1
-0
/
+2
[next]