about summary refs log tree commit diff
path: root/src/libgraphviz/lib.rs
AgeCommit message (Expand)AuthorLines
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-8/+8
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-04Merge pull request #20457 from frewsxcv/rm-reexportsbors-7/+7
2015-01-03Remove deprecated functionalityAlex Crichton-3/+3
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2015-01-02Remove graphviz::LabelText::* public reexportCorey Farwell-7/+7
2015-01-02std: Stabilize the prelude moduleAlex Crichton-0/+5
2014-12-30Rebasing and reviewer changesNick Cameron-2/+2
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-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-4/+4
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-0/+1
2014-12-06libgraphviz: remove unnecessary `as_slice()` callsJorge Aparicio-8/+8
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/+30
2014-11-21core: Convert Char::escape_default, escape_unicode to iteratorsBrian Anderson-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
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+4
2014-11-17libgraphviz: Id::new returns Result<Id, ()> instead of panicking on erroroli-obk-12/+38
2014-11-17Fix fallout from coercion removalNick Cameron-6/+6
2014-10-13Clean up rustc warnings.NODA, Kai-0/+14
2014-10-09Use the same html_root_url for all docsBrian Anderson-1/+1
2014-10-09Revert "Update html_root_url for 0.12.0 release"Brian Anderson-1/+1
2014-10-07Update html_root_url for 0.12.0 releaseBrian Anderson-1/+1
2014-09-23Deal with the fallout of string stabilizationAlex Crichton-3/+5
2014-09-16Fallout from renamingAaron Turon-3/+3
2014-09-09Remove some test warnings.Jonas Hietala-3/+3
2014-08-29Register new snapshotsAlex Crichton-1/+0
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-1/+2