about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2020-03-11Rollup merge of #69373 - tspiteri:const_int_conversion, r=oli-obkMazdak Farrokhzad-17/+48
2020-03-11Rollup merge of #66059 - RalfJung:panic-on-non-zero, r=eddybMazdak Farrokhzad-0/+16
2020-03-10Make Point `Copy` in arithmetic documentationFlorian Gilcher-6/+6
2020-03-10also make panic_fmt track_callerRalf Jung-7/+36
2020-03-10Rollup merge of #69799 - TimDiekmann:zst, r=AmanieuMazdak Farrokhzad-43/+13
2020-03-10Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnisonMazdak Farrokhzad-3/+0
2020-03-10builtin_macros: Add attribute macro `#[cfg_accessible(path)]`Vadim Petrochenkov-0/+21
2020-03-09panic_bounds_check: use caller_location, like PanicFnLangItemRalf Jung-0/+18
2020-03-08Rollup merge of #69651 - Mark-Simulacrum:black-box-marker, r=eddybMazdak Farrokhzad-1/+11
2020-03-08constify `mem::discriminant`Bastian Kauschke-1/+4
2020-03-08Allow ZSTs in `AllocRef`Tim Diekmann-43/+13
2020-03-07Implement BitOr and BitOrAssign for the NonZero integer typesThom Chiovoloni-0/+87
2020-03-07Use ?-operator in more places (clippy::question_mark, had some false negative...Matthias Krüger-8/+5
2020-03-07Rollup merge of #69797 - jongiddy:convert-version, r=Mark-SimulacrumMazdak Farrokhzad-1/+1
2020-03-07Rollup merge of #69794 - TimDiekmann:dangling, r=AmanieuMazdak Farrokhzad-0/+16
2020-03-07Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkovMazdak Farrokhzad-15/+15
2020-03-07Correct version that relaxed orphan rulesJonathan Giddy-1/+1
2020-03-07Rollup merge of #69706 - cuviper:subslice-methods, r=CentrilMazdak Farrokhzad-22/+8
2020-03-07Update alloc.rsTim Diekmann-2/+2
2020-03-07Add `Layout::dangling()` to return a well-aligned `NonNull<u8>`Tim Diekmann-0/+16
2020-03-06bless testsMatthias Krüger-1/+1
2020-03-06fix various typosMatthias Krüger-16/+16
2020-03-05Document unsafe blocks in core::fmtPhoebe Bell-6/+45
2020-03-05Simplify the try intrinsic by using a callback in the catch blockAmanieu d'Antras-6/+8
2020-03-05Make link to `std::str` activeLeSeulArtichaut-1/+3
2020-03-04Add unborrow to reset RefCell borrow stateAndreas Molzer-5/+36
2020-03-04Use subslice patterns in slice methodsJosh Stone-22/+8
2020-03-04Auto merge of #68952 - faern:stabilize-assoc-int-consts, r=dtolnaybors-215/+255
2020-03-03Try to ensure usize marker does not get mergedMark Rousskov-1/+11
2020-03-03Rollup merge of #69621 - matthiaskrgr:q, r=petrochenkovDylan DPC-6/+2
2020-03-03use question mark operator in a few places.Matthias Krüger-6/+2
2020-03-03Rollup merge of #69609 - TimDiekmann:excess, r=AmanieuYuki Okushi-224/+80
2020-03-03Rollup merge of #69213 - LeSeulArtichaut:improve-doc-iter, r=steveklabnikYuki Okushi-2/+5
2020-03-03Remove `usable_size` APIsTim Diekmann-224/+80
2020-03-02remove unused mut, restructure the testDodo-6/+6
2020-03-02Apply suggestions from code reviewLeSeulArtichaut-2/+3
2020-03-02An enter as last character pleases tidy it seemsDodo-1/+1
2020-03-02const forget testsDodo-0/+19
2020-03-02Rollup merge of #69617 - DutchGhost:master, r=LukasKalbertodtDylan DPC-1/+2
2020-03-02Rollup merge of #69544 - lqd:unrevert-67174, r=Mark-SimulacrumDylan DPC-7/+5
2020-03-02Rollup merge of #68682 - LeSeulArtichaut:stable-intrinsics, r=steveklabnikDylan DPC-9/+473
2020-03-02actually mark the function constDutchGhost-1/+1
2020-03-01Implement nth, last, and count for iter::CopiedSteven Allen-0/+12
2020-03-01constify mem::forgetDutchGhost-0/+1
2020-03-01Remove assert that had been replaced by assert_neMichael Mc Donnell-1/+0
2020-02-29Rollup merge of #69582 - RalfJung:vec-parts, r=CentrilDylan DPC-6/+10
2020-02-29Rollup merge of #69581 - RalfJung:align_to_mut, r=CentrilDylan DPC-1/+15
2020-02-29Fix typoRalf Jung-1/+1
2020-02-29fix aliasing violation in align_to_mutRalf Jung-1/+15
2020-02-29transmute: improve Vec exampleRalf Jung-6/+10