about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2022-11-05Rollup merge of #103995 - SUPERCILEX:typos, r=Dylan-DPCDylan DPC-9/+10
2022-11-04Small round of typo fixesAlex Saveau-9/+10
2022-11-04Rollup merge of #103681 - RalfJung:libtest-thread, r=thomccMatthias Krüger-54/+37
2022-11-04Rollup merge of #103367 - chbaker0:update-std-getrandom, r=thomccMatthias Krüger-3/+3
2022-11-04Rollup merge of #103941 - douweschulte:patch-1, r=jyn514Matthias Krüger-2/+2
2022-11-04Rollup merge of #103680 - RalfJung:cstr-links, r=JohnTitorMatthias Krüger-2/+5
2022-11-03Fixed typosDouwe Schulte-2/+2
2022-11-02Remove std's transitive dependency on cfg-if 0.1Collin Baker-3/+3
2022-11-02Rollup merge of #103807 - H4x5:string-extend-from-within-tracking-issue, r=Dy...Dylan DPC-1/+1
2022-11-02Rollup merge of #103774 - compiler-errors:dyn-trait-in-type-name, r=eholkDylan DPC-0/+18
2022-11-01Rollup merge of #103637 - ChrisDenton:stdio-uwp, r=thomccManish Goregaokar-120/+28
2022-11-01Rollup merge of #103084 - inquisitivecrystal:control-flow, r=scottmcmManish Goregaokar-1/+3
2022-11-01Format dyn Trait better in type_name intrinsicMichael Goulet-0/+18
2022-11-01Rollup merge of #103809 - tyggja:patch-1, r=JohnTitorDylan DPC-1/+1
2022-11-01Rollup merge of #103729 - RalfJung:align-of-val-packed, r=oli-obkDylan DPC-0/+22
2022-11-01Rollup merge of #103061 - Amanieu:rewrite_alloc_error_handler, r=bjorn3Dylan DPC-6/+22
2022-10-31Auto merge of #103795 - thomcc:untest, r=Mark-Simulacrumbors-2/+5
2022-10-31Rewrite implementation of `#[alloc_error_handler]`Amanieu d'Antras-6/+22
2022-10-31Update mod.rstyggja-1/+1
2022-10-31Add tracking issue for `string_extend_from_within`Sky-1/+1
2022-10-31Rollup merge of #103766 - lukas-code:error-in-core, r=Dylan-DPCDylan DPC-1/+1
2022-10-31Include both benchmarks and tests in the numbers given to `TeFiltered{,Out}`Thom Chiovoloni-2/+5
2022-10-30Add tracking issue to `error_in_core`Lukas Markeffsky-1/+1
2022-10-30Rollup merge of #103689 - saethlin:libtest-startup, r=thomccDylan DPC-29/+66
2022-10-30Rollup merge of #103715 - tshepang:consistency, r=Dylan-DPCMatthias Krüger-2/+2
2022-10-30Rollup merge of #100006 - jyn514:update-copy, r=dtolnayMatthias Krüger-1/+1
2022-10-29interpret: fix align_of_val on packed typesRalf Jung-0/+22
2022-10-29Rollup merge of #103719 - joseluis:fix-typos-try-reserve, r=the8472Guillaume Gomez-2/+2
2022-10-29Rollup merge of #102721 - nbdd0121:panic, r=AmanieuGuillaume Gomez-20/+70
2022-10-29fix typo in hashmap and hashset try_reserve methodjoseLuís-2/+2
2022-10-29use consistent terminologyTshepang Mbambo-2/+2
2022-10-29Rollup merge of #102961 - reitermarkus:const-cstr-from-ptr, r=oli-obkMatthias Krüger-11/+37
2022-10-28Auto merge of #102737 - RalfJung:poll_fn_pin, r=Mark-Simulacrumbors-4/+7
2022-10-28Remove unneeded attribute.Markus Reiter-1/+0
2022-10-28libtest: run all tests in their own thread, if supported by the hostRalf Jung-54/+37
2022-10-28CStr: add some doc linksRalf Jung-2/+5
2022-10-27Do fewer passes and generally be more efficient when filtering testsBen Kimock-29/+66
2022-10-27Use stdio in UWP appsChris Denton-120/+28
2022-10-27Rollup merge of #103394 - Pointerbender:unsafecell-docs, r=AmanieuMatthias Krüger-25/+36
2022-10-27Rollup merge of #103110 - RalfJung:manual-send, r=thomccMatthias Krüger-7/+6
2022-10-27Rollup merge of #103564 - RalfJung:miri-unused, r=thomccMatthias Krüger-2/+3
2022-10-27Rollup merge of #103106 - saethlin:from_exposed_docs, r=thomccMatthias Krüger-6/+15
2022-10-27Rollup merge of #103035 - saethlin:assert_unsafe_precondition3, r=thomccMatthias Krüger-36/+138
2022-10-27add "Memory layout" subsection to documentation of `UnsafeCell` for additiona...Pointerbender-0/+2
2022-10-26Print the precondition we violated, and visible through output captureBen Kimock-36/+138
2022-10-27Rollup merge of #103596 - RalfJung:thread-setname, r=cuviperYuki Okushi-6/+10
2022-10-27Rollup merge of #103580 - lukas-code:guaranteed_ne, r=GuillaumeGomezYuki Okushi-2/+2
2022-10-27Rollup merge of #103567 - RalfJung:ptr-eq-dyn-trait, r=dtolnayYuki Okushi-45/+16
2022-10-27Rollup merge of #103526 - Rageking8:more-dupe-typos-again, r=Mark-SimulacrumYuki Okushi-1/+1
2022-10-26thread::set_name: debug-assert that things went wellRalf Jung-6/+10