rust/src/comp/metadata
Marijn Haverbeke 7dacccde94 Make shared kind the default only for generic functions
You almost never want a function with pinned type params. For
types, objects, resources, and tags, pinned types are actually often
more sane. For most of these, shared rarely makes sense. Only tricky
case is objs -- you'll have to think about the kinds you want there.

Issue #1076
2011-10-28 17:00:14 +02:00
..
common.rs Adjust function signatures to allow for vecs being immediate 2011-10-10 16:01:51 +02:00
creader.rs reimplement some of the unsafe stuff which got lost 2011-10-12 16:33:07 -07:00
csearch.rs
cstore.rs Move hash table iteration over to block-taking functions 2011-10-21 12:21:27 +02:00
decoder.rs Remove last uses of iterators from stdlib 2011-10-21 12:31:48 +02:00
encoder.rs Make shared kind the default only for generic functions 2011-10-28 17:00:14 +02:00
tydecode.rs Update our code to new type parameter kind syntax 2011-10-25 15:56:55 +02:00
tyencode.rs Drop support for iter, put, and for-each 2011-10-21 13:47:24 +02:00