summary refs log tree commit diff stats
path: root/nimsuggest/tests
Commit message (Expand)AuthorAgeFilesLines
* fix nimsuggest crash with arrow type sugar (#24185)metagn2024-09-271-0/+20
* handle explicit generic routine instantiations in sigmatch (#24010)metagn2024-09-021-5/+0
* fixes #23867; fixes #23316; rework nimsuggest for ORC (#23879)ringabout2024-07-231-0/+35
* Fix nimsuggest highlight for import statements (#23263)autumngray2024-03-031-0/+12
* * fixed nimsuggest crash with 'Something = concept' put (erroneously) outside...Nikolay Nikolov2024-02-242-0/+27
* * fixed nimsuggest crash when opening a .nim file, that contain a {.fatal: "m...Nikolay Nikolov2024-02-201-0/+15
* nimsuggest --ic:on compiles (#23298)Juan M Gómez2024-02-091-0/+20
* + show the inferred exception list (as part of the type) for functions that d...Nikolay Nikolov2024-01-1512-39/+39
* makes nimsuggest `con` work under v3 (#23113)Juan M Gómez2023-12-221-0/+13
* Only suggest symbols that could be pragmas when typing a pragma (#23040)Jake Leahy2023-12-071-0/+40
* Fix nimsuggest `def` being different on proc definition/use (#23025)Jake Leahy2023-12-042-4/+14
* Register declaration of enum field has a use (#22990)Jake Leahy2023-11-271-0/+15
* Don't provide suggestions for enum fields (#22959)Jake Leahy2023-11-201-0/+17
* nimsuggest: Clear generic inst cache before partial recompilation (#22783)Pylgos2023-10-032-0/+36
* fix #22448 Remove `structuredErrorHook` temporary in `tryConstExpr` (#22450)Pylgos2023-08-111-0/+11
* Fix nimsuggest not showing suggestions for imported tuples (#22241)Jake Leahy2023-07-103-0/+22
* fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now pa...ringabout2023-02-221-1/+1
* Implemented basic macro expand functionality (#20579)Ivan Yonchovski2023-01-272-4/+45
* Fix nimsuggest not suggesting fields in when theres static parameters (#21189)Jake Leahy2022-12-281-0/+18
* Nimsuggest now defines the backends symbol (#21083)Jake Leahy2022-12-122-0/+8
* fix bugs with dot & call operators [backport] (#20931)metagn2022-11-281-2/+0
* 'lock levels' are deprecated, now a noop (#20539)ringabout2022-10-118-24/+24
* Fix/improve handling of forward declarations in nimsuggest (#20493)Ivan Yonchovski2022-10-062-0/+37
* moderate system cleanup & refactor (#20355)metagn2022-09-282-4/+4
* [nimsuggest] fix def call on identifier 2 times on the line (#20228)Ivan Yonchovski2022-08-302-0/+15
* Use module actual file instead of PSym.info (#19956)Ivan Yonchovski2022-07-151-0/+7
* Implement type command (#19944)Ivan Yonchovski2022-07-151-0/+32
* Initial implementation of nimsuggest v3 (#19826)Ivan Yonchovski2022-06-131-0/+25
* Make sure that field usage preserves the original line info (#19751)Ivan Yonchovski2022-04-291-0/+15
* [nimsuggest] return the type when on symbol in let/var (#19639)Ivan Yonchovski2022-04-071-0/+7
* improvements to `addInt` and `$` for integer types (#18592)Timothee Cour2021-08-191-1/+1
* improvements to hint:processing: show import stack, distinguish nims, show in...Timothee Cour2021-06-303-3/+3
* add `--processing:dots|filenames|off` to customize `hintProcessing` (#17817)Timothee Cour2021-04-233-3/+3
* fixed dot operator recursive loop & macro suggest (#16922)Saem Ghani2021-02-152-12/+1
* tables module uses runnableExamples (#16994)flywind2021-02-131-0/+2
* nimsuggest prioritize non-deprecated suggestions (#16816)Saem Ghani2021-01-292-10/+12
* regression test for nim-lang/nimsuggest#58 (#16817)Saem Ghani2021-01-251-0/+22
* fixed nim-lang/nimsuggest#48 type aware sug (#16814)Saem Ghani2021-01-252-3/+29
* fixes nim-lang/nimsuggest#103 con dot exprs (#16657)Saem Ghani2021-01-121-2/+32
* fixed nim-lang/nimsuggest#82 pure enum field sug (#16676)Saem Ghani2021-01-111-0/+18
* fixes nim-lang/nimsuggest#119 outline includes (#16608)Saem Ghani2021-01-061-2/+8
* nimsuggest: fix and re-enable old tests (#16401)Saem Ghani2020-12-2719-376/+292
* suggest: try to find the implementation of a symbol when def is used (#15555)alaviss2020-10-141-0/+13
* Change severity of template instantiation message [backport] (#14526)Danil Yarantsev2020-06-011-0/+13
* Fix `compiles` for nimsuggest [backport] (#14527)Danil Yarantsev2020-06-011-0/+8
* compiler/suggest: highlight squashed operators (#11796)alaviss2020-04-201-0/+11
* fix deprecations and other warnings (#13748)Miran2020-03-251-3/+3
* fix .deprecated. object typedef crash (#13643)Andy Davidoff2020-03-161-3/+5
* 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