summary refs log tree commit diff stats
path: root/nimsuggest
Commit message (Collapse)AuthorAgeFilesLines
* make config.nims behave like nim.cfg in terms of where these scripts are ↵Timothee Cour2018-08-301-48/+25
| | | | | | | | | searched / run (#8682) * run project config.nims if exists, then inputfile.nims if exists * ~/.config/nim/config.nims can now be used * also check in getSystemConfigPath for config.nims * refactor handleCmdLine for nim and nimsuggest
* add nim c -r nimsuggest/tester to travis (#8805)Timothee Cour2018-08-299-2/+26
|
* make more tests greenAndreas Rumpf2018-08-131-3/+3
|
* cleanup nimsuggest tests a bitAndreas Rumpf2018-08-103-11/+11
|
* implements a --nep1:on switch to make the compiler enforce the naming ↵Andreas Rumpf2018-06-131-1/+0
| | | | conventions outlined in NEP-1
* incremental compilation: implemented basic replay logicAndreas Rumpf2018-06-021-16/+16
|
* compiler API: final cleanups; improve security by diabling 'gorge' and friendsAndreas Rumpf2018-05-292-4/+8
|
* vm now free of global variablesAndreas Rumpf2018-05-281-1/+1
|
* refactoring: remove idents.legacy global variable and pass the IdentCache ↵Andreas Rumpf2018-05-271-1/+1
| | | | around explicitly
* remove more global variables in the Nim compilerAndreas Rumpf2018-05-271-33/+32
|
* preparations of making compiler/msgs.nim free of global variablesAndreas Rumpf2018-05-171-6/+6
|
* make nimsuggest compile againAndreas Rumpf2018-05-141-10/+10
|
* make nimsuggest compile againAndreas Rumpf2018-05-131-69/+77
|
* .experimental can now be used to enable specific featuresAndreas Rumpf2018-04-241-4/+4
|
* include help short option in processCmdLine (#7515)skilchen2018-04-061-1/+1
|
* nimsuggest: do not execute the .nims file when requested to auto-complete itAraq2018-03-221-3/+3
|
* Fixed printing nimsuggest commandline help message (#6863)pqflx32017-12-021-0/+3
|
* fixes #6707; nimsuggest tests still not greenAndreas Rumpf2017-11-086-8/+7
|
* Remove more usages of unary lt (fixes #6634) (#6641)Fabian Keller2017-10-311-1/+1
| | | | | | * fixes #6634 * remove more usages of unary <
* Fix spelling error (#6349)Federico Ceratto2017-09-151-1/+1
|
* attempt to make nimsuggest work with choosenimAndreas Rumpf2017-05-111-0/+2
|
* minor update for nimsuggestAndreas Rumpf2017-04-062-2/+3
|
* Make nimsuggest quit when pressing Ctrl-D from the command line. (#5662)Arne Döring2017-04-061-0/+1
|
* nimsuggest: die with a project dir/file that doesn't existAraq2017-03-211-0/+4
|
* nimsuggest: when invoked with a directory, detect the main nim file on its ownAndreas Rumpf2017-03-141-1/+7
|
* nimsuggest: suggest types in a type sectionAndreas Rumpf2017-03-141-0/+15
|
* nimsuggest: make test green againAndreas Rumpf2017-03-141-2/+2
|
* nimsuggest: logging enable when compiled with -d:loggingAndreas Rumpf2017-03-131-10/+10
|
* nimsuggest: special rule for 'of' completion in case statementsAndreas Rumpf2017-03-101-0/+17
|
* nimsuggest: make 'con' work againAndreas Rumpf2017-03-101-0/+13
|
* nimsuggest: maxresults limit; fixed local symbol usages priorizationsAndreas Rumpf2017-03-103-2/+20
|
* nimsuggest now uses 0 based columsn consistentlyAndreas Rumpf2017-03-101-2/+2
|
* nimsuggest: make tests green againAraq2017-03-101-1/+1
|
* nimsuggest: more things workAraq2017-03-092-15/+20
|
* nimsuggest: more precise cursor trackingAraq2017-03-0920-0/+2333