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
2014-10-07
Rename slice::Slice
Nick Cameron
-2
/
+2
2014-09-23
Deal with the fallout of string stabilization
Alex Crichton
-3
/
+5
2014-09-21
Fix fallout from Vec stabilization
Alex Crichton
-1
/
+1
2014-09-16
Fallout from renaming
Aaron Turon
-3
/
+3
2014-09-09
Remove some test warnings.
Jonas Hietala
-3
/
+3
2014-08-29
Register new snapshots
Alex Crichton
-9
/
+0
2014-08-27
Implement generalized object and type parameter bounds (Fixes #16462)
Niko Matsakis
-2
/
+11
2014-08-18
libsyntax: Remove the `use foo = bar` syntax from the language in favor
Patrick Walton
-3
/
+3
2014-08-13
std: Rename slice::Vector to Slice
Brian Anderson
-2
/
+2
2014-07-21
Get rid of few warnings in tests
Piotr Jawniak
-7
/
+7
2014-07-19
librustc: Implement lifetime elision.
Patrick Walton
-3
/
+3
2014-07-18
auto merge of #15725 : aochagavia/rust/vec, r=alexcrichton
bors
-6
/
+6
2014-07-17
Rename functions in the CloneableVector trait
Adolfo OchagavĂa
-6
/
+6
2014-07-17
deprecate Vec::get
Nick Cameron
-4
/
+4
2014-07-15
Extend --pretty flowgraph=ID to include dataflow results in output.
Felix S. Klock II
-6
/
+30
2014-07-11
Update doc URLs for version bump
Brian Anderson
-1
/
+1
2014-07-09
Register new snapshots
Alex Crichton
-2
/
+0
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-2
/
+2
2014-07-05
Add #[crate_name] attributes as necessary
Alex Crichton
-3
/
+3
2014-07-02
Merge remote-tracking branch 'origin/master' into 0.11.0-release
Alex Crichton
-0
/
+57
2014-06-29
Implement RFC#28: Add PartialOrd::partial_cmp
Steven Fackler
-2
/
+2
2014-06-28
Implementation of common traits for MaybeOwnedVector
Arjan Topolovec
-0
/
+57
2014-06-27
Update to 0.11.0
0.11.0
Alex Crichton
-2
/
+2
2014-06-17
Mark all crates except std as experimental
Brian Anderson
-0
/
+1
2014-06-11
rustc: Remove ~[T] from the language
Alex Crichton
-17
/
+4
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-3
/
+3
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-4
/
+4
2014-05-22
auto merge of #14357 : huonw/rust/spelling, r=pnkfelix
bors
-3
/
+3
2014-05-22
Spelling/doc formatting fixes.
Huon Wilson
-3
/
+3
2014-05-21
Change static.rust-lang.org to doc.rust-lang.org
Alex Crichton
-1
/
+1
2014-05-14
libgraphviz: Remove all uses of `~str` from `libgraphviz`.
Patrick Walton
-5
/
+8
2014-05-12
Add the patch number to version strings. Closes #13289
Brian Anderson
-1
/
+1
2014-05-07
auto merge of #13976 : pnkfelix/rust/fsk-fix-13965, r=alexcrichton
bors
-12
/
+39
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-1
/
+1
2014-05-07
Revise doc-comments for graphviz to avoid generating files from rustdoc runs.
Felix S. Klock II
-12
/
+39
2014-05-05
Placate rustdocs testable-by-default code blocks.
Felix S. Klock II
-1
/
+1
2014-05-02
Updated maybe_owned_vec with review feedback.
Felix S. Klock II
-26
/
+96
2014-05-02
Add a `graphviz` crate for making .dot files to layout and render graphs.
Felix S. Klock II
-0
/
+817