rust/src/librustc/metadata
Flavio Percoco 81ec1f3c18 Rename Pod into Copy
Summary:
So far, we've used the term POD "Plain Old Data" to refer to types that
can be safely copied. However, this term is not consistent with the
other built-in bounds that use verbs instead. This patch renames the Pod
kind into Copy.

RFC: 0003-opt-in-builtin-traits

Test Plan: make check

Reviewers: cmr

Differential Revision: http://phabricator.octayn.net/D3
2014-03-28 10:34:02 +01:00
..
common.rs rustc: Add the concept of a Strict Version Hash 2014-02-28 10:48:04 -08:00
creader.rs iter: remove to_owned_vec 2014-03-23 05:41:23 -04:00
csearch.rs Removing imports of std::vec_ng::Vec 2014-03-20 09:30:14 -07:00
cstore.rs rustc: Fix fallout of removing get() 2014-03-22 08:48:20 -07:00
decoder.rs serialize: use Result 2014-03-27 17:41:55 -07:00
encoder.rs serialize: use Result 2014-03-27 17:41:55 -07:00
filesearch.rs rustc: Fix detection of lib64 directory 2014-03-26 19:21:23 -07:00
loader.rs auto merge of #13020 : alexcrichton/rust/vec, r=brson 2014-03-20 09:51:44 -07:00
mod.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
tydecode.rs Rename Pod into Copy 2014-03-28 10:34:02 +01:00
tyencode.rs Rename Pod into Copy 2014-03-28 10:34:02 +01:00