summary refs log tree commit diff
path: root/src/libsyntax/owned_slice.rs
AgeCommit message (Expand)AuthorLines
2014-03-30Rename `from_iterator` to `from_iter` for consistency.Brian Anderson-1/+1
2014-03-29Register new snapshotFlavio Percoco-17/+0
2014-03-27serialize: use ResultSean McArthur-0/+20
2014-03-25Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v...Marvin Löbel-1/+1
2014-03-23use TotalEq for HashMapDaniel Micay-0/+2
2014-03-22syntax: add the OwnedSlice vector wrapper.Huon Wilson-0/+142