| Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
|
|
|
|
|
|
test case
|
|
|
|
|
|
|
|
|
|
Once populated, this will allow us to load type info for types defined in
external crates referenced by other external crates.
|
|
|
|
the common case of wanting to link statically with the project's libraries
but dynamically with the system ones.
|
|
|
|
|
|
The encoding is very simple right now, just the crate name. Ultimately this
won't be enough for our versioning needs, but it should fill our immediate
need of being able to correlate encoded crate numbers to actual crates.
|
|
This involves pulling the type_abbrev cache out of crate_ctxt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I intend for this to be the location for storing all the data retrieved by
creader, most of which is currently in the session.
|
|
|
|
|
|
|
|
|
|
All users were constructing the context the same way.
|
|
Rename metadata::tags to metadata::common. Move some utility functions from
metadata::encoder to metadata::common.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vectors
|
|
|
|
|
|
|