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
/
compiler
/
suggest.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #22409; don't check style for enumFieldSymChoice in the function (#23580)
ringabout
2024-05-08
1
-2
/
+3
*
+ added nimsuggest support for exception inlay hints (#23202)
Nikolay Nikolov
2024-03-15
1
-3
/
+41
*
refactoring: no inheritance for PType/PSym (#23403)
Andreas Rumpf
2024-03-14
1
-1
/
+1
*
+ show the inferred exception list (as part of the type) for functions that d...
Nikolay Nikolov
2024-01-15
1
-1
/
+1
*
types refactoring; WIP (#23086)
Andreas Rumpf
2023-12-17
1
-2
/
+2
*
Skip trailing asterisk when placing inlay type hints. Fixes #23067 (#23068)
Nikolay Nikolov
2023-12-13
1
-2
/
+13
*
type refactoring: part 2 (#23059)
Andreas Rumpf
2023-12-13
1
-12
/
+12
*
Only suggest symbols that could be pragmas when typing a pragma (#23040)
Jake Leahy
2023-12-07
1
-2
/
+35
*
Don't provide suggestions for enum fields (#22959)
Jake Leahy
2023-11-20
1
-0
/
+3
*
nimsuggest: Instead of checking for protocol version 3 exactly, check for ver...
Nikolay Nikolov
2023-11-15
1
-2
/
+2
*
Inlay hints for types of consts (#22916)
Nikolay Nikolov
2023-11-07
1
-1
/
+4
*
Inlay hints support (#22896)
Nikolay Nikolov
2023-11-04
1
-41
/
+73
*
prepare for the enforcement of `std` prefix (#22873)
ringabout
2023-10-29
1
-2
/
+4
*
fix sym of created generic instantiation type (#22642)
metagn
2023-09-05
1
-4
/
+2
*
use strictdefs for compiler (#22365)
ringabout
2023-08-06
1
-9
/
+24
*
Fix nimsuggest not showing suggestions for imported tuples (#22241)
Jake Leahy
2023-07-10
1
-1
/
+9
*
privateAccess ignores non-objects (#21973)
metagn
2023-06-01
1
-0
/
+1
*
warn on set types bigger than max size, default to 0..255 for int literals (#...
metagn
2023-04-17
1
-1
/
+1
*
replaces implicit passes array registed at runtime with explicit function cal...
ringabout
2023-03-03
1
-1
/
+1
*
Implemented basic macro expand functionality (#20579)
Ivan Yonchovski
2023-01-27
1
-1
/
+11
*
Don't repeat suggestions for same symbol (#21140)
Jake Leahy
2022-12-22
1
-3
/
+3
*
fixes #19278; make `privateAccess` work with generic ref object (#20640)
ringabout
2022-10-24
1
-2
/
+2
*
fixes #20572 (#20585)
Andreas Rumpf
2022-10-17
1
-1
/
+1
*
Fix/improve handling of forward declarations in nimsuggest (#20493)
Ivan Yonchovski
2022-10-06
1
-1
/
+1
*
store full definition AST for consts, fix noRewrite (#20115)
metagn
2022-09-28
1
-10
/
+0
*
[nimsuggest] fix def call on identifier 2 times on the line (#20228)
Ivan Yonchovski
2022-08-30
1
-1
/
+14
*
Use module actual file instead of PSym.info (#19956)
Ivan Yonchovski
2022-07-15
1
-12
/
+18
*
Change `styleCheck` to ignore foreign packages (#19822)
quantimnot
2022-07-14
1
-2
/
+1
*
Initial implementation of nimsuggest v3 (#19826)
Ivan Yonchovski
2022-06-13
1
-5
/
+7
*
get rid of the warnings during bootstrapping (#18741)
Miran
2021-08-24
1
-1
/
+1
*
followup #18362: make `UnusedImport` work robustly (#18366)
Timothee Cour
2021-06-27
1
-2
/
+3
*
fix https://github.com/nim-lang/RFCs/issues/311 remove unary slice (#16714)
Timothee Cour
2021-04-19
1
-1
/
+1
*
privateAccess now works with ref | ptr (#17760)
Timothee Cour
2021-04-19
1
-1
/
+3
*
`import foo {.all.}` reboot (#17706)
Timothee Cour
2021-04-16
1
-4
/
+9
*
nimsuggest prioritize non-deprecated suggestions (#16816)
Saem Ghani
2021-01-29
1
-15
/
+27
*
fixed nim-lang/nimsuggest#48 type aware sug (#16814)
Saem Ghani
2021-01-25
1
-2
/
+7
*
fixes nim-lang/nimsuggest#103 con dot exprs (#16657)
Saem Ghani
2021-01-12
1
-0
/
+1
*
fixed nim-lang/nimsuggest#82 pure enum field sug (#16676)
Saem Ghani
2021-01-11
1
-10
/
+11
*
IC: next steps (#16550)
Andreas Rumpf
2021-01-07
1
-38
/
+39
*
fixes nim-lang/nimsuggest#119 outline includes (#16608)
Saem Ghani
2021-01-06
1
-3
/
+13
*
refactorings to prepare the compiler for IC (#15935)
Andreas Rumpf
2020-12-17
1
-33
/
+17
*
suggest: try to find the implementation of a symbol when def is used (#15555)
alaviss
2020-10-14
1
-7
/
+15
*
Big compiler Cleanup (#14777)
Clyybber
2020-08-28
1
-1
/
+1
*
compiler: minor code cleanups
Araq
2020-07-27
1
-1
/
+1
*
fix #11009 (#14935)
flywind
2020-07-09
1
-1
/
+6
*
Clean out oldast (#14837)
Juan Carlos
2020-06-30
1
-4
/
+1
*
compiler/suggest: highlight squashed operators (#11796)
alaviss
2020-04-20
1
-3
/
+7
*
make `usage of foo is a user-defined error` more informative (#13833)
Timothee Cour
2020-04-01
1
-3
/
+5
*
fix .deprecated. object typedef crash (#13643)
Andy Davidoff
2020-03-16
1
-3
/
+5
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-30
/
+28
[next]