about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2023-04-16core is now compilableDeadbeef-251/+85
2023-04-16more hacksDeadbeef-6/+14
2023-04-16hack cstr is_emptyDeadbeef-1/+2
2023-04-16hack signum as wellDeadbeef-2/+5
2023-04-16memchr hackDeadbeef-3/+8
2023-04-16rm const traits in libcoreDeadbeef-836/+453
2023-04-15Use a `saturating_mul` instead of a `checked_mul`John Bobbo-1/+1
2023-04-16Rollup merge of #110347 - est31:size_of_links, r=jyn514Yuki Okushi-6/+13
2023-04-15Add intra-doc links to size_of_* functionsest31-6/+13
2023-04-14Add Lazy{Cell,Lock}::into_innerAlex Saveau-0/+28
2023-04-14Rollup merge of #110244 - kadiwa4:unnecessary_imports, r=JohnTitorMatthias Krüger-12/+1
2023-04-14Rollup merge of #110154 - DaniPopes:library-typos, r=JohnTitorMatthias Krüger-3/+3
2023-04-14Rollup merge of #110110 - lukas-code:display-panic-info, r=JohnTitorMatthias Krüger-6/+2
2023-04-14Rollup merge of #109947 - clubby789:cmp-macro-crosslink, r=JohnTitorMatthias Krüger-4/+7
2023-04-14Rollup merge of #110269 - scottmcm:sort-features, r=jyn514Yuki Okushi-22/+28
2023-04-14Auto merge of #101959 - Xaeroxe:clamp-better-assert, r=ChrisDentonbors-2/+2
2023-04-14Rollup merge of #109800 - bryangarza:safe-transmute-improved-errors, r=compil...Matthias Krüger-4/+0
2023-04-13Improve safe transmute error reportingBryan Garza-4/+0
2023-04-13Rollup merge of #110259 - ndrewxie:issue-109964-fix-gitstuff, r=cjgillotMatthias Krüger-1/+1
2023-04-13Rollup merge of #110233 - nbdd0121:intrinsic, r=tmiaskoMatthias Krüger-1/+235
2023-04-13Document catch_fn in r#try cannot unwindGary Guo-0/+2
2023-04-13Add `tidy-alphabetical` to features in `core`Scott McMurray-22/+28
2023-04-12Update unwind_safe.rsJustin Symonds-1/+1
2023-04-12Added diagnostic for pin! macro in addition to Box::pin if Unpin isn't implem...Andrew Xie-1/+1
2023-04-12remove some unneeded importsKaDiWa-12/+1
2023-04-12Rollup merge of #110190 - cbeuw:mir-offset, r=oli-obkMatthias Krüger-0/+2
2023-04-12Make rust-intrinsic ABI unwindableGary Guo-1/+233
2023-04-11Rollup merge of #110104 - kormosi:todo_typo, r=cuviperMichael Goulet-2/+2
2023-04-11Reword the docstring in todo! macro definitionPatrik Kormosi-2/+2
2023-04-11Add Offset binary op to custom mirAndy Wang-0/+2
2023-04-11Rollup merge of #110070 - scottmcm:wrapping-neg, r=cuviperYuki Okushi-5/+4
2023-04-10Fix typos in libraryDaniPopes-3/+3
2023-04-10Auto merge of #107007 - TDecking:float_parsing_improvments, r=Mark-Simulacrumbors-287/+187
2023-04-10Rollup merge of #110044 - scottmcm:more-size-of-val, r=ChrisDentonDylan DPC-12/+4
2023-04-10Improve the floating point parser in `dec2flt`.Tobias Decking-287/+187
2023-04-09Auto merge of #109684 - fee1-dead-contrib:rv_const_range, r=Mark-Simulacrumbors-45/+16
2023-04-09Use `Display` in top-level example for `PanicInfo`Lukas Markeffsky-6/+2
2023-04-09Fix typo in todo! macro docstringPatrik Kormosi-1/+1
2023-04-09Auto merge of #110101 - JohnTitor:rollup-ol20aw7, r=JohnTitorbors-0/+1
2023-04-09Rollup merge of #110060 - WaffleLapkin:sync_refs, r=jyn514Yuki Okushi-0/+1
2023-04-08Enforce that PointerLike requires a pointer-like ABIMichael Goulet-1/+1
2023-04-08Revert "Make the `Step` implementations const."Deadbeef-17/+7
2023-04-08Revert "Mark DoubleEndedIterator as #[const_trait] using rustc_do_not_const_c...Deadbeef-28/+9
2023-04-07The `wrapping_neg` example for unsigned types shouldn't use `i8`Scott McMurray-5/+4
2023-04-07Fix wrong type in docs: i16 -> u16Jörn Bethune-1/+1
2023-04-07Document that `&T` and `&mut T` are `Sync` if `T` isMaybe Waffle-0/+1
2023-04-07Avoid some manual slice length calculationScott McMurray-12/+4
2023-04-07Inline try_from and try_intoTomasz Miąsko-0/+2
2023-04-06Stabilize is_some_andJonas Platte-8/+3
2023-04-05Refactor core::char::EscapeDefault and co. structuresMichal Nazarewicz-206/+271