summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2020-05-04Allow the llvm_asm! shim to go unused on some archsJosh Stone-0/+1
2020-05-01Add a shim from llvm_asm! to asm! for stdarchJosh Stone-0/+5
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-08Rollup merge of #69651 - Mark-Simulacrum:black-box-marker, r=eddybMazdak Farrokhzad-1/+11
2020-03-08Allow ZSTs in `AllocRef`Tim Diekmann-43/+13
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-05Make link to `std::str` activeLeSeulArtichaut-1/+3
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-02Apply suggestions from code reviewLeSeulArtichaut-2/+3
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-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
2020-02-29Auto merge of #69570 - Dylan-DPC:rollup-d6boczt, r=Dylan-DPCbors-19/+22
2020-02-29Rollup merge of #69551 - matthiaskrgr:len_zero, r=Mark-SimulacrumDylan DPC-2/+2
2020-02-29Rollup merge of #69504 - MichaelMcDonnell:hash_assert_ne, r=LukasKalbertodtDylan DPC-17/+20
2020-02-29Auto merge of #69208 - RalfJung:debug-assert, r=Mark-Simulacrumbors-5/+19
2020-02-28use is_empty() instead of len() == x to determine if structs are empty.Matthias Krüger-2/+2
2020-02-28Unrevert "Remove `checked_add` in `Layout::repeat`"Remy Rakic-7/+5
2020-02-28Rollup merge of #69501 - matthiaskrgr:find_note, r=ecstatic-morseDylan DPC-0/+4
2020-02-28Rollup merge of #69495 - matthiaskrgr:op_ref, r=oli-obkDylan DPC-1/+1
2020-02-27docs: note that find(f) is equivalent to filter(f).next() in the iterator docs.Matthias Krüger-0/+4
2020-02-27Remove spotlight usageGuillaume Gomez-3/+0
2020-02-27avoid a negation in is_nonoverlappingRalf Jung-2/+3
2020-02-27disable debug assertion in ptr::write for nowRalf Jung-1/+3
2020-02-27Rollup merge of #69479 - matthiaskrgr:op_pred, r=Dylan-DPCYuki Okushi-1/+1
2020-02-26Use assert_ne in hash testsMichael Mc Donnell-17/+20