summary refs log tree commit diff stats
path: root/nimsuggest
Commit message (Expand)AuthorAgeFilesLines
* Remove the uses of {.procvar.} pragma (#14359)Kaushal Modi2020-05-151-7/+7
* compiler/suggest: highlight squashed operators (#11796)alaviss2020-04-201-0/+11
* fix deprecations and other warnings (#13748)Miran2020-03-251-3/+3
* fix nimsuggest warning (#13699)Jasper Jenkins2020-03-203-7/+4
* fix .deprecated. object typedef crash (#13643)Andy Davidoff2020-03-162-8/+7
* Revert "nimsuggest: don't add CRLF to replies (#13545)" (#13597)alaviss2020-03-061-4/+4
* nimsuggest: don't add CRLF to replies (#13545)alaviss2020-03-041-4/+4
* make case-object transitions explicit, make unknownLineInfo a const, replace ...Jasper Jenkins2020-01-171-1/+0
* fix nimsuggest deprecation warnings (#12772)Jasper Jenkins2019-11-301-2/+2
* remove unused importsnarimiran2019-11-061-4/+3
* compiler/suggest: add variable support to `con` (#12569)alaviss2019-11-041-0/+12
* compiler/semtypes: improve lineinfo for exported object fields (#12495)alaviss2019-10-251-0/+11
* compiler/semcall: return the correct lineinfo for nkCallStrLit (#12484)alaviss2019-10-241-0/+11
* nimsuggest: add a command that returns the project file (#12411)alaviss2019-10-111-1/+10
* nimsuggest: add option to force finding the project file (#12409)alaviss2019-10-111-1/+10
* nimsuggest: fix tcp socket leak for epc backend (#12384) [backport]alaviss2019-10-081-1/+1
* nimsuggest: fix tcp socket leak (#12377) [backport]alaviss2019-10-081-1/+1
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-272-2/+2
* fixes #12125 (#12131)Andreas Rumpf2019-09-061-0/+0
* minor style changesAraq2019-07-112-10/+10
* [bugfix] fix #11482, fix nimsuggest range error (#11519)Miran2019-06-171-2/+2
* [other] nimsuggest: adhere to our style guideAraq2019-06-131-2/+2
* make fullpaths the default in error messages and stack traces for mor… (#11...Andreas Rumpf2019-06-051-0/+1
* update nimsuggestAraq2019-05-271-39/+15
* Allow void macro result (#11286)Arne Döring2019-05-211-1/+1
* move assertions and iterators out of system.nim (#10597)Miran2019-03-072-3/+2
* nimsuggest: make use project file name if none given for 'sug' command; allow...Andreas Rumpf2019-03-041-4/+8
* StringStream and parseJson, parseCfg, parseSql et al for the vm (#10746)Arne Döring2019-02-281-30/+25
* better docs: osproc (#10708)Miran2019-02-192-3/+3
* document proper imports, fixes #8164 (#10698)Miran2019-02-191-0/+2
* compiler/types: correctly generates signature for non-proc types (#10658)alaviss2019-02-131-0/+12
* nimsuggest: only log when logging is enabled (#10646)alaviss2019-02-131-2/+2
* compiler/[msgs, suggest]: improve highlighter accuracy (#10496)alaviss2019-02-072-0/+21
* suggest: quote operators and keywords on suggestion (#10460)alaviss2019-01-281-0/+10
* semcall: correct lineinfo for accquoted symbols (#10461)alaviss2019-01-271-0/+2
* compiler/sem: correct macros lineinfo (#10438)alaviss2019-01-241-0/+13
* compiler/sem*: better lineinfo for templates (#10428)alaviss2019-01-233-2/+16
* nimsuggest/tester: disable highlight tests for epc (#10426)alaviss2019-01-233-2/+4
* compiler/sem*: improve lineinfo for qualified and generic procs (#10427)alaviss2019-01-232-0/+27
* Correct lineinfo for accent quoted symbols in proc definition (#10399)alaviss2019-01-211-0/+8
* nimsuggest: add an option to bind to a free port (#10328)alaviss2019-01-161-2/+15
* fixes nim-lang/nimsuggest#76 (#10093)alaviss2018-12-252-2/+30
* Moved some code around in nimsuggest to avoid crash when run as library (#9818)PMunch2018-12-011-8/+22
* Made nimsuggest importable as a library and add Nim-path override option (#9784)PMunch2018-11-231-1/+100
* nimsuggest: fixes #96Timothee Cour2018-11-201-2/+3
* refs #9637 ; cleanup installation of nimsuggest (#9703)Timothee Cour2018-11-151-1/+0
* remove ---path:"../compiler" from nimsuggest/nimsuggest.nim.cfgTimothee Cour2018-11-071-1/+0
* compiler refactoring; use typesafe path handing; docgen: render symbols betwe...Andreas Rumpf2018-09-071-18/+21
* make config.nims behave like nim.cfg in terms of where these scripts are sear...Timothee Cour2018-08-301-48/+25
* add nim c -r nimsuggest/tester to travis (#8805)Timothee Cour2018-08-299-2/+26