summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2020-12-28de-stabilize unsized raw ptr methods for WeakRalf Jung-50/+6
2020-12-10fix unsoundness in `make_contiguous`Bastian Kauschke-5/+27
2020-12-08Pin the ReentrantMutexes in sys::io::stdio.Mara Bos-25/+30
2020-12-08Return a Pin from SyncOnceCell::get_or_init_pin.Mara Bos-4/+7
2020-12-08Add (internal-only) SyncOnceCell::get_or_init_pin.Mara Bos-0/+52
2020-12-08Update ReentrantMutex tests to use Pin.Mara Bos-15/+21
2020-12-08Use Pin for the 'don't move' requirement of ReentrantMutex.Mara Bos-33/+19
2020-12-08Remove unnecessary import of `crate::marker` in std::sys_common::remutex.Mara Bos-2/+1
2020-12-08Fix outdated comment about not needing to flush stderr.Mara Bos-7/+3
2020-12-08[beta] always disable copy_file_range to avoid EOVERFLOW errorsThe8472-1/+1
2020-11-12Rollup merge of #78857 - SkiFire13:bheap-opt, r=KodrAusMara Bos-13/+19
2020-11-12Auto merge of #78965 - jryans:emscripten-threads-libc, r=kennytmbors-20/+42
2020-11-12Fix timeout conversionJ. Ryan Stinnett-2/+1
2020-11-12Update thread and futex APIs to work with EmscriptenJ. Ryan Stinnett-20/+43
2020-11-11Rollup merge of #78417 - ssomers:btree_chop_up_2, r=Mark-SimulacrumJonas Schievink-114/+176
2020-11-11Rollup merge of #78216 - workingjubilee:duration-zero, r=m-ou-seJonas Schievink-95/+75
2020-11-10Changed unwrap_or to unwrap_or_else in some places.Nicholas-Baron-1/+1
2020-11-10Rollup merge of #78910 - tmiasko:intrinsics-link, r=jyn514Jonas Schievink-2/+2
2020-11-10Rollup merge of #78897 - hyd-dev:alloc-error-hook-newline, r=m-ou-seJonas Schievink-1/+1
2020-11-10Rollup merge of #78896 - cyqsimon:master, r=m-ou-seJonas Schievink-1/+1
2020-11-10Rollup merge of #78854 - the8472:workaround-normalization-regression-master, ...Jonas Schievink-8/+4
2020-11-09Added SAFETY comment as requestGiacomo Stevanato-0/+4
2020-11-10Add missing newline to error message of the default OOM hookhyd-dev-1/+1
2020-11-09Bad grammarcyqsimon-1/+1
2020-11-09Clarified description of write! macrocyqsimon-1/+1
2020-11-09BTreeMap: fix pointer provenance rules, make borrowing explicitStein Somers-247/+328
2020-11-09Rollup merge of #78878 - shepmaster:intersecting-ignores, r=Mark-SimulacrumDylan DPC-10/+15
2020-11-09Rollup merge of #78476 - RalfJung:btree-alias, r=Mark-SimulacrumDylan DPC-4/+8
2020-11-09Rollup merge of #78437 - ssomers:btree_no_ord_at_node_level, r=Mark-SimulacrumDylan DPC-41/+22
2020-11-09Rollup merge of #78026 - sunfishcode:symlink-hard-link, r=dtolnayDylan DPC-3/+71
2020-11-09Rollup merge of #77640 - ethanboxx:int_error_matching_attempt_2, r=KodrAusDylan DPC-44/+65
2020-11-09Fix links to stabilized versions of some intrinsicsTomasz Miąsko-2/+2
2020-11-08BTreeMap: split off most code of append, slightly improve interfacesStein Somers-114/+176
2020-11-08Avoid overlapping cfg attributes when both macOS and aarch64Jake Goulding-10/+15
2020-11-08Rollup merge of #78852 - camelid:intra-doc-bonanza, r=jyn514Mara Bos-71/+55
2020-11-08Rollup merge of #78811 - a1phyr:const_io_structs, r=dtolnayMara Bos-7/+28
2020-11-08Rollup merge of #78788 - jhpratt:isize-impl-fix, r=m-ou-seMara Bos-3/+3
2020-11-08Rollup merge of #78728 - a1phyr:const_cell_into_inner, r=dtolnayMara Bos-8/+26
2020-11-08Rollup merge of #78572 - de-vri-es:bsd-cloexec, r=m-ou-seMara Bos-6/+38
2020-11-08Rollup merge of #78065 - tshepang:nits, r=dtolnayMara Bos-11/+7
2020-11-08Rollup merge of #76227 - CDirkx:const-poll, r=KodrAusMara Bos-2/+19
2020-11-08Rollup merge of #76097 - pickfire:stabilize-spin-loop, r=KodrAusMara Bos-24/+56
2020-11-07Remove useless bound checks from into_sorted_vecGiacomo Stevanato-1/+4
2020-11-07Remove useless branches from sift_down_range loopGiacomo Stevanato-6/+6
2020-11-07Remove branches from sift_down_to_bottom loopGiacomo Stevanato-6/+5
2020-11-07Convert a bunch of intra-doc linksCamelid-71/+55
2020-11-07remove needs_dropThe8472-8/+4
2020-11-06Add tracking issueBenoît du Garreau-6/+6
2020-11-06Make some std::io functions `const`Benoît du Garreau-7/+28
2020-11-07Rollup merge of #78730 - kornelski:not-inverse, r=Dylan-DPCYuki Okushi-2/+6