about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2023-04-30Rollup merge of #110997 - scottmcm:slice-iter-comments, r=the8472Matthias Krüger-6/+20
2023-04-29Remove unneeded function call in `core::option`.John Bobbo-6/+2
2023-04-29`cfg`-gate `BoxFromSlice` traitJules Bertholet-0/+1
2023-04-29Improve internal field comments on `slice::Iter(Mut)`Scott McMurray-6/+20
2023-04-29Partial stabilisation of `c_unwind`Gary Guo-4/+4
2023-04-29update wasi_clock_time_api ref.clundro-2/+2
2023-04-29fix rustdoc and core testDeadbeef-0/+1
2023-04-29Rollup merge of #110958 - compiler-errors:stdlib-refinement, r=cuviperDylan DPC-24/+84
2023-04-28junit: fix typo in comment and don't include output for passes when not reque...Augie Fackler-2/+2
2023-04-28Make sure that signatures aren't accidental refinementsMichael Goulet-24/+84
2023-04-28handle cfg(bootstrap)Pietro Albini-464/+91
2023-04-28replace version placeholdersPietro Albini-102/+102
2023-04-28avoid duplicating TLS state between test std and realstdRalf Jung-17/+22
2023-04-28Auto merge of #110837 - scottmcm:offset-for-add, r=compiler-errorsbors-3/+41
2023-04-27`inline(always)` for `lt`/`le`/`ge`/`gt` on integers and floatsScott McMurray-8/+8
2023-04-28Auto merge of #110924 - matthiaskrgr:rollup-jvznpq2, r=matthiaskrgrbors-219/+222
2023-04-27Also use `mir::Offset` for pointer `add`Scott McMurray-3/+41
2023-04-28Rollup merge of #110918 - ChrisDenton:on-error-resume-next, r=cuviperMatthias Krüger-19/+22
2023-04-28Rollup merge of #110766 - m-ou-se:fmt-rt, r=jyn514Matthias Krüger-200/+200
2023-04-28Rollup merge of #110898 - m-ou-se:remove-unused-thread-local-key, r=cuviperYuki Okushi-80/+1
2023-04-28Rollup merge of #110620 - Nilstrieb:document-the-undocumented, r=thomccYuki Okushi-2/+20
2023-04-28remove_dir_all: delete directory with fewer permsChris Denton-19/+22
2023-04-27Rollup merge of #106599 - MikailBag:patch-1, r=jyn514Matthias Krüger-4/+4
2023-04-27Rollup merge of #106456 - kadiwa4:std-prelude-comment, r=jyn514Matthias Krüger-4/+4
2023-04-27Rollup merge of #105745 - philpax:patch-1, r=jyn514Matthias Krüger-0/+5
2023-04-27Document `const {}` syntax for `std::thread_local`.Nilstrieb-2/+20
2023-04-27Don't call await a methodMichael Goulet-0/+1
2023-04-27Fix some marker implsMaybe Waffle-4/+4
2023-04-27Add FIXMEsMaybe Waffle-0/+2
2023-04-27Impl `StructuralEq` & `ConstParamTy` for `str`, `&T`, `[T; N]` and `[T]`Maybe Waffle-0/+9
2023-04-27Add a macro to conveniently implement marker traitsMaybe Waffle-108/+114
2023-04-27Remove `feature(const_param_ty_trait)`, use `adt_const_params` insteadMaybe Waffle-15/+15
2023-04-27Add a `ConstParamTy` traitMaybe Waffle-0/+34
2023-04-27pub -> pub(super).Mara Bos-1/+1
2023-04-27Implement `StructuralEq` for integers, `bool` and `char`Maybe Waffle-0/+29
2023-04-27correct `std::prelude` commentKaDiWa-4/+4
2023-04-27Update test.Mara Bos-19/+1
2023-04-27Remove unused std::sys_common::thread_local_key::Key.Mara Bos-61/+0
2023-04-27Remove all in target_thread_local cfgAyush Singh-1/+1
2023-04-27std: use `LazyLock` to lazily resolve backtracesjoboet-54/+35
2023-04-26Loosen `From<&[T]> for Box<[T]>` bound to T: CloneJules Bertholet-8/+30
2023-04-27Auto merge of #110562 - ComputerDruid:riscv, r=tmandrybors-2/+11
2023-04-27docs(std): clarify `remove_dir_all` errorsPhilpax-0/+5
2023-04-26Auto merge of #110861 - m-ou-se:thread-local-restructure, r=workingjubileebors-311/+283
2023-04-26Restructure and rename thread local things in std.Mara Bos-311/+283
2023-04-26Rollup merge of #110819 - tamird:flattencompat-trustedlen, r=the8472Matthias Krüger-34/+28
2023-04-26Rollup merge of #110419 - jsoref:spelling-library, r=jyn514Matthias Krüger-60/+61
2023-04-26Make `{Arc,Rc,Weak}::ptr_eq` ignore pointer metadataAlbert Larsan-10/+10
2023-04-26Implement midpoint for all unsigned NonZeroU{8,16,32,64,128,size}Loïc BRANSTETT-0/+37
2023-04-26Implement midpoint for all floating point f32 and f64Loïc BRANSTETT-3/+125