Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Take into account dirty buffers in suggest output; Fixes zah/nimrod.vim#14 | Zahary Karadjov | 2013-08-07 | 1 | -2/+8 |
| | |||||
* | fixes token's column information | Araq | 2013-07-30 | 1 | -3/+1 |
| | |||||
* | 'modules' module from 'main'; minor bugfixes | Araq | 2013-07-20 | 1 | -1/+2 |
| | |||||
* | Order suggestion output by scope and then by item name. | Thomas Kinnen | 2013-07-01 | 1 | -2/+5 |
| | |||||
* | another attempt to implement #448 | Araq | 2013-05-31 | 1 | -10/+7 |
| | |||||
* | implements #448 | Araq | 2013-05-26 | 1 | -3/+10 |
| | |||||
* | final fixes giving us a working compiler | Zahary Karadjov | 2013-05-12 | 1 | -2/+2 |
| | |||||
* | get rid of ImportTablePos and ModuleTablePos | Zahary Karadjov | 2013-05-12 | 1 | -7/+12 |
| | |||||
* | handle invalid data in --def | Zahary Karadjov | 2013-05-05 | 1 | -2/+5 |
| | |||||
* | experimental support for answering idetools --def requests from | Zahary Karadjov | 2013-05-04 | 1 | -1/+57 |
| | | | | an in-memory index built during compilation in caas mode | ||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | implements #295 | Araq | 2013-01-08 | 1 | -1/+3 |
| | |||||
* | cas improvements | Araq | 2012-10-24 | 1 | -0/+2 |
| | |||||
* | syntax compatibility between do blocks and stmt blocks | Zahary Karadjov | 2012-10-04 | 1 | -2/+1 |
| | | | | | | | | | | | | See the section `do notation` in the manual for more info. * nkMacroStmt has been removed Macro statements are now mapped to regular nkCall nodes. The support for additional clauses (such as else, except, of, etc) have been restored - they will now appear as additional arguments for the nkCall node (as nkElse, nkExcept, etc nodes) * fixed some regressions in the `is` operator and semCompiles | ||||
* | next steps for 'compiler as a service' | Araq | 2012-10-03 | 1 | -7/+2 |
| | |||||
* | first steps for compiler as a service | Araq | 2012-10-03 | 1 | -8/+13 |
| | |||||
* | distinguish properly between nkOpen and nkClosedSymChoice | Araq | 2012-08-26 | 1 | -1/+1 |
| | |||||
* | first steps to make templates hygienic | Araq | 2012-08-20 | 1 | -3/+7 |
| | |||||
* | make idetools output full paths | Araq | 2012-08-05 | 1 | -1/+1 |
| | |||||
* | idetools: 'usages' and 'def' should work now; documented js backend | Araq | 2012-08-05 | 1 | -23/+46 |
| | |||||
* | idetools: don't suggest module names or not visible object fields | Araq | 2012-08-03 | 1 | -14/+19 |
| | |||||
* | idetools improvements (2) | Araq | 2012-08-03 | 1 | -0/+1 |
| | |||||
* | idetools improvements; preparation of first class iterators; fixes #183 | Araq | 2012-08-02 | 1 | -1/+0 |
| | |||||
* | made compiler more robust for idetools; implemented idetools.usages | Araq | 2012-07-30 | 1 | -7/+26 |
| | |||||
* | made compiler more robust for idetools support | Araq | 2012-07-30 | 1 | -2/+3 |
| | |||||
* | improvements for idetools; system.compiles improved | Araq | 2012-07-29 | 1 | -30/+43 |
| | |||||
* | bootstraps fine with overloadable templates | Zahary Karadjov | 2012-03-14 | 1 | -9/+7 |
| | |||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | bugfix: suggest feature | Araq | 2011-12-22 | 1 | -14/+13 |
| | |||||
* | attempt to improve 'suggest' feature | Araq | 2011-07-30 | 1 | -4/+7 |
| | |||||
* | got rid of some arcane module names | Araq | 2011-04-21 | 1 | -2/+3 |
| | |||||
* | big repo cleanup | Araq | 2011-04-12 | 1 | -0/+236 |