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
/
libcore
/
convert.rs
Age
Commit message (
Expand
)
Author
Lines
2016-05-07
Implement RFC 1542
Steven Fackler
-10
/
+47
2016-03-29
verb agreement in core::convert docs
Alex Burka
-10
/
+10
2016-02-09
Minor spelling fixes
Carlos E. Garcia
-1
/
+1
2016-01-31
Doc:std::convert: disambiguate traits and keywords
Thomas Wickham
-6
/
+6
2016-01-15
Doc:std::convert: be more specific + typo
Thomas Wickham
-21
/
+19
2016-01-14
Doc:std::convert explicitely list generic impls
Thomas Wickham
-0
/
+59
2015-10-23
Make `{Default, From, FromIterator, One, Zero}` well-formed
Andrew Paseltiner
-1
/
+1
2015-06-17
core: Split apart the global `core` feature
Alex Crichton
-4
/
+5
2015-05-12
TRPL: Borrow and AsRef
Steve Klabnik
-0
/
+5
2015-05-10
Add #[inline] to AsRef<str>::as_ref for String and str.
Jan Bujak
-0
/
+1
2015-04-26
Make From::from example more idiomatic / simpler
Corey Farwell
-3
/
+1
2015-04-24
Remove reference to 'to'
Steve Klabnik
-1
/
+1
2015-04-10
Add examples for Convert
Steve Klabnik
-5
/
+51
2015-04-04
s/Perform/Performs/
Andrew Paseltiner
-4
/
+4
2015-03-31
Test fixes and rebase conflicts, round 2
Alex Crichton
-7
/
+0
2015-03-31
rollup merge of #23879: seanmonstar/del-from-error
Alex Crichton
-0
/
+7
2015-03-31
Stabilize `std::convert` and related code
Aaron Turon
-16
/
+22
2015-03-30
convert: remove FromError, use From<E> instead
Sean McArthur
-0
/
+7
2015-03-26
Revise use of conversion traits
Aaron Turon
-0
/
+16
2015-03-23
Add generic conversion traits
Aaron Turon
-0
/
+113