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
/
tests
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
1
-0
/
+35
*
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
*
nimsuggest --ic:on compiles (#23298)
Juan M Gómez
2024-02-09
1
-0
/
+20
*
+ show the inferred exception list (as part of the type) for functions that d...
Nikolay Nikolov
2024-01-15
12
-39
/
+39
*
makes nimsuggest `con` work under v3 (#23113)
Juan M Gómez
2023-12-22
1
-0
/
+13
*
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
*
Don't provide suggestions for enum fields (#22959)
Jake Leahy
2023-11-20
1
-0
/
+17
*
nimsuggest: Clear generic inst cache before partial recompilation (#22783)
Pylgos
2023-10-03
2
-0
/
+36
*
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
*
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
2
-4
/
+45
*
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
2
-0
/
+8
*
fix bugs with dot & call operators [backport] (#20931)
metagn
2022-11-28
1
-2
/
+0
*
'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
2
-0
/
+37
*
moderate system cleanup & refactor (#20355)
metagn
2022-09-28
2
-4
/
+4
*
[nimsuggest] fix def call on identifier 2 times on the line (#20228)
Ivan Yonchovski
2022-08-30
2
-0
/
+15
*
Use module actual file instead of PSym.info (#19956)
Ivan Yonchovski
2022-07-15
1
-0
/
+7
*
Implement type command (#19944)
Ivan Yonchovski
2022-07-15
1
-0
/
+32
*
Initial implementation of nimsuggest v3 (#19826)
Ivan Yonchovski
2022-06-13
1
-0
/
+25
*
Make sure that field usage preserves the original line info (#19751)
Ivan Yonchovski
2022-04-29
1
-0
/
+15
*
[nimsuggest] return the type when on symbol in let/var (#19639)
Ivan Yonchovski
2022-04-07
1
-0
/
+7
*
improvements to `addInt` and `$` for integer types (#18592)
Timothee Cour
2021-08-19
1
-1
/
+1
*
improvements to hint:processing: show import stack, distinguish nims, show in...
Timothee Cour
2021-06-30
3
-3
/
+3
*
add `--processing:dots|filenames|off` to customize `hintProcessing` (#17817)
Timothee Cour
2021-04-23
3
-3
/
+3
*
fixed dot operator recursive loop & macro suggest (#16922)
Saem Ghani
2021-02-15
2
-12
/
+1
*
tables module uses runnableExamples (#16994)
flywind
2021-02-13
1
-0
/
+2
*
nimsuggest prioritize non-deprecated suggestions (#16816)
Saem Ghani
2021-01-29
2
-10
/
+12
*
regression test for nim-lang/nimsuggest#58 (#16817)
Saem Ghani
2021-01-25
1
-0
/
+22
*
fixed nim-lang/nimsuggest#48 type aware sug (#16814)
Saem Ghani
2021-01-25
2
-3
/
+29
*
fixes nim-lang/nimsuggest#103 con dot exprs (#16657)
Saem Ghani
2021-01-12
1
-2
/
+32
*
fixed nim-lang/nimsuggest#82 pure enum field sug (#16676)
Saem Ghani
2021-01-11
1
-0
/
+18
*
fixes nim-lang/nimsuggest#119 outline includes (#16608)
Saem Ghani
2021-01-06
1
-2
/
+8
*
nimsuggest: fix and re-enable old tests (#16401)
Saem Ghani
2020-12-27
19
-376
/
+292
*
suggest: try to find the implementation of a symbol when def is used (#15555)
alaviss
2020-10-14
1
-0
/
+13
*
Change severity of template instantiation message [backport] (#14526)
Danil Yarantsev
2020-06-01
1
-0
/
+13
*
Fix `compiles` for nimsuggest [backport] (#14527)
Danil Yarantsev
2020-06-01
1
-0
/
+8
*
compiler/suggest: highlight squashed operators (#11796)
alaviss
2020-04-20
1
-0
/
+11
*
fix deprecations and other warnings (#13748)
Miran
2020-03-25
1
-3
/
+3
*
fix .deprecated. object typedef crash (#13643)
Andy Davidoff
2020-03-16
1
-3
/
+5
*
compiler/suggest: add variable support to `con` (#12569)
alaviss
2019-11-04
1
-0
/
+12
*
compiler/semtypes: improve lineinfo for exported object fields (#12495)
alaviss
2019-10-25
1
-0
/
+11
[next]