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
/
tests
/
num
Age
Commit message (
Expand
)
Author
Lines
2018-07-27
Use str::repeat
Shotaro Yamada
-2
/
+1
2018-07-03
Auto merge of #51564 - SimonSapin:try-int, r=alexcrichton
bors
-0
/
+127
2018-06-26
Add unit tests for `.mod_euc()` and `.div_euc()`
Fabian Kössel
-0
/
+19
2018-06-06
Revert "Remove TryFrom impls that might become conditionally-infallible with ...
Simon Sapin
-0
/
+127
2018-06-01
Add @ithinuel's tests from #50597
Clar Charr
-0
/
+21
2018-05-22
Remove the unstable Float trait
Simon Sapin
-39
/
+38
2018-05-17
Switch to 1.26 bootstrap compiler
Mark Simulacrum
-1
/
+0
2018-05-09
Rollup merge of #50464 - est31:master, r=rkruppe
kennytm
-6
/
+4
2018-05-06
Some final touches to ensure `./x.py test --stage 0 src/lib*` works
kennytm
-0
/
+1
2018-05-05
Remove some transmutes
est31
-6
/
+4
2018-04-24
core: Fix overflow in `int::mod_euc` when `self < 0 && rhs == MIN`
Daiki Mizukami
-0
/
+5
2018-03-27
Remove TryFrom impls that might become conditionally-infallible with a portab...
Simon Sapin
-127
/
+0
2018-03-11
Update Cargo submodule
Alex Crichton
-0
/
+161
2018-03-06
Add reverse_bits to integer types
Amanieu d'Antras
-0
/
+11
2018-02-19
Make ".e0" not parse as 0.0
varkor
-0
/
+6
2018-01-11
Enable num tests on wasm
Diggory Blake
-1
/
+0
2017-11-19
std: Add a new wasm32-unknown-unknown target
Alex Crichton
-132
/
+1
2017-11-08
std: Remove `rand` crate and module
Alex Crichton
-2
/
+1
2017-10-08
address more FIXME whose associated issues were marked as closed
Niv Kaminer
-5
/
+0
2017-09-01
impl From<Infallible> for TryFromIntError.
Jimmy Cuadra
-1
/
+9
2017-08-11
Fix some typos
Bastien Orivel
-1
/
+1
2017-07-25
Add missing impl and tests for int to int TryFrom impls
Oliver Middleton
-4
/
+16
2017-07-24
improve the TryFrom implementations
Andre Bogus
-0
/
+214
2017-06-16
Auto merge of #42430 - nagisa:core-float, r=alexcrichton
bors
-0
/
+54
2017-06-14
Re-implement float min/max in rust
Simonas Kazlauskas
-0
/
+54
2017-06-13
Ignore some failing test on wasm32-unknown-emscripten
Marco A L Barbosa
-0
/
+8
2017-04-20
Remove float_extras
Josh Stone
-12
/
+35
2017-04-03
Move libXtest into libX/tests
Stjepan Glavina
-0
/
+2929