about summary refs log tree commit diff
path: root/src/libgraphviz
AgeCommit message (Expand)AuthorLines
2015-01-30std: Stabilize the std::fmt moduleAlex Crichton-8/+8
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-29convert remaining `range(a, b)` to `a..b`Jorge Aparicio-2/+2
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-9/+9
2015-01-26Fallout of io => old_ioAlex Crichton-9/+9
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-9/+9
2015-01-23Deprecated attributes don't take 'feature' names and are paired with stable/u...Brian Anderson-1/+2
2015-01-23Set unstable feature names appropriatelyBrian Anderson-2/+5
2015-01-22Put #[staged_api] behind the 'staged_api' gateBrian Anderson-0/+1
2015-01-21Remove 'since' from unstable attributesBrian Anderson-1/+1
2015-01-21Tie stability attributes to feature gatesBrian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-2/+2
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