summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2020-11-15Add missing `mut`.Mara Bos-1/+1
2020-11-15Reword safety guarantee of Pin::static_{ref,mut}.Mara Bos-6/+6
2020-11-15Add Pin::static_mut.Mara Bos-0/+14
2020-11-15Rename Pin::new_static to Pin::static_ref.Mara Bos-1/+1
2020-11-15Make Pin::new_static const.Mara Bos-1/+2
2020-11-15Add Pin::new_static.Mara Bos-0/+13
2020-11-15Pin the ReentrantMutexes in sys::io::stdio.Mara Bos-25/+30
2020-11-15Return a Pin from SyncOnceCell::get_or_init_pin.Mara Bos-4/+7
2020-11-15Add (internal-only) SyncOnceCell::get_or_init_pin.Mara Bos-0/+52
2020-11-15Update ReentrantMutex tests to use Pin.Mara Bos-15/+21
2020-11-15Use Pin for the 'don't move' requirement of ReentrantMutex.Mara Bos-33/+19
2020-11-15Remove unnecessary import of `crate::marker` in std::sys_common::remutex.Mara Bos-2/+1
2020-11-15Fix outdated comment about not needing to flush stderr.Mara Bos-7/+3
2020-11-15change the order of type arguments on ControlFlowLeonora Tindall-23/+17
2020-11-15Add `ControlFlow::is_{break,continue}` methodsLeSeulArtichaut-0/+14
2020-11-12[beta] always disable copy_file_range to avoid EOVERFLOW errorsThe8472-1/+1
2020-11-07remove needs_dropThe8472-8/+4
2020-10-03Rollup merge of #77264 - fusion-engineering-forks:skip-local-stdio, r=dtolnayJonas Schievink-23/+61
2020-10-03Rollup merge of #77182 - GuillaumeGomez:missing-examples-fd-traits, r=pickfireJonas Schievink-0/+40
2020-10-03Rollup merge of #76745 - workingjubilee:move-wrapping-tests, r=matkladJonas Schievink-0/+76
2020-10-03Rollup merge of #75377 - canova:map_debug_impl, r=dtolnayJonas Schievink-15/+55
2020-10-02Remove unnecessary mod-cfgJubilee Young-17/+14
2020-10-02Rollup merge of #77442 - pickfire:patch-7, r=scottmcmJonas Schievink-2/+3
2020-10-02Rollup merge of #77432 - tmiasko:posix-spawn-musl, r=cuviperJonas Schievink-6/+8
2020-10-02Rollup merge of #77409 - pickfire:patch-6, r=GuillaumeGomezJonas Schievink-0/+11
2020-10-02Rollup merge of #77405 - timvermeulen:iter_advance_by_tracking_issue, r=scottmcmJonas Schievink-2/+2
2020-10-02Simplify fd examplesGuillaume Gomez-19/+16
2020-10-02Auto merge of #77029 - ehuss:command-access, r=dtolnaybors-8/+303
2020-10-02Clean up on example doc fixes for ptr::copyIvan Tham-2/+3
2020-10-02Rollup merge of #77429 - WaffleLapkin:doc_link_default_hasher_new, r=jyn514Yuki Okushi-4/+3
2020-10-02Rollup merge of #77399 - ssomers:btree_cleanup_5, r=Mark-SimulacrumYuki Okushi-1/+1
2020-10-02Rollup merge of #77389 - jyn514:THE-PAPERCLIP-COMETH, r=Mark-SimulacrumYuki Okushi-10/+8
2020-10-02Rollup merge of #77385 - scottmcm:fix-77220, r=jyn514Yuki Okushi-1/+11
2020-10-02Rollup merge of #77362 - RReverser:patch-1, r=dtolnayYuki Okushi-1/+1
2020-10-02Rollup merge of #77147 - fusion-engineering-forks:static-mutex, r=dtolnayYuki Okushi-121/+100
2020-10-02Rollup merge of #77111 - fusion-engineering-forks:stabilize-slice-ptr-range, ...Yuki Okushi-4/+2
2020-10-02Rollup merge of #76979 - fusion-engineering-forks:windows-fallback-check, r=d...Yuki Okushi-45/+53
2020-10-02Link `new` method in `DefautHasher`s docWaffle-4/+3
2020-10-01Auto merge of #76971 - bugadani:issue-75659, r=Amanieubors-16/+27
2020-10-02Remove trailing whitespace in iter chain docIvan Tham-1/+1
2020-10-02Add example for iter chain structIvan Tham-0/+11
2020-10-01Auto merge of #76969 - withoutboats:rawfd-refexive-traits, r=dtolnaybors-0/+57
2020-10-01Add tracking issueTim Vermeulen-2/+2
2020-10-01Work around potential merging/duplication issues in sys/windows/compat.Mara Bos-3/+19
2020-10-01Formatting.Mara Bos-5/+1
2020-10-01Use AcquireSRWLockExclusive::is_available() instead of an extra lookup.Mara Bos-17/+6
2020-10-01Improve std::sys::windows::compat.Mara Bos-28/+35
2020-10-01Auto merge of #76919 - fusion-engineering-forks:thread-parker, r=dtolnaybors-112/+276
2020-10-01BTreeMap: use Unique::from to avoid a cast where type information existsStein Somers-1/+1
2020-10-01Things are only moved if non-copyscottmcm-1/+1