summary refs log tree commit diff
path: root/library/std
AgeCommit message (Expand)AuthorLines
2021-08-27Fix Windows Command::env("PATH")Chris Denton-9/+30
2021-07-24Rollup merge of #87175 - inquisitivecrystal:inner-error, r=kennytmYuki Okushi-4/+2
2021-07-24Rollup merge of #87171 - Alexendoo:bufwriter-option, r=Mark-SimulacrumYuki Okushi-10/+14
2021-07-24Rollup merge of #86790 - janikrabe:retain-iter-order-doc, r=m-ou-seYuki Okushi-0/+2
2021-07-22Remove Option from BufWriterAlex Macleod-10/+14
2021-07-21Rollup merge of #87279 - sunfishcode:document-unix-argv, r=RalfJungGuillaume Gomez-2/+16
2021-07-21Auto merge of #86847 - tlyu:stdin-forwarders, r=joshtriplettbors-1/+44
2021-07-19Add comments explaining the unix command-line argument support.Dan Gohman-2/+16
2021-07-19Rollup merge of #87236 - sunfishcode:avoid-locking-args, r=joshtriplettGuillaume Gomez-22/+3
2021-07-19Rollup merge of #87227 - bstrie:asm2arch, r=AmanieuGuillaume Gomez-7/+23
2021-07-18Move asm! and global_asm! to core::archbstrie-7/+23
2021-07-18Rollup merge of #87170 - xFrednet:clippy-5393-add-diagnostic-items, r=Manishe...Yuki Okushi-0/+6
2021-07-17x.py fmtDan Gohman-5/+1
2021-07-17Remove an unnecessary `Mutex` around argument initialization.Dan Gohman-8/+7
2021-07-17Remove args cleanup code.Dan Gohman-14/+0
2021-07-16rename assert_matches moduleJane Lusby-3/+3
2021-07-15Stabilize `into_parts()` and `into_error()`inquisitivecrystal-4/+2
2021-07-15Added diagnostic items to structs and traits for ClippyxFrednet-0/+6
2021-07-15Rollup merge of #87081 - a1phyr:add_wasi_ext_tracking_issue, r=dtolnayYuki Okushi-2/+2
2021-07-15Rollup merge of #86947 - m-ou-se:assert-matches-to-submodule, r=yaahcYuki Okushi-2/+2
2021-07-13expand: Support helper attributes for built-in derive macrosVadim Petrochenkov-1/+2
2021-07-12add Stdin::lines, Stdin::split forwarder methodsTaylor Yu-1/+44
2021-07-13Rollup merge of #86846 - tlyu:stdio-locked-tracking, r=joshtriplettYuki Okushi-7/+7
2021-07-13Rollup merge of #86811 - soerenmeier:remove_remaining, r=yaahcYuki Okushi-26/+0
2021-07-12Add tracking issue number to `wasi_ext`BenoƮt du Garreau-2/+2
2021-07-12Rollup merge of #86951 - cyberia-ng:fp-negative-zero-sqrt-docs, r=Mark-Simula...Yuki Okushi-2/+6
2021-07-10Auto merge of #85953 - inquisitivecrystal:weak-linkat-in-fs-hardlink, r=josht...bors-17/+91
2021-07-10Make tests pass on old macosAris Merchant-0/+18
2021-07-10Change `weak!` and `linkat!` to macros 2.0Aris Merchant-4/+38
2021-07-11Rollup merge of #87011 - RalfJung:thread-id-supply-shortage, r=nagisaYuki Okushi-1/+2
2021-07-10rename variableRalf Jung-2/+2
2021-07-10avoid reentrant lock acquire when ThreadIds run outRalf Jung-0/+1
2021-07-09Update docs for `fs::hard_link`Aris Merchant-2/+5
2021-07-09Fix linker errorAris Merchant-11/+30
2021-07-09Debug formatting of raw_arg()Kornel-2/+6
2021-07-09Use AsRef in CommandExt for raw_argKornel-3/+3
2021-07-09Unescaped command-line arguments for WindowsKornel-19/+86
2021-07-09Test escaping of trialing slashes in Windows command-line argsKornel-0/+5
2021-07-08Rollup merge of #86726 - sexxi-goose:use-diagnostic-item-for-rfc2229-migratio...Guillaume Gomez-2/+2
2021-07-08Move [debug_]assert_matches to mod {core, std}::assert.Mara Bos-2/+2
2021-07-07Clarify behaviour of f64 and f32::sqrt when argument is negative zerocyberia-2/+6
2021-07-07Rollup merge of #86916 - godmar:@godmar/thread-yield-documentation-fix, r=jos...Yuki Okushi-16/+17
2021-07-07Rollup merge of #80918 - yoshuawuyts:int-log2, r=m-ou-seYuki Okushi-0/+1
2021-07-06rewrote documentation for thread::yield_now()Godmar Back-16/+17
2021-07-06Rollup merge of #86852 - Amanieu:remove_doc_aliases, r=joshtriplettYuki Okushi-8/+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-7/+42
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-05s/die/terminate/ in abort documentation.Mara Bos-1/+1