summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2021-08-27Fix Windows Command::env("PATH")Chris Denton-9/+30
2021-08-27move object safety test to library/coreibraheemdev-1/+8
2021-08-27make `BuildHasher` object safeibraheemdev-1/+4
2021-07-24Rollup merge of #87255 - RalfJung:miri-test-libcore, r=Mark-SimulacrumYuki Okushi-0/+8
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/+4
2021-07-23Rollup merge of #87034 - mgeier:doc-step_by, r=JohnTitorYuki Okushi-6/+7
2021-07-22Remove Option from BufWriterAlex Macleod-10/+14
2021-07-22Rollup merge of #87343 - steffahn:fix_unsound_zip_optimization_only_regressio...Guillaume Gomez-54/+2
2021-07-21Rollup merge of #81864 - ijackson:globalalloc-example, r=AmanieuEric Huss-11/+56
2021-07-21Rollup merge of #87279 - sunfishcode:document-unix-argv, r=RalfJungGuillaume Gomez-2/+16
2021-07-21Remove unsound TrustedRandomAccess implementationsFrank Steffahn-54/+2
2021-07-21docs: GlobalAlloc: Make example only require 4096-aligned staticIan Jackson-3/+3
2021-07-21Auto merge of #86847 - tlyu:stdin-forwarders, r=joshtriplettbors-1/+44
2021-07-20Auto merge of #87168 - the8472:flatten-len, r=scottmcmbors-1/+133
2021-07-20Auto merge of #87247 - crlf0710:merge-libterm-into-libtest, r=nagisabors-401/+133
2021-07-20docs: GlobalAlloc: completely replace example with one that worksIan Jackson-11/+56
2021-07-19replace Option combinators with try blockThe8472-6/+2
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-49/+73
2021-07-19Auto merge of #87196 - oxalica:option-insert-must-use, r=joshtriplettbors-0/+1
2021-07-18Move asm! and global_asm! to core::archbstrie-49/+73
2021-07-18better support for running libcore and liballoc tests with MiriRalf Jung-0/+8
2021-07-18Remove unused stuff and switch to pub(crate) whenever possible.Charles Lew-299/+58
2021-07-18Fix compilation errors.Charles Lew-30/+13
2021-07-18Move `library/term/src` to `library/test/src/term/`.Charles Lew-10/+0
2021-07-18Rollup merge of #87183 - RalfJung:option-doctest, r=jyn514Yuki Okushi-1/+1
2021-07-18Rollup merge of #87170 - xFrednet:clippy-5393-add-diagnostic-items, r=Manishe...Yuki Okushi-0/+22
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-17Auto merge of #86761 - Alexhuszagh:master, r=estebankbors-2596/+2383
2021-07-17Changed dec2flt to use the Eisel-Lemire algorithm.Alex Huszagh-2596/+2383
2021-07-17Auto merge of #87195 - yaahc:move-assert_matches-again, r=oli-obkbors-7/+7
2021-07-16i sweat to godJane Lusby-1/+1
2021-07-16pls this timeJane Lusby-2/+2
2021-07-16implement ConstSizeIntoIterator for &[T;N] in addition to [T;N]The8472-3/+68
2021-07-16Rollup merge of #87174 - inquisitivecrystal:array-map, r=kennytmGuillaume Gomez-4/+2
2021-07-16rename specializing trait to ConstSizeIntoIteratorThe8472-4/+4
2021-07-17Mark `Option::insert` as must_useoxalica-0/+1
2021-07-16rename assert_matches moduleJane Lusby-4/+4
2021-07-16fix typo in compile_fail doctestRalf Jung-1/+1
2021-07-16Rollup merge of #87138 - dhwthompson:fix-range-invariant, r=JohnTitorGuillaume Gomez-1/+1
2021-07-15Stabilize `into_parts()` and `into_error()`inquisitivecrystal-4/+2
2021-07-15Stabilize `[T; N]::map()`inquisitivecrystal-4/+2
2021-07-15Added diagnostic items to structs and traits for ClippyxFrednet-0/+13
2021-07-15Added diagnostic items to functions for ClippyxFrednet-0/+9
2021-07-15implement TrustedLen for Flatten/FlatMap if the U: IntoIterator == [T; N]The8472-1/+72