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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
/
convert.rs
Age
Commit message (
Expand
)
Author
Lines
2018-04-20
Revert "Stabilize the TryFrom and TryInto traits"
Felix S. Klock II
-8
/
+4
2018-03-26
Stabilize the TryFrom and TryInto traits
Simon Sapin
-4
/
+8
2018-03-22
Rollup merge of #49038 - canndrew:replace-infallible-with-never, r=SimonSapin
kennytm
-20
/
+1
2018-03-17
update FIXME(#23442) to point to issue 45742 (Blanket impl of AsRef for Deref)
Niv Kaminer
-2
/
+2
2018-03-15
replace `convert::Infallible` with `!`
Andrew Cann
-20
/
+1
2018-02-04
Fix info about generic impls in AsMut docs
Matt Brubeck
-3
/
+3
2017-09-23
Simplify implementation of Display and Error for convert::Infallible.
Jimmy Cuadra
-2
/
+3
2017-09-21
Impl fmt::Display for convert::Infallible.
Jimmy Cuadra
-0
/
+8
2017-09-18
Derive additional traits for Infallible.
Jimmy Cuadra
-9
/
+1
2017-09-01
Reword docs for Infallible to make them easier to understand.
Jimmy Cuadra
-6
/
+5
2017-08-29
Add blanket TryFrom impl when From is implemented.
Jimmy Cuadra
-12
/
+29
2017-06-15
Update older URLs pointing to the first edition of the Book
Wonwoo Choi
-2
/
+2
2017-05-28
Clarify docs on implementing Into.
Clar Charr
-1
/
+37
2017-05-02
Address review
est31
-1
/
+1
2017-05-02
Removal pass for anonymous parameters
est31
-1
/
+1
2017-04-18
Address review comments
Dylan Maccora
-24
/
+19
2017-04-08
Removing broken examples
Dylan Maccora
-24
/
+3
2017-04-04
AsMut example
Dylan Maccora
-7
/
+15
2017-04-03
Wrapped to 80 characters. Fix links.
Dylan Maccora
-40
/
+58
2017-04-01
Convert docs clean up.
Dylan Maccora
-31
/
+114
2017-03-20
Auto merge of #40281 - jimmycuadra:try-from-from-str, r=aturon
bors
-6
/
+18
2017-03-15
Rename TryFrom's associated type and implement str::parse using TryFrom.
Jimmy Cuadra
-6
/
+18
2017-03-13
Remove function invokation parens from documentation links.
Corey Farwell
-4
/
+4
2017-02-02
Add a name for the parameter to `TryFrom::try_from`.
Jimmy Cuadra
-1
/
+1
2017-01-29
Add missing url in convert module
Guillaume Gomez
-10
/
+18
2016-10-21
Fix a few links in the docs
Oliver Middleton
-3
/
+3
2016-09-15
Add example in AsMut trait documentation
Mark-Simulacrum
-0
/
+16
2016-08-31
Add missing urls into convert module
Guillaume Gomez
-16
/
+39
2016-08-24
Use `#[prelude_import]` in `libcore`.
Jeffrey Seyfried
-3
/
+0
2016-08-12
fix small typos in std::convert documentation
Matthew Piziak
-4
/
+4
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