summary refs log tree commit diff stats
path: root/compiler/importer.nim
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove more global variables in the Nim compilerAndreas Rumpf2018-05-271-1/+1
* preparations of making compiler/msgs.nim free of global variablesAndreas Rumpf2018-05-171-2/+2
* fixes testament compilationAraq2018-05-141-5/+8
|\
| * implement the export/except statementZahary Karadjov2018-05-071-5/+8
* | options.nim: no global variables anymoreAndreas Rumpf2018-05-131-1/+2
* | make nimsuggest compile againAndreas Rumpf2018-05-131-1/+1
* | pragmas compiles againAndreas Rumpf2018-05-111-17/+17
|/
* the 'deprecated' pragma for modules now supports an error messageAraq2018-04-061-1/+4
* Jump to definition on import will open the imported module (#7155)Yuriy Glukhov2018-01-311-2/+2
* make type vs proc ambiguous handling more consistent; fixes #6726; fixes #6693Araq2017-12-151-1/+1
* Add sections (type, var, let, const, using) support for reorder pragma (#6326)BigEpsilon2017-10-281-73/+1
* implemented new experimental scriptable import mechanismAndreas Rumpf2017-10-011-10/+40
* .pure enums are much more convenient to use nowAndreas Rumpf2017-09-171-2/+10
* fixes #5185Andreas Rumpf2017-02-081-0/+1
* fixes #5185Andreas Rumpf2017-01-061-2/+3
* implements module grouping for the import statementAndreas Rumpf2016-12-211-7/+19
* recursive modules are only detected to improve error messagesAndreas Rumpf2016-11-241-3/+3
* make tests green againAndreas Rumpf2016-11-241-1/+1
* disallow recursive module dependenciesAraq2016-11-231-3/+17
* new dependency tracking for nimsuggestAraq2016-11-051-1/+1
* big refactoring: step 1Araq2016-10-311-1/+1
* fixes a regression that caused --import in a config file to break thingsAndreas Rumpf2016-08-291-1/+4
* tester cleanup; enable some rod testsAraq2016-08-271-1/+1
* Locate 'attempt to redefine' errors at the import statement rather than at th...Kier Davis2016-07-301-3/+3
* changed the compiler's path handling; fixes #546Andreas Rumpf2016-05-311-1/+5
* better nimsuggest supportAraq2015-11-031-0/+1
* added getOrDefault; bootstrapping works againAraq2015-10-131-2/+2
* Don't use deprecated intsets.emptydef2015-03-311-2/+2
* prepare for upcoming parsing change of unary operatorsAraq2015-03-221-12/+12
* Fixing import path support inconsitency.Hans Raaf2015-03-071-1/+1
* Merge branch 'devel' into bigbreakAraq2014-10-231-3/+3
|\
| * fixes #1029Araq2014-10-221-2/+2
| * fixes 'import x as y' regressionAraq2014-10-221-1/+1
* | Merge branch 'devel' into bigbreakAraq2014-10-201-2/+4
|\|
| * Compare fileIndexes instead of file namesSimon Krauter2014-10-151-1/+1
| * Do not allow self importSimon Krauter2014-10-141-2/+4
* | updated the compiler to use the new symbol namesAraq2014-08-281-4/+4
* | Nimrod renamed to NimAraq2014-08-281-1/+1
|/
* Renamed considerAccents to considerQuotedIdentClay Sweetser2014-05-261-2/+2