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
/
importer.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix line info used for `UnunsedImport` from subdirectories (#24158)
Jake Leahy
2024-09-23
1
-1
/
+2
*
fixes addr/hiddenAddr in strictdefs (#23477)
ringabout
2024-04-10
1
-1
/
+1
*
Fix nimsuggest highlight for import statements (#23263)
autumngray
2024-03-03
1
-1
/
+9
*
fixes yet another strictdefs bug (#23069)
ringabout
2023-12-15
1
-1
/
+2
*
IC: progress and refactorings (#22961)
Andreas Rumpf
2023-11-20
1
-1
/
+2
*
prepare for the enforcement of `std` prefix (#22873)
ringabout
2023-10-29
1
-5
/
+10
*
moves `addUnique` to `std/sequtils` (#22734)
Juan M Gómez
2023-09-21
1
-5
/
+1
*
use strictdefs for compiler (#22365)
ringabout
2023-08-06
1
-0
/
+3
*
fixes #22208; Ambiguous error when import modules with same names but… (#22...
ringabout
2023-07-03
1
-1
/
+1
*
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
-0
/
+6
*
import brackets support `as` and prefixes [backport] (#21636)
metagn
2023-04-18
1
-12
/
+14
*
fix #18986; Import/except doesn't work on devel [backport: 1.6] (#19687)
flywind
2022-04-06
1
-1
/
+1
*
move assertions out of system (#19599)
flywind
2022-03-23
1
-0
/
+3
*
fixes a converter handling regression that caused private converters to leak ...
Andreas Rumpf
2021-12-09
1
-2
/
+4
*
followup #18362: make `UnusedImport` work robustly (#18366)
Timothee Cour
2021-06-27
1
-4
/
+12
*
even lighter version of #17938: fix most issues with UnusedImport, XDeclaredB...
Timothee Cour
2021-06-26
1
-15
/
+19
*
`import foo {.all.}` reboot (#17706)
Timothee Cour
2021-04-16
1
-17
/
+50
*
IC: added converter test case (#17688)
Andreas Rumpf
2021-04-09
1
-3
/
+6
*
IC: bugfixes (WIP) (#16836)
Andreas Rumpf
2021-02-02
1
-4
/
+4
*
IC: next steps (#16550)
Andreas Rumpf
2021-01-07
1
-19
/
+8
*
big steps torwards an efficient, simple IC implementation (#16543)
Andreas Rumpf
2021-01-02
1
-1
/
+2
*
refactorings to prepare the compiler for IC (#15935)
Andreas Rumpf
2020-12-17
1
-40
/
+127
*
explicit ID generation for easier IC (#15559)
Andreas Rumpf
2020-10-25
1
-1
/
+1
*
compiler: minor code cleanups
Araq
2020-07-27
1
-2
/
+1
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-26
/
+26
*
fixes #5050; fixes #11826 (#12606) [backport]
cooldome
2019-11-07
1
-0
/
+4
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
1
-1
/
+1
*
Small ast.nim cleanup (#12156)
Clyybber
2019-09-09
1
-3
/
+3
*
fixes 'unused module' feature for 32 bit builds of Nim for good [nobackport]
Araq
2019-08-09
1
-2
/
+2
*
fixes #11809
Andreas Rumpf
2019-08-08
1
-11
/
+12
*
fixes #11790 [nobackport]
Araq
2019-07-19
1
-1
/
+1
*
Merge branch 'devel' into araq-detect-unused-imports
Andreas Rumpf
2019-07-18
1
-2
/
+2
|
\
|
*
[refactoring] remove unused imports in the compiler and in some stdlib modules
Araq
2019-07-18
1
-2
/
+2
*
|
[feature] detect unused imports
Araq
2019-07-17
1
-0
/
+1
|
/
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-1
/
+1
*
fixes #3333
Andreas Rumpf
2019-07-06
1
-6
/
+6
*
Replace countup(x, y-1) with x ..< y
Clyybber
2019-05-07
1
-4
/
+4
*
Fix 105, few fixes for 101 (#11148)
genotrance
2019-05-04
1
-1
/
+1
*
Deprecate gc v2 (#10151)
Neelesh Chandola
2019-01-01
1
-2
/
+2
*
Nimsuggest now shows gotodef for y in `from x import y` (#10023)
Neelesh Chandola
2018-12-18
1
-0
/
+1
*
IC: further progress
Araq
2018-11-22
1
-1
/
+1
*
compiler refactoring; use typesafe path handing; docgen: render symbols betwe...
Andreas Rumpf
2018-09-07
1
-8
/
+6
*
fixes #8852
Araq
2018-09-03
1
-5
/
+5
*
fixes #8066
Araq
2018-08-31
1
-2
/
+8
*
Fix nkImportAs regression (#8796)
Oscar Nihlgård
2018-08-28
1
-9
/
+14
*
Fix for module alias inside brackets (#8726)
Oscar Nihlgård
2018-08-23
1
-7
/
+19
*
incremental compilation: implemented basic replay logic
Andreas Rumpf
2018-06-02
1
-11
/
+13
*
baby steps for incremental compilation
Andreas Rumpf
2018-05-30
1
-2
/
+3
*
refactoring: remove idents.legacy global variable and pass the IdentCache aro...
Andreas Rumpf
2018-05-27
1
-2
/
+2
[next]