about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2023-09-14Bump libc to 0.2.148dirreke-1/+1
2023-09-14Auto merge of #114656 - bossmc:rework-no-coverage-attr, r=oli-obkbors-3/+7
2023-09-13Disabled socketpair for VitaNikolay Arhipov-2/+2
2023-09-12Improve `PadAdapter::write_char`Benoît du Garreau-0/+8
2023-09-11Refactor `thread_info` to remove the `RefCell`Trevor Gross-16/+21
2023-09-10Auto merge of #114967 - japaric:ja-gh114966, r=Mark-Simulacrumbors-0/+4
2023-09-09Auto merge of #114590 - ijackson:stdio-stdio-2, r=dtolnaybors-11/+134
2023-09-09std::process (unsupported): Implement From<io::Stdout> etc. for imp::StdioIan Jackson-0/+20
2023-09-08Rollup merge of #115201 - notriddle:notriddle/type-alias-impl-list, r=Guillau...Guillaume Gomez-9/+9
2023-09-08Rollup merge of #104299 - mkrasnitski:discriminant-transmute-docs, r=oli-obkGuillaume Gomez-0/+5
2023-09-08Partially outline code inside the panic! macroJohn Kåre Alsaker-1/+56
2023-09-08Rename the feature, but not the attribute, to `coverage_attribute`Andy Caldwell-2/+2
2023-09-08Rework no_coverage to coverage(off)Andy Caldwell-3/+7
2023-09-08Auto merge of #114299 - clarfonthey:char-min, r=dtolnay,BurntSushibors-1/+51
2023-09-07Guarantee that Layout::align returns a non-zero power of twoJoshua Liebow-Feeser-0/+2
2023-09-07Don't modify libstd to dump rustc ICEsMichael Goulet-32/+7
2023-09-07Auto merge of #115166 - Urgau:invalid_ref_casting-invalid-unsafecell-usage, r...bors-0/+1
2023-09-06Auto merge of #115580 - eduardosm:stdarch-intrinsics, r=davidtwco,bjorn3bors-0/+0
2023-09-06Fix minor grammar typoDarius Wiles-1/+1
2023-09-06fix typoRalf Jung-1/+1
2023-09-06clarify that unsafe code must not rely on our safe traitsRalf Jung-0/+35
2023-09-06Update doc for `alloc::format!` and `core::concat!`ShE3py-6/+10
2023-09-06Auto merge of #115453 - ibraheemdev:patch-16, r=joshtriplettbors-3/+1
2023-09-05Rollup merge of #114794 - RalfJung:swap-safety, r=m-ou-seMatthias Krüger-3/+9
2023-09-05Bump stdarch submoduleEduardo Sánchez Muñoz-0/+0
2023-09-05fix a comment in std::iter::successorsJuly Tikhonov-1/+1
2023-09-05if -> whenRalf Jung-3/+3
2023-09-05Rollup merge of #115540 - cjgillot:custom-debuginfo, r=oli-obkMatthias Krüger-12/+27
2023-09-05Rollup merge of #114813 - RalfJung:fpu-control, r=AmanieuMatthias Krüger-0/+12
2023-09-05Rollup merge of #114412 - RalfJung:libc-symbols, r=pnkfelixMatthias Krüger-5/+13
2023-09-05Rollup merge of #113510 - ink-feather-org:const_ptr_transmute_docs, r=RalfJungMatthias Krüger-1/+4
2023-09-04Weaken needlessly restrictive orderings on Arc::*_countAlex Saveau-4/+4
2023-09-04Simplify `core::hint::spin_loop`Maybe Waffle-24/+17
2023-09-04"what would rustfmt do"Tshepang Mbambo-71/+69
2023-09-04Auto merge of #115493 - Ayush1325:raw-os-error, r=workingjubileebors-4/+3
2023-09-03Clarify ManuallyDrop bit validityJoshua Liebow-Feeser-6/+6
2023-09-03Auto merge of #115491 - Zoxc:refcell-tweak, r=Mark-Simulacrumbors-2/+24
2023-09-03Stabilize const_transmute_copyFinomnis-2/+1
2023-09-03Rollup merge of #115512 - Fulgen301:startupinfow, r=ChrisDentonMatthias Krüger-1/+1
2023-09-03Rollup merge of #115489 - saethlin:is-interrupted, r=thomccMatthias Krüger-17/+18
2023-09-03Rollup merge of #115279 - schuelermine:patch/doc/RangeFull/remote-parens, r=M...Matthias Krüger-1/+1
2023-09-03unchecked layout calculations when shrinking during in-place collectThe 8472-2/+12
2023-09-03relax size and alignment requirements for in-place iterationThe 8472-8/+11
2023-09-03support in-place collecting additional FlatMap shapesThe 8472-15/+70
2023-09-03update in-place-iteration module docsThe 8472-8/+25
2023-09-03don't leak items if alloc::shrink panicsThe 8472-2/+6
2023-09-03Expand in-place iteration specialization to Flatten, FlatMap and ArrayChunksThe 8472-63/+391
2023-09-03Command::spawn: Fix STARTUPINFOW.cb being initialized with the address of siz...Fulgen301-1/+1
2023-09-03Use std::io::Error::is_interrupted everywhereBen Kimock-17/+18
2023-09-03Move RawOsError defination to sysAyush Singh-4/+3