about summary refs log tree commit diff
path: root/src/libgraphviz
AgeCommit message (Expand)AuthorLines
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-9/+9
2015-01-17Set allow(unstable) in crates that use unstable featuresBrian Anderson-0/+1
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-0/+1
2015-01-08Remove warning from the libraries.Huon Wilson-0/+1
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-3/+3
2015-01-07Preliminary feature stagingBrian Anderson-0/+1
2015-01-07use slicing sugarJorge Aparicio-3/+3
2015-01-06Register new snapshotsAlex Crichton-2/+1
2015-01-07Replace full slice notation with index callsNick Cameron-3/+3
2015-01-05More test fixes!Alex Crichton-1/+1
2015-01-06FalloutNick Cameron-1/+1
2015-01-04Merge pull request #20457 from frewsxcv/rm-reexportsbors-7/+7
2015-01-03Remove deprecated functionalityAlex Crichton-11/+4
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2015-01-03graphviz: fix falloutJorge Aparicio-1/+1
2015-01-02Remove graphviz::LabelText::* public reexportCorey Farwell-7/+7
2015-01-02rollup merge of #20416: nikomatsakis/coherenceAlex Crichton-3/+3
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+8
2015-01-02Fix orphan checking (cc #19470). (This is not a complete fix of #19470 becaus...Niko Matsakis-3/+3
2014-12-30Rebasing and reviewer changesNick Cameron-2/+2
2014-12-27Fix falloutNick Cameron-1/+0
2014-12-22rollup merge of #20056: MrFloya/iter_renameAlex Crichton-1/+1
2014-12-22Renaming of the Iter types as in RFC #344Florian Wilkens-1/+1
2014-12-21Fallout of std::str stabilizationAlex Crichton-7/+7
2014-12-17rollup merge of #19892: pnkfelix/region-graphvizAlex Crichton-7/+43
2014-12-17auto merge of #19761 : nick29581/rust/coerce-double, r=nikomatsakisbors-2/+2
2014-12-16auto merge of #19777 : nikomatsakis/rust/warn-on-shadowing, r=acrichtobors-5/+5
2014-12-16Remove the double auto-ref on arrays/strings as receiversNick Cameron-2/+2
2014-12-15libgraphviz: extend API with flags to indicate options like "do not include l...Felix S. Klock II-7/+35
2014-12-15libgraphviz: add `label` and `escaped` ctors taking any `str::IntoMaybeOwned`.Felix S. Klock II-0/+8
2014-12-15Remove all shadowed lifetimes.Niko Matsakis-5/+5
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-16/+1
2014-12-13libgraphviz: use tuple indexingJorge Aparicio-1/+1
2014-12-13libgraphviz: use unboxed closures in `LabelText` methodsJorge Aparicio-1/+1
2014-12-13libgraphviz: fix falloutJorge Aparicio-1/+2
2014-12-06libgraphviz: remove unnecessary `as_slice()` callsJorge Aparicio-8/+8
2014-12-04auto merge of #18980 : erickt/rust/reader, r=ericktbors-5/+3
2014-12-03Deprecate EquivJorge Aparicio-0/+1
2014-11-30std: add Reader impl for &[u8]Erick Tryzelaar-5/+3
2014-11-27auto merge of #19343 : sfackler/rust/less-special-attrs, r=alexcrichtonbors-1/+0
2014-11-26/*! -> //!Steve Klabnik-254/+252
2014-11-26Remove special casing for some meta attributesSteven Fackler-1/+0
2014-11-25Deprecate MaybeOwned[Vector] in favor of CowJorge Aparicio-33/+40
2014-11-21core: Convert Char::escape_default, escape_unicode to iteratorsBrian Anderson-1/+1
2014-11-20libcore: DST-ify AsSliceAaron Turon-1/+1
2014-11-18std: Stabilize std::fmtAlex Crichton-2/+2
2014-11-18implement Writer for Vec<u8>Daniel Micay-9/+9
2014-11-18Fix compilation and tests after the roll-upJakub Bukaj-2/+2
2014-11-18rollup merge of #18921: oli-obk/refactoring/graphviz/id/new/result_instead_of...Jakub Bukaj-12/+38