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
/
main.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
first steps for compiler as a service
Araq
2012-10-03
1
-1
/
+12
*
top level closures should work; transf is not a pass anymore; next steps for ...
Araq
2012-08-13
1
-2
/
+1
*
made compiler more robust for idetools support
Araq
2012-07-30
1
-1
/
+2
*
removed nimdat in favor of per-module dat init procs
Zahary Karadjov
2012-07-19
1
-0
/
+3
*
JS codegen enhancements; still unusable
Araq
2012-07-01
1
-1
/
+3
*
docgen2 improvements
Araq
2012-06-23
1
-1
/
+1
*
first implementation of docgen2
Araq
2012-06-23
1
-1
/
+14
*
extracted documentation generator
Araq
2012-05-09
1
-1
/
+5
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-1
/
+1
*
path canonicalization for imported modules, relative paths written in rod files
Zahary Karadjov
2011-12-11
1
-1
/
+1
*
path canonicalization and proper project relative paths
Zahary Karadjov
2011-12-09
1
-1
/
+1
*
Speed-up symbolFiles:on operations on windows
Zahary Karadjov
2011-12-07
1
-12
/
+10
*
bugfixes for .rod files and visual C++
Araq
2011-12-03
1
-1
/
+1
*
cleaned up configuration file handling and documented the new behaviour
Araq
2011-11-30
1
-10
/
+10
*
argument passing with --run option works again
Araq
2011-11-27
1
-2
/
+2
*
New algorithm for locating and loading nimrod config files.
Zahary Karadjov
2011-11-25
1
-78
/
+79
*
compilation cache: multi methods now work
Araq
2011-10-24
1
-0
/
+1
*
compilation cache: better dependency checking
Araq
2011-10-23
1
-0
/
+1
*
much more efficient rod file generation
Araq
2011-10-18
1
-25
/
+17
*
added system.slurp for easy embedding of resources
Araq
2011-08-10
1
-2
/
+4
*
json code generation works again
Araq
2011-08-07
1
-1
/
+1
*
support for C++ code generation; importcpp and importobjc pragmas
Araq
2011-08-07
1
-2
/
+2
*
lexer, parser cleanup; boehm gc for mac os x
Araq
2011-05-17
1
-3
/
+3
*
const table support
Araq
2011-04-29
1
-2
/
+2
*
got rid of some arcane module names
Araq
2011-04-21
1
-1
/
+1
*
better error message for invalid module names
Araq
2011-04-16
1
-1
/
+1
*
big repo cleanup
Araq
2011-04-12
1
-0
/
+279