about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorNiko Matsakis <niko@alum.mit.edu>2014-05-31 18:53:13 -0400
committerNiko Matsakis <niko@alum.mit.edu>2014-06-13 13:20:24 -0400
commit9153d8ad6c8259b3b23187f36dc3d3257a28d91c (patch)
treef0190703b6b6281e12629348f68ebf059b6be15a /src/rustllvm/RustWrapper.cpp
parent0422934e243ed57a7662ec878db9d4e01ca5b0f9 (diff)
downloadrust-9153d8ad6c8259b3b23187f36dc3d3257a28d91c.tar.gz
rust-9153d8ad6c8259b3b23187f36dc3d3257a28d91c.zip
Introduce VecPerParamSpace and use it to represent sets of types and
parameters

This involves numerous substeps:

1. Treat Self same as any other parameter.
2. No longer compute offsets for method parameters.
3. Store all generic types (both trait/impl and method) with a method,
   eliminating odd discrepancies.
4. Stop doing unspeakable things to static methods and instead just use
   the natural types, now that we can easily add the type parameters from
   trait into the method's polytype.
5. No doubt some more. It was hard to separate these into distinct commits.

Fixes #13564
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions