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
/
semstmts.nim
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
made tests green again
Araq
2012-08-14
1
-1
/
+3
*
top level closures should work; transf is not a pass anymore; next steps for ...
Araq
2012-08-13
1
-27
/
+36
*
idetools: 'usages' and 'def' should work now; documented js backend
Araq
2012-08-05
1
-3
/
+6
*
idetools improvements; preparation of first class iterators; fixes #183
Araq
2012-08-02
1
-9
/
+12
*
made compiler more robust for idetools; implemented idetools.usages
Araq
2012-07-30
1
-5
/
+5
*
more improvements for idetools
Araq
2012-07-30
1
-2
/
+6
*
better error handling for better idetools support
Araq
2012-07-29
1
-71
/
+67
*
added warning for confusing var declarations
Araq
2012-07-26
1
-0
/
+3
*
bugfixes for the symbol mangling; implements #129
Araq
2012-07-19
1
-0
/
+9
*
preparations for making 'closure' the default calling convention for proc types
Araq
2012-07-16
1
-1
/
+1
*
'addSon' for types deprecated for 'int literal type' analysis (3)
Araq
2012-07-09
1
-2
/
+2
*
'addSon' for types deprecated for 'int literal type' analysis (2)
Araq
2012-07-09
1
-3
/
+3
*
bugfix: ha.echo should be accepted
Araq
2012-07-08
1
-2
/
+3
*
added proc annotations: macros invoked as pragmas
Araq
2012-06-26
1
-0
/
+36
*
doc2 improvements
Araq
2012-06-24
1
-2
/
+2
*
bugfixes for closures
Araq
2012-06-21
1
-1
/
+1
*
added another macro regression
Araq
2012-06-20
1
-1
/
+1
*
destructor pragma
Zahary Karadjov
2012-06-07
1
-6
/
+6
*
destructors for case values
Zahary Karadjov
2012-06-07
1
-16
/
+61
*
fix bootstrapping on POSIX platforms
Zahary Karadjov
2012-06-06
1
-0
/
+4
*
generate default destructors
Zahary Karadjov
2012-06-06
1
-8
/
+98
*
Merge branch 'master' of github.com:Araq/Nimrod into upstream
Zahary Karadjov
2012-06-02
1
-2
/
+6
|
\
|
*
added system.||; lacks runtime support
Araq
2012-05-23
1
-2
/
+6
*
|
Added system.staticExec proc for executing external command at compile-time
Zahary Karadjov
2012-06-02
1
-1
/
+1
*
|
codegen for user-defined destructors
Zahary Karadjov
2012-05-25
1
-1
/
+71
*
|
stand-alone except and finally blocks
Zahary Karadjov
2012-05-23
1
-7
/
+27
|
/
*
compiler finally supports 'object {.pragma.}' syntax
Araq
2012-04-16
1
-1
/
+1
*
avoid duplicated variable names in unrolled loops
Zahary Karadjov
2012-04-15
1
-2
/
+6
*
fixes #20 properly
Zahary Karadjov
2012-04-15
1
-3
/
+2
*
fix the usage of definedInScope in pegs.=~
Zahary Karadjov
2012-04-14
1
-1
/
+1
*
experimental support for preserving local variable names in the generated code
Zahary Karadjov
2012-04-13
1
-1
/
+11
*
when expressions, proper rendering for nkDo and nkLambda and parser support f...
Zahary Karadjov
2012-04-05
1
-2
/
+2
*
expr params implemented for procs; paving the way for type classes
Zahary Karadjov
2012-03-22
1
-3
/
+1
*
merged branch overloading-for-macros
Zahary Karadjov
2012-03-19
1
-2
/
+1
|
\
|
*
allowing multiple definitions of templates
Zahary Karadjov
2012-03-14
1
-2
/
+1
*
|
clean separation of PNimrodNode and tyExpr
Araq
2012-03-16
1
-8
/
+8
*
|
implemented 'static'; macros do not work anymore
Araq
2012-03-15
1
-0
/
+8
|
/
*
fixes #100
Araq
2012-03-10
1
-0
/
+2
*
further steps for closure support
Araq
2012-02-08
1
-0
/
+4
*
further steps to closure support
Araq
2012-02-06
1
-5
/
+0
*
small fixes for tests on windows
Araq
2012-01-31
1
-1
/
+1
*
pragma on/off improvements; endb rewritten
Araq
2012-01-28
1
-7
/
+7
*
pragma blocks; fixed line information issue with user defined assertions
Araq
2012-01-17
1
-0
/
+14
*
implicit invokation of items/pairs iterators
Araq
2012-01-08
1
-24
/
+42
*
bugfix: type alias to generic; generic type not stripped away from for loop v...
Araq
2012-01-07
1
-1
/
+4
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-1
/
+1
*
new len(openarray) implementation
Araq
2011-12-31
1
-1
/
+1
*
make trecinca|b tests green
Araq
2011-12-31
1
-1
/
+1
*
bugfix: compiler errors for explicit initialization of thread local variables...
Araq
2011-12-23
1
-1
/
+2
*
bugfix: the code gen can now handle alias TLock = TSysLock; this fixes thread...
Araq
2011-12-23
1
-1
/
+2
[prev]
[next]