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
*
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
*
followup #16067 --spellSuggest (#17401)
Timothee Cour
2021-03-17
1
-3
/
+5
*
fix #2844 #3911; add --spellsuggest to suggest symbols in scope with similar ...
Timothee Cour
2021-03-16
1
-32
/
+69
*
IC: bugfixes (WIP) (#16836)
Andreas Rumpf
2021-02-02
1
-4
/
+17
*
IC: next steps (#16550)
Andreas Rumpf
2021-01-07
1
-26
/
+30
*
big steps torwards an efficient, simple IC implementation (#16543)
Andreas Rumpf
2021-01-02
1
-1
/
+1
*
refactorings to prepare the compiler for IC (#15935)
Andreas Rumpf
2020-12-17
1
-58
/
+243
*
cmdline: improve command processing (#16056)
Timothee Cour
2020-11-26
1
-1
/
+1
*
honor --declaredLocs in more places, including type mismatch errors; also sho...
Timothee Cour
2020-10-27
1
-4
/
+6
*
explicit ID generation for easier IC (#15559)
Andreas Rumpf
2020-10-25
1
-1
/
+1
*
Fix forward declarations in shadow scope contexts (#15386)
Clyybber
2020-09-22
1
-5
/
+7
*
Fix #5691 (#15158)
Clyybber
2020-08-27
1
-0
/
+22
*
Fix forward declaration issues in template/macro context (#15091)
Clyybber
2020-07-29
1
-2
/
+1
*
Deprecate when declared(echo):echo (#13840)
Juan Carlos
2020-04-02
1
-10
/
+9
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-32
/
+32
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
1
-1
/
+1
*
Small ast.nim cleanup (#12156)
Clyybber
2019-09-09
1
-1
/
+1
*
[refactoring] remove unused imports in the compiler and in some stdlib modules
Araq
2019-07-18
1
-1
/
+1
*
balance space around emdash --
Julian Fondren
2019-04-29
1
-1
/
+1
*
add indent to ambiguous-identifier output
Julian Fondren
2019-04-28
1
-1
/
+1
*
re-include ambiguous identifier in ambiguous identifier output
Julian Fondren
2019-04-28
1
-1
/
+2
*
re-include module in ambiguous identifier output
Julian Fondren
2019-04-28
1
-1
/
+1
*
provide more useful ambiguous-identifier error output
Julian Fondren
2019-04-28
1
-3
/
+3
*
fixes #10251 (#10255)
Arne Döring
2019-01-10
1
-1
/
+1
*
[error messages, stacktraces] fix #8794 #9270 #9767 #9768 (#9766)
Timothee Cour
2019-01-08
1
-1
/
+1
*
Deprecate gc v2 (#10151)
Neelesh Chandola
2019-01-01
1
-1
/
+1
*
fixes #10101 (#10103)
Timothee Cour
2018-12-27
1
-1
/
+1
*
change approach
Andrii Riabushenko
2018-12-09
1
-2
/
+1
*
Fix hintXDeclaredButNotUsed for enum fields marked as used
Andrii Riabushenko
2018-12-08
1
-1
/
+2
*
fixes #9764
Araq
2018-11-23
1
-1
/
+1
*
improve the error message for 'attempt to redefine X'; fixes #447
Andreas Rumpf
2018-09-17
1
-11
/
+17
*
fixes #8066
Araq
2018-08-31
1
-1
/
+1
*
better formatting for recursive module dependency (#8735)
Timothee Cour
2018-08-23
1
-1
/
+1
*
sfForward is also sfReorder for skModule symbols (#8692)
LemonBoy
2018-08-21
1
-1
/
+1
[next]