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
/
library
/
core
/
src
Age
Commit message (
Expand
)
Author
Lines
2024-01-14
Move Neg impl into the macro that generates Div and Rem
David Tolnay
-20
/
+20
2024-01-14
Split out `option::unwrap_failed` like we have `result::unwrap_failed`
Scott McMurray
-2
/
+10
2024-01-14
Move leading_zeros and trailing_zeros methods into nonzero_integer macro
David Tolnay
-71
/
+75
2024-01-14
Unindent nonzero_integer_impl_div_rem macro body
David Tolnay
-21
/
+21
2024-01-14
Move impl Div and Rem into nonzero_integer macro
David Tolnay
-14
/
+9
2024-01-14
Move 'impl FromStr for NonZero' into nonzero_integer macro
David Tolnay
-9
/
+2
2024-01-14
Format nonzero_integer macro calls same way we do the primitive int impls
David Tolnay
-20
/
+59
2024-01-14
Unindent nonzero_integer macro body
David Tolnay
-139
/
+139
2024-01-14
Define only a single NonZero type per macro call
David Tolnay
-6
/
+39
2024-01-14
Move nonzero_integers macro call to bottom of module
David Tolnay
-15
/
+15
2024-01-14
Add note on SpecOptionPartialEq to `newtype_index`
clubby789
-0
/
+1
2024-01-13
libs: use `assert_unchecked` instead of intrinsic
joboet
-9
/
+12
2024-01-13
Rollup merge of #119902 - asquared31415:patch-1, r=the8472
Matthias Krüger
-3
/
+3
2024-01-12
update fn pointer trait impl docs
asquared31415
-8
/
+2
2024-01-12
fix typo in `fn()` docs
asquared31415
-3
/
+3
2024-01-12
Auto merge of #119452 - AngelicosPhosphoros:make_nonzeroint_get_assume_nonzer...
bors
-4
/
+18
2024-01-12
Tune the inlinability of `Result::unwrap`
Scott McMurray
-1
/
+1
2024-01-11
Waker::will_wake: Compare vtable address instead of its content
Tomasz Miąsko
-1
/
+3
2024-01-11
rint: further doc tweaks
Ralf Jung
-4
/
+6
2024-01-11
Make is_global/is_unicast_global special address handling complete
Jakub Stasiak
-2
/
+10
2024-01-10
Implement in-place iteratation markers for iter::{Copied, Cloned}
The8472
-4
/
+45
2024-01-10
implement TrustedRandomAccess and TrustedLen for Skip
The8472
-1
/
+51
2024-01-10
implement TrustedLen for StepBy
The8472
-7
/
+9
2024-01-10
Add `#[track_caller]` to the "From implies Into" impl
Emil Gardström
-0
/
+1
2024-01-10
Stabilize `slice_first_last_chunk`
Trevor Gross
-34
/
+20
2024-01-10
Rollup merge of #119782 - RalfJung:rint, r=cuviper
Matthias Krüger
-0
/
+4
2024-01-09
rint intrinsics: caution against actually trying to check for floating-point ...
Ralf Jung
-0
/
+4
2024-01-09
Auto merge of #116846 - krtab:slice_compare_no_memcmp_opt, r=the8472
bors
-1
/
+11
2024-01-09
core: panic: fix broken link
Miguel Ojeda
-1
/
+1
2024-01-09
Rollup merge of #118979 - ChrisDenton:unwrap-const, r=Nilstrieb,dtolnay
Matthias Krüger
-1
/
+8
2024-01-09
Rollup merge of #119598 - Laura7089:fix/deref-typo, r=Nilstrieb
Matthias Krüger
-1
/
+1
2024-01-08
A more efficient slice comparison implementation for T: !BytewiseEq
Arthur Carcano
-1
/
+11
2024-01-08
Rollup merge of #116129 - fu5ha:better-pin-docs-2, r=Amanieu
Matthias Krüger
-370
/
+1099
2024-01-07
link
Manish Goregaokar
-1
/
+1
2024-01-07
Update library/core/src/pin.rs
Manish Goregaokar
-1
/
+1
2024-01-07
clean up structural pinning
Manish Goregaokar
-8
/
+10
2024-01-07
footnote on dropping futures
Manish Goregaokar
-2
/
+5
2024-01-07
valid
Manish Goregaokar
-1
/
+1
2024-01-07
punctuation in parens
Manish Goregaokar
-2
/
+2
2024-01-07
Apply suggestions from code review
Manish Goregaokar
-4
/
+4
2024-01-07
Clean up guarantees wording
Manish Goregaokar
-15
/
+7
2024-01-07
lifetime -> lifespan where relevant. improve docs on as_ref()
Manish Goregaokar
-6
/
+6
2024-01-07
Rephrase unpin docs in terms of pinning-agnosticness
Manish Goregaokar
-4
/
+6
2024-01-07
trim section on managed-box model
Gray Olson
-9
/
+4
2024-01-07
improve `Pin::new_unchecked` docs
Gray Olson
-10
/
+16
2024-01-07
fix broken link
Gray Olson
-1
/
+1
2024-01-07
justify motivation of `Unpin` better
Gray Olson
-14
/
+30
2024-01-07
improve `Pin` and `Pin::new` docs
Gray Olson
-23
/
+67
2024-01-07
`Pin<P>` -> `Pin<Ptr>`
Gray Olson
-75
/
+81
2024-01-07
fix typos and edit prose
Gray Olson
-76
/
+85
[prev]
[next]