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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix nimsuggest crash with arrow type sugar (#24185)
metagn
2024-09-27
1
-0
/
+20
*
handle explicit generic routine instantiations in sigmatch (#24010)
metagn
2024-09-02
1
-5
/
+0
*
fixes #23867; fixes #23316; rework nimsuggest for ORC (#23879)
ringabout
2024-07-23
2
-0
/
+47
*
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
2
-28
/
+156
*
makes nimsuggest listen on localhost by default (#23351)
Juan M Gómez
2024-03-04
1
-1
/
+1
*
Fix nimsuggest highlight for import statements (#23263)
autumngray
2024-03-03
1
-0
/
+12
*
* fixed nimsuggest crash with 'Something = concept' put (erroneously) outside...
Nikolay Nikolov
2024-02-24
2
-0
/
+27
*
* fixed nimsuggest crash when opening a .nim file, that contain a {.fatal: "m...
Nikolay Nikolov
2024-02-20
1
-0
/
+15
*
fixes nimsuggest sug doesnt return anything on first pass #23283 (#23288)
Juan M Gómez
2024-02-15
1
-8
/
+6
*
nimsuggest --ic:on compiles (#23298)
Juan M Gómez
2024-02-09
1
-0
/
+20
*
[fix] nimsuggest `con` sometimes doesnt return anything on first pass fixes #...
Juan M Gómez
2024-02-05
1
-2
/
+3
*
+ show the inferred exception list (as part of the type) for functions that d...
Nikolay Nikolov
2024-01-15
12
-39
/
+39
*
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
2
-3
/
+19
*
Only suggest symbols that could be pragmas when typing a pragma (#23040)
Jake Leahy
2023-12-07
1
-0
/
+40
*
Fix nimsuggest `def` being different on proc definition/use (#23025)
Jake Leahy
2023-12-04
2
-4
/
+14
*
Register declaration of enum field has a use (#22990)
Jake Leahy
2023-11-27
1
-0
/
+15
*
nimsuggest: Added optional command line option '--clientProcessId:XXX' (#22969)
Nikolay Nikolov
2023-11-24
2
-0
/
+41
*
Don't provide suggestions for enum fields (#22959)
Jake Leahy
2023-11-20
1
-0
/
+17
*
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
3
-3
/
+57
*
fix #22448 Remove `structuredErrorHook` temporary in `tryConstExpr` (#22450)
Pylgos
2023-08-11
1
-0
/
+11
*
Fix nimsuggest not showing suggestions for imported tuples (#22241)
Jake Leahy
2023-07-10
3
-0
/
+22
*
Create compiler and nimsuggest packages (#22118)
Ivan Yonchovski
2023-06-18
2
-7
/
+12
*
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
*
fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now pa...
ringabout
2023-02-22
1
-1
/
+1
*
Implemented basic macro expand functionality (#20579)
Ivan Yonchovski
2023-01-27
4
-51
/
+206
*
Fix nimsuggest not suggesting fields in when theres static parameters (#21189)
Jake Leahy
2022-12-28
1
-0
/
+18
*
Nimsuggest now defines the backends symbol (#21083)
Jake Leahy
2022-12-12
3
-2
/
+13
*
fix bugs with dot & call operators [backport] (#20931)
metagn
2022-11-28
1
-2
/
+0
*
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
*
fixes #20526; use `nimPreviewSlimSystem` for documentation build (#20714)
ringabout
2022-11-01
1
-0
/
+3
*
put std/threads under the umbrella of nimPreviewSlimSystem (#20711)
ringabout
2022-10-31
1
-0
/
+2
*
fixes #19162; enable `strictEffects` for v2 (#19380)
ringabout
2022-10-15
1
-1
/
+1
*
'lock levels' are deprecated, now a noop (#20539)
ringabout
2022-10-11
8
-24
/
+24
*
Fix/improve handling of forward declarations in nimsuggest (#20493)
Ivan Yonchovski
2022-10-06
3
-9
/
+114
*
moderate system cleanup & refactor (#20355)
metagn
2022-09-28
2
-4
/
+4
*
defaults to ORC (#19972)
ringabout
2022-09-23
1
-12
/
+2
*
Partially Revert "Change nim's nimble files to make it installable" (#20296)
ringabout
2022-09-02
1
-0
/
+8
*
Change nim's nimble files to make it installable (#20179)
Ivan Yonchovski
2022-08-31
1
-8
/
+0
[next]