Files
wasmtime/lib/cretonne/meta
Jakob Stoklund Olesen ce4cc8ce12 Fix the handling of special types in type variables.
- Allow the syntax "specials=True" to indicate that a type variable can
  assume all special types. Use this for the unconstrained type variable
  created in ast.py.
- Fix TypeSet.copy() to avoid deepcopy() which doesn't do the right
  thing for the self.specials set.
- Fix TypeSet.typeset_key() to just use the name of special types
  instead of the full SpecialType objects.
2018-01-16 10:29:31 -08:00
..
2017-08-14 20:19:47 -07:00
2017-07-31 16:02:27 -07:00
2017-09-22 07:54:26 -07:00
2017-03-30 15:16:44 -07:00
2017-10-17 11:48:57 -07:00
2017-05-08 13:29:01 -07:00
2018-01-03 12:13:13 -08:00