about summary refs log tree commit diff
path: root/src/libsyntax/owned_slice.rs
AgeCommit message (Expand)AuthorLines
2014-11-01collections: Remove all collections traitsAlex Crichton-4/+4
2014-10-24Make the Vec data structure layout match raw::Slice.Clark Gaebel-1/+1
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-1/+1
2014-09-16Fallout from renamingAaron Turon-2/+2
2014-09-15heap: optimize EMPTY to avoid relocationsDaniel Micay-2/+2
2014-09-14syntax: fix fallout from using ptr::P.Eduard Burtescu-1/+5
2014-09-06fix sized deallocation for OwnedSliceDaniel Micay-1/+4
2014-07-15libsyntax::ast: Derive Show implsBen Gamari-0/+12
2014-06-28Rename all raw pointers as necessaryAlex Crichton-2/+2
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-1/+1
2014-06-05Fallout from the libcollections movementAlex Crichton-2/+2
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-1/+1
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-1/+1
2014-05-11core: Remove the cast moduleAlex Crichton-4/+4
2014-03-31syntax: Switch field privacy as necessaryAlex Crichton-2/+2
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