index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nimsuggest
/
nimsuggest.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #23867; fixes #23316; rework nimsuggest for ORC (#23879)
ringabout
2024-07-23
1
-0
/
+12
*
Fixes #23695: On Linux, "nimsuggest" crashes if Nim is installed in /usr/bin ...
Juan M Gómez
2024-06-10
1
-16
/
+2
*
nimsuggest v3+ handles unknownFile (#23696)
Juan M Gómez
2024-06-08
1
-5
/
+2
*
+ added nimsuggest support for exception inlay hints (#23202)
Nikolay Nikolov
2024-03-15
1
-27
/
+149
*
makes nimsuggest listen on localhost by default (#23351)
Juan M Gómez
2024-03-04
1
-1
/
+1
*
fixes nimsuggest sug doesnt return anything on first pass #23283 (#23288)
Juan M Gómez
2024-02-15
1
-8
/
+6
*
[fix] nimsuggest `con` sometimes doesnt return anything on first pass fixes #...
Juan M Gómez
2024-02-05
1
-2
/
+3
*
Adds info:capabilities to NimSuggest (#23134)
Juan M Gómez
2023-12-29
1
-0
/
+8
*
makes nimsuggest `con` work under v3 (#23113)
Juan M Gómez
2023-12-22
1
-3
/
+6
*
nimsuggest: Added optional command line option '--clientProcessId:XXX' (#22969)
Nikolay Nikolov
2023-11-24
1
-0
/
+7
*
Introduced version 4 of the NimSuggest protocol. The InlayHints feature made ...
Nikolay Nikolov
2023-11-18
1
-2
/
+8
*
nimsuggest: Instead of checking for protocol version 3 exactly, check for ver...
Nikolay Nikolov
2023-11-15
1
-3
/
+3
*
Added new command line option `--info:X` to nimsuggest for obtaining informat...
Nikolay Nikolov
2023-11-15
1
-0
/
+14
*
Inlay hints for types of consts (#22916)
Nikolay Nikolov
2023-11-07
1
-1
/
+1
*
Inlay hints support (#22896)
Nikolay Nikolov
2023-11-04
1
-2
/
+53
*
nimsuggest: Clear generic inst cache before partial recompilation (#22783)
Pylgos
2023-10-03
1
-3
/
+21
*
Create compiler and nimsuggest packages (#22118)
Ivan Yonchovski
2023-06-18
1
-1
/
+6
*
Improve nimsuggest (#21825)
Juan Carlos
2023-05-11
1
-1
/
+1
*
fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702)
ringabout
2023-05-02
1
-1
/
+2
*
Fix infinite recursion introduced in 7031ea6 [backport 1.6] (#21555)
Peter Munch-Ellingsen
2023-03-20
1
-1
/
+1
*
replaces implicit passes array registed at runtime with explicit function cal...
ringabout
2023-03-03
1
-1
/
+1
*
Implemented basic macro expand functionality (#20579)
Ivan Yonchovski
2023-01-27
1
-42
/
+151
*
Nimsuggest now defines the backends symbol (#21083)
Jake Leahy
2022-12-12
1
-2
/
+5
*
rename `std/threads` to `std/typedthreads` (#20850)
ringabout
2022-11-16
1
-1
/
+1
*
Fix typo in nimsuggest.nim (#20767)
Ikko Ashimine
2022-11-05
1
-1
/
+1
*
put std/threads under the umbrella of nimPreviewSlimSystem (#20711)
ringabout
2022-10-31
1
-0
/
+2
*
Fix/improve handling of forward declarations in nimsuggest (#20493)
Ivan Yonchovski
2022-10-06
1
-9
/
+77
*
[nimsuggest] fix def call on identifier 2 times on the line (#20228)
Ivan Yonchovski
2022-08-30
1
-38
/
+34
*
Implement type command (#19944)
Ivan Yonchovski
2022-07-15
1
-1
/
+11
*
Initial implementation of nimsuggest v3 (#19826)
Ivan Yonchovski
2022-06-13
1
-14
/
+228
*
Deprecate TaintedString (#15423)
Juan Carlos
2021-01-15
1
-1
/
+1
*
IC: next steps (#16550)
Andreas Rumpf
2021-01-07
1
-1
/
+1
*
cmdline: improve command processing (#16056)
Timothee Cour
2020-11-26
1
-2
/
+2
*
rename loadConfigsAndRunMainCommand => loadConfigsAndProcessCmdLine, reflect ...
Timothee Cour
2020-11-20
1
-2
/
+2
*
refactoring: removed cmdlinehelper.mainCommand callback
Andreas Rumpf
2020-10-11
1
-6
/
+8
*
* honor --errorMax even for tools (eg drnim, nim doc) (#14546)
Timothee Cour
2020-06-02
1
-4
/
+2
*
fix nimsuggest warning (#13699)
Jasper Jenkins
2020-03-20
1
-3
/
+0
*
Revert "nimsuggest: don't add CRLF to replies (#13545)" (#13597)
alaviss
2020-03-06
1
-4
/
+4
*
nimsuggest: don't add CRLF to replies (#13545)
alaviss
2020-03-04
1
-4
/
+4
*
remove unused imports
narimiran
2019-11-06
1
-4
/
+3
*
nimsuggest: add a command that returns the project file (#12411)
alaviss
2019-10-11
1
-1
/
+10
*
nimsuggest: add option to force finding the project file (#12409)
alaviss
2019-10-11
1
-1
/
+10
*
nimsuggest: fix tcp socket leak for epc backend (#12384) [backport]
alaviss
2019-10-08
1
-1
/
+1
*
nimsuggest: fix tcp socket leak (#12377) [backport]
alaviss
2019-10-08
1
-1
/
+1
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
1
-1
/
+1
*
minor style changes
Araq
2019-07-11
1
-9
/
+9
*
[bugfix] fix #11482, fix nimsuggest range error (#11519)
Miran
2019-06-17
1
-2
/
+2
*
[other] nimsuggest: adhere to our style guide
Araq
2019-06-13
1
-2
/
+2
*
nimsuggest: make use project file name if none given for 'sug' command; allow...
Andreas Rumpf
2019-03-04
1
-4
/
+8
*
nimsuggest: only log when logging is enabled (#10646)
alaviss
2019-02-13
1
-2
/
+2
[next]