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
2019-02-25
Auto merge of #58302 - SimonSapin:tryfrom, r=alexcrichton
bors
-5
/
+123
2019-02-17
Review comments
Simon Sapin
-2
/
+16
2019-02-14
Rollup merge of #57856 - lzutao:fix-old-first-edition, r=steveklabnik
Mazdak Farrokhzad
-4
/
+1
2019-02-13
Add `impl From<!> for Infallible`
Simon Sapin
-0
/
+7
2019-02-13
Stabilize TryFrom and TryInto
Simon Sapin
-4
/
+8
2019-02-13
Use convert::Infallible instead of never in the blanket TryFrom impl
Simon Sapin
-1
/
+1
2019-02-13
Add a convert::Infallible empty enum, make string::ParseError an alias
Simon Sapin
-0
/
+93
2019-02-13
Convert old doc links to current edition
Lzu Tao
-4
/
+1
2019-02-12
Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik
bors
-1
/
+1
2019-02-10
tests: doc comments
Alexander Regueiro
-1
/
+1
2019-01-26
Tiny improvement to docs for `core::convert`.
Simon Heath
-1
/
+4
2019-01-21
Rollup merge of #56796 - KrishnaSannasi:try_from_impl_change, r=shepmaster
Mazdak Farrokhzad
-2
/
+2
2019-01-04
stabilize convert::identity
Mazdak Farrokhzad
-4
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-13
Change bounds on `TryFrom` blanket impl to use `Into` instead of `From`
Ozaren
-2
/
+2
2018-12-07
use top level `fs` functions where appropriate
Andy Russell
-4
/
+3
2018-11-10
constify parts of libcore.
Mazdak Farrokhzad
-1
/
+0
2018-09-29
Use impl_header_lifetime_elision in libcore
Scott McMurray
-3
/
+3
2018-08-20
core::convert::identity: fix issue number to #53500
Mazdak Farrokhzad
-1
/
+1
2018-08-19
Make core::convert::identity a const fn.
Mazdak Farrokhzad
-1
/
+2
2018-08-19
Merge branch 'master' into feature/core_convert_id
Mazdak Farrokhzad
-51
/
+22
2018-07-15
AsRef doc wording tweaks
Cameron McCormack
-3
/
+3
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
2018-01-19
fix doctests for convert::id
Mazdak
-2
/
+4
2018-01-19
add fn core::convert::id<T>(x: T) -> T { x }
Mazdak
-0
/
+67
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
[next]