about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2024-03-08Auto merge of #122059 - nyurik:with-as-const-str, r=cuviperbors-10/+26
2024-03-07Rollup merge of #119888 - weiznich:stablize_diagnostic_namespace, r=compiler-...Guillaume Gomez-1/+1
2024-03-07Rust is a proper name: rust → RustRalf Jung-8/+8
2024-03-07Auto merge of #122113 - matthiaskrgr:rollup-5d1jnwi, r=matthiaskrgrbors-0/+1
2024-03-06add missing PartialOrd impl doc for arrayKonrad Höffner-0/+1
2024-03-06Refer to "slice" instead of "vector" in Ord and PartialOrd trait impl of sliceKonrad Höffner-2/+2
2024-03-05Optimize write with as_const_str for shorter codeYuri Astrakhan-10/+26
2024-03-05Rollup merge of #121894 - RalfJung:const_eval_select, r=oli-obkMatthias Krüger-30/+73
2024-03-05Rollup merge of #121065 - CAD97:display-i18n, r=cuviperMatthias Krüger-0/+17
2024-03-05Implement MaybeUninit::fill{,_with,_from}Andrew Wock-16/+186
2024-03-05Auto merge of #121428 - okaneco:ipaddr_parse, r=cuviperbors-21/+51
2024-03-05Auto merge of #121138 - Swatinem:grapheme-extend-ascii, r=cuviperbors-1/+1
2024-03-05Auto merge of #122012 - matthiaskrgr:rollup-bzqjj2n, r=matthiaskrgrbors-35/+51
2024-03-05Rollup merge of #121826 - estebank:e0277-root-obligation-2, r=oli-obkMatthias Krüger-35/+51
2024-03-05Auto merge of #121001 - nyurik:optimize-core-fmt, r=cuviperbors-0/+6
2024-03-04doc wording improvementsChristopher Durham-1/+1
2024-03-04Explain use of display adaptersChristopher Durham-0/+17
2024-03-05Auto merge of #120675 - oli-obk:intrinsics3.0, r=pnkfelixbors-2/+12
2024-03-04net: Add branch to Parser::read_number for parsing without checkedokaneco-21/+51
2024-03-04Rollup merge of #121977 - Lee-Janggun:master, r=WaffleLapkinMatthias Krüger-2/+2
2024-03-04Rollup merge of #121939 - jonaspleyer:patch-typo-core-From-descr, r=workingju...Matthias Krüger-3/+3
2024-03-04Rollup merge of #121732 - Voultapher:improve-assert_matches-documentation, r=...Matthias Krüger-32/+58
2024-03-04Add a scheme for moving away from `extern "rust-intrinsic"` entirelyOli Scherer-2/+12
2024-03-04Fix comment in Atomic{Ptr,Bool}::as_ptr.Janggun Lee-2/+2
2024-03-04include feedback from workingjubilee Jonas Pleyer-2/+2
2024-03-03Be more lax in `.into_iter()` suggestion when encountering `Iterator` methods...Esteban Küber-9/+0
2024-03-03Use root obligation on E0277 for some casesEsteban Küber-26/+51
2024-03-03Update library/core/src/sync/atomic.rsJoshua Liebow-Feeser-1/+1
2024-03-03Update library/core/src/sync/atomic.rsJoshua Liebow-Feeser-1/+1
2024-03-03Use "size and alignment" rather than layoutJoshua Liebow-Feeser-2/+2
2024-03-03Document AtomicPtr bit validityJoshua Liebow-Feeser-1/+1
2024-03-03Clarify bit validity for AtomicBoolJoshua Liebow-Feeser-1/+1
2024-03-03Clarify atomic bit validityJoshua Liebow-Feeser-1/+1
2024-03-03Apply suggestions from code reviewLukas Bergdoll-4/+4
2024-03-03Small enhancement to description of From traitJonas Pleyer-2/+2
2024-03-03library/ptr: mention that ptr::without_provenance is equivalent to deriving f...Ralf Jung-0/+4
2024-03-02typoRalf Jung-1/+1
2024-03-02Rollup merge of #121888 - cppcoffee:style, r=NilstriebMatthias Krüger-0/+1
2024-03-02Rollup merge of #121759 - RalfJung:addr_of, r=the8472Matthias Krüger-15/+63
2024-03-02const_eval_select: make it safe but be careful with what we expose on stable ...Ralf Jung-30/+73
2024-03-02Apply review commentsLukas Bergdoll-2/+2
2024-03-02attempt to further clarify addr_of docsRalf Jung-15/+63
2024-03-02style library/core/src/error.rsXiaobo Liu-0/+1
2024-03-01Rollup merge of #121634 - RavuAlHemio:slice-prefix-suffix-docs, r=cuviperMatthias Krüger-4/+10
2024-03-01Make `ZeroablePrimitive` trait unsafe.Markus Reiter-2/+6
2024-02-29Rollup merge of #121753 - mu001999:core/add_cfg, r=cuviperMatthias Krüger-9/+5
2024-02-29Rollup merge of #121681 - jswrenn:nix-visibility-analysis, r=compiler-errorsMatthias Krüger-4/+5
2024-02-29Forbid implementing `Freeze` even if the trait is stabilizedOli Scherer-3/+4
2024-02-29Expose `Freeze` trait againOli Scherer-2/+8
2024-02-29Drop link to matches macro and link matches macro to assert_matches.Lukas Bergdoll-5/+10