index
:
delta/colm.git
arm-host-types
colm-0.10
colm-0.7
colm-0.9
copy-on-consume
default-build-dir
into-src
literal-concatenation
master
no-bare-send
pullscan
token-redef
github.com: adriandt/colm.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lookup.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
make the rhs of switch vars available in case clauses
Adrian Thurston
2018-05-20
1
-2
/
+30
*
updated Copyright years
Adrian Thurston
2018-03-04
1
-1
/
+1
*
crash fix in lookup: if lhs has no obj catch the error
Adrian Thurston
2017-02-27
1
-0
/
+2
*
migrated from GPLv2 to MIT license
Adrian Thurston
2016-12-13
1
-17
/
+19
*
an automated include convention improvement from Peter Reijnders
Adrian Thurston
2016-12-13
1
-4
/
+3
*
allow globals to be declared in namespaces
Adrian Thurston
2015-08-09
1
-10
/
+11
*
now scoping functions inside the namespaces they are declared in
Adrian Thurston
2015-08-09
1
-7
/
+58
*
moved MethodMap into NameScope, converted some ptrs to objs
Adrian Thurston
2015-08-08
1
-9
/
+7
*
revert "removed GPL license file and stripped GPL headers"
Adrian Thurston
2015-01-23
1
-0
/
+17
*
brought back the pointer deref for reverse load
Adrian Thurston
2015-01-16
1
-2
/
+2
*
removed references to TYPE_PTR whose paths are no longer hit
Adrian Thurston
2015-01-11
1
-2
/
+0
*
more object-semantics improvements
Adrian Thurston
2015-01-10
1
-1
/
+1
*
no longer allocating a langEl to generics
Adrian Thurston
2015-01-04
1
-0
/
+3
*
hacked together some struct (non-tree) semantics
Adrian Thurston
2014-12-19
1
-4
/
+7
*
some name shortening
Adrian Thurston
2014-12-14
1
-13
/
+14
*
object field: replaced isCustom flag with InbuiltObject type
Adrian Thurston
2014-12-14
1
-3
/
+3
*
removed isCustom bool from method, not used
Adrian Thurston
2014-12-14
1
-6
/
+0
*
renamed parsedata.h -> compiler.h
Adrian Thurston
2014-12-12
1
-1
/
+1
*
allow keyword 'struct' as synonym of 'context'
Adrian Thurston
2014-11-04
1
-4
/
+4
*
removed GPL license file and stripped GPL headers
Adrian Thurston
2014-10-22
1
-17
/
+0
*
use the verb 'resolve' for types
Adrian Thurston
2014-02-01
1
-2
/
+2
*
added missing type lookup in qual resolve
Adrian Thurston
2014-01-11
1
-0
/
+1
*
added checkRedecl and insertField to scope object
Adrian Thurston
2014-01-05
1
-3
/
+3
*
some prep for lookup using parsed var ref namespace
Adrian Thurston
2014-01-03
1
-1
/
+1
*
some cleanup in the lookup code
Adrian Thurston
2014-01-01
1
-12
/
+10
*
store current context in var ref
Adrian Thurston
2014-01-01
1
-5
/
+5
*
eliminated use of curScope from lookup functions
Adrian Thurston
2014-01-01
1
-17
/
+15
*
pulling curScope usage out of inner lookup functions
Adrian Thurston
2013-12-31
1
-6
/
+7
*
some code movement of lookup functions, additional const qualifiers
Adrian Thurston
2013-12-31
1
-4
/
+58
*
renamed ObjectDef::scope to curScope
Adrian Thurston
2013-12-31
1
-2
/
+2
*
stash the root scope in ObjectDef
Adrian Thurston
2013-12-31
1
-1
/
+0
*
moved the findField call into the scope object
Adrian Thurston
2013-12-31
1
-7
/
+4
*
pass scope into ObjectDef::findField instead of using this->scope
Adrian Thurston
2013-12-31
1
-6
/
+4
*
some code movement from synthesis to lookup
Adrian Thurston
2013-12-31
1
-0
/
+131
*
pass the current scope to VarRef cons
Adrian Thurston
2013-12-31
1
-0
/
+20
*
can't use resolve for expr type lookups, use new class of funcs
Adrian Thurston
2013-12-25
1
-0
/
+46