about summary refs log tree commit diff
path: root/src/libgraphviz/maybe_owned_vec.rs
AgeCommit message (Expand)AuthorLines
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-1/+1
2015-01-06FalloutNick Cameron-1/+1
2015-01-03Remove deprecated functionalityAlex Crichton-8/+1
2015-01-03graphviz: fix falloutJorge Aparicio-1/+1
2015-01-02rollup merge of #20416: nikomatsakis/coherenceAlex Crichton-3/+3
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+3
2015-01-02Fix orphan checking (cc #19470). (This is not a complete fix of #19470 becaus...Niko Matsakis-3/+3
2014-12-27Fix falloutNick Cameron-1/+0
2014-12-22Renaming of the Iter types as in RFC #344Florian Wilkens-1/+1
2014-12-16auto merge of #19777 : nikomatsakis/rust/warn-on-shadowing, r=acrichtobors-1/+1
2014-12-15Remove all shadowed lifetimes.Niko Matsakis-1/+1
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-16/+1
2014-12-13libgraphviz: fix falloutJorge Aparicio-1/+1
2014-12-03Deprecate EquivJorge Aparicio-0/+1
2014-11-25Deprecate MaybeOwned[Vector] in favor of CowJorge Aparicio-0/+10
2014-11-20libcore: DST-ify AsSliceAaron Turon-1/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+2
2014-11-12Register new snapshotsAlex Crichton-12/+0
2014-11-06Prelude: rename and consolidate extension traitsAaron Turon-3/+10
2014-11-05Fix fallout of DSTifying PartialEq, PartialOrd, Eq, OrdJorge Aparicio-0/+12
2014-11-01collections: Remove all collections traitsAlex Crichton-7/+4
2014-10-29collections: impl Deref for Vec/StringAlex Crichton-1/+1
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-8/+0
2014-10-11Remove into_vec method from &[T]Boris Egorov-1/+1
2014-10-07Rename slice::SliceNick Cameron-2/+2
2014-09-21Fix fallout from Vec stabilizationAlex Crichton-1/+1
2014-08-29Register new snapshotsAlex Crichton-8/+0
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-1/+9
2014-08-13std: Rename slice::Vector to SliceBrian Anderson-2/+2
2014-07-19librustc: Implement lifetime elision.Patrick Walton-1/+1
2014-07-17Rename functions in the CloneableVector traitAdolfo OchagavĂ­a-6/+6
2014-06-29Implement RFC#28: Add PartialOrd::partial_cmpSteven Fackler-2/+2
2014-06-28Implementation of common traits for MaybeOwnedVectorArjan Topolovec-0/+57
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-17/+4
2014-05-22Spelling/doc formatting fixes.Huon Wilson-1/+1
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-1/+1
2014-05-02Updated maybe_owned_vec with review feedback.Felix S. Klock II-17/+78
2014-05-02Add a `graphviz` crate for making .dot files to layout and render graphs.Felix S. Klock II-0/+71