| Age | Commit message (Expand) | Author | Lines |
| 2022-12-12 | Fix build of thumbv7a-pc-windows-msvc | Arlo Siemsen | -1/+2 |
| 2022-12-11 | Handle the case that even the filename array is unaligned. | Thom Chiovoloni | -5/+14 |
| 2022-12-11 | Don't assume `FILE_ID_BOTH_DIR_INFO` will be aligned | Thom Chiovoloni | -5/+9 |
| 2022-10-31 | Bump version placeholders to release | Mark Rousskov | -46/+46 |
| 2022-10-29 | Rollup merge of #103719 - joseluis:fix-typos-try-reserve, r=the8472 | Guillaume Gomez | -2/+2 |
| 2022-10-29 | Rollup merge of #102721 - nbdd0121:panic, r=Amanieu | Guillaume Gomez | -20/+70 |
| 2022-10-29 | fix typo in hashmap and hashset try_reserve method | joseLuís | -2/+2 |
| 2022-10-29 | Rollup merge of #102961 - reitermarkus:const-cstr-from-ptr, r=oli-obk | Matthias Krüger | -11/+37 |
| 2022-10-28 | Auto merge of #102737 - RalfJung:poll_fn_pin, r=Mark-Simulacrum | bors | -4/+7 |
| 2022-10-28 | Remove unneeded attribute. | Markus Reiter | -1/+0 |
| 2022-10-27 | Rollup merge of #103394 - Pointerbender:unsafecell-docs, r=Amanieu | Matthias Krüger | -25/+36 |
| 2022-10-27 | Rollup merge of #103110 - RalfJung:manual-send, r=thomcc | Matthias Krüger | -7/+6 |
| 2022-10-27 | Rollup merge of #103564 - RalfJung:miri-unused, r=thomcc | Matthias Krüger | -2/+3 |
| 2022-10-27 | Rollup merge of #103106 - saethlin:from_exposed_docs, r=thomcc | Matthias Krüger | -6/+15 |
| 2022-10-27 | Rollup merge of #103035 - saethlin:assert_unsafe_precondition3, r=thomcc | Matthias Krüger | -36/+138 |
| 2022-10-27 | add "Memory layout" subsection to documentation of `UnsafeCell` for additiona... | Pointerbender | -0/+2 |
| 2022-10-26 | Print the precondition we violated, and visible through output capture | Ben Kimock | -36/+138 |
| 2022-10-27 | Rollup merge of #103596 - RalfJung:thread-setname, r=cuviper | Yuki Okushi | -6/+10 |
| 2022-10-27 | Rollup merge of #103580 - lukas-code:guaranteed_ne, r=GuillaumeGomez | Yuki Okushi | -2/+2 |
| 2022-10-27 | Rollup merge of #103567 - RalfJung:ptr-eq-dyn-trait, r=dtolnay | Yuki Okushi | -45/+16 |
| 2022-10-27 | Rollup merge of #103526 - Rageking8:more-dupe-typos-again, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2022-10-26 | thread::set_name: debug-assert that things went well | Ralf Jung | -6/+10 |
| 2022-10-26 | Fix typo in docs for `guaranteed_ne` | Lukas Markeffsky | -2/+2 |
| 2022-10-26 | Update library/core/src/ptr/mod.rs | Ben Kimock | -0/+1 |
| 2022-10-26 | explicitly mention that both components of wide prts are compared | Ralf Jung | -0/+1 |
| 2022-10-26 | ptr::eq: clarify that comparing dyn Trait is fragile | Ralf Jung | -45/+15 |
| 2022-10-26 | library: allow some unused things in Miri | Ralf Jung | -2/+3 |
| 2022-10-26 | Rollup merge of #103287 - saethlin:faster-len-check, r=thomcc | Dylan DPC | -5/+16 |
| 2022-10-25 | Try to say that memory outside the AM is always exposed | Ben Kimock | -6/+14 |
| 2022-10-25 | more dupe typos again | Rageking8 | -1/+1 |
| 2022-10-25 | Rollup merge of #103482 - aDotInTheVoid:vec-cap-docs, r=thomcc | Dylan DPC | -2/+3 |
| 2022-10-25 | Rollup merge of #103379 - cuviper:truncate-thread-name, r=thomcc | Dylan DPC | -0/+49 |
| 2022-10-25 | Rollup merge of #98204 - Kixiron:stable-unzip, r=thomcc | Dylan DPC | -5/+7 |
| 2022-10-24 | Clairify Vec::capacity docs | Nixon Enraght-Moony | -2/+3 |
| 2022-10-24 | Rollup merge of #103466 - jruderman:patch-2, r=Dylan-DPC | Yuki Okushi | -2/+2 |
| 2022-10-24 | Rollup merge of #103277 - thomcc:bump-libc-135, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2022-10-24 | Rollup merge of #102766 - thomcc:remove-resolv, r=Mark-Simulacrum | Yuki Okushi | -4/+0 |
| 2022-10-24 | Rollup merge of #102271 - lopopolo:lopopolo/stabilize-duration-try-from-secs-... | Yuki Okushi | -26/+21 |
| 2022-10-24 | Rollup merge of #99939 - saethlin:pre-sort-tests, r=thomcc,jackh726 | Yuki Okushi | -38/+8 |
| 2022-10-24 | Rollup merge of #99578 - steffahn:remove_redundant_bound, r=thomcc | Yuki Okushi | -1/+0 |
| 2022-10-24 | Fix grammar in docs for std::io::Read | Jesse Ruderman | -2/+2 |
| 2022-10-24 | Auto merge of #100848 - xfix:use-metadata-for-slice-len, r=thomcc | bors | -17/+9 |
| 2022-10-24 | fix typos | Pointerbender | -2/+2 |
| 2022-10-23 | Rollup merge of #103447 - ajtribick:maybe_uninit_doc_update, r=scottmcm | Michael Howell | -2/+1 |
| 2022-10-23 | Rollup merge of #103005 - solid-rs:patch/kmc-solid/readdir-terminator, r=m-ou-se | Michael Howell | -8/+12 |
| 2022-10-23 | Rollup merge of #101644 - Timmmm:file_permissions_docs, r=thomcc | Michael Howell | -3/+64 |
| 2022-10-23 | Rollup merge of #100462 - zohnannor:master, r=thomcc | Michael Howell | -0/+4 |
| 2022-10-23 | Fix alloc size | Gary Guo | -2/+1 |
| 2022-10-23 | Apply suggestion | Gary Guo | -1/+1 |
| 2022-10-23 | Implement Rust foreign exception protection for EMCC and SEH | Gary Guo | -15/+42 |