about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2021-07-07Rollup merge of #86906 - juniorbassani:update-sync-docs, r=yaahcYuki Okushi-2/+6
2021-07-07Rollup merge of #86880 - m-ou-se:test-manuallydrop-clone-from, r=Mark-SimulacrumYuki Okushi-0/+8
2021-07-07Rollup merge of #86717 - rylev:rename, r=nikomatsakisYuki Okushi-1/+2
2021-07-07Rollup merge of #80918 - yoshuawuyts:int-log2, r=m-ou-seYuki Okushi-0/+478
2021-07-06Link tracking issue for pin_deref_mutJon Gjengset-1/+1
2021-07-06Add doc comment for `impl From<LayoutError> for TryReserveError`Michael Howell-0/+1
2021-07-06rewrote documentation for thread::yield_now()Godmar Back-16/+17
2021-07-06add Ord tests for Path comparisonsThe8472-0/+17
2021-07-06optimize {Path,PathBuf,Components}::{cmp,partial_cmp} for shared prefixesThe8472-6/+90
2021-07-06Add s to non_fmt_panicRyan Levick-2/+2
2021-07-06Change or_patterns_back_compat lint to rust_2021_incompatible_or_patternsRyan Levick-0/+1
2021-07-06Fix typo in core::sync::atomic::compiler_fence exampleJúnior Bassani-1/+1
2021-07-06Replace deprecated compare_and_swap by compare_exchange_weak in core::sync::a...Júnior Bassani-1/+5
2021-07-06Stabilize Vec<T>::shrink_toYoh Deadfall-16/+8
2021-07-05Improve env var getter docsAris Merchant-8/+5
2021-07-05Make `getenv` return an Option instead of a ResultAris Merchant-36/+20
2021-07-05Change env var getters to error recoverablyAris Merchant-15/+10
2021-07-06use Eq::eq instead of Iterator::eq implementationThe8472-1/+1
2021-07-06Rollup merge of #86852 - Amanieu:remove_doc_aliases, r=joshtriplettYuki Okushi-34/+0
2021-07-06Rollup merge of #86794 - inquisitivecrystal:seek-rewind, r=m-ou-seYuki Okushi-2/+5
2021-07-06Rollup merge of #85377 - ijackson:abort-docs, r=m-ou-seYuki Okushi-9/+50
2021-07-06Rollup merge of #83581 - arennow:dir_entry_ext_unix_borrow_name, r=m-ou-seYuki Okushi-0/+43
2021-07-05Enable dir_entry_ext2 feature in doc test.Mara Bos-0/+1
2021-07-05Auto merge of #84560 - cjgillot:inline-iter, r=m-ou-sebors-0/+1
2021-07-05Test ManuallyDrop::clone_from.Mara Bos-0/+8
2021-07-05s/die/terminate/ in abort documentation.Mara Bos-1/+1
2021-07-05Use american spelling for behaviourMara Bos-1/+1
2021-07-05Talk about "terminate" rather than "die"Ian Jackson-1/+1
2021-07-05Talk about invalid instructions rather than debug trapsIan Jackson-2/+2
2021-07-05abort docs: Document buffer non-flushingIan Jackson-0/+3
2021-07-05abort docs: Do not claim that intrinsics::abort is always a debug trapIan Jackson-1/+3
2021-07-05aborts: Clarify documentation and commentsIan Jackson-9/+45
2021-07-04Auto merge of #86875 - JohnTitor:rollup-fuefamw, r=JohnTitorbors-16/+35
2021-07-05Rollup merge of #86864 - GuillaumeGomez:example-write-vectored, r=JohnTitorYuki Okushi-0/+21
2021-07-05Rollup merge of #86858 - JohnTitor:stabilize-string-drain-as-str, r=Mark-Simu...Yuki Okushi-16/+14
2021-07-04Auto merge of #86598 - yoshuawuyts:poll-method-docs, r=JohnTitorbors-7/+100
2021-07-04Add missing code example for Write::write_vectoredGuillaume Gomez-0/+21
2021-07-04Auto merge of #86048 - nbdd0121:no_floating_point, r=Amanieubors-121/+156
2021-07-04Auto merge of #86213 - jhpratt:stabilize-const-from_utf8_unchecked, r=JohnTitorbors-1/+1
2021-07-04Stabilize `string_drain_as_str`Yuki Okushi-16/+14
2021-07-04Auto merge of #86833 - crlf0710:remove-std-raw-mod, r=SimonSapinbors-119/+0
2021-07-04Auto merge of #85270 - ChrisDenton:win-env-case, r=m-ou-sebors-9/+147
2021-07-03stdio_locked: add tracking issueTaylor Yu-7/+7
2021-07-03Auto merge of #86810 - ojeda:alloc-gate, r=dtolnaybors-0/+12
2021-07-03Auto merge of #86799 - tlyu:stdio-locked, r=joshtriplettbors-1/+337
2021-07-03Remove the deprecated `core::raw` and `std::raw` module.Charles Lew-119/+0
2021-07-03Auto merge of #79965 - ijackson:moreerrnos, r=joshtriplettbors-109/+2107
2021-07-03Move `os_str_bytes` to `sys::unix` and reuse it on other platforms.Christiaan Dirkx-14/+12
2021-07-02core: add unstable `no_fp_fmt_parse` to disable float fmt/parse codeGary Guo-0/+23
2021-07-02optimize chunks and chunks_mutThe8472-13/+11