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
/
maybe_owned_vec.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-1
/
+1
2015-01-06
Fallout
Nick Cameron
-1
/
+1
2015-01-03
Remove deprecated functionality
Alex Crichton
-8
/
+1
2015-01-03
graphviz: fix fallout
Jorge Aparicio
-1
/
+1
2015-01-02
rollup merge of #20416: nikomatsakis/coherence
Alex Crichton
-3
/
+3
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-1
/
+3
2015-01-02
Fix orphan checking (cc #19470). (This is not a complete fix of #19470 becaus...
Niko Matsakis
-3
/
+3
2014-12-27
Fix fallout
Nick Cameron
-1
/
+0
2014-12-22
Renaming of the Iter types as in RFC #344
Florian Wilkens
-1
/
+1
2014-12-16
auto merge of #19777 : nikomatsakis/rust/warn-on-shadowing, r=acrichto
bors
-1
/
+1
2014-12-15
Remove all shadowed lifetimes.
Niko Matsakis
-1
/
+1
2014-12-14
std: Collapse SlicePrelude traits
Alex Crichton
-16
/
+1
2014-12-13
libgraphviz: fix fallout
Jorge Aparicio
-1
/
+1
2014-12-03
Deprecate Equiv
Jorge Aparicio
-0
/
+1
2014-11-25
Deprecate MaybeOwned[Vector] in favor of Cow
Jorge Aparicio
-0
/
+10
2014-11-20
libcore: DST-ify AsSlice
Aaron Turon
-1
/
+1
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+2
2014-11-12
Register new snapshots
Alex Crichton
-12
/
+0
2014-11-06
Prelude: rename and consolidate extension traits
Aaron Turon
-3
/
+10
2014-11-05
Fix fallout of DSTifying PartialEq, PartialOrd, Eq, Ord
Jorge Aparicio
-0
/
+12
2014-11-01
collections: Remove all collections traits
Alex Crichton
-7
/
+4
2014-10-29
collections: impl Deref for Vec/String
Alex Crichton
-1
/
+1
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-8
/
+0
2014-10-11
Remove into_vec method from &[T]
Boris Egorov
-1
/
+1
2014-10-07
Rename slice::Slice
Nick Cameron
-2
/
+2
2014-09-21
Fix fallout from Vec stabilization
Alex Crichton
-1
/
+1
2014-08-29
Register new snapshots
Alex Crichton
-8
/
+0
2014-08-27
Implement generalized object and type parameter bounds (Fixes #16462)
Niko Matsakis
-1
/
+9
2014-08-13
std: Rename slice::Vector to Slice
Brian Anderson
-2
/
+2
2014-07-19
librustc: Implement lifetime elision.
Patrick Walton
-1
/
+1
2014-07-17
Rename functions in the CloneableVector trait
Adolfo OchagavĂa
-6
/
+6
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-11
rustc: Remove ~[T] from the language
Alex Crichton
-17
/
+4
2014-05-22
Spelling/doc formatting fixes.
Huon Wilson
-1
/
+1
2014-05-06
librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except
Patrick Walton
-1
/
+1
2014-05-02
Updated maybe_owned_vec with review feedback.
Felix S. Klock II
-17
/
+78
2014-05-02
Add a `graphviz` crate for making .dot files to layout and render graphs.
Felix S. Klock II
-0
/
+71