summary refs log tree commit diff stats
path: root/nimsuggest/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* compiler/semcall: return the correct lineinfo for nkCallStrLit (#12484)alaviss2019-10-241-0/+11
* fixes #12125 (#12131)Andreas Rumpf2019-09-061-0/+0
* Allow void macro result (#11286)Arne Döring2019-05-211-1/+1
* move assertions and iterators out of system.nim (#10597)Miran2019-03-072-3/+2
* compiler/types: correctly generates signature for non-proc types (#10658)alaviss2019-02-131-0/+12
* compiler/[msgs, suggest]: improve highlighter accuracy (#10496)alaviss2019-02-072-0/+21
* suggest: quote operators and keywords on suggestion (#10460)alaviss2019-01-281-0/+10
* semcall: correct lineinfo for accquoted symbols (#10461)alaviss2019-01-271-0/+2
* compiler/sem: correct macros lineinfo (#10438)alaviss2019-01-241-0/+13
* compiler/sem*: better lineinfo for templates (#10428)alaviss2019-01-233-2/+16
* nimsuggest/tester: disable highlight tests for epc (#10426)alaviss2019-01-232-2/+0
* compiler/sem*: improve lineinfo for qualified and generic procs (#10427)alaviss2019-01-232-0/+27
* Correct lineinfo for accent quoted symbols in proc definition (#10399)alaviss2019-01-211-0/+8
* fixes nim-lang/nimsuggest#76 (#10093)alaviss2018-12-251-0/+28
* add nim c -r nimsuggest/tester to travis (#8805)Timothee Cour2018-08-298-0/+8
* cleanup nimsuggest tests a bitAndreas Rumpf2018-08-102-5/+5
* fixes #6707; nimsuggest tests still not greenAndreas Rumpf2017-11-085-7/+7
* minor update for nimsuggestAndreas Rumpf2017-04-061-2/+2