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
/
tests
/
num
Age
Commit message (
Expand
)
Author
Lines
2018-05-06
Some final touches to ensure `./x.py test --stage 0 src/lib*` works
kennytm
-0
/
+1
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