about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2020-07-27mv std libs to library/mark-111471/+0
2020-07-27Rollup merge of #74598 - mzohreva:mz/fix-test, r=KodrAusYuki Okushi-0/+2
2020-07-26Avoid writes without any data in `Write::write_all_vectored`Tomasz Miąsko-2/+5
2020-07-26Auto merge of #74060 - kpp:remove_length_at_most_32, r=dtolnaybors-9/+4
2020-07-25Auto merge of #74017 - poliorcetics:where-keyword, r=jyn514bors-2/+93
2020-07-24Auto merge of #73645 - poliorcetics:ref-keyword, r=jyn514bors-2/+43
2020-07-24Auto merge of #74681 - RalfJung:miri-extern-fn, r=oli-obkbors-1/+17
2020-07-24Fix nits, rework the second example of select (the one deliberately failing t...Alexis Bourget-33/+15
2020-07-24Fix nitsAlexis Bourget-3/+3
2020-07-24Rollup merge of #72954 - hermitcore:rwlock, r=dtolnayManish Goregaokar-41/+140
2020-07-23Fix nitAlexis Bourget-1/+2
2020-07-23Fix nit and add link for CowAlexis Bourget-32/+8
2020-07-23avoid implicitly returning ()Ralf Jung-1/+2
2020-07-23on Windows, use miri_static_root for TLS dtorsRalf Jung-1/+16
2020-07-23Auto merge of #74613 - Mark-Simulacrum:revert-gimli, r=nnethercotebors-31/+23
2020-07-23Rollup merge of #74606 - cuviper:cloexec, r=sfacklerManish Goregaokar-195/+74
2020-07-23Rollup merge of #74587 - lzutao:consts, r=dtolnayManish Goregaokar-27/+26
2020-07-23Rollup merge of #74548 - tshepang:one-more-example, r=dtolnayManish Goregaokar-0/+3
2020-07-23Rollup merge of #74490 - yaahc:disabled-bt, r=dtolnayManish Goregaokar-0/+6
2020-07-23Rollup merge of #74141 - euclio:typos, r=steveklabnikManish Goregaokar-12/+12
2020-07-23Prefer constant over functionLzu Tao-28/+27
2020-07-22Update src/libstd/backtrace.rsJane Lusby-1/+1
2020-07-22one more Path::with_extension example, to demonstrate behaviorTshepang Lekhonkhobe-0/+3
2020-07-22Move the pipe2 call behind a hard target `#[cfg]`Josh Stone-21/+29
2020-07-22build: Avoid unnecessary build script reruns in libstdVadim Petrochenkov-0/+1
2020-07-22build: Remove unnecessary `build = "build.rs"` annotationsVadim Petrochenkov-1/+0
2020-07-22Revert "std: Switch from libbacktrace to gimli"Mark Rousskov-32/+23
2020-07-22Revert "std: Fix compilation without backtrace feature"Mark Rousskov-1/+2
2020-07-21Remove Linux workarounds for missing CLOEXEC supportJosh Stone-187/+58
2020-07-21Fix sync_once_cell_does_not_leak_partially_constructed_boxesMohsen Zohrevandi-0/+2
2020-07-21Auto merge of #74075 - sunfishcode:wasi-prelude-rawfd, r=alexcrichtonbors-1/+1
2020-07-20Rollup merge of #74546 - jethrogb:jb/duplicate-attribute-maybe_uninit_extra, ...Manish Goregaokar-4/+1
2020-07-20Fix duplicate maybe_uninit_extra attributeJethro Beekman-4/+1
2020-07-20Auto merge of #74010 - pierwill:pierwill-o-notation, r=GuillaumeGomezbors-1/+1
2020-07-20Auto merge of #74540 - alexcrichton:std-no-backtrace, r=Mark-Simulacrumbors-2/+1
2020-07-19Use italics for O notationpierwill-1/+1
2020-07-19Rollup merge of #74536 - Nicholas-Baron:master, r=joshtriplettManish Goregaokar-4/+4
2020-07-19Rollup merge of #74486 - poliorcetics:read-exact-doc-point-to-read, r=Mark-Si...Manish Goregaokar-1/+4
2020-07-19Rollup merge of #73618 - poliorcetics:false-keyword, r=jyn514Manish Goregaokar-3/+4
2020-07-19std: Fix compilation without backtrace featureAlex Crichton-2/+1
2020-07-19Update src/libstd/keyword_docs.rs Nicholas Baron-1/+1
2020-07-19Linked the earlier mention of IntoIterator in the keyword 'for' docsNicholas-Baron-1/+1
2020-07-19Mentioned IntoIterator in keyword 'in' docsNicholas-Baron-2/+2
2020-07-19Mentioned IntoIterator earlier in keyword 'for' docsNicholas-Baron-2/+2
2020-07-19Fix merge conflict with recent PRAlexis Bourget-226/+372
2020-07-19Apply suggestions from reviewPoliorcetics-1/+1
2020-07-19Rollup merge of #74485 - Manishearth:more-intra-doc, r=jyn514Manish Goregaokar-196/+79
2020-07-19Rollup merge of #74356 - lzutao:rm_combine, r=LukasKalbertodtManish Goregaokar-7/+3
2020-07-19Rollup merge of #74333 - poliorcetics:std-alloc-unsafe-op-in-unsafe-fn, r=Luk...Manish Goregaokar-20/+71
2020-07-19Remove useless link to bool primitiveAlexis Bourget-1/+0