summary refs log tree commit diff
path: root/src/libgraphviz
AgeCommit message (Expand)AuthorLines
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
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+6
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-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-13Clean up rustc warnings.NODA, Kai-0/+14
2014-10-11Remove into_vec method from &[T]Boris Egorov-1/+1
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-10-07Rename slice::SliceNick Cameron-2/+2
2014-09-23Deal with the fallout of string stabilizationAlex Crichton-3/+5
2014-09-21Fix fallout from Vec stabilizationAlex Crichton-1/+1
2014-09-16Fallout from renamingAaron Turon-3/+3
2014-09-09Remove some test warnings.Jonas Hietala-3/+3
2014-08-29Register new snapshotsAlex Crichton-9/+0
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-2/+11
2014-08-18libsyntax: Remove the `use foo = bar` syntax from the language in favorPatrick Walton-3/+3