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
*
reintroduce thread analysis but disable it for backwards compatibility
Araq
2014-04-20
1
-5
/
+6
*
made large parts of the stdlib gcsafe
Araq
2014-04-20
1
-2
/
+5
*
removed flawed thread analysis pass
Araq
2014-04-20
1
-1
/
+1
*
actors compile again
Araq
2014-04-20
1
-2
/
+4
*
New concurrency model: next steps
Araq
2014-04-19
1
-15
/
+97
*
actors.nim compiles again
Araq
2014-02-15
1
-2
/
+6
*
fixes #584
Araq
2014-02-14
1
-12
/
+21
*
case consistency: cs:partial bootstraps on windows
Araq
2013-12-29
1
-1
/
+1
*
case consistency: next steps
Araq
2013-12-29
1
-5
/
+5
*
case consistency part 4
Araq
2013-12-27
1
-9
/
+9
*
fixes #534
Zahary Karadjov
2013-08-07
1
-2
/
+5
*
fixed a long standing xml parser bug; html parser bugfixes + speed improvements
Araq
2013-06-27
1
-8
/
+1
*
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