about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2021-02-23Rollup merge of #82113 - m-ou-se:panic-format-lint, r=estebankDylan DPC-0/+1
2021-02-23Use #[doc = include_str!()] in stdLeSeulArtichaut-4/+3
2021-02-23Fix linkJoshua Nelson-1/+1
2021-02-23Convert core/num/mod.rs to intra-doc linksJoshua Nelson-41/+33
2021-02-23Enable API documentation for `std::os::wasi`.Dan Gohman-19/+79
2021-02-23BTree: fix untrue safetyStein Somers-16/+15
2021-02-23BTree: no longer define impossible castsStein Somers-8/+10
2021-02-23BTree: split off reusable components from range_searchStein Somers-118/+228
2021-02-23Auto merge of #82076 - jyn514:update-bootstrap, r=Mark-Simulacrumbors-58/+3
2021-02-23Add more links between hash and btree collectionsJoshua Nelson-7/+16
2021-02-23Auto merge of #82430 - Dylan-DPC:rollup-nu4kfyc, r=Dylan-DPCbors-142/+188
2021-02-23Rollup merge of #82128 - anall:feature/add_diagnostic_items, r=davidtwcoDylan DPC-0/+7
2021-02-23Rollup merge of #81984 - sunfishcode:wasi-link, r=alexcrichtonDylan DPC-6/+2
2021-02-23Rollup merge of #81969 - jonas-schievink:no-cfg-if, r=Mark-SimulacrumDylan DPC-27/+27
2021-02-23Rollup merge of #81837 - gilescope:to_ascii_speedups, r=dtolnayDylan DPC-6/+35
2021-02-23Rollup merge of #81154 - dylni:improve-design-of-assert-len, r=KodrAusDylan DPC-103/+117
2021-02-23ExitStatus: Improve documentation re wait status vs exit statusIan Jackson-9/+30
2021-02-23process::unix: Test wait status formattingIan Jackson-0/+26
2021-02-23Auto merge of #81937 - ssomers:btree_drainy_refactor_9b, r=Mark-Simulacrumbors-98/+67
2021-02-22Add a `size()` function to WASI's `MetadataExt`.Dan Gohman-0/+5
2021-02-22fix io::copy specialization when writer was opened with O_APPENDThe8472-8/+10
2021-02-22add test for failing io::copy specializationThe8472-0/+18
2021-02-22Avoid `cfg_if` in `std::os`Jonas Schievink-27/+27
2021-02-22process::unix: Handle other wait statuses in ExitStatus as DisplayIan Jackson-2/+11
2021-02-22Auto merge of #81362 - ssomers:btree_drainy_refactor_8, r=Mark-Simulacrumbors-146/+176
2021-02-22Add impl `Error` for `Arc`Richard Dodd-0/+22
2021-02-22Add missing "see its documentation for more" stdioIvan Tham-2/+2
2021-02-22Rollup merge of #82372 - RalfJung:unsafe-cell, r=KodrAusYuki Okushi-10/+11
2021-02-22Rollup merge of #82228 - ijackson:nonzero-cint, r=KodrAusYuki Okushi-54/+57
2021-02-22Rollup merge of #82098 - LukasKalbertodt:add-collect-into-array, r=dtolnayYuki Okushi-60/+110
2021-02-22disable atomic_max/min tests in MiriRalf Jung-0/+4
2021-02-22Auto merge of #81732 - m-ou-se:inherit-overflow-checks, r=Mark-Simulacrumbors-38/+65
2021-02-21Add license metadata for std dependenciesCharles E. Lehner-0/+14
2021-02-21BTreeMap: correct tests for alternative choices of BStein Somers-81/+6
2021-02-21improve UnsafeCell docsRalf Jung-10/+11
2021-02-21Improve sift_down performance in BinaryHeapHan Mertens-2/+2
2021-02-21Auto merge of #82359 - JohnTitor:rollup-6puemik, r=JohnTitorbors-274/+454
2021-02-21update tracking issue for raw_os_nonzeroAshley Mannix-1/+1
2021-02-21Rollup merge of #82349 - tmiasko:pretty-test-timeout, r=Mark-SimulacrumYuki Okushi-4/+0
2021-02-21Rollup merge of #82302 - tmiasko:test-unsafe-send, r=Mark-SimulacrumYuki Okushi-4/+0
2021-02-21Rollup merge of #81706 - SkiFire13:document-binaryheap-unsafe, r=Mark-SimulacrumYuki Okushi-49/+117
2021-02-21Rollup merge of #81300 - ssomers:btree_cleanup_leak_tests, r=Mark-SimulacrumYuki Okushi-217/+337
2021-02-21Auto merge of #79100 - a1phyr:better_assert_eq, r=m-ou-sebors-15/+62
2021-02-20Add a chapter on the test harness.Eric Huss-8/+2
2021-02-21test: Print test name only once on timeoutTomasz Miąsko-4/+0
2021-02-20Update the bootstrap compilerJoshua Nelson-58/+3
2021-02-20Add FIXME for safety comments that are invalid when T is a ZSTGiacomo Stevanato-0/+4
2021-02-20Document BinaryHeap unsafe functionsGiacomo Stevanato-49/+113
2021-02-20Rollup merge of #82244 - pickfire:patch-6, r=dtolnayGuillaume Gomez-2/+2
2021-02-20Rollup merge of #80595 - pthariensflame:patch-1, r=m-ou-seGuillaume Gomez-1/+8