952dded81a
This basically meant changing the interface so that no borrowed `&Vec` is exposed, by hiding `fn get_vec` and `fn get_mut_vec` and revising `fn all_vecs`. Instead, clients should use one of the other methods; `get_slice`, `pop`, `truncate`, `replace`, `push_all`, or `is_empty_in`, which should work for any case currently used in rustc. |
||
---|---|---|
.. | ||
common.rs | ||
fs.rs | ||
nodemap.rs | ||
ppaux.rs | ||
sha2.rs |