| Age | Commit message (Expand) | Author | Lines |
| 2021-02-23 | Rollup merge of #82113 - m-ou-se:panic-format-lint, r=estebank | Dylan DPC | -0/+1 |
| 2021-02-23 | Use #[doc = include_str!()] in std | LeSeulArtichaut | -4/+3 |
| 2021-02-23 | Fix link | Joshua Nelson | -1/+1 |
| 2021-02-23 | Convert core/num/mod.rs to intra-doc links | Joshua Nelson | -41/+33 |
| 2021-02-23 | Enable API documentation for `std::os::wasi`. | Dan Gohman | -19/+79 |
| 2021-02-23 | BTree: fix untrue safety | Stein Somers | -16/+15 |
| 2021-02-23 | BTree: no longer define impossible casts | Stein Somers | -8/+10 |
| 2021-02-23 | BTree: split off reusable components from range_search | Stein Somers | -118/+228 |
| 2021-02-23 | Auto merge of #82076 - jyn514:update-bootstrap, r=Mark-Simulacrum | bors | -58/+3 |
| 2021-02-23 | Add more links between hash and btree collections | Joshua Nelson | -7/+16 |
| 2021-02-23 | Auto merge of #82430 - Dylan-DPC:rollup-nu4kfyc, r=Dylan-DPC | bors | -142/+188 |
| 2021-02-23 | Rollup merge of #82128 - anall:feature/add_diagnostic_items, r=davidtwco | Dylan DPC | -0/+7 |
| 2021-02-23 | Rollup merge of #81984 - sunfishcode:wasi-link, r=alexcrichton | Dylan DPC | -6/+2 |
| 2021-02-23 | Rollup merge of #81969 - jonas-schievink:no-cfg-if, r=Mark-Simulacrum | Dylan DPC | -27/+27 |
| 2021-02-23 | Rollup merge of #81837 - gilescope:to_ascii_speedups, r=dtolnay | Dylan DPC | -6/+35 |
| 2021-02-23 | Rollup merge of #81154 - dylni:improve-design-of-assert-len, r=KodrAus | Dylan DPC | -103/+117 |
| 2021-02-23 | ExitStatus: Improve documentation re wait status vs exit status | Ian Jackson | -9/+30 |
| 2021-02-23 | process::unix: Test wait status formatting | Ian Jackson | -0/+26 |
| 2021-02-23 | Auto merge of #81937 - ssomers:btree_drainy_refactor_9b, r=Mark-Simulacrum | bors | -98/+67 |
| 2021-02-22 | Add a `size()` function to WASI's `MetadataExt`. | Dan Gohman | -0/+5 |
| 2021-02-22 | fix io::copy specialization when writer was opened with O_APPEND | The8472 | -8/+10 |
| 2021-02-22 | add test for failing io::copy specialization | The8472 | -0/+18 |
| 2021-02-22 | Avoid `cfg_if` in `std::os` | Jonas Schievink | -27/+27 |
| 2021-02-22 | process::unix: Handle other wait statuses in ExitStatus as Display | Ian Jackson | -2/+11 |
| 2021-02-22 | Auto merge of #81362 - ssomers:btree_drainy_refactor_8, r=Mark-Simulacrum | bors | -146/+176 |
| 2021-02-22 | Add impl `Error` for `Arc` | Richard Dodd | -0/+22 |
| 2021-02-22 | Add missing "see its documentation for more" stdio | Ivan Tham | -2/+2 |
| 2021-02-22 | Rollup merge of #82372 - RalfJung:unsafe-cell, r=KodrAus | Yuki Okushi | -10/+11 |
| 2021-02-22 | Rollup merge of #82228 - ijackson:nonzero-cint, r=KodrAus | Yuki Okushi | -54/+57 |
| 2021-02-22 | Rollup merge of #82098 - LukasKalbertodt:add-collect-into-array, r=dtolnay | Yuki Okushi | -60/+110 |
| 2021-02-22 | disable atomic_max/min tests in Miri | Ralf Jung | -0/+4 |
| 2021-02-22 | Auto merge of #81732 - m-ou-se:inherit-overflow-checks, r=Mark-Simulacrum | bors | -38/+65 |
| 2021-02-21 | Add license metadata for std dependencies | Charles E. Lehner | -0/+14 |
| 2021-02-21 | BTreeMap: correct tests for alternative choices of B | Stein Somers | -81/+6 |
| 2021-02-21 | improve UnsafeCell docs | Ralf Jung | -10/+11 |
| 2021-02-21 | Improve sift_down performance in BinaryHeap | Han Mertens | -2/+2 |
| 2021-02-21 | Auto merge of #82359 - JohnTitor:rollup-6puemik, r=JohnTitor | bors | -274/+454 |
| 2021-02-21 | update tracking issue for raw_os_nonzero | Ashley Mannix | -1/+1 |
| 2021-02-21 | Rollup merge of #82349 - tmiasko:pretty-test-timeout, r=Mark-Simulacrum | Yuki Okushi | -4/+0 |
| 2021-02-21 | Rollup merge of #82302 - tmiasko:test-unsafe-send, r=Mark-Simulacrum | Yuki Okushi | -4/+0 |
| 2021-02-21 | Rollup merge of #81706 - SkiFire13:document-binaryheap-unsafe, r=Mark-Simulacrum | Yuki Okushi | -49/+117 |
| 2021-02-21 | Rollup merge of #81300 - ssomers:btree_cleanup_leak_tests, r=Mark-Simulacrum | Yuki Okushi | -217/+337 |
| 2021-02-21 | Auto merge of #79100 - a1phyr:better_assert_eq, r=m-ou-se | bors | -15/+62 |
| 2021-02-20 | Add a chapter on the test harness. | Eric Huss | -8/+2 |
| 2021-02-21 | test: Print test name only once on timeout | Tomasz Miąsko | -4/+0 |
| 2021-02-20 | Update the bootstrap compiler | Joshua Nelson | -58/+3 |
| 2021-02-20 | Add FIXME for safety comments that are invalid when T is a ZST | Giacomo Stevanato | -0/+4 |
| 2021-02-20 | Document BinaryHeap unsafe functions | Giacomo Stevanato | -49/+113 |
| 2021-02-20 | Rollup merge of #82244 - pickfire:patch-6, r=dtolnay | Guillaume Gomez | -2/+2 |
| 2021-02-20 | Rollup merge of #80595 - pthariensflame:patch-1, r=m-ou-se | Guillaume Gomez | -1/+8 |