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
/
nimrod.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
code cleanup of caas
Araq
2012-10-05
1
-42
/
+5
*
implemented a stack trace profiler
Araq
2012-09-15
1
-0
/
+4
*
JS codegen enhancements; still unusable
Araq
2012-07-01
1
-2
/
+7
*
GC with realtime support
Araq
2012-04-21
1
-0
/
+3
*
win64 is a supported target; bugfix: nimrod c -r on windows; stdlib uses wid...
Araq
2012-03-04
1
-3
/
+6
*
bugfix: command line args are processed again after config files, so that --v...
Araq
2012-01-08
1
-5
/
+5
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-1
/
+1
*
GC stack scanning cares about interior pointers
Araq
2011-12-30
1
-5
/
+7
*
path canonicalization and proper project relative paths
Zahary Karadjov
2011-12-09
1
-2
/
+2
*
bugfix: don't process arguments that are to be passed to the produced exe
Araq
2011-11-30
1
-10
/
+11
*
cleaned up configuration file handling and documented the new behaviour
Araq
2011-11-30
1
-13
/
+13
*
argument passing with --run option works again
Araq
2011-11-27
1
-5
/
+5
*
fixes #31
Araq
2011-11-27
1
-1
/
+3
*
New algorithm for locating and loading nimrod config files.
Zahary Karadjov
2011-11-25
1
-28
/
+27
*
got rid of tyPureObject; broke bootstrapping; use generated C code
Araq
2011-09-24
1
-1
/
+5
*
Nimrod can now compile itself with --lineDir enabled
Zahary Karadjov
2011-09-20
1
-1
/
+2
*
bugfixes for generics; new threads implementation still broken
Araq
2011-09-20
1
-5
/
+9
*
implemented --nimcache config option; big clean up of magic words
Araq
2011-08-19
1
-1
/
+4
*
deprecated system.copy: use system.substr instead
Araq
2011-05-14
1
-2
/
+2
*
gc tweaking to gain a few percent of performance
Araq
2011-05-07
1
-2
/
+4
*
got rid of some arcane module names
Araq
2011-04-21
1
-1
/
+1
*
big repo cleanup
Araq
2011-04-12
1
-0
/
+87