Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | No one calls it EcmaScript anymore. | ||||
* | 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 |
| | | | | | | | | | | This also adds "cycle roots trimming": a light-weight collection of the cycle roots performed in CollectZCT for candidates that are recently allocated and provably dead. | ||||
* | | CaaS in-memory caching | Zahary Karadjov | 2012-11-28 | 1 | -6/+1 |
|/ | | | | | removed some redundant filepath params and variables and switched to canonical paths in most places | ||||
* | 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 ↵ | Araq | 2012-03-04 | 1 | -3/+6 |
| | | | | wide char versions of the WinAPI | ||||
* | bugfix: command line args are processed again after config files, so that ↵ | Araq | 2012-01-08 | 1 | -5/+5 |
| | | | | --verbosity:3 works again | ||||
* | 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 |
| | | | | Some new options added to the compiler (see news.txt for details) | ||||
* | 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 |