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
/
msgs.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
next steps for guarded data flow analysis
Araq
2013-06-11
1
-9
/
+14
*
implemented large parts of the 'not nil' checking
Araq
2013-06-09
1
-4
/
+5
*
implemented dataflow analysis; activate via --warning[Uninit]:on
Araq
2013-06-04
1
-4
/
+7
*
Merge branch 'master' into newparser
Araq
2013-05-07
1
-5
/
+10
|
\
|
*
support suggest after compile in caas mode
Zahary Karadjov
2013-05-05
1
-5
/
+9
|
*
experimental support for answering idetools --def requests from
Zahary Karadjov
2013-05-04
1
-0
/
+1
*
|
Merge branch 'master' into newparser
Araq
2013-05-04
1
-1
/
+4
|
\
|
|
*
nimrod dump can now produce a machine readable json report
Zahary Karadjov
2013-05-01
1
-1
/
+4
*
|
new parser works
Araq
2013-04-20
1
-2
/
+3
*
|
next steps for the new parser
Araq
2013-04-20
1
-1
/
+1
|
/
*
experimental support for outputting code snippets in error messages; implemen...
Zahary Karadjov
2013-04-09
1
-0
/
+15
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
*
added isServing parameter
Simon Hafner
2013-02-26
1
-2
/
+2
*
merged upstream master
Zahary Karadjov
2013-01-27
1
-5
/
+16
|
\
|
*
fixes #293
Araq
2013-01-08
1
-1
/
+1
|
*
fixed a newly introduced c2nim bug; many untested improvements to the FFI at ...
Araq
2012-12-31
1
-0
/
+3
|
*
implemented --listFullPaths option for aporia
Araq
2012-12-27
1
-3
/
+11
|
*
fixes #271
Araq
2012-12-15
1
-1
/
+1
*
|
fixed a regression in `nimrod i`
Zahary Karadjov
2013-01-27
1
-1
/
+2
*
|
fixed a regression: compiling projects not residing in the current directory
Zahary Karadjov
2013-01-20
1
-7
/
+9
*
|
adds an option to interleave the generated code with snippets from the origin...
Zahary Karadjov
2012-12-02
1
-4
/
+66
*
|
CaaS in-memory caching
Zahary Karadjov
2012-11-28
1
-1
/
+5
|
/
*
fixes #250
Araq
2012-11-19
1
-4
/
+5
*
AST quasi-quoting for macros
Zahary Karadjov
2012-11-11
1
-0
/
+3
*
caas barely works now
Araq
2012-10-24
1
-4
/
+11
*
syntax compatibility between do blocks and stmt blocks
Zahary Karadjov
2012-10-04
1
-8
/
+11
*
next steps for 'compiler as a service'
Araq
2012-10-03
1
-11
/
+18
*
always print stack traces on errors in debug builds of nimrod
Zahary Karadjov
2012-10-03
1
-7
/
+10
*
semExpr/semStmt merged
Araq
2012-09-13
1
-1
/
+1
*
first steps to deprecate 'nil' statement
Araq
2012-09-09
1
-3
/
+3
*
term rewriting macros fully implemented; still buggy
Araq
2012-09-03
1
-4
/
+5
*
top level closures should work; transf is not a pass anymore; next steps for ...
Araq
2012-08-13
1
-2
/
+4
*
idetools: 'usages' and 'def' should work now; documented js backend
Araq
2012-08-05
1
-4
/
+4
*
idetools improvements
Araq
2012-08-03
1
-1
/
+1
*
idetools improvements; preparation of first class iterators; fixes #183
Araq
2012-08-02
1
-1
/
+1
*
more improvements for idetools
Araq
2012-07-30
1
-4
/
+6
*
better error handling for better idetools support
Araq
2012-07-29
1
-1
/
+1
*
improvements for idetools; system.compiles improved
Araq
2012-07-29
1
-0
/
+3
*
implements #173
Araq
2012-07-28
1
-3
/
+6
*
added warning for confusing var declarations
Araq
2012-07-26
1
-3
/
+4
*
added system.compiles
Araq
2012-07-20
1
-3
/
+5
*
preparations for making 'closure' the default calling convention for proc types
Araq
2012-07-16
1
-3
/
+3
*
added devel/logging; weakrefs test; next steps for proper unsigned support
Araq
2012-07-05
1
-1
/
+1
*
dead code elimination for JS backend; JS improvements (but doesn't work yet)
Araq
2012-06-30
1
-2
/
+2
*
changed integer promotion rules; added math.fmod
Araq
2012-06-28
1
-3
/
+5
*
bugfixes for closures
Araq
2012-06-21
1
-4
/
+4
*
Added system.staticExec proc for executing external command at compile-time
Zahary Karadjov
2012-06-02
1
-1
/
+2
*
added system.getStackTrace; docgen refactoring (incomplete)
Araq
2012-05-06
1
-1
/
+1
*
completing the "types as first class values" reform
Zahary Karadjov
2012-04-06
1
-2
/
+1
*
the foundations of a type traits module; better error messages for expr, type...
Zahary Karadjov
2012-04-06
1
-0
/
+3
[next]