about summary refs log tree commit diff
path: root/src/libgraphviz
AgeCommit message (Expand)AuthorLines
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
2014-08-13std: Rename slice::Vector to SliceBrian Anderson-2/+2
2014-07-21Get rid of few warnings in testsPiotr Jawniak-7/+7
2014-07-19librustc: Implement lifetime elision.Patrick Walton-3/+3
2014-07-18auto merge of #15725 : aochagavia/rust/vec, r=alexcrichtonbors-6/+6
2014-07-17Rename functions in the CloneableVector traitAdolfo OchagavĂ­a-6/+6
2014-07-17deprecate Vec::getNick Cameron-4/+4
2014-07-15Extend --pretty flowgraph=ID to include dataflow results in output.Felix S. Klock II-6/+30
2014-07-11Update doc URLs for version bumpBrian Anderson-1/+1
2014-07-09Register new snapshotsAlex Crichton-2/+0
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-2/+2
2014-07-05Add #[crate_name] attributes as necessaryAlex Crichton-3/+3
2014-07-02Merge remote-tracking branch 'origin/master' into 0.11.0-releaseAlex Crichton-0/+57
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-27Update to 0.11.0 0.11.0Alex Crichton-2/+2
2014-06-17Mark all crates except std as experimentalBrian Anderson-0/+1
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-17/+4
2014-05-27std: Rename strbuf operations to stringRicho Healey-3/+3
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-4/+4
2014-05-22auto merge of #14357 : huonw/rust/spelling, r=pnkfelixbors-3/+3
2014-05-22Spelling/doc formatting fixes.Huon Wilson-3/+3
2014-05-21Change static.rust-lang.org to doc.rust-lang.orgAlex Crichton-1/+1
2014-05-14libgraphviz: Remove all uses of `~str` from `libgraphviz`.Patrick Walton-5/+8
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-05-07auto merge of #13976 : pnkfelix/rust/fsk-fix-13965, r=alexcrichtonbors-12/+39
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-1/+1
2014-05-07Revise doc-comments for graphviz to avoid generating files from rustdoc runs.Felix S. Klock II-12/+39
2014-05-05Placate rustdocs testable-by-default code blocks.Felix S. Klock II-1/+1
2014-05-02Updated maybe_owned_vec with review feedback.Felix S. Klock II-26/+96
2014-05-02Add a `graphviz` crate for making .dot files to layout and render graphs.Felix S. Klock II-0/+817