| Age | Commit message (Expand) | Author | Lines |
| 2022-11-05 | Rollup merge of #103995 - SUPERCILEX:typos, r=Dylan-DPC | Dylan DPC | -9/+10 |
| 2022-11-04 | Small round of typo fixes | Alex Saveau | -9/+10 |
| 2022-11-04 | Rollup merge of #103681 - RalfJung:libtest-thread, r=thomcc | Matthias Krüger | -54/+37 |
| 2022-11-04 | Rollup merge of #103367 - chbaker0:update-std-getrandom, r=thomcc | Matthias Krüger | -3/+3 |
| 2022-11-04 | Rollup merge of #103941 - douweschulte:patch-1, r=jyn514 | Matthias Krüger | -2/+2 |
| 2022-11-04 | Rollup merge of #103680 - RalfJung:cstr-links, r=JohnTitor | Matthias Krüger | -2/+5 |
| 2022-11-03 | Fixed typos | Douwe Schulte | -2/+2 |
| 2022-11-02 | Remove std's transitive dependency on cfg-if 0.1 | Collin Baker | -3/+3 |
| 2022-11-02 | Rollup merge of #103807 - H4x5:string-extend-from-within-tracking-issue, r=Dy... | Dylan DPC | -1/+1 |
| 2022-11-02 | Rollup merge of #103774 - compiler-errors:dyn-trait-in-type-name, r=eholk | Dylan DPC | -0/+18 |
| 2022-11-01 | Rollup merge of #103637 - ChrisDenton:stdio-uwp, r=thomcc | Manish Goregaokar | -120/+28 |
| 2022-11-01 | Rollup merge of #103084 - inquisitivecrystal:control-flow, r=scottmcm | Manish Goregaokar | -1/+3 |
| 2022-11-01 | Format dyn Trait better in type_name intrinsic | Michael Goulet | -0/+18 |
| 2022-11-01 | Rollup merge of #103809 - tyggja:patch-1, r=JohnTitor | Dylan DPC | -1/+1 |
| 2022-11-01 | Rollup merge of #103729 - RalfJung:align-of-val-packed, r=oli-obk | Dylan DPC | -0/+22 |
| 2022-11-01 | Rollup merge of #103061 - Amanieu:rewrite_alloc_error_handler, r=bjorn3 | Dylan DPC | -6/+22 |
| 2022-10-31 | Auto merge of #103795 - thomcc:untest, r=Mark-Simulacrum | bors | -2/+5 |
| 2022-10-31 | Rewrite implementation of `#[alloc_error_handler]` | Amanieu d'Antras | -6/+22 |
| 2022-10-31 | Update mod.rs | tyggja | -1/+1 |
| 2022-10-31 | Add tracking issue for `string_extend_from_within` | Sky | -1/+1 |
| 2022-10-31 | Rollup merge of #103766 - lukas-code:error-in-core, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2022-10-31 | Include both benchmarks and tests in the numbers given to `TeFiltered{,Out}` | Thom Chiovoloni | -2/+5 |
| 2022-10-30 | Add tracking issue to `error_in_core` | Lukas Markeffsky | -1/+1 |
| 2022-10-30 | Rollup merge of #103689 - saethlin:libtest-startup, r=thomcc | Dylan DPC | -29/+66 |
| 2022-10-30 | Rollup merge of #103715 - tshepang:consistency, r=Dylan-DPC | Matthias Krüger | -2/+2 |
| 2022-10-30 | Rollup merge of #100006 - jyn514:update-copy, r=dtolnay | Matthias Krüger | -1/+1 |
| 2022-10-29 | interpret: fix align_of_val on packed types | Ralf Jung | -0/+22 |
| 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 | use consistent terminology | Tshepang Mbambo | -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-28 | libtest: run all tests in their own thread, if supported by the host | Ralf Jung | -54/+37 |
| 2022-10-28 | CStr: add some doc links | Ralf Jung | -2/+5 |
| 2022-10-27 | Do fewer passes and generally be more efficient when filtering tests | Ben Kimock | -29/+66 |
| 2022-10-27 | Use stdio in UWP apps | Chris Denton | -120/+28 |
| 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 |