about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-12-01Rollup merge of #133602 - SanchithHegde:fix-pathbuf-example-codeblocks, r=cuv...Matthias Krüger-0/+2
2024-12-01Rollup merge of #133515 - SteveLauC:fix/hurd, r=ChrisDentonMatthias Krüger-4/+6
2024-12-01Rollup merge of #128184 - joboet:refactor_pthread_sync, r=workingjubileeMatthias Krüger-438/+465
2024-11-30Fix test-caseMartin Liska-1/+4
2024-11-30Fix and document _mmX_alignr_epiX family of intrinsicsMartin Liska-27/+36
2024-11-30Fix implementation of `_mm256_alignr_epi8<16>`Martin Liska-11/+10
2024-11-30Fix signature of `_mm512_store{u,}_si512`.Martin Liska-6/+6
2024-11-30remove rustc_allow_const_fn_unstable feature gateRalf Jung-2/+1
2024-11-30Fix the `features` macro.Nicholas Nethercote-1/+1
2024-11-30Auto merge of #133684 - RalfJung:rollup-j2tmrg7, r=RalfJungbors-2/+2
2024-11-30Switch rtems target to panic unwindJan Sommer-3/+2
2024-11-30Add diagnostic item for `std::ops::ControlFlow`Samuel Tardieu-0/+1
2024-11-30Rollup merge of #133670 - RalfJung:hashbrown, r=AmanieuRalf Jung-2/+2
2024-11-30Auto merge of #133659 - jieyouxu:rollup-576gh4p, r=jieyouxubors-618/+1506
2024-11-30std: clarify comments about initializationjoboet-11/+13
2024-11-30Stabilize `ptr::fn_addr_eq`Urgau-3/+1
2024-11-30Add value accessor methods to `Mutex` and `RwLock`EFanZh-86/+517
2024-11-30fix: hurd build, stat64.st_fsid was renamed to st_devSteve Lau-4/+6
2024-11-30rustc_allow_const_fn_unstable is not used in proc_macroRalf Jung-1/+0
2024-11-30get rid of a bunch of unnecessary rustc_const_unstableRalf Jung-14/+1
2024-11-30Fix chaining `carrying_add`sScott McMurray-1/+1
2024-11-30add test for bytewise ptr::swap of a pointerRalf Jung-0/+20
2024-11-30remove a whole bunch of unnecessary const feature gatesRalf Jung-32/+0
2024-11-30Abstract `ProcThreadAttributeList` into its own structMichael van Straten-151/+294
2024-11-30move swap_nonoverlapping constness to separate feature gateRalf Jung-2/+2
2024-11-30bump hashbrown versionRalf Jung-2/+2
2024-11-30move slice::swap_unchecked constness to slice_swap_unchecked feature gateRalf Jung-1/+1
2024-11-30Rollup merge of #133548 - cuviper:btreeset-entry-api, r=Mark-Simulacrum许杰友 Jieyou Xu (Joe)-2/+530
2024-11-30Rollup merge of #133496 - rust-wasi-web:wasi-available-parallelism, r=Amanieu许杰友 Jieyou Xu (Joe)-3/+13
2024-11-30Rollup merge of #133106 - BLANKatGITHUB:intrinsic, r=RalfJung许杰友 Jieyou Xu (Joe)-595/+949
2024-11-30Rollup merge of #132515 - kornelski:home_fix, r=jhpratt许杰友 Jieyou Xu (Joe)-18/+14
2024-11-30Rollup merge of #133625 - RalfJung:custom-mir-debug-info, r=compiler-errors许杰友 Jieyou Xu (Joe)-0/+33
2024-11-30Rollup merge of #116161 - Soveu:varargs2, r=cjgillot许杰友 Jieyou Xu (Joe)-1/+0
2024-11-30Rework SIMD zeroingTobias Decking-2906/+1468
2024-11-30Enable `without cfg check` test in `std_detect`Urgau-3/+2
2024-11-29Simplify some code in examplesEduardo Sánchez Muñoz-32/+10
2024-11-29Auto merge of #133533 - BoxyUwU:bump-boostrap, r=jieyouxu,Mark-Simulacrumbors-437/+193
2024-11-29refine mir debuginfo docsRalf Jung-5/+14
2024-11-29Doc comment custom MIR debuginfo.Camille GILLOT-0/+24
2024-11-29update link to "C++ Exceptions under the hood" blogMartin Kröning-2/+2
2024-11-29Rollup merge of #133530 - timvisee:master, r=jhprattMatthias Krüger-52/+52
2024-11-29Rollup merge of #133466 - aksh1618:patch-1, r=thomccMatthias Krüger-3/+3
2024-11-29fix: fix codeblocks in `PathBuf` exampleSanchith Hegde-0/+2
2024-11-28Auto merge of #123244 - Mark-Simulacrum:share-inline-never-generics, r=saethlinbors-1/+20
2024-11-28Change `GetManyMutError` to match T-libs-api decisionChayim Refael Friedman-28/+34
2024-11-28Share inline(never) generics across cratesMark Rousskov-1/+20
2024-11-28remove docs publishingMarcoIeni-25/+0
2024-11-28add conclusion jobMarcoIeni-8/+14
2024-11-28use merge queueMarcoIeni-14/+26
2024-11-28Also use zero when referencing to capacity or lengthtimvisee-28/+28