Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tiny style changes | Andreas Rumpf | 2016-08-09 | 1 | -1/+1 |
| | |||||
* | compiler almost free of deprecated expr/stmt names | Andreas Rumpf | 2016-07-30 | 1 | -1/+1 |
| | |||||
* | fixes #4485; package handling works better; docgen works with --project on ↵ | Andreas Rumpf | 2016-07-19 | 1 | -2/+20 |
| | | | | Nimble package level | ||||
* | added gFuzzyGraphChecking for nimsuggest timeout problems | Andreas Rumpf | 2016-07-17 | 1 | -2/+2 |
| | |||||
* | nimsuggest improvements | Andreas Rumpf | 2016-07-16 | 1 | -1/+1 |
| | |||||
* | rollback of nimsuggest improvement until we figured out the reasons | Andreas Rumpf | 2016-07-15 | 1 | -4/+8 |
| | |||||
* | nimsuggest: dependencies are recalculated properly | Andreas Rumpf | 2016-07-13 | 1 | -6/+7 |
| | |||||
* | new language feature: explicit 'import system' statements are allowed | Andreas Rumpf | 2016-07-07 | 1 | -2/+2 |
| | |||||
* | fixes #2159 | Andreas Rumpf | 2016-05-28 | 1 | -0/+6 |
| | | | | Hints and warnings are only emitted for the main package that is compiled | ||||
* | nimsuggest: added 'chk', 'outline' and 'highlight' features | Araq | 2015-11-01 | 1 | -1/+1 |
| | |||||
* | added undocumented exportNims pragma for Nimscript support | Araq | 2015-10-03 | 1 | -0/+7 |
| | |||||
* | preparations for Nimble NimScript integrations; minor cleanups | Araq | 2015-08-18 | 1 | -1/+0 |
| | |||||
* | implements experimental new config system based on NimScript | Araq | 2015-08-16 | 1 | -6/+14 |
| | |||||
* | CRC -> Hash | Flaviu Tamas | 2015-07-03 | 1 | -25/+25 |
| | |||||
* | Use full file path for CRC checks. | Dominik Picheta | 2015-06-14 | 1 | -3/+3 |
| | | | | Ref nim-lang/nimsuggest#6. Ref nim-lang/nimsuggest#4. | ||||
* | securehash: Keep module name consistent | Adam Strzelecki | 2015-06-09 | 1 | -1/+1 |
| | | | | | | 1. All other modules don't use underscore, why this should be different? 2. Wrap some imports to 80 column | ||||
* | Rename crc module to "secure_hash" | Flaviu Tamas | 2015-05-23 | 1 | -1/+1 |
| | |||||
* | Clean up crc module | Flaviu Tamas | 2015-05-23 | 1 | -4/+4 |
| | | | | | Use better names, remove quite a bit of dead code. Change `><` to a name that's actually descriptive. | ||||
* | 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 |