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
*
koch now uses nim.exe
Araq
2014-08-29
1
-92
/
+0
*
Nimrod renamed to Nim
Araq
2014-08-28
1
-1
/
+1
*
renamefest
Araq
2014-08-23
1
-1
/
+1
*
distinguish between 'defined' and 'declared'
Araq
2014-08-11
1
-1
/
+1
*
Allow arguments for "nimrod run"
def
2014-07-28
1
-1
/
+1
*
Fixes problems with JS code gen.
Dominik Picheta
2014-04-11
1
-2
/
+6
*
case consistency: cs:partial bootstraps on windows
Araq
2013-12-29
1
-1
/
+1
*
case consistency: next steps
Araq
2013-12-29
1
-1
/
+1
*
case consistency part 4
Araq
2013-12-27
1
-1
/
+1
*
case consistency part 1
Araq
2013-12-27
1
-5
/
+5
*
Runs user specified outFile if available. Refs #738.
Grzegorz Adam Hankiewicz
2013-12-20
1
-2
/
+8
*
Use quoteShell in stdlib, where appropriate.
Michał Zieliński
2013-12-11
1
-6
/
+6
*
adding some provisions for writing lower-level unit tests targeting specific ...
Zahary Karadjov
2013-12-07
1
-2
/
+4
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
*
EcmaScript => JS. Fixes #330
Simon Hafner
2013-02-15
1
-1
/
+1
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-02-10
1
-1
/
+1
|
\
|
*
fix for exit code of compiler (JS bug?)
Simon Hafner
2013-02-09
1
-1
/
+1
*
|
open arrays documented in the manual
Araq
2013-02-10
1
-1
/
+1
|
/
*
revert to old GC; use --gc:v2 to activate the new GC
Araq
2013-01-31
1
-3
/
+4
*
merged upstream master
Zahary Karadjov
2013-01-27
1
-1
/
+1
|
\
|
*
Copyright 2012 -> 2013
Araq
2013-01-08
1
-1
/
+1
*
|
Disabled mark-and-sweep in the compiler itself
Zahary Karadjov
2013-01-22
1
-0
/
+1
*
|
CaaS in-memory caching
Zahary Karadjov
2012-11-28
1
-6
/
+1
|
/
*
first version of a memory profiler
Araq
2012-10-10
1
-1
/
+1
*
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