about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2021-07-02stdio_locked: updates based on feedbackTaylor Yu-74/+14
2021-07-03Rollup merge of #86807 - tversteeg:patch-1, r=bjorn3Yuki Okushi-1/+0
2021-07-03Rollup merge of #86803 - xfix:remove-unnecessary-ampersand-from-command-args-...Yuki Okushi-2/+2
2021-07-03Rollup merge of #86308 - bstrie:intrinsafe, r=JohnTitorYuki Okushi-0/+165
2021-07-03Rollup merge of #85001 - CDirkx:bytestring, r=JohnTitorYuki Okushi-50/+28
2021-07-03Rollup merge of #84029 - drahnr:master, r=petrochenkovYuki Okushi-0/+15
2021-07-02Remove unstable `Cursor::remaining`Sören Meier-26/+0
2021-07-02alloc: `no_global_oom_handling`: disable `new()`s, `pin()`s, etc.Miguel Ojeda-0/+12
2021-07-02Auto merge of #86806 - GuillaumeGomez:rollup-pr5r37w, r=GuillaumeGomezbors-4/+191
2021-07-02Fix double import in wasm threadThomas Versteeg-1/+0
2021-07-02Rollup merge of #86797 - inquisitivecrystal:bound-cloned, r=jyn514Guillaume Gomez-4/+1
2021-07-02Rollup merge of #86714 - iwahbe:add-linked-list-cursor-end-methods, r=AmanieuGuillaume Gomez-0/+190
2021-07-02Remove & from Command::args calls in documentationKonrad Borowski-2/+2
2021-07-02Auto merge of #85746 - m-ou-se:io-error-other, r=joshtriplettbors-73/+96
2021-07-02add track_path::path fn for proc-macro usageBernhard Schuster-0/+15
2021-07-01add owned locked stdio handlesTaylor Yu-1/+397
2021-07-01fix missing wordTaylor Yu-1/+2
2021-07-01Stabilize `Bound::cloned()`Aris Merchant-4/+1
2021-07-01Stabilize `Seek::rewind`Aris Merchant-2/+5
2021-07-02Rollup merge of #86785 - lf-:dead-code, r=Mark-SimulacrumYuki Okushi-29/+0
2021-07-02Rollup merge of #86783 - mark-i-m:mutex-drop-unsized, r=XanewokYuki Okushi-20/+20
2021-07-01Document iteration order of `retain` functionsJanik Rabe-0/+4
2021-07-01Update BTreeSet::drain_filter documentationJanik Rabe-9/+11
2021-07-01Implement changes suggested by @AmanieuIan Wahbe-10/+29
2021-07-01proc_macro/bridge: Remove dead code Slice typeJade-29/+0
2021-07-01Move Mutex::unlock to T: ?SizedMark Mansi-20/+20
2021-06-30Make the specialized Fuse still deal with NoneJosh Stone-188/+66
2021-06-30impl From<[(K, V); N]> for std::collectionsbstrie-26/+244
2021-06-30Remove "length" doc aliasesAmanieu d'Antras-13/+0
2021-06-30Remove "delete" doc aliasesAmanieu d'Antras-7/+0
2021-06-30Remove alloc/malloc/calloc/realloc doc aliasesAmanieu d'Antras-14/+0
2021-06-30alloc: `RawVec<T, A>::shrink` can be in `no_global_oom_handling`.Miguel Ojeda-1/+0
2021-06-30impl Default, Copy, Clone for std::io::Sink and EmptyIan Jackson-0/+2
2021-06-29Rename variableRoxane-4/+0
2021-06-29Use diagnostic items to check for Send, UnwindSafe and RefUnwindSafe traitsRoxane Fruytier-2/+2
2021-06-29Remove lang items Send, UnwindSafe and RefUnwindSafeRoxane Fruytier-2/+5
2021-06-29Add non-mutable methods to `Cursor`Ian Wahbe-0/+17
2021-06-29add head/tail methods to linked list mutable cursorIan Wahbe-0/+154
2021-06-28Update to new bootstrap compilerMark Rousskov-335/+10
2021-06-28Auto merge of #82624 - ojeda:rwlock-example-deadlock, r=JohnTitorbors-1/+13
2021-06-27Auto merge of #86655 - jonas-schievink:const-arguments-as-str, r=kennytmbors-1/+2
2021-06-27Add reference to tracking issue #86302 for const_ptr_writeAlbin Hedman-4/+4
2021-06-27Add reference to issue for const_intrinsic_copy in ptr::writeAlbin Hedman-1/+1
2021-06-27Revert "Revert tests added by PR 81167."Albin Hedman-0/+50
2021-06-27Revert "Revert effects of PRs 81167 and 83091."Albin Hedman-6/+13
2021-06-27Make `fmt::Arguments::as_str` unstably constJonas Schievink-1/+2
2021-06-26Auto merge of #86586 - Smittyvb:https-everywhere, r=petrochenkovbors-47/+47
2021-06-26Auto merge of #86637 - ehuss:spellings, r=dtolnaybors-15/+15
2021-06-25Fix a few misspellings.Eric Huss-15/+15
2021-06-25Restore original ordering of `ErrorKind::Other`.Mara Bos-8/+9