index
:
compiler
master
Fork of the Clean compiler for experimenting with new features
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
frontend
/
explicitimports.icl
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-02
add pattern match test using =: in expressions,
johnvg
1
-5
/
+8
2012-03-23
fix implicit qualified import of a module of which no (qualified) symbol is used
johnvg
1
-16
/
+31
2011-04-19
use unique array select and update instead of replace
johnvg
1
-1
/
+1
2011-04-18
add instance declarations with a qualified class name
johnvg
1
-2
/
+2
2011-04-15
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1926 1f8540f1-abd...
johnvg
1
-2
/
+2
2011-04-12
allow qualified imports of class members
johnvg
1
-68
/
+68
2011-04-04
use type ImportQualified instead of Bool for fields import_qualified and ei_q...
johnvg
1
-2
/
+2
2011-03-21
remove unused field td_context from type TypeDef
johnvg
1
-4
/
+2
2011-02-24
check_completeness of type of generic function definition
johnvg
1
-1
/
+5
2011-02-24
fix error message for not imported qualified ident
johnvg
1
-1
/
+1
2010-07-13
improve failed explicit import error message
johnvg
1
-18
/
+19
2010-07-02
remove use of the icl functions array by function
johnvg
1
-44
/
+7
2009-06-11
restore all modified pointers (prevents compiler crash if an
johnvg
1
-1
/
+1
2009-02-25
prevent compiler crash when check import completeness of a generic function
johnvg
1
-0
/
+2
2009-02-25
replace type ImportedIdent by Ident because ii_extended is not used
johnvg
1
-6
/
+6
2007-02-14
implement qualified explicit imports
johnvg
1
-69
/
+250
2007-02-06
in checkExplicitImportCompleteness when checking whether a symbol is imported,
johnvg
1
-36
/
+42
2007-01-30
remove di_instances, because it is always []
johnvg
1
-7
/
+7
2007-01-29
remove instances from ExplImpComponentNrs, because it is always []
johnvg
1
-5
/
+5
2007-01-29
replace list of booleans yielded by function search_expl_imp_symbol by
johnvg
1
-30
/
+20
2007-01-26
optimize markExplImpSymbols by selecting explicit import info for the
johnvg
1
-12
/
+11
2005-04-21
remove support for 1.3 import syntax
johnvg
1
-34
/
+5
2003-06-19
s/sd__ident/sd_ident/g
ronny
1
-2
/
+2
2003-05-16
renamed field names of type Ident in syntax tree
ronny
1
-24
/
+24
2003-04-01
make toString (STE_Kind) total, fixes bug #19
ronny
1
-1
/
+3
2003-01-02
bug fix: check explicit import completeness for TAS constructor
johnvg
1
-0
/
+3
2002-04-11
support for generic type context like in
alimarin
1
-2
/
+6
2002-01-17
Bug fix: Scopes in dynamics
sjakie
1
-12
/
+19
2001-12-13
remove tuple symbol from UniqueSelector (! selector) and MatchExpr
johnvg
1
-1
/
+1
2001-12-05
removed type from BasicExpr
johnvg
1
-1
/
+1
2001-11-30
store predefined identifiers in CAF
johnvg
1
-49
/
+26
2001-11-26
fix explicit imports of cached modules
johnvg
1
-26
/
+14
2001-10-18
store macros and local functions in macros in separate {#{#FunDef}},
johnvg
1
-27
/
+56
2001-10-03
eliminated cheat module
ronny
1
-1
/
+1
2001-10-02
Bug fixes: reference count analysis fixed,
sjakie
1
-1
/
+1
2001-09-05
moved function getBelongingSymbolsFromID from checksupport to explicitimports
johnvg
1
-0
/
+6
2001-08-31
added code for OverloadedListPatterns
johnvg
1
-0
/
+2
2001-05-11
moving all switch macros to new module "compilerSwitches"
martinw
1
-8
/
+2
2001-05-10
bug fixes:
martijnv
1
-2
/
+2
2001-05-04
bugfix 2.0 syntax: for
martinw
1
-15
/
+28
2001-03-27
unfold all macros and local functions in macros
johnvg
1
-41
/
+44
2001-03-13
Generics are added, but are disabled.
alimarin
1
-1
/
+2
2001-02-22
bugfix: explicit imports of instances did not work in conjunction with dcl
martinw
1
-10
/
+1
2001-02-13
delaying "determineTypesOfInstances" and "checkSpecialsOfInstances" after
martinw
1
-13
/
+26
2001-01-19
refactoring
martinw
1
-30
/
+157
2001-01-12
New algorithm for explicit imports that also works with cyclic module depende...
martinw
1
-331
/
+332
2000-11-02
optimizing performance of explicitimports
martinw
1
-129
/
+138
2000-11-01
improved code for explicit imports,
martinw
1
-557
/
+346
2000-10-04
-added position information for let bindings for better error messages
martinw
1
-3
/
+3
2000-09-27
optimizations and caching of dcl modules (without trans.icl)
clean
1
-35
/
+70
[next]