index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libgraphviz
Age
Commit message (
Expand
)
Author
Lines
2018-07-25
Deny bare_trait_objects globally
Tatsuyuki Ishi
-2
/
+0
2018-07-12
Deny bare trait objects in the rest of rust
ljedrz
-0
/
+2
2018-04-08
Move deny(warnings) into rustbuild
Mark Simulacrum
-1
/
+0
2018-03-09
mir dataflow: change graphviz output
bobtwinkles
-0
/
+6
2018-01-01
Fix docs for future pulldown migration
Malo Jaffré
-2
/
+2
2017-12-18
Cleanup for libgraphviz
bjorn3
-59
/
+24
2017-08-25
*: remove crate_{name,type} attributes
Tamir Duberstein
-3
/
+0
2017-08-17
Rollup merge of #43891 - Fourchaux:master, r=steveklabnik
Corey Farwell
-3
/
+3
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-6
/
+6
2017-08-15
Fix typos & us spellings
Fourchaux
-3
/
+3
2017-08-12
Fix some typos
Bastien Orivel
-1
/
+1
2017-06-23
Removed as many "```ignore" as possible.
kennytm
-1
/
+1
2017-06-19
Bump version and stage0 compiler
Alex Crichton
-2
/
+0
2017-05-11
rustc: Remove #![unstable] annotation
Alex Crichton
-2
/
+2
2017-03-27
Fix various useless derefs and slicings
Oliver Schneider
-3
/
+3
2016-12-29
Remove not(stage0) from deny(warnings)
Alex Crichton
-1
/
+1
2016-11-30
Update the bootstrap compiler
Alex Crichton
-1
/
+0
2016-10-31
Changed most vec! invocations to use square braces
iirelu
-5
/
+5
2016-10-12
Stabilise `?`
Nick Cameron
-1
/
+1
2016-03-22
sprinkle feature gates here and there
Jorge Aparicio
-0
/
+1
2016-03-22
try! -> ?
Jorge Aparicio
-7
/
+7
2016-03-21
Switch libgraphviz from type params to associated types for Node/Edge.
Felix S. Klock II
-39
/
+63
2016-02-11
bootstrap: Add a bunch of Cargo.toml files
Alex Crichton
-0
/
+9
2016-01-24
mk: Move from `-D warnings` to `#![deny(warnings)]`
Alex Crichton
-0
/
+1
2016-01-16
std: Stabilize APIs for the 1.7 release
Alex Crichton
-5
/
+32
2015-12-21
Register new snapshots
Alex Crichton
-3
/
+0
2015-11-26
Auto merge of #30015 - petrochenkov:staged, r=brson
bors
-1
/
+1
2015-11-25
Remove all uses of `#[staged_api]`
Vadim Petrochenkov
-1
/
+1
2015-11-24
rustfmt: libflate, libfmt_macros, libgetopts, libgraphviz, liblog, librand
Nick Cameron
-19
/
+27
2015-11-12
libgraphviz: deny warnings in doctests
Kevin Butler
-10
/
+9
2015-10-13
Correct spelling in docs
Andrew Paseltiner
-2
/
+2
2015-09-11
manual fixups
Nick Cameron
-12
/
+12
2015-09-11
rustfmt libgraphviz
Nick Cameron
-74
/
+100
2015-09-06
generalize graphviz library to handle HTML tags and other such things
Niko Matsakis
-12
/
+52
2015-08-15
Add issue for the rustc_private feature everywhere
Alex Crichton
-1
/
+1
2015-08-12
Fallout in libs -- misc missing bounds uncovered by WF checks.
Niko Matsakis
-1
/
+1
2015-08-09
Use https URLs to refer to rust-lang.org where appropriate.
Eli Friedman
-2
/
+2
2015-07-27
Show appropriate feature flags in docs
Steve Klabnik
-3
/
+6
2015-07-20
graphviz: support style attributes
Nick Cameron
-32
/
+157
2015-07-09
Use vec![elt; n] where possible
Ulrik Sverdrup
-2
/
+1
2015-06-17
collections: Split the `collections` feature
Alex Crichton
-1
/
+2
2015-06-11
Conver reborrows to .iter() calls where appropriate
Joshua Landau
-2
/
+2
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-1
/
+1
2015-05-15
libs: Move favicon URLs to HTTPS
Alex Crichton
-1
/
+1
2015-04-01
Fallout in public-facing and semi-public-facing libs
Niko Matsakis
-1
/
+1
2015-03-31
replace deprecated as_slice()
Emeliov Dmitrii
-1
/
+1
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-1
/
+0
2015-03-23
Test fixes and rebase conflicts, round 2
Alex Crichton
-20
/
+20
2015-03-23
rollup merge of #23598: brson/gate
Alex Crichton
-0
/
+3
2015-03-23
Add generic conversion traits
Aaron Turon
-0
/
+1
[next]