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
/
library
/
core
/
src
/
num
Age
Commit message (
Expand
)
Author
Lines
2020-09-19
Remove outdated ignored tidy comment
Lzu Tao
-2
/
+0
2020-09-19
Move (u)int_impl macros to their own files
Lzu Tao
-4158
/
+4161
2020-09-19
Move dummy integer modules (like core::u32) to shells dir
Lzu Tao
-0
/
+0
2020-09-19
Move error structs to new mod
Lzu Tao
-162
/
+174
2020-09-19
Move Wrapping<T> definition to wrapping mod
Lzu Tao
-75
/
+82
2020-09-19
Move NonZero* to its file
Lzu Tao
-176
/
+197
2020-09-19
Add tracking issue number for int_bits_const.
Mara Bos
-2
/
+2
2020-09-19
Use `T::BITS` instead of `size_of::<T> * 8`.
Mara Bos
-25
/
+9
2020-09-19
Add example/test to <int types>::BITS.
Mara Bos
-6
/
+26
2020-09-19
Add `BITS` associated constant to all integer types.
Mara Bos
-0
/
+8
2020-09-16
Rollup merge of #76747 - GuillaumeGomez:more-missing-libcore-code-examples, r...
Tyler Mandry
-0
/
+30
2020-09-16
Prefer asm! over llvm_asm! in core
Lzu Tao
-3
/
+17
2020-09-15
Add missing code examples in libcore
Guillaume Gomez
-0
/
+30
2020-09-08
Capitalize safety comments
Flying-Toast
-3
/
+3
2020-09-07
Rollup merge of #76358 - Wilfred:patch-3, r=lcnr
Dylan DPC
-2
/
+2
2020-09-05
rename MaybeUninit slice methods
Ralf Jung
-43
/
+69
2020-09-04
Minor grammar fix in doc comment for soft-deprecated methods
Wilfred Hughes
-2
/
+2
2020-09-02
flt2dec: properly handle uninitialized memory
Ralf Jung
-143
/
+221
2020-08-27
Use intra-doc links in `core::num::dec2flt`
Camelid
-4
/
+0
2020-08-24
Rollup merge of #75825 - jrheard:patch-1, r=steveklabnik
Yuki Okushi
-1
/
+1
2020-08-22
Fix typo in documentation of i32 wrapping_abs()
JR Heard
-1
/
+1
2020-08-22
Add `#![feature(const_float_classify)]` for `f64::classify` and friends
Dylan MacKenzie
-18
/
+34
2020-08-22
Add `#![feature(const_float_bits_conv)]` for `f64::to_bits` and friends
Dylan MacKenzie
-16
/
+32
2020-08-07
clean up const-hacks in int endianess conversion functions
Ralf Jung
-28
/
+8
2020-08-06
Note about endianness of returned value
Lzu Tao
-6
/
+6
2020-07-29
add `unsigned_abs` to signed integers
carbotaniuman
-0
/
+23
2020-07-27
mv std libs to library/
mark
-0
/
+13378