summary refs log tree commit diff stats
path: root/nimsuggest
Commit message (Expand)AuthorAgeFilesLines
* nimsuggest: Clear generic inst cache before partial recompilation (#22783)Pylgos2023-10-033-3/+57
* 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
* Create compiler and nimsuggest packages (#22118)Ivan Yonchovski2023-06-182-7/+12
* Improve nimsuggest (#21825)Juan Carlos2023-05-111-1/+1
* fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702)ringabout2023-05-021-1/+2
* Fix infinite recursion introduced in 7031ea6 [backport 1.6] (#21555)Peter Munch-Ellingsen2023-03-201-1/+1
* replaces implicit passes array registed at runtime with explicit function cal...ringabout2023-03-031-1/+1
* 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-274-51/+206
* 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-123-2/+13
* fix bugs with dot & call operators [backport] (#20931)metagn2022-11-281-2/+0
* rename `std/threads` to `std/typedthreads` (#20850)ringabout2022-11-161-1/+1
* Fix typo in nimsuggest.nim (#20767)Ikko Ashimine2022-11-051-1/+1
* fixes #20526; use `nimPreviewSlimSystem` for documentation build (#20714)ringabout2022-11-011-0/+3
* put std/threads under the umbrella of nimPreviewSlimSystem (#20711)ringabout2022-10-311-0/+2
* fixes #19162; enable `strictEffects` for v2 (#19380)ringabout2022-10-151-1/+1
* '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-063-9/+114
* moderate system cleanup & refactor (#20355)metagn2022-09-282-4/+4
* defaults to ORC (#19972)ringabout2022-09-231-12/+2
* Partially Revert "Change nim's nimble files to make it installable" (#20296)ringabout2022-09-021-0/+8
* Change nim's nimble files to make it installable (#20179)Ivan Yonchovski2022-08-311-8/+0
* [nimsuggest] fix def call on identifier 2 times on the line (#20228)Ivan Yonchovski2022-08-303-38/+49
* Use module actual file instead of PSym.info (#19956)Ivan Yonchovski2022-07-151-0/+7
* Implement type command (#19944)Ivan Yonchovski2022-07-153-2/+44
* Initial implementation of nimsuggest v3 (#19826)Ivan Yonchovski2022-06-133-15/+257
* 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
* fix stricteffects (nimsuggest/sexp) (#19405)flywind2022-01-181-1/+1
* [backport] use old style hints in .cfg files (#18917)Miran2021-09-291-1/+1
* improvements to `addInt` and `$` for integer types (#18592)Timothee Cour2021-08-191-1/+1
* fix #18385 followup, by building nimsuggest with -d:release during testing (#...Timothee Cour2021-07-291-4/+11
* improvements to hint:processing: show import stack, distinguish nims, show in...Timothee Cour2021-06-303-3/+3
* change `--hint[X] => --hint:X` in nim repo (avoids shell quoting issues) (#18...Timothee Cour2021-05-261-1/+1
* disable tmacro_highlight on i386, refs #17945 (#17949)Timothee Cour2021-05-061-0/+4
* improve nimsuggest/tester, minor improvements to koch.nim (#17879)Timothee Cour2021-04-291-10/+12
* add `--processing:dots|filenames|off` to customize `hintProcessing` (#17817)Timothee Cour2021-04-235-6/+11
* fixed dot operator recursive loop & macro suggest (#16922)Saem Ghani2021-02-152-12/+1
* tables module uses runnableExamples (#16994)flywind2021-02-131-0/+2
* compilesettings: add libpath (#16997)Timothee Cour2021-02-121-2/+4
* 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
* Deprecate TaintedString (#15423)Juan Carlos2021-01-151-1/+1
* 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
* IC: next steps (#16550)Andreas Rumpf2021-01-071-1/+1
* fixes nim-lang/nimsuggest#119 outline includes (#16608)Saem Ghani2021-01-061-2/+8