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
Age
Commit message (
Expand
)
Author
Lines
2020-03-07
Correct version that relaxed orphan rules
Jonathan Giddy
-1
/
+1
2020-01-06
Use Self instead of $type
Lzu Tao
-14
/
+14
2019-12-18
Propagate cfg bootstrap
Mark Rousskov
-3
/
+1
2019-12-14
Auto merge of #67224 - nikomatsakis:revert-stabilization-of-never-type, r=cen...
bors
-7
/
+88
2019-12-14
Revert "Redefine `core::convert::Infallible` as `!`."
Niko Matsakis
-7
/
+88
2019-12-14
Auto merge of #67136 - oli-obk:const_stability, r=Centril
bors
-0
/
+1
2019-12-13
docs: std::convert::From: Fix typo
Shaleen Jain
-1
/
+1
2019-12-13
Require stable/unstable annotations for the constness of all stable functions...
Oliver Scherer
-0
/
+1
2019-12-08
move from non zero impls to `libcore/convert/num.rs`
Peter
-0
/
+1115
2019-12-08
leave a FIXME
Mazdak Farrokhzad
-1
/
+1
2019-12-08
use `#[allow(unused_attributes)]` to paper over incr.comp problem
Mazdak Farrokhzad
-0
/
+1
2019-12-06
Move numeric `From` and `TryFrom` impls to `libcore/convert/num.rs`
Simon Sapin
-0
/
+331
2019-12-06
Add `{f32,f64}::approx_unchecked_to<Int>` unsafe methods
Simon Sapin
-0
/
+43
2019-12-06
Make `core::convert` a directory-module with `mod.rs`
Simon Sapin
-0
/
+660