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
/
mod.rs
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
/
+5
2020-09-19
Move error structs to new mod
Lzu Tao
-162
/
+23
2020-09-19
Move Wrapping<T> definition to wrapping mod
Lzu Tao
-73
/
+3
2020-09-19
Move NonZero* to its file
Lzu Tao
-176
/
+7
2020-09-19
Add tracking issue number for int_bits_const.
Mara Bos
-2
/
+2
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-15
Add missing code examples in libcore
Guillaume Gomez
-0
/
+20
2020-09-08
Capitalize safety comments
Flying-Toast
-3
/
+3
2020-09-04
Minor grammar fix in doc comment for soft-deprecated methods
Wilfred Hughes
-2
/
+2
2020-08-22
Fix typo in documentation of i32 wrapping_abs()
JR Heard
-1
/
+1
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
/
+5359