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
/
sempass2.nim
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fixes #481
Araq
2013-06-13
1
-0
/
+9
*
improvements for 'not nil' checking
Araq
2013-06-13
1
-16
/
+41
*
bugfixes for the guarded data flow analysis
Araq
2013-06-12
1
-2
/
+0
*
next steps for guarded data flow analysis
Araq
2013-06-11
1
-9
/
+25
*
implemented large parts of the 'not nil' checking
Araq
2013-06-09
1
-10
/
+58
*
implemented dataflow analysis; activate via --warning[Uninit]:on
Araq
2013-06-04
1
-20
/
+168
*
new effect system should be sound now
Araq
2013-05-11
1
-3
/
+10
*
better effects handling for callbacks
Araq
2013-05-09
1
-1
/
+23
*
fixes a long-standing bug about procvar checking
Araq
2013-03-25
1
-2
/
+0
*
fixes #292
Araq
2013-01-08
1
-3
/
+6
*
doc2 improvements; small lexer bugfix: backslashes in comments
Araq
2012-11-20
1
-31
/
+34
*
'assert' hides EAssertionFailsure; stdlib makes use of 'tags'
Araq
2012-11-18
1
-5
/
+7
*
implemented 'tags' pragma
Araq
2012-11-11
1
-58
/
+98
*
fixed the bugfix of #247
Araq
2012-11-09
1
-1
/
+1
*
fixes #247
Araq
2012-11-08
1
-4
/
+1
*
added system.onRaise to support a condition system
Araq
2012-11-05
1
-3
/
+1
*
bugfixes for exception tracking
Araq
2012-11-04
1
-3
/
+8
*
exception tracking should work
Araq
2012-11-04
1
-10
/
+47
*
next steps for exception tracking
Araq
2012-11-03
1
-27
/
+37
*
bugfix: exception tracking (still disabled)
Araq
2012-11-01
1
-2
/
+1
*
doc2 support for nimweb; fixed graphics.withEvents
Araq
2012-11-01
1
-2
/
+2
*
nimbuild should work again
Araq
2012-11-01
1
-18
/
+73
*
exception tracking barely works; but disabled
Araq
2012-10-31
1
-24
/
+33
*
bugfix: wrong assertions for C++ code generation; some solaris support; first...
Araq
2012-10-30
1
-1
/
+157
*
bugfix: echo vs debugEcho
Araq
2012-09-13
1
-5
/
+22
*
splitted echo into echo/debugEcho
Araq
2012-09-13
1
-1
/
+2
*
semExpr/semStmt merged
Araq
2012-09-13
1
-0
/
+22
[prev]