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
/
lookups.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
treat resolved symbols on RHS of module qualification as identifiers (#24180)
metagn
2024-09-27
1
-3
/
+5
*
show symchoices as ambiguous in overload type mismatches (#24077)
metagn
2024-09-09
1
-9
/
+19
*
opensym for templates + move behavior of opensymchoice to itself (#24007)
metagn
2024-08-28
1
-1
/
+3
*
consider ambiguity for qualified symbols (#23989)
metagn
2024-08-20
1
-3
/
+8
*
always lookup pure enum symbols if expected type is enum (#23976)
metagn
2024-08-17
1
-2
/
+3
*
opensym as node kind + fixed experimental switch (#23892)
metagn
2024-08-12
1
-0
/
+6
*
fixes addr/hiddenAddr in strictdefs (#23477)
ringabout
2024-04-10
1
-8
/
+8
*
stop gensym identifiers hijacking routine decl names in templates (#23392)
metagn
2024-04-09
1
-1
/
+5
*
ambiguous identifier resolution (#23123)
metagn
2024-01-01
1
-28
/
+36
*
Param match relax (#23033)
Ryan McConnell
2023-12-15
1
-0
/
+12
*
prepare for the enforcement of `std` prefix (#22873)
ringabout
2023-10-29
1
-3
/
+5
*
fixes branches interacting with break, raise etc. in strictdefs (#22627)
ringabout
2023-09-04
1
-1
/
+1
*
resolve unambiguous enum symchoices from local scope, error on rest (#22606)
metagn
2023-09-03
1
-0
/
+35
*
`initNodeTable` and friends now return (#22444)
ringabout
2023-08-11
1
-2
/
+2
*
use strictdefs for compiler (#22365)
ringabout
2023-08-06
1
-4
/
+16
*
fixes #21231; template with module as parameter elides usage/checking of modu...
ringabout
2023-06-21
1
-0
/
+3
*
Remove Deprecated Nimfix (#22062)
Juan Carlos
2023-06-10
1
-9
/
+2
*
make deprecated statement a no-op (#21836)
metagn
2023-05-12
1
-36
/
+25
*
underscore as special word (#21766)
metagn
2023-05-02
1
-3
/
+3
*
refactoring in preparation for better, simpler name mangling that wor… (#21...
Andreas Rumpf
2023-04-24
1
-1
/
+1
*
implements #21620: allowing to import multiple modules with shared names (#21...
Juan M Gómez
2023-04-21
1
-8
/
+13
*
tweak spellsuggest; three counts for equal distances candidates by default (#...
ringabout
2023-04-21
1
-6
/
+3
*
document general use of `_`, error message, fixes (#21584)
metagn
2023-03-30
1
-11
/
+16
*
fixes #21496; Ambiguous calls compiles when module name are equal (#21500)
ringabout
2023-03-12
1
-1
/
+2
*
fixes #21263; consider all candidates for concept matches (#21265)
ringabout
2023-01-17
1
-0
/
+17
*
underscores for routine parameters (#21192)
metagn
2023-01-08
1
-0
/
+1
*
Don't repeat suggestions for same symbol (#21140)
Jake Leahy
2022-12-22
1
-5
/
+20
*
fix #15836 proc arg return type auto unexpectly match proc with concr… (#21...
Bung
2022-12-12
1
-1
/
+1
*
Revert "fix #15836 proc arg return type auto unexpectly match proc with concr...
ringabout
2022-12-09
1
-1
/
+1
*
fix #15836 proc arg return type auto unexpectly match proc with concr… (#21...
Bung
2022-12-09
1
-1
/
+1
*
[backport] Handle nkOpenSymChoice for nkAccQuoted in considerQuotedIdent (#20...
SirOlaf
2022-10-18
1
-0
/
+5
*
fix #18886 crash on ambiguous proc cast (#20472)
Bung
2022-10-10
1
-2
/
+9
*
overloadable enums no longer experimental (#20298)
metagn
2022-09-05
1
-2
/
+0
*
move assertions out of system (#19599)
flywind
2022-03-23
1
-0
/
+4
*
[minor]break loops after a candidate is added to seqs (#18770)
flywind
2021-08-31
1
-7
/
+9
*
[minor] break loops if it is ambiguous (#18745)
flywind
2021-08-27
1
-6
/
+7
*
implements overloadable enum values; WIP (#18470)
Andreas Rumpf
2021-07-28
1
-2
/
+5
*
Cleanup lookups.nim again.. (#18379)
Clyybber
2021-06-28
1
-4
/
+4
*
followup #18362: make `UnusedImport` work robustly (#18366)
Timothee Cour
2021-06-27
1
-4
/
+8
*
even lighter version of #17938: fix most issues with UnusedImport, XDeclaredB...
Timothee Cour
2021-06-26
1
-7
/
+11
*
fix #18332: XDeclaredButNotUsed hints now in deterministic order (#18336)
Timothee Cour
2021-06-24
1
-4
/
+6
*
Don't report unused hints for consumed AST (#18270)
Clyybber
2021-06-16
1
-1
/
+3
*
add test case for pure enum redefinition error within enum (fixed in recent P...
Timothee Cour
2021-06-15
1
-0
/
+2
*
Small scope refactoring (#18263)
Clyybber
2021-06-14
1
-19
/
+17
*
fixes #18235 - proc annotation type macro sym leak (#18249)
Saem Ghani
2021-06-14
1
-5
/
+22
*
add astmsgs; add `declared in` msg for usage lint errors (#17961)
Timothee Cour
2021-05-08
1
-1
/
+1
*
CIs: attempt to use csources_v1 (#16282)
Andreas Rumpf
2021-04-21
1
-1
/
+1
*
`import foo {.all.}` reboot (#17706)
Timothee Cour
2021-04-16
1
-3
/
+9
*
adjust spellSuggestSecretSauce logic to avoid too many matches for small symb...
Timothee Cour
2021-03-18
1
-2
/
+8
*
semLambda removed, semProcAux reworked (#17379)
Saem Ghani
2021-03-17
1
-0
/
+1
[next]