summary refs log tree commit diff stats
path: root/compiler/suggest.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes #22409; don't check style for enumFieldSymChoice in the function (#23580)ringabout2024-05-081-2/+3
* + added nimsuggest support for exception inlay hints (#23202)Nikolay Nikolov2024-03-151-3/+41
* refactoring: no inheritance for PType/PSym (#23403)Andreas Rumpf2024-03-141-1/+1
* + show the inferred exception list (as part of the type) for functions that d...Nikolay Nikolov2024-01-151-1/+1
* types refactoring; WIP (#23086)Andreas Rumpf2023-12-171-2/+2
* Skip trailing asterisk when placing inlay type hints. Fixes #23067 (#23068)Nikolay Nikolov2023-12-131-2/+13
* type refactoring: part 2 (#23059)Andreas Rumpf2023-12-131-12/+12
* Only suggest symbols that could be pragmas when typing a pragma (#23040)Jake Leahy2023-12-071-2/+35
* Don't provide suggestions for enum fields (#22959)Jake Leahy2023-11-201-0/+3
* nimsuggest: Instead of checking for protocol version 3 exactly, check for ver...Nikolay Nikolov2023-11-151-2/+2
* Inlay hints for types of consts (#22916)Nikolay Nikolov2023-11-071-1/+4
* Inlay hints support (#22896)Nikolay Nikolov2023-11-041-41/+73
* prepare for the enforcement of `std` prefix (#22873)ringabout2023-10-291-2/+4
* fix sym of created generic instantiation type (#22642)metagn2023-09-051-4/+2
* use strictdefs for compiler (#22365)ringabout2023-08-061-9/+24
* Fix nimsuggest not showing suggestions for imported tuples (#22241)Jake Leahy2023-07-101-1/+9
* privateAccess ignores non-objects (#21973)metagn2023-06-011-0/+1
* warn on set types bigger than max size, default to 0..255 for int literals (#...metagn2023-04-171-1/+1
* replaces implicit passes array registed at runtime with explicit function cal...ringabout2023-03-031-1/+1
* Implemented basic macro expand functionality (#20579)Ivan Yonchovski2023-01-271-1/+11
* Don't repeat suggestions for same symbol (#21140)Jake Leahy2022-12-221-3/+3
* fixes #19278; make `privateAccess` work with generic ref object (#20640)ringabout2022-10-241-2/+2
* fixes #20572 (#20585)Andreas Rumpf2022-10-171-1/+1
* Fix/improve handling of forward declarations in nimsuggest (#20493)Ivan Yonchovski2022-10-061-1/+1
* store full definition AST for consts, fix noRewrite (#20115)metagn2022-09-281-10/+0
* [nimsuggest] fix def call on identifier 2 times on the line (#20228)Ivan Yonchovski2022-08-301-1/+14
* Use module actual file instead of PSym.info (#19956)Ivan Yonchovski2022-07-151-12/+18
* Change `styleCheck` to ignore foreign packages (#19822)quantimnot2022-07-141-2/+1
* Initial implementation of nimsuggest v3 (#19826)Ivan Yonchovski2022-06-131-5/+7
* get rid of the warnings during bootstrapping (#18741)Miran2021-08-241-1/+1
* followup #18362: make `UnusedImport` work robustly (#18366)Timothee Cour2021-06-271-2/+3
* fix https://github.com/nim-lang/RFCs/issues/311 remove unary slice (#16714)Timothee Cour2021-04-191-1/+1
* privateAccess now works with ref | ptr (#17760)Timothee Cour2021-04-191-1/+3
* `import foo {.all.}` reboot (#17706)Timothee Cour2021-04-161-4/+9
* nimsuggest prioritize non-deprecated suggestions (#16816)Saem Ghani2021-01-291-15/+27
* fixed nim-lang/nimsuggest#48 type aware sug (#16814)Saem Ghani2021-01-251-2/+7
* fixes nim-lang/nimsuggest#103 con dot exprs (#16657)Saem Ghani2021-01-121-0/+1
* fixed nim-lang/nimsuggest#82 pure enum field sug (#16676)Saem Ghani2021-01-111-10/+11
* IC: next steps (#16550)Andreas Rumpf2021-01-071-38/+39
* fixes nim-lang/nimsuggest#119 outline includes (#16608)Saem Ghani2021-01-061-3/+13
* refactorings to prepare the compiler for IC (#15935)Andreas Rumpf2020-12-171-33/+17
* suggest: try to find the implementation of a symbol when def is used (#15555)alaviss2020-10-141-7/+15
* Big compiler Cleanup (#14777)Clyybber2020-08-281-1/+1
* compiler: minor code cleanupsAraq2020-07-271-1/+1
* fix #11009 (#14935)flywind2020-07-091-1/+6
* Clean out oldast (#14837)Juan Carlos2020-06-301-4/+1
* compiler/suggest: highlight squashed operators (#11796)alaviss2020-04-201-3/+7
* make `usage of foo is a user-defined error` more informative (#13833)Timothee Cour2020-04-011-3/+5
* fix .deprecated. object typedef crash (#13643)Andy Davidoff2020-03-161-3/+5
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-281-30/+28