about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2021-12-29Update library/std/src/ffi/os_str.rsXuanwo-1/+1
2021-12-29Fix a minor mistake in `String::try_reserve_exact` examplesSprite-1/+1
2021-12-28Extend const_convert to rest of blanket core::convert implsltdk-10/+15
2021-12-28Add {Add,Sub,Mul,Div,Rem,BitXor,BitOr,BitAnd}{,Assign}<$t> to Saturating<$t>Michael Watzko-0/+187
2021-12-28Rollup merge of #92335 - ecstatic-morse:std-column-unicode, r=ManishearthMatthias Krüger-0/+12
2021-12-28Implement support in wtf8Xuanwo-0/+37
2021-12-28Fix windows buildXuanwo-0/+9
2021-12-28Add try_reserve for OsStringXuanwo-0/+92
2021-12-27Document units for `std::column`Dylan MacKenzie-0/+12
2021-12-27Rollup merge of #92307 - hiroshi-maybe:fix-minor-typos, r=camelidMatthias Krüger-3/+3
2021-12-27Rollup merge of #92264 - Shadlock0133:patch-1, r=the8472Matthias Krüger-2/+2
2021-12-27Tweak sentence in `transmute` docsNoah Lev-1/+1
2021-12-27Add another implementation example to Debug traitAlper Çugun-2/+17
2021-12-27Little improves in CString `new` when creating from sliceAngelicosPhosphoros-22/+45
2021-12-26fix typo: intialized -> initializedHiroshi Kori-2/+2
2021-12-26fix typo: the use f.pad -> then use f.padHiroshi Kori-1/+1
2021-12-26Reverts #92135 because perf regressionAngelicosPhosphoros-1/+0
2021-12-26Fix a pair of mistyped test cases in std::net::ipScallop Ye-2/+2
2021-12-25Language tweak.Laurence Tratt-2/+2
2021-12-24Remove `maybe_uninit_extra` feature from Vec docsShadlock0133-2/+2
2021-12-24Auto merge of #92135 - AngelicosPhosphoros:typeid_inline_74362, r=dtolnaybors-0/+1
2021-12-24Auto merge of #92226 - woppopo:const_black_box, r=joshtriplettbors-1/+23
2021-12-24Auto merge of #92220 - nnethercote:RawVec-dont-recompute-capacity, r=joshtrip...bors-17/+18
2021-12-23Rollup merge of #92121 - RalfJung:miri-core-test, r=kennytmMatthias Krüger-0/+1
2021-12-23Rollup merge of #90625 - Milo123459:ref-unwind-safe, r=dtolnayMatthias Krüger-0/+7
2021-12-23Bless a few testsDeadbeef-3/+0
2021-12-23Constify `Box<T, A>` methodswoppopo-32/+224
2021-12-23Constify `core::intrinsics::black_box`woppopo-1/+23
2021-12-23Switch all libraries to the 2021 editionDeadbeef-39/+11
2021-12-23Add const-stability to `panicking::panic_*` fnsDeadbeef-0/+4
2021-12-23Auto merge of #92155 - m-ou-se:panic-fn, r=eddybbors-5/+11
2021-12-23Rollup merge of #92208 - ChrisDenton:win-bat-cmd, r=dtolnayMatthias Krüger-0/+35
2021-12-23Rollup merge of #92139 - dtolnay:backtrace, r=m-ou-seMatthias Krüger-3/+3
2021-12-23Rollup merge of #92117 - solid-rs:fix-kmc-solid-read-buf, r=yaahcMatthias Krüger-1/+27
2021-12-23Rollup merge of #88858 - spektom:to_lower_upper_rev, r=dtolnayMatthias Krüger-0/+71
2021-12-22Update stability attribute for double ended case mapping iteratorsDavid Tolnay-2/+2
2021-12-22Fix testsChris Denton-3/+11
2021-12-22RawVec: don't recompute capacity after allocating.Nicholas Nethercote-17/+18
2021-12-21Use panic() instead of panic!() in some places in core.Mara Bos-5/+11
2021-12-21Rollup merge of #92129 - RalfJung:join-handle-docs, r=jyn514Matthias Krüger-1/+1
2021-12-21Rollup merge of #91823 - woppopo:const_ptr_as_ref, r=lcnrMatthias Krüger-15/+30
2021-12-21Rollup merge of #90345 - passcod:entry-insert, r=dtolnayMatthias Krüger-6/+6
2021-12-21kmc-solid: Add `std::sys::solid::fs::File::read_buf`Tomoaki Kawada-1/+27
2021-12-20Bump insert_entry stabilization to Rust 1.59David Tolnay-2/+2
2021-12-20Change Backtrace::enabled atomic from SeqCst to RelaxedDavid Tolnay-3/+3
2021-12-20Add `#[inline]` modifier to `TypeId::of`AngelicosPhosphoros-0/+1
2021-12-20impl RefUnwindSafe for OnceDavid Tolnay-2/+5
2021-12-20JoinHandle docs: add missing 'the'Ralf Jung-1/+1
2021-12-20disable test with self-referential generator on MiriRalf Jung-0/+1
2021-12-19Implement split_at_spare_mut directlyBen Kimock-2/+5