rust/src/librustc/util
Felix S. Klock II 952dded81a Refactored VecPerParamSpace to hide exposure of Vec representation.
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.
2014-07-05 06:29:06 +02:00
..
common.rs rustc: Move the AST from @T to Gc<T> 2014-06-11 09:51:37 -07:00
fs.rs rustc: Add a realpath utility function 2014-04-10 15:22:00 -07:00
nodemap.rs Fallout from the libcollections movement 2014-06-05 13:55:11 -07:00
ppaux.rs Refactored VecPerParamSpace to hide exposure of Vec representation. 2014-07-05 06:29:06 +02:00
sha2.rs auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton 2014-06-28 20:11:34 +00:00