Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use gProjectIsStdin instead | def | 2015-05-17 | 1 | -1/+1 |
| | |||||
* | Clean up stdin file reading of compiler. | def | 2015-05-16 | 1 | -13/+16 |
| | | | | | Uses "stdinfile" as the module identifier now, which prevents problems with - colliding with the minus operator. This fixes #2422 and #2702. | ||||
* | Make compiler read files from stdin | def | 2015-02-22 | 1 | -1/+1 |
| | | | | Special "-" file as stdin. | ||||
* | nimsuggest: first version | Araq | 2015-01-27 | 1 | -7/+6 |
| | |||||
* | Happy new year! | Guillaume Gelin | 2015-01-06 | 1 | -1/+1 |
| | |||||
* | 'nim i' should work again | Araq | 2014-09-18 | 1 | -2/+3 |
| | |||||
* | nimfix handles helloworld | Araq | 2014-09-06 | 1 | -1/+10 |
| | |||||
* | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -2/+2 |
| | |||||
* | renamefest | Araq | 2014-08-23 | 1 | -1/+1 |
| | |||||
* | Fix generation of package-dependent init names. | Reimer Behrends | 2014-06-25 | 1 | -1/+1 |
| | | | | | | | | | | | The code incorrectly used relative instead of absolute paths to see if *.babel files could be found, which could result in them not being located properly. Also added an underscore between the package and the module name for package_moduleInit() and package_moduleDatInit() so that there won't be spurious conflicts, e.g. for package A and module BC vs. package AB and module C. | ||||
* | the compiler is now aware of packages | Araq | 2014-03-02 | 1 | -4/+5 |
| | |||||
* | case consistency: cs:partial bootstraps on windows | Araq | 2013-12-29 | 1 | -2/+2 |
| | |||||
* | case consistency: next steps | Araq | 2013-12-29 | 1 | -1/+1 |
| | |||||
* | case consistency part 4 | Araq | 2013-12-27 | 1 | -11/+11 |
| | |||||
* | case consistency part 1 | Araq | 2013-12-27 | 1 | -1/+1 |
| | |||||
* | 'modules' module from 'main'; minor bugfixes | Araq | 2013-07-20 | 1 | -0/+200 |