summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2023-11-12[beta] remove specialization that caused perf regressionThe 8472-54/+0
2023-11-06Remove `cfg_match` from the preludeCaio-89/+91
2023-10-20Disable effects in libcore againOli Scherer-1/+0
2023-10-02Bump version placeholdersMark Rousskov-108/+108
2023-09-30Auto merge of #116157 - the8472:doc-monotonoic-suspend, r=Mark-Simulacrumbors-0/+2
2023-09-30Auto merge of #115546 - SUPERCILEX:patch-2, r=Amanieubors-4/+4
2023-09-29Rollup merge of #116241 - dtolnay:exclusivefwd, r=AmanieuMatthias Krüger-1/+45
2023-09-29Auto merge of #113797 - RalfJung:offset_from_docs, r=workingjubileebors-6/+40
2023-09-29Auto merge of #116176 - FedericoStra:isqrt, r=dtolnaybors-0/+165
2023-09-28Add Exclusive forwarding impls (FnOnce, FnMut, Generator)David Tolnay-1/+45
2023-09-28isqrt: disable long running tests in MiriFederico Stra-0/+8
2023-09-28Auto merge of #116230 - matthiaskrgr:rollup-hi1ciwy, r=matthiaskrgrbors-1/+1
2023-09-28Rollup merge of #116221 - ArchUsr64:patch-1, r=ChrisDentonMatthias Krüger-1/+1
2023-09-28Auto merge of #114882 - ChrisDenton:riddle-me, r=dtolnaybors-125/+116
2023-09-28isqrt: `assume` that `isqrt` takes half as many bitsFederico Stra-0/+7
2023-09-28Auto merge of #114428 - ChaiTRex:master, r=dtolnaybors-3/+3
2023-09-28fixup! isqrt: fix stabilityFederico Stra-6/+6
2023-09-28isqrt: cite source and rename variables to match original C codeFederico Stra-11/+16
2023-09-28Auto merge of #98704 - vthib:impl-from-raw-for-childstd-structs, r=dtolnaybors-2/+95
2023-09-28isqrt: fix stabilityFederico Stra-6/+11
2023-09-28fixup! isqrt: initial implementationFederico Stra-4/+4
2023-09-28Auto merge of #116222 - matthiaskrgr:rollup-dnag90q, r=matthiaskrgrbors-76/+74
2023-09-28Rollup merge of #115888 - RalfJung:assert_receiver_is_total_eq, r=dtolnayMatthias Krüger-3/+3
2023-09-28Rollup merge of #115535 - tshepang:patch-2, r=dtolnayMatthias Krüger-71/+69
2023-09-28Rollup merge of #112959 - tbu-:pr_fmt_error_wording, r=dtolnayMatthias Krüger-2/+2
2023-09-28Update stability attribute for child stream From implsDavid Tolnay-6/+6
2023-09-28changed 'rotate' to 'rotating'Anshul-1/+1
2023-09-28Auto merge of #114041 - nvzqz:nvzqz/shared_from_array, r=dtolnaybors-0/+42
2023-09-27Fix "unresolved link to std::fmt::Error" David Tolnay-1/+1
2023-09-28Auto merge of #111278 - EFanZh:implement-from-array-refs-for-vec, r=dtolnaybors-0/+40
2023-09-26take more clarifying text from Gankra's PRRalf Jung-0/+14
2023-09-26isqrt: add more testsFederico Stra-0/+32
2023-09-26isqrt: remove duplication by delegating to unsigned integersFederico Stra-40/+12
2023-09-26Auto merge of #116125 - RalfJung:const-param-ty-eq, r=compiler-errorsbors-1/+6
2023-09-26Auto merge of #116124 - WaffleLapkin:fix-proc-macro-literal-to-string, r=comp...bors-1/+9
2023-09-25Auto merge of #116070 - eduardosm:IoSlice-advance_slices-checked_add, r=Mark-...bors-16/+19
2023-09-25Document that Instant may or may not include system-suspend timeThe 8472-0/+2
2023-09-25Auto merge of #116074 - fzs111:clarify-pin-docs, r=Mark-Simulacrumbors-1/+4
2023-09-25Auto merge of #116057 - RalfJung:io-safety, r=Mark-Simulacrumbors-8/+14
2023-09-24ConstParamTy: require EqRalf Jung-1/+6
2023-09-24Fix `.to_string()` of `proc_macro::Literal` (properly print cstr literals)Maybe Waffle-1/+9
2023-09-24Auto merge of #105861 - Ayush1325:uefi-std-minimial, r=workingjubileebors-7/+829
2023-09-24Auto merge of #116075 - Colonial-Dev:issue-116063-fix, r=Mark-Simulacrumbors-0/+16
2023-09-24Auto merge of #115416 - c410-f3r:match_cfg, r=Amanieubors-0/+248
2023-09-24Auto merge of #104385 - BlackHoleFox:apple-minimum-bumps, r=petrochenkovbors-3/+2
2023-09-23Raise minimum supported iOS version to 10.0BlackHoleFox-1/+1
2023-09-23Raise minimum supported macOS to 10.12BlackHoleFox-2/+1
2023-09-23implement Literal::byte_characterEmil Gardström-0/+7
2023-09-23Add the `cfg_match!` macroCaio-0/+248
2023-09-23Clarify example in `Pin::new_unchecked` docsFZs-1/+4