summaryrefslogtreecommitdiff
path: root/src/libgraphviz
Commit message (Expand)AuthorAgeFilesLines
* Remove graphviz::IntoCowljedrz2018-10-051-55/+18
* Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone2018-09-271-1/+1
* stabalize infer outlives requirements (RFC 2093).toidiu2018-09-111-1/+0
* check that adding infer-outlives requirement to all crates worksNiko Matsakis2018-08-241-0/+1
* A few cleanups for fmt_macros, graphviz, apfloat, target, serialize and termljedrz2018-08-111-5/+6
* libgraphviz: enable feature(nll) for bootstrapmemoryruins2018-08-091-0/+1
* Deny bare_trait_objects globallyTatsuyuki Ishi2018-07-251-2/+0
* Deny bare trait objects in the rest of rustljedrz2018-07-121-0/+2
* Move deny(warnings) into rustbuildMark Simulacrum2018-04-081-1/+0
* mir dataflow: change graphviz outputbobtwinkles2018-03-091-0/+6
* Fix docs for future pulldown migrationMalo Jaffré2018-01-011-2/+2
* Cleanup for libgraphvizbjorn32017-12-181-59/+24
* *: remove crate_{name,type} attributesTamir Duberstein2017-08-251-3/+0
* Rollup merge of #43891 - Fourchaux:master, r=steveklabnikCorey Farwell2017-08-171-3/+3
|\
| * Fix typos & us spellingsFourchaux2017-08-151-3/+3
* | use field init shorthand EVERYWHEREZack M. Davis2017-08-151-6/+6
|/
* Fix some typosBastien Orivel2017-08-121-1/+1
* Removed as many "```ignore" as possible.kennytm2017-06-231-1/+1
* Bump version and stage0 compilerAlex Crichton2017-06-191-2/+0
* rustc: Remove #![unstable] annotationAlex Crichton2017-05-111-2/+2
* Fix various useless derefs and slicingsOliver Schneider2017-03-271-3/+3
* Remove not(stage0) from deny(warnings)Alex Crichton2016-12-291-1/+1
* Update the bootstrap compilerAlex Crichton2016-11-301-1/+0
* Changed most vec! invocations to use square bracesiirelu2016-10-311-5/+5
* Stabilise `?`Nick Cameron2016-10-121-1/+1
* sprinkle feature gates here and thereJorge Aparicio2016-03-221-0/+1
* try! -> ?Jorge Aparicio2016-03-221-7/+7
* Switch libgraphviz from type params to associated types for Node/Edge.Felix S. Klock II2016-03-211-39/+63
* bootstrap: Add a bunch of Cargo.toml filesAlex Crichton2016-02-111-0/+9
* mk: Move from `-D warnings` to `#![deny(warnings)]`Alex Crichton2016-01-241-0/+1
* std: Stabilize APIs for the 1.7 releaseAlex Crichton2016-01-161-5/+32
* Register new snapshotsAlex Crichton2015-12-211-3/+0
* Auto merge of #30015 - petrochenkov:staged, r=brsonbors2015-11-261-1/+1
|\
| * Remove all uses of `#[staged_api]`Vadim Petrochenkov2015-11-251-1/+1
* | rustfmt: libflate, libfmt_macros, libgetopts, libgraphviz, liblog, librandNick Cameron2015-11-241-19/+27
|/
* libgraphviz: deny warnings in doctestsKevin Butler2015-11-121-10/+9
* Correct spelling in docsAndrew Paseltiner2015-10-131-2/+2
* manual fixupsNick Cameron2015-09-111-12/+12
* rustfmt libgraphvizNick Cameron2015-09-111-74/+100
* generalize graphviz library to handle HTML tags and other such thingsNiko Matsakis2015-09-061-12/+52
* Add issue for the rustc_private feature everywhereAlex Crichton2015-08-151-1/+1
* Fallout in libs -- misc missing bounds uncovered by WF checks.Niko Matsakis2015-08-121-1/+1
* Use https URLs to refer to rust-lang.org where appropriate.Eli Friedman2015-08-091-2/+2
* Show appropriate feature flags in docsSteve Klabnik2015-07-271-3/+6
* graphviz: support style attributesNick Cameron2015-07-201-32/+157
* Use vec![elt; n] where possibleUlrik Sverdrup2015-07-091-2/+1
* collections: Split the `collections` featureAlex Crichton2015-06-171-1/+2
* Conver reborrows to .iter() calls where appropriateJoshua Landau2015-06-111-2/+2
* Removed many pointless calls to *iter() and iter_mut()Joshua Landau2015-06-101-1/+1
* libs: Move favicon URLs to HTTPSAlex Crichton2015-05-151-1/+1