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 #2524
Araq
2015-04-24
1
-1
/
+1
*
fixes #2509
Araq
2015-04-11
1
-1
/
+1
*
GC-safety error messages are useful now
Araq
2015-04-04
1
-8
/
+40
*
preparations for better gcsafety messages
Araq
2015-04-04
1
-1
/
+1
*
fixes #2352
Araq
2015-03-16
1
-1
/
+1
*
fixes #2257
Araq
2015-03-16
1
-30
/
+29
*
.n.isNil checks for tyTuple PTypes.
Max Zerzouri
2015-03-07
1
-1
/
+1
*
Fix typos
Federico Ceratto
2015-02-15
1
-1
/
+1
*
better handling of gcsafety with --threadAnalysis:off
Araq
2015-02-12
1
-20
/
+23
*
fixed minor bugs; cleaned up tests
Araq
2015-02-12
1
-1
/
+2
*
fixes #1131
Araq
2015-02-10
1
-3
/
+0
*
cleaned up some tests
Araq
2015-02-10
1
-1
/
+3
*
temptyseqs works again
Araq
2015-02-10
1
-0
/
+1
*
fixes #2057
Araq
2015-02-04
1
-1
/
+1
*
Happy new year!
Guillaume Gelin
2015-01-06
1
-1
/
+1
*
cleaned up os.nim; docgen improvements
Araq
2014-12-21
1
-12
/
+14
*
fixes #1539
Araq
2014-11-27
1
-6
/
+17
*
better effect inference
Araq
2014-11-02
1
-8
/
+17
*
introduced 'benign' pragma
Araq
2014-10-25
1
-0
/
+2
*
docgen should work again
Araq
2014-10-05
1
-3
/
+10
*
better lock level handling
Araq
2014-10-02
1
-23
/
+47
*
implemented locking levels; still incomplete
Araq
2014-09-27
1
-3
/
+46
*
'let' within 'parallel' now works
Araq
2014-09-22
1
-1
/
+1
*
made some tests green
Araq
2014-09-21
1
-1
/
+1
*
implemented 'guard' annotation
Araq
2014-09-21
1
-49
/
+85
*
Nimrod renamed to Nim
Araq
2014-08-28
1
-1
/
+1
*
the big renamefest: first steps
Araq
2014-08-22
1
-4
/
+11
*
fixes 'gcsafe'
Araq
2014-08-12
1
-12
/
+17
*
initial non-compiling version of 'parallel'
Araq
2014-05-12
1
-2
/
+2
*
compiler prepared for the new comment handling
Araq
2014-04-30
1
-1
/
+7
*
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
[next]