about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2021-09-16Optimize ThreadInfo::withbjorn3-6/+7
2021-09-16Remove an allocation from rt::initbjorn3-8/+8
2021-09-16Merge sys_common::rt into rtbjorn3-92/+89
2021-09-16Add IntoIterator intra doc link to various collectionsest31-7/+14
2021-09-16Fix typo in `break` docstatami4-1/+1
2021-09-16Add intra-doc-links to BinaryHeap rustdocest31-3/+7
2021-09-16Add intra-doc-links to LinkedList rustdocest31-1/+4
2021-09-15Avoid codegen for Result::into_ok in lang_startMark Rousskov-3/+3
2021-09-16Make Duration's Debug format pad to widthMichiel De Muynck-30/+106
2021-09-15Rollup merge of #88915 - joshlf:patch-4, r=kennytmManish Goregaokar-0/+4
2021-09-15Allow `panic!("{}", computed_str)` in const fn.Gary Guo-1/+23
2021-09-15Add tracking issue for unix_chownJosh Triplett-3/+3
2021-09-15Update the backtrace crateHenrik Böving-0/+0
2021-09-15docs(std): add docs for cof_from_cstr implsMichael Howell-0/+3
2021-09-15Fix formattingAlbin Hedman-1/+3
2021-09-15Add tracking issueAlbin Hedman-6/+6
2021-09-15Updated for new const trait bounds syntaxAlbin Hedman-2/+2
2021-09-15Move tests to library/core/testsAlbin Hedman-1/+19
2021-09-15Constly impl TryV2 and Residual for OptionAlbin Hedman-2/+4
2021-09-15Constly impl TryV2 and FromResidual for ResultAlbin Hedman-2/+4
2021-09-15Constify identify conversionsAlbin Hedman-2/+5
2021-09-15Auto merge of #88619 - GuillaumeGomez:simplify-std-os-reexports, r=Amanieubors-95/+114
2021-09-15Const DerefDeadbeef-5/+13
2021-09-14Add chown functions to std::os::unix::fs to change the owner and group of filesJosh Triplett-0/+87
2021-09-14Document the closure arguments for `reduce`.Dan Zwell-3/+4
2021-09-13`Wrapping<T>` has the same layout and ABI as `T`Joshua Liebow-Feeser-0/+4
2021-09-13Rollup merge of #88722 - WaffleLapkin:unsafe_cell_const_get_mut, r=dtolnayGuillaume Gomez-1/+2
2021-09-13Move fortanix module position in std::os reexports for alpha sortGuillaume Gomez-20/+34
2021-09-13Remove usage of cfg_if in std/src/os/mod.rsGuillaume Gomez-31/+71
2021-09-13Simplify std::os module reexports to fix rustdoc linking issuesGuillaume Gomez-109/+74
2021-09-12Fix linkcheck issuesJoshua Nelson-4/+4
2021-09-12Add primitive documentation to libcoreJoshua Nelson-29/+1363
2021-09-11Rollup merge of #88849 - matthiaskrgr:clony_on_copy, r=petrochenkovJubilee-1/+1
2021-09-11Rollup merge of #87904 - kpreid:unsize, r=jyn514Jubilee-11/+9
2021-09-11manually inline functionThe8472-4/+4
2021-09-11don't clone types that are Copy (clippy::clone_on_copy)Matthias Krüger-1/+1
2021-09-11optimization continuation byte validation of strings containing multibyte charsThe8472-6/+4
2021-09-11optimize utf8_is_cont_byte() to speed up str.chars().count()The8472-1/+1
2021-09-11benchmark for str.chars().count()The8472-0/+34
2021-09-11Fill in the tracking issue for `#![feature(const_unsafecell_get_mut)]`Waffle Lapkin-1/+1
2021-09-10Use `libc::sigaction()` instead of `sys::signal()` to prevent a deadlockFabian Wolff-4/+3
2021-09-10Rollup merge of #88807 - jruderman:which_reverses, r=joshtriplettManish Goregaokar-1/+1
2021-09-10Rollup merge of #88667 - kraktus:patch-1, r=dtolnayManish Goregaokar-1/+1
2021-09-10Rollup merge of #86165 - m-ou-se:proc-macro-span-shrink, r=dtolnayManish Goregaokar-0/+14
2021-09-09Fix typo in docs for iteratorsJesse Ruderman-1/+1
2021-09-09Added psadbw support for u8::abs_diff.Orson Peters-3/+9
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-4/+4
2021-09-09Added abs_diff for integer types.Orson Peters-0/+61
2021-09-08Bump stage0 compiler to 1.56Mark Rousskov-79/+7
2021-09-08Rollup merge of #88712 - jhpratt:fix-int_rounding-docs, r=joshtriplettJack Huey-1/+2