about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2021-05-24Auto merge of #85596 - scottmcm:more-on-unimplemented, r=estebankbors-2/+27
2021-05-24remove cfg(bootstrap)Pietro Albini-33/+17
2021-05-24minor rewording after reviewTaylor Yu-6/+6
2021-05-24Make Vec::dedup panicking test actually detect double panicsGiacomo Stevanato-23/+25
2021-05-24Avoid a double drop in Vec::dedup if a destructor panicsGiacomo Stevanato-2/+3
2021-05-24Auto merge of #85601 - klensy:padint-example-fix, r=dtolnaybors-1/+2
2021-05-23Stabilize ops::ControlFlow (just the type)Scott McMurray-9/+44
2021-05-23Don't reborrow self when computing the dest pointer in <[T]>::copy_withinGiacomo Stevanato-1/+5
2021-05-23Update std::array module doc headerbstrie-3/+1
2021-05-23Extend rustc_on_implemented to improve a ?-on-ControlFlow error messageScott McMurray-2/+27
2021-05-23fix pad_integral exampleklensy-1/+2
2021-05-23Auto merge of #85490 - CDirkx:fix-vxworks, r=dtolnaybors-5/+31
2021-05-23Rollup merge of #85571 - workingjubilee:reverse-prepend, r=AmanieuDylan DPC-21/+0
2021-05-23Rollup merge of #85334 - r00ster91:patch-8, r=dtolnayDylan DPC-0/+3
2021-05-23Rollup merge of #85288 - Geal:clarify-std-io-read, r=dtolnayDylan DPC-1/+7
2021-05-23Rollup merge of #84758 - ChrisDenton:dllimport, r=dtolnayDylan DPC-166/+168
2021-05-21Add std::os::unix::fs::DirEntryExt2::file_name_ref(&self) -> &OsStrAaron Rennow-0/+42
2021-05-21Remove surplus prepend LinkedList fnJubilee Young-21/+0
2021-05-21Auto merge of #85482 - scottmcm:more-try-bootstrap, r=yaahcbors-1/+8
2021-05-21Auto merge of #85060 - ChrisDenton:win-file-exists, r=yaahcbors-8/+72
2021-05-20Weak's type parameter may dangle on dropDavid Tolnay-2/+2
2021-05-20Add Weak may_dangle testsDavid Tolnay-0/+30
2021-05-20doc: clarify Mutex::try_lock, etc. errorsTaylor Yu-9/+28
2021-05-20Auto merge of #85521 - alexcrichton:less-tls-inline, r=Mark-Simulacrumbors-13/+13
2021-05-20std: Don't inline TLS accessor on MinGWAlex Crichton-13/+13
2021-05-20Auto merge of #85518 - GuillaumeGomez:rollup-mq4ohfy, r=GuillaumeGomezbors-8/+10
2021-05-20Rollup merge of #85275 - CDirkx:memchr, r=m-ou-seGuillaume Gomez-8/+10
2021-05-20Auto merge of #85493 - Amanieu:fix_85446, r=dtolnaybors-0/+0
2021-05-20Auto merge of #84665 - adamgemmell:aarch64-features, r=Amanieubors-1/+0
2021-05-20Auto merge of #85486 - RalfJung:rollup-4ibcxuu, r=RalfJungbors-24/+55
2021-05-20Auto merge of #84697 - CDirkx:util, r=m-ou-sebors-46/+34
2021-05-20Auto merge of #85391 - Mark-Simulacrum:opt-tostring, r=scottmcmbors-13/+32
2021-05-20Update stdarch to fix x86 byte shift intrinsicsAmanieu d'Antras-0/+0
2021-05-20Not implement `os::unix::fs::chroot` for `vxworks`Christiaan Dirkx-2/+2
2021-05-20Add `ExitStatusError` for `vxworks`Christiaan Dirkx-3/+29
2021-05-19Windows implementation of `fs::try_exists`Chris Denton-1/+30
2021-05-19Move the implementation of `Path::exists` to `sys_common::fs` so platforms ca...Chris Denton-8/+43
2021-05-19Windows `Command` environment variables are case-preservingChris Denton-9/+128
2021-05-20Rollup merge of #85464 - steffahn:fix_ub_in_ptr_swap_docs, r=dtolnayRalf Jung-3/+5
2021-05-20Rollup merge of #85439 - mgacek8:add_diagnostic_item_to_CStr_type, r=davidtwcoRalf Jung-0/+1
2021-05-20Rollup merge of #85315 - satylogin:master, r=yaahcRalf Jung-0/+6
2021-05-20Rollup merge of #85287 - eggyal:expose-test-concurrent, r=m-ou-seRalf Jung-1/+1
2021-05-20Rollup merge of #84717 - dtolnay:literalfromstr, r=petrochenkovRalf Jung-20/+42
2021-05-19Auto merge of #85340 - the8472:no-inplaceiterable-on-peekable, r=yaahcbors-6/+13
2021-05-19#[cfg(bootstrap)] out the v1 try_trait stuffScott McMurray-1/+8
2021-05-19impl FromStr for proc_macro::LiteralDavid Tolnay-0/+42
2021-05-19Move proc_macro tests to ui testDavid Tolnay-20/+0
2021-05-19Auto merge of #84876 - alexcrichton:inline-thread-locals-cross-crate, r=Mark-...bors-0/+24
2021-05-19Remove test for crypto feature ahead of its removalAdam Gemmell-1/+0
2021-05-19Rename `rterr` to `rtprintpanic`Christiaan Dirkx-11/+12