about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2019-07-25Auto merge of #60340 - mgeier:cap-vs-capacity, r=alexcrichtonbors-2/+2
2019-07-25Add note suggesting to borrow a String argument to findEsteban Küber-0/+4
2019-07-25Remove `cfg(bootstrap)` code for array implementationsLukas Kalbertodt-434/+241
2019-07-25Fix inconsistent highlight blocks.Tomasz Różański-7/+7
2019-07-25Auto merge of #62944 - RalfJung:miri, r=oli-obkbors-2/+0
2019-07-24Stabilize the type_name intrinsic in core::anySteven Fackler-0/+26
2019-07-25Rollup merge of #62814 - androm3da:hexagon_19jul_2019, r=alexcrichtonMazdak Farrokhzad-0/+1
2019-07-24re-enable debug checks in MiriRalf Jung-2/+0
2019-07-24Rollup merge of #62926 - Smibu:fix-typo, r=jonas-schievinkMazdak Farrokhzad-1/+1
2019-07-24Rollup merge of #62716 - RalfJung:unsafe-cell, r=CentrilMazdak Farrokhzad-2/+3
2019-07-24Rollup merge of #62641 - cuviper:unicode-12.1, r=matkladMazdak Farrokhzad-739/+770
2019-07-24syntax_ext: Turn `#[global_allocator]` into a regular attribute macroVadim Petrochenkov-0/+7
2019-07-24Fix typo in mem::uninitialized docMika Lehtinen-1/+1
2019-07-23Auto merge of #62902 - Mark-Simulacrum:rollup-mxfk0mm, r=Mark-Simulacrumbors-7/+21
2019-07-23Rollup merge of #62869 - matklad:feature-gate, r=Mark-SimulacrumMark Rousskov-7/+12
2019-07-23Rollup merge of #62656 - RalfJung:contains-no-own, r=Dylan-DPCMark Rousskov-0/+9
2019-07-23Auto merge of #62823 - RalfJung:miri, r=oli-obkbors-0/+2
2019-07-22add support for hexagon-unknown-linux-muslBrian Cain-0/+1
2019-07-22Rollup merge of #62799 - RalfJung:uninit-array, r=CentrilMazdak Farrokhzad-7/+29
2019-07-22Rollup merge of #62788 - fakenine:normalize_use_of_backticks_compiler_message...Mazdak Farrokhzad-2/+2
2019-07-22add rustc_private as a proper language feature gateAleksey Kladov-7/+12
2019-07-22Rollup merge of #62746 - RalfJung:deprecated, r=KodrAusMazdak Farrokhzad-3/+4
2019-07-22Rollup merge of #62713 - SimonSapin:cast, r=CentrilMazdak Farrokhzad-2/+2
2019-07-21tidy is being sillyRalf Jung-5/+2
2019-07-21fix commentLuca Barbieri-1/+1
2019-07-21use a const to hack around promotion limitationsRalf Jung-2/+9
2019-07-21disable overlapping check with Miri (does not work without intptrcast)Ralf Jung-0/+2
2019-07-21Expand comment on BorrowRef::newLuca Barbieri-2/+12
2019-07-19avoid uninit_array! macro where it is not neededRalf Jung-5/+4
2019-07-19use const array repeat expressions for uninit_arrayRalf Jung-7/+26
2019-07-19do not use mem::uninitialized in std::ioRalf Jung-3/+4
2019-07-18normalize use of backticks in compiler messages for libcore/ptrSamy Kacimi-2/+2
2019-07-18Rollup merge of #62740 - lzutao:patch-2, r=alexcrichtonMark Rousskov-0/+1
2019-07-18Rollup merge of #62728 - DutchGhost:fix-double-wording, r=jonas-schievinkMark Rousskov-3/+3
2019-07-18Fix clippy::len_zero warningsMateusz Mikuła-2/+2
2019-07-18Fix clippy::clone_on_copy warningsMateusz Mikuła-2/+2
2019-07-18Use DerefMutYuki Okushi-2/+2
2019-07-18renamed `inner_deref` feature's `deref*()` methods `as_deref*()` as per discu...Brad Gibson-54/+239
2019-07-17unconstify methodsnewpavlov-2/+2
2019-07-17stabilize duration_floatnewpavlov-20/+10
2019-07-17Refer to `add` method instead of `offset`Philipp Oppermann-2/+2
2019-07-17Auto merge of #61339 - jridgewell:pointer-alignment, r=BurntSushibors-6/+3
2019-07-17Optimize RefCell read borrowingLuca Barbieri-3/+3
2019-07-17Auto merge of #62596 - cuviper:expect_none, r=rkruppebors-6/+99
2019-07-17Add missing link to Infallible in TryFrom doclzutao-0/+1
2019-07-17Override Cycle::try_foldTim Vermeulen-0/+42
2019-07-16found more repeated wordingDodo-2/+2
2019-07-16fix double wordingDodo-1/+1
2019-07-16state also in the intro that UnsafeCell has no effect on &mutRalf Jung-2/+3
2019-07-16Stabilize <*mut _>::cast and <*const _>::castSimon Sapin-2/+2