Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nimsuggest: added 'dus' command that combines 'def' and 'use' | Araq | 2015-10-12 | 1 | -1/+5 |
| | |||||
* | renamed inCompilesContext to compilesContextId; added test case for #3313 | Araq | 2015-09-18 | 1 | -3/+3 |
| | |||||
* | compiler: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -37/+37 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | changed from parseEnum to direct copy | Simon Hafner | 2015-05-13 | 1 | -5/+1 |
| | | | | Let's hope this doesn't break anything | ||||
* | removed unnecessary deps | Simon Hafner | 2015-05-08 | 1 | -2/+1 |
| | |||||
* | removed a few consts and rewired to IdeCmd | Simon Hafner | 2015-04-26 | 1 | -16/+11 |
| | |||||
* | barebones in nimsuggest for EPC | Simon Hafner | 2015-04-22 | 1 | -11/+12 |
| | |||||
* | parseEnum ftw | Simon Hafner | 2015-04-22 | 1 | -40/+4 |
| | |||||
* | rewrite suggest.nim for suggestionResultHook | Simon Hafner | 2015-04-22 | 1 | -39/+106 |
| | |||||
* | removed dead code | Araq | 2015-01-30 | 1 | -9/+2 |
| | |||||
* | nimsuggest improvements | Araq | 2015-01-30 | 1 | -13/+17 |
| | |||||
* | nimsuggest: sane dirty buffer handling | Araq | 2015-01-29 | 1 | -5/+1 |
| | |||||
* | nimsuggest: first version | Araq | 2015-01-27 | 1 | -111/+86 |
| | |||||
* | fixes #1774 | Araq | 2014-12-31 | 1 | -3/+0 |
| | |||||
* | improvements for nimfix | Araq | 2014-09-10 | 1 | -2/+1 |
| | |||||
* | 'pretty' command does not exist anymore; improvements for nimfix | Araq | 2014-09-10 | 1 | -1/+1 |
| | |||||
* | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -1/+1 |
| | |||||
* | fixes #1285 | Araq | 2014-06-30 | 1 | -19/+19 |
| | |||||
* | Fix idetools --def crash. | Dominik Picheta | 2014-06-15 | 1 | -1/+1 |
| | |||||
* | Fixed #1172 (for real) | Clay Sweetser | 2014-06-01 | 1 | -2/+5 |
| | |||||
* | Avoids idetools crash on nil parameters. | Grzegorz Adam Hankiewicz | 2014-04-15 | 1 | -0/+1 |
| | |||||
* | 'nil' as a statement is deprecated, use an empty 'discard' instead | Araq | 2014-01-19 | 1 | -1/+1 |
| | |||||
* | Merge branch 'upstream' into devel | Zahary Karadjov | 2013-12-29 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: compiler/ccgutils.nim compiler/msgs.nim compiler/sem.nim compiler/semexprs.nim compiler/seminst.nim compiler/semmagic.nim compiler/semstmts.nim compiler/semtypes.nim compiler/semtypinst.nim compiler/sigmatch.nim compiler/types.nim compiler/vmgen.nim lib/core/macros.nim lib/system.nim tests/reject/tenummix.nim web/news.txt | ||||
| * | make the current PContext accessible through TCandidate | Zahary Karadjov | 2013-12-25 | 1 | -1/+1 |
| | | | | | | | | | | | | the goal here is to remove all the hacks from ParamTypeMatch and to handle all type matching in typeRel (the context there is required to evaluate any static params and to run the compilation tests of user-defined type classes) | ||||
* | | case consistency: cs:partial bootstraps on windows | Araq | 2013-12-29 | 1 | -4/+4 |
| | | |||||
* | | case consistency: next steps | Araq | 2013-12-29 | 1 | -2/+2 |
| | | |||||
* | | improvements for 'pretty' | Araq | 2013-12-28 | 1 | -1/+2 |
| | | |||||
* | | case consistency part 4 | Araq | 2013-12-27 | 1 | -17/+17 |
| | | |||||
* | | case consistency part 1 | Araq | 2013-12-27 | 1 | -2/+2 |
|/ | |||||
* | 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 |
| |