summary refs log tree commit diff stats
path: root/compiler/importer.nim
Commit message (Expand)AuthorAgeFilesLines
* Fix line info used for `UnunsedImport` from subdirectories (#24158)Jake Leahy2024-09-231-1/+2
* fixes addr/hiddenAddr in strictdefs (#23477)ringabout2024-04-101-1/+1
* Fix nimsuggest highlight for import statements (#23263)autumngray2024-03-031-1/+9
* fixes yet another strictdefs bug (#23069)ringabout2023-12-151-1/+2
* IC: progress and refactorings (#22961)Andreas Rumpf2023-11-201-1/+2
* prepare for the enforcement of `std` prefix (#22873)ringabout2023-10-291-5/+10
* moves `addUnique` to `std/sequtils` (#22734)Juan M Gómez2023-09-211-5/+1
* use strictdefs for compiler (#22365)ringabout2023-08-061-0/+3
* fixes #22208; Ambiguous error when import modules with same names but… (#22...ringabout2023-07-031-1/+1
* refactoring in preparation for better, simpler name mangling that wor… (#21...Andreas Rumpf2023-04-241-1/+1
* implements #21620: allowing to import multiple modules with shared names (#21...Juan M Gómez2023-04-211-0/+6
* import brackets support `as` and prefixes [backport] (#21636)metagn2023-04-181-12/+14
* fix #18986; Import/except doesn't work on devel [backport: 1.6] (#19687)flywind2022-04-061-1/+1
* move assertions out of system (#19599)flywind2022-03-231-0/+3
* fixes a converter handling regression that caused private converters to leak ...Andreas Rumpf2021-12-091-2/+4
* followup #18362: make `UnusedImport` work robustly (#18366)Timothee Cour2021-06-271-4/+12
* even lighter version of #17938: fix most issues with UnusedImport, XDeclaredB...Timothee Cour2021-06-261-15/+19
* `import foo {.all.}` reboot (#17706)Timothee Cour2021-04-161-17/+50
* IC: added converter test case (#17688)Andreas Rumpf2021-04-091-3/+6
* IC: bugfixes (WIP) (#16836)Andreas Rumpf2021-02-021-4/+4
* IC: next steps (#16550)Andreas Rumpf2021-01-071-19/+8
* big steps torwards an efficient, simple IC implementation (#16543)Andreas Rumpf2021-01-021-1/+2
* refactorings to prepare the compiler for IC (#15935)Andreas Rumpf2020-12-171-40/+127
* explicit ID generation for easier IC (#15559)Andreas Rumpf2020-10-251-1/+1
* compiler: minor code cleanupsAraq2020-07-271-2/+1
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-281-26/+26
* fixes #5050; fixes #11826 (#12606) [backport]cooldome2019-11-071-0/+4
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-1/+1
* Small ast.nim cleanup (#12156)Clyybber2019-09-091-3/+3
* fixes 'unused module' feature for 32 bit builds of Nim for good [nobackport]Araq2019-08-091-2/+2
* fixes #11809Andreas Rumpf2019-08-081-11/+12
* fixes #11790 [nobackport]Araq2019-07-191-1/+1
* Merge branch 'devel' into araq-detect-unused-importsAndreas Rumpf2019-07-181-2/+2
|\
| * [refactoring] remove unused imports in the compiler and in some stdlib modulesAraq2019-07-181-2/+2
* | [feature] detect unused importsAraq2019-07-171-0/+1
|/
* styleCheck: make the compiler and large parts of the stdlib compatible with -...Araq2019-07-101-1/+1
* fixes #3333Andreas Rumpf2019-07-061-6/+6
* Replace countup(x, y-1) with x ..< yClyybber2019-05-071-4/+4
* Fix 105, few fixes for 101 (#11148)genotrance2019-05-041-1/+1
* Deprecate gc v2 (#10151)Neelesh Chandola2019-01-011-2/+2
* Nimsuggest now shows gotodef for y in `from x import y` (#10023)Neelesh Chandola2018-12-181-0/+1
* IC: further progressAraq2018-11-221-1/+1
* compiler refactoring; use typesafe path handing; docgen: render symbols betwe...Andreas Rumpf2018-09-071-8/+6
* fixes #8852Araq2018-09-031-5/+5
* fixes #8066Araq2018-08-311-2/+8
* Fix nkImportAs regression (#8796)Oscar Nihlgård2018-08-281-9/+14
* Fix for module alias inside brackets (#8726)Oscar Nihlgård2018-08-231-7/+19
* incremental compilation: implemented basic replay logicAndreas Rumpf2018-06-021-11/+13
* baby steps for incremental compilationAndreas Rumpf2018-05-301-2/+3
* refactoring: remove idents.legacy global variable and pass the IdentCache aro...Andreas Rumpf2018-05-271-2/+2