summary refs log tree commit diff stats
path: root/compiler/suggest.nim
Commit message (Collapse)AuthorAgeFilesLines
* nimsuggest: added 'dus' command that combines 'def' and 'use'Araq2015-10-121-1/+5
|
* renamed inCompilesContext to compilesContextId; added test case for #3313Araq2015-09-181-3/+3
|
* compiler: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-37/+37
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* changed from parseEnum to direct copySimon Hafner2015-05-131-5/+1
| | | | Let's hope this doesn't break anything
* removed unnecessary depsSimon Hafner2015-05-081-2/+1
|
* removed a few consts and rewired to IdeCmdSimon Hafner2015-04-261-16/+11
|
* barebones in nimsuggest for EPCSimon Hafner2015-04-221-11/+12
|
* parseEnum ftwSimon Hafner2015-04-221-40/+4
|
* rewrite suggest.nim for suggestionResultHookSimon Hafner2015-04-221-39/+106
|
* removed dead codeAraq2015-01-301-9/+2
|
* nimsuggest improvementsAraq2015-01-301-13/+17
|
* nimsuggest: sane dirty buffer handlingAraq2015-01-291-5/+1
|
* nimsuggest: first versionAraq2015-01-271-111/+86
|
* fixes #1774Araq2014-12-311-3/+0
|
* improvements for nimfixAraq2014-09-101-2/+1
|
* 'pretty' command does not exist anymore; improvements for nimfixAraq2014-09-101-1/+1
|
* Nimrod renamed to NimAraq2014-08-281-1/+1
|
* fixes #1285Araq2014-06-301-19/+19
|
* Fix idetools --def crash.Dominik Picheta2014-06-151-1/+1
|
* Fixed #1172 (for real)Clay Sweetser2014-06-011-2/+5
|
* Avoids idetools crash on nil parameters.Grzegorz Adam Hankiewicz2014-04-151-0/+1
|
* 'nil' as a statement is deprecated, use an empty 'discard' insteadAraq2014-01-191-1/+1
|
* Merge branch 'upstream' into develZahary Karadjov2013-12-291-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 TCandidateZahary Karadjov2013-12-251-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 windowsAraq2013-12-291-4/+4
| |
* | case consistency: next stepsAraq2013-12-291-2/+2
| |
* | improvements for 'pretty'Araq2013-12-281-1/+2
| |
* | case consistency part 4Araq2013-12-271-17/+17
| |
* | case consistency part 1Araq2013-12-271-2/+2
|/
* Take into account dirty buffers in suggest output; Fixes zah/nimrod.vim#14Zahary Karadjov2013-08-071-2/+8
|
* fixes token's column informationAraq2013-07-301-3/+1
|
* 'modules' module from 'main'; minor bugfixesAraq2013-07-201-1/+2
|
* Order suggestion output by scope and then by item name.Thomas Kinnen2013-07-011-2/+5
|
* another attempt to implement #448Araq2013-05-311-10/+7
|
* implements #448Araq2013-05-261-3/+10
|
* final fixes giving us a working compilerZahary Karadjov2013-05-121-2/+2
|
* get rid of ImportTablePos and ModuleTablePosZahary Karadjov2013-05-121-7/+12
|
* handle invalid data in --defZahary Karadjov2013-05-051-2/+5
|
* experimental support for answering idetools --def requests fromZahary Karadjov2013-05-041-1/+57
| | | | an in-memory index built during compilation in caas mode
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* implements #295Araq2013-01-081-1/+3
|
* cas improvementsAraq2012-10-241-0/+2
|
* syntax compatibility between do blocks and stmt blocksZahary Karadjov2012-10-041-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'Araq2012-10-031-7/+2
|
* first steps for compiler as a serviceAraq2012-10-031-8/+13
|
* distinguish properly between nkOpen and nkClosedSymChoiceAraq2012-08-261-1/+1
|
* first steps to make templates hygienicAraq2012-08-201-3/+7
|
* make idetools output full pathsAraq2012-08-051-1/+1
|
* idetools: 'usages' and 'def' should work now; documented js backendAraq2012-08-051-23/+46
|
* idetools: don't suggest module names or not visible object fieldsAraq2012-08-031-14/+19
|