about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2022-10-12remove HRTB from `[T]::is_sorted_by{,_key}`Lukas Markeffsky-4/+4
2022-10-12Auto merge of #102732 - RalfJung:assert_unsafe_precondition2, r=bjorn3bors-54/+76
2022-10-12Update docs for `CStr::from_ptr`.Markus Reiter-4/+13
2022-10-12Make `CStr::from_ptr` `const`.Markus Reiter-7/+25
2022-10-12Rollup merge of #102578 - lukas-code:ilog-panic, r=m-ou-seDylan DPC-85/+15
2022-10-11Fix inconsistent rounding of 0.5 when formatted to 0 decimal placesAndrew Tribick-1/+1
2022-10-11reorder panicking.rs to put main entry points at the topRalf Jung-61/+67
2022-10-11use panic_fmt_nounwind for assert_unsafe_preconditionRalf Jung-2/+2
2022-10-11add panic_fmt_nounwind for panicing without unwinding, and use it for panic_n...Ralf Jung-3/+19
2022-10-11Rollup merge of #102445 - jmillikin:cstr-is-empty, r=Mark-SimulacrumMatthias Krüger-0/+28
2022-10-11Rollup merge of #101774 - Riolku:atomic-update-aba, r=m-ou-seMatthias Krüger-0/+26
2022-10-11Rollup merge of #102258 - cjgillot:core-kappa, r=m-ou-seYuki Okushi-4/+0
2022-10-11Change tracking issue from #76156 to #102911woppopo-3/+3
2022-10-10Auto merge of #96711 - emilio:inline-slice-clone, r=nikicbors-0/+5
2022-10-09From<Alignment> for usize & NonZeroUsizeScott McMurray-0/+16
2022-10-09expand documentation on type conversion w.r.t. `UnsafeCell`Pointerbender-13/+21
2022-10-10Rollup merge of #102072 - scottmcm:ptr-alignment-type, r=thomccYuki Okushi-64/+115
2022-10-08Rollup merge of #102812 - est31:remove_lazy, r=dtolnayMichael Howell-3/+0
2022-10-08Rollup merge of #99880 - compiler-errors:escape-ascii-is-not-exact-size-itera...Matthias Krüger-2/+0
2022-10-08Auto merge of #102315 - RalfJung:assert_unsafe_precondition, r=thomccbors-1/+6
2022-10-08Remove empty core::lazy and std::lazyest31-3/+0
2022-10-07Rollup merge of #102300 - scottmcm:simpler-fold-closures, r=Mark-SimulacrumDylan DPC-114/+35
2022-10-07add a few more assert_unsafe_preconditionRalf Jung-1/+6
2022-10-06Fix handling of trailing bare CR in str::linesKonrad Borowski-5/+5
2022-10-06Rename LinesAnyMap to LinesMapKonrad Borowski-4/+4
2022-10-06poll_fn and Unpin: fix pinningRalf Jung-4/+7
2022-10-05Add missing trailing `)]`Joshua Liebow-Feeser-1/+1
2022-10-05Fix typo (missing `>`)Joshua Liebow-Feeser-1/+1
2022-10-05Update library/core/src/num/nonzero.rsJoshua Liebow-Feeser-0/+2
2022-10-04Rollup merge of #102647 - oli-obk:tilde_const_bounds, r=fee1-deadMatthias Krüger-1/+2
2022-10-04Rollup merge of #101189 - daxpedda:ready-into-inner, r=joshtriplettDylan DPC-0/+24
2022-10-04Only allow ~const bounds for traits with #[const_trait]Oli Scherer-1/+2
2022-10-04Rollup merge of #102628 - H4x5:master, r=scottmcmMatthias Krüger-1/+1
2022-10-04Auto merge of #99099 - Stargateur:phantomdata_debug, r=joshtriplettbors-1/+1
2022-10-03Auto merge of #102632 - matthiaskrgr:rollup-h8s3zmo, r=matthiaskrgrbors-19/+253
2022-10-03Rollup merge of #101308 - nerdypepper:feature/is-ascii-octdigit, r=joshtriplettMatthias Krüger-0/+65
2022-10-03Rollup merge of #100470 - reitermarkus:patch-1, r=joshtriplettMatthias Krüger-1/+1
2022-10-03Rollup merge of #99460 - JanBeh:PR_asref_asmut_docs, r=joshtriplettMatthias Krüger-18/+187
2022-10-03Change the parameter name of From::from to `value`H4x5-1/+1
2022-10-03Rollup merge of #102607 - WaffleLapkin:docky_docky_slice_from_ptr_range, r=jo...Matthias Krüger-1/+23
2022-10-03Rollup merge of #102569 - eduardosm:from_str-example, r=joshtriplettMatthias Krüger-5/+9
2022-10-03Add better assert messages for f32/f64 clampsJacob Kiesel-2/+2
2022-10-03Sync docs of `slice::{from_ptr_range, from_ptr_range_mut}`Maybe Waffle-1/+15
2022-10-03Document when `slice::from_ptr_range[_mut]` panicMaybe Waffle-0/+8
2022-10-02remove unneeded attributesLukas Markeffsky-12/+0
2022-10-02Auto merge of #98354 - camsteffen:is-some-and-by-value, r=m-ou-sebors-18/+27
2022-10-02always panic for invalid integer logarithmLukas Markeffsky-73/+15
2022-10-02Auto merge of #102548 - nikic:inline-cell-replace, r=scottmcmbors-0/+1
2022-10-02Improve `FromStr` exampleEduardo Sánchez Muñoz-5/+9
2022-10-02Auto merge of #102535 - scottmcm:optimize-split-at-partition-point, r=thomccbors-3/+12