summary refs log tree commit diff stats
path: root/nimsuggest/nimsuggest.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes #23867; fixes #23316; rework nimsuggest for ORC (#23879)ringabout2024-07-231-0/+12
* Fixes #23695: On Linux, "nimsuggest" crashes if Nim is installed in /usr/bin ...Juan M Gómez2024-06-101-16/+2
* nimsuggest v3+ handles unknownFile (#23696)Juan M Gómez2024-06-081-5/+2
* + added nimsuggest support for exception inlay hints (#23202)Nikolay Nikolov2024-03-151-27/+149
* makes nimsuggest listen on localhost by default (#23351)Juan M Gómez2024-03-041-1/+1
* fixes nimsuggest sug doesnt return anything on first pass #23283 (#23288)Juan M Gómez2024-02-151-8/+6
* [fix] nimsuggest `con` sometimes doesnt return anything on first pass fixes #...Juan M Gómez2024-02-051-2/+3
* Adds info:capabilities to NimSuggest (#23134)Juan M Gómez2023-12-291-0/+8
* makes nimsuggest `con` work under v3 (#23113)Juan M Gómez2023-12-221-3/+6
* nimsuggest: Added optional command line option '--clientProcessId:XXX' (#22969)Nikolay Nikolov2023-11-241-0/+7
* Introduced version 4 of the NimSuggest protocol. The InlayHints feature made ...Nikolay Nikolov2023-11-181-2/+8
* nimsuggest: Instead of checking for protocol version 3 exactly, check for ver...Nikolay Nikolov2023-11-151-3/+3
* Added new command line option `--info:X` to nimsuggest for obtaining informat...Nikolay Nikolov2023-11-151-0/+14
* Inlay hints for types of consts (#22916)Nikolay Nikolov2023-11-071-1/+1
* Inlay hints support (#22896)Nikolay Nikolov2023-11-041-2/+53
* nimsuggest: Clear generic inst cache before partial recompilation (#22783)Pylgos2023-10-031-3/+21
* Create compiler and nimsuggest packages (#22118)Ivan Yonchovski2023-06-181-1/+6
* Improve nimsuggest (#21825)Juan Carlos2023-05-111-1/+1
* fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702)ringabout2023-05-021-1/+2
* Fix infinite recursion introduced in 7031ea6 [backport 1.6] (#21555)Peter Munch-Ellingsen2023-03-201-1/+1
* replaces implicit passes array registed at runtime with explicit function cal...ringabout2023-03-031-1/+1
* Implemented basic macro expand functionality (#20579)Ivan Yonchovski2023-01-271-42/+151
* Nimsuggest now defines the backends symbol (#21083)Jake Leahy2022-12-121-2/+5
* rename `std/threads` to `std/typedthreads` (#20850)ringabout2022-11-161-1/+1
* Fix typo in nimsuggest.nim (#20767)Ikko Ashimine2022-11-051-1/+1
* put std/threads under the umbrella of nimPreviewSlimSystem (#20711)ringabout2022-10-311-0/+2
* Fix/improve handling of forward declarations in nimsuggest (#20493)Ivan Yonchovski2022-10-061-9/+77
* [nimsuggest] fix def call on identifier 2 times on the line (#20228)Ivan Yonchovski2022-08-301-38/+34
* Implement type command (#19944)Ivan Yonchovski2022-07-151-1/+11
* Initial implementation of nimsuggest v3 (#19826)Ivan Yonchovski2022-06-131-14/+228
* Deprecate TaintedString (#15423)Juan Carlos2021-01-151-1/+1
* IC: next steps (#16550)Andreas Rumpf2021-01-071-1/+1
* cmdline: improve command processing (#16056)Timothee Cour2020-11-261-2/+2
* rename loadConfigsAndRunMainCommand => loadConfigsAndProcessCmdLine, reflect ...Timothee Cour2020-11-201-2/+2
* refactoring: removed cmdlinehelper.mainCommand callbackAndreas Rumpf2020-10-111-6/+8
* * honor --errorMax even for tools (eg drnim, nim doc) (#14546)Timothee Cour2020-06-021-4/+2
* fix nimsuggest warning (#13699)Jasper Jenkins2020-03-201-3/+0
* 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
* remove unused importsnarimiran2019-11-061-4/+3
* 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-271-1/+1
* minor style changesAraq2019-07-111-9/+9
* [bugfix] fix #11482, fix nimsuggest range error (#11519)Miran2019-06-171-2/+2
* [other] nimsuggest: adhere to our style guideAraq2019-06-131-2/+2
* nimsuggest: make use project file name if none given for 'sug' command; allow...Andreas Rumpf2019-03-041-4/+8
* nimsuggest: only log when logging is enabled (#10646)alaviss2019-02-131-2/+2