| Age | Commit message (Expand) | Author | Lines |
| 2022-08-22 | Rollup merge of #100820 - WaffleLapkin:use_ptr_is_aligned_methods, r=scottmcm | Dylan DPC | -2/+2 |
| 2022-08-21 | Rollup merge of #100822 - WaffleLapkin:no_offset_question_mark, r=scottmcm | Matthias Krüger | -10/+10 |
| 2022-08-21 | Make use of `pointer::is_aligned[_to]` | Maybe Waffle | -2/+2 |
| 2022-08-21 | Fix redundant comparison | Thom Chiovoloni | -1/+1 |
| 2022-08-21 | Replace most uses of `pointer::offset` with `add` and `sub` | Maybe Waffle | -10/+10 |
| 2022-08-20 | Auto merge of #100810 - matthiaskrgr:rollup-xep778s, r=matthiaskrgr | bors | -0/+2 |
| 2022-08-20 | Rollup merge of #100129 - RalfJung:miri-test-libstd, r=thomcc | Matthias Krüger | -0/+2 |
| 2022-08-20 | Rollup merge of #100710 - ChrisDenton:load-library, r=thomcc | Matthias Krüger | -81/+93 |
| 2022-08-20 | Rollup merge of #100642 - mzohreva:mz/update-sgx-abi-cancel-queue, r=Mark-Sim... | Matthias Krüger | -4/+30 |
| 2022-08-20 | Rollup merge of #99544 - dylni:expose-utf8lossy, r=Mark-Simulacrum | Matthias Krüger | -17/+31 |
| 2022-08-20 | Expose `Utf8Lossy` as `Utf8Chunks` | dylni | -17/+31 |
| 2022-08-20 | Rollup merge of #100729 - thomcc:less-initialized, r=ChrisDenton | Matthias Krüger | -5/+13 |
| 2022-08-20 | Use const instead of static | Chris Denton | -3/+3 |
| 2022-08-20 | Simplify load/store | Chris Denton | -6/+3 |
| 2022-08-19 | Align android `sigaddset` impl with the reference impl from Bionic | Thom Chiovoloni | -3/+23 |
| 2022-08-19 | Fix comment typo | Thom Chiovoloni | -1/+1 |
| 2022-08-18 | silence some unused-fn warnings in miri std builds | Ralf Jung | -0/+2 |
| 2022-08-18 | Avoid zeroing a 1kb stack buffer on every call to `std::sys::windows::fill_ut... | Thom Chiovoloni | -5/+13 |
| 2022-08-18 | Address reviewer comments | Nick Cameron | -8/+8 |
| 2022-08-18 | Windows: Load synch functions together | Chris Denton | -79/+94 |
| 2022-08-17 | Mitigate Stale Data Read for xAPIC vulnerability | Raoul Strackx | -7/+137 |
| 2022-08-16 | Update fortanix-sgx-abi and export some useful SGX usercall traits | Mohsen Zohrevandi | -4/+30 |
| 2022-08-16 | Refactor copying data to userspace | Raoul Strackx | -19/+32 |
| 2022-08-15 | Auto merge of #100007 - ChrisDenton:dtor-inline-never, r=michaelwoerister | bors | -0/+4 |
| 2022-08-14 | Rollup merge of #100249 - Meziu:master, r=joshtriplett | Matthias Krüger | -5/+5 |
| 2022-08-13 | created tcpstream quickack trait | Berend-Jan Lange | -0/+11 |
| 2022-08-12 | Rollup merge of #100030 - WaffleLapkin:nice_pointer_sis, r=scottmcm | Dylan DPC | -4/+5 |
| 2022-08-12 | Auto merge of #99624 - vincenzopalazzo:macros/unix_error, r=Amanieu | bors | -2/+6 |
| 2022-08-11 | Rollup merge of #100203 - compiler-errors:command-args-size-hint, r=m-ou-se | Matthias Krüger | -0/+3 |
| 2022-08-11 | Rollup merge of #99421 - Bryanskiy:android-crt-static, r=petrochenkov | Matthias Krüger | -2/+4 |
| 2022-08-11 | Rollup merge of #100287 - cuviper:no-linux-prctl, r=Mark-Simulacrum | Dylan DPC | -3/+9 |
| 2022-08-11 | promote debug_assert to assert | Vincenzo Palazzo | -2/+6 |
| 2022-08-10 | add crt-static for android | Bryanskiy | -2/+4 |
| 2022-08-08 | Replace pointer casting in hashmap_random_keys with safe code | BlackHoleFox | -9/+9 |
| 2022-08-08 | linux: Use `pthread_setname_np` instead of `prctl` | Josh Stone | -3/+9 |
| 2022-08-07 | Fix HorizonOS regression in FileTimes | Andrea Ciliberti | -5/+5 |
| 2022-08-07 | Rollup merge of #100127 - ChrisDenton:remove-init, r=thomcc | Matthias Krüger | -160/+94 |
| 2022-08-06 | provide correct size hint for unsupported platform CommandArgs | Michael Goulet | -0/+3 |
| 2022-08-05 | non-linux platforms | Nick Cameron | -29/+25 |
| 2022-08-05 | cleanup code w/ pointers in std a little | Maybe Waffle | -4/+5 |
| 2022-08-04 | std::io: migrate ReadBuf to BorrowBuf/BorrowCursor | Nick Cameron | -9/+8 |
| 2022-08-04 | Update after code review | Chris Denton | -6/+12 |
| 2022-08-04 | kmc-solid: Add a stub implementation of `File::set_times` | Tomoaki Kawada | -0/+12 |
| 2022-08-04 | Remove Windows function preloading | Chris Denton | -158/+86 |
| 2022-08-04 | Add visibility modifier to compat macro | Chris Denton | -2/+2 |
| 2022-08-03 | FilesTimes support does not build for ESP-IDF | Ivan Markov | -3/+7 |
| 2022-08-03 | Rollup merge of #99800 - sandydoo:bugfix/wasm-futex, r=m-ou-se | Dylan DPC | -2/+4 |
| 2022-08-03 | Rollup merge of #99371 - ChrisDenton:simplify-gen-random-keys, r=thomcc | Dylan DPC | -60/+8 |
| 2022-08-02 | Rollup merge of #100017 - solid-rs:patch/kmc-solid/adapt-to-78802, r=thomcc | Matthias Krüger | -2/+2 |
| 2022-08-01 | kmc-solid: Adapt to a recent change in the `IntoInner` impl of `SocketAddr` | Tomoaki Kawada | -2/+2 |