| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove graphviz::IntoCow | ljedrz | 2018-10-05 | 1 | -55/+18 |
* | Bump to 1.31.0 and bootstrap from 1.30 beta | Josh Stone | 2018-09-27 | 1 | -1/+1 |
* | stabalize infer outlives requirements (RFC 2093). | toidiu | 2018-09-11 | 1 | -1/+0 |
* | check that adding infer-outlives requirement to all crates works | Niko Matsakis | 2018-08-24 | 1 | -0/+1 |
* | A few cleanups for fmt_macros, graphviz, apfloat, target, serialize and term | ljedrz | 2018-08-11 | 1 | -5/+6 |
* | libgraphviz: enable feature(nll) for bootstrap | memoryruins | 2018-08-09 | 1 | -0/+1 |
* | Deny bare_trait_objects globally | Tatsuyuki Ishi | 2018-07-25 | 1 | -2/+0 |
* | Deny bare trait objects in the rest of rust | ljedrz | 2018-07-12 | 1 | -0/+2 |
* | Move deny(warnings) into rustbuild | Mark Simulacrum | 2018-04-08 | 1 | -1/+0 |
* | mir dataflow: change graphviz output | bobtwinkles | 2018-03-09 | 1 | -0/+6 |
* | Fix docs for future pulldown migration | Malo Jaffré | 2018-01-01 | 1 | -2/+2 |
* | Cleanup for libgraphviz | bjorn3 | 2017-12-18 | 1 | -59/+24 |
* | *: remove crate_{name,type} attributes | Tamir Duberstein | 2017-08-25 | 1 | -3/+0 |
* | Rollup merge of #43891 - Fourchaux:master, r=steveklabnik | Corey Farwell | 2017-08-17 | 1 | -3/+3 |
|\ |
|
| * | Fix typos & us spellings | Fourchaux | 2017-08-15 | 1 | -3/+3 |
* | | use field init shorthand EVERYWHERE | Zack M. Davis | 2017-08-15 | 1 | -6/+6 |
|/ |
|
* | Fix some typos | Bastien Orivel | 2017-08-12 | 1 | -1/+1 |
* | Removed as many "```ignore" as possible. | kennytm | 2017-06-23 | 1 | -1/+1 |
* | Bump version and stage0 compiler | Alex Crichton | 2017-06-19 | 1 | -2/+0 |
* | rustc: Remove #![unstable] annotation | Alex Crichton | 2017-05-11 | 1 | -2/+2 |
* | Fix various useless derefs and slicings | Oliver Schneider | 2017-03-27 | 1 | -3/+3 |
* | Remove not(stage0) from deny(warnings) | Alex Crichton | 2016-12-29 | 1 | -1/+1 |
* | Update the bootstrap compiler | Alex Crichton | 2016-11-30 | 1 | -1/+0 |
* | Changed most vec! invocations to use square braces | iirelu | 2016-10-31 | 1 | -5/+5 |
* | Stabilise `?` | Nick Cameron | 2016-10-12 | 1 | -1/+1 |
* | sprinkle feature gates here and there | Jorge Aparicio | 2016-03-22 | 1 | -0/+1 |
* | try! -> ? | Jorge Aparicio | 2016-03-22 | 1 | -7/+7 |
* | Switch libgraphviz from type params to associated types for Node/Edge. | Felix S. Klock II | 2016-03-21 | 1 | -39/+63 |
* | bootstrap: Add a bunch of Cargo.toml files | Alex Crichton | 2016-02-11 | 1 | -0/+9 |
* | mk: Move from `-D warnings` to `#![deny(warnings)]` | Alex Crichton | 2016-01-24 | 1 | -0/+1 |
* | std: Stabilize APIs for the 1.7 release | Alex Crichton | 2016-01-16 | 1 | -5/+32 |
* | Register new snapshots | Alex Crichton | 2015-12-21 | 1 | -3/+0 |
* | Auto merge of #30015 - petrochenkov:staged, r=brson | bors | 2015-11-26 | 1 | -1/+1 |
|\ |
|
| * | Remove all uses of `#[staged_api]` | Vadim Petrochenkov | 2015-11-25 | 1 | -1/+1 |
* | | rustfmt: libflate, libfmt_macros, libgetopts, libgraphviz, liblog, librand | Nick Cameron | 2015-11-24 | 1 | -19/+27 |
|/ |
|
* | libgraphviz: deny warnings in doctests | Kevin Butler | 2015-11-12 | 1 | -10/+9 |
* | Correct spelling in docs | Andrew Paseltiner | 2015-10-13 | 1 | -2/+2 |
* | manual fixups | Nick Cameron | 2015-09-11 | 1 | -12/+12 |
* | rustfmt libgraphviz | Nick Cameron | 2015-09-11 | 1 | -74/+100 |
* | generalize graphviz library to handle HTML tags and other such things | Niko Matsakis | 2015-09-06 | 1 | -12/+52 |
* | Add issue for the rustc_private feature everywhere | Alex Crichton | 2015-08-15 | 1 | -1/+1 |
* | Fallout in libs -- misc missing bounds uncovered by WF checks. | Niko Matsakis | 2015-08-12 | 1 | -1/+1 |
* | Use https URLs to refer to rust-lang.org where appropriate. | Eli Friedman | 2015-08-09 | 1 | -2/+2 |
* | Show appropriate feature flags in docs | Steve Klabnik | 2015-07-27 | 1 | -3/+6 |
* | graphviz: support style attributes | Nick Cameron | 2015-07-20 | 1 | -32/+157 |
* | Use vec![elt; n] where possible | Ulrik Sverdrup | 2015-07-09 | 1 | -2/+1 |
* | collections: Split the `collections` feature | Alex Crichton | 2015-06-17 | 1 | -1/+2 |
* | Conver reborrows to .iter() calls where appropriate | Joshua Landau | 2015-06-11 | 1 | -2/+2 |
* | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | 2015-06-10 | 1 | -1/+1 |
* | libs: Move favicon URLs to HTTPS | Alex Crichton | 2015-05-15 | 1 | -1/+1 |