about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2023-08-28print macros: add xrefs to format syntax documentationIan Jackson-0/+12
2023-08-28panic macro: Document edition differencesIan Jackson-0/+19
2023-08-28Auto merge of #103836 - H4x5:extra-float-constants, r=thomccbors-0/+40
2023-08-28Rollup merge of #115280 - RalfJung:panic-cleanup-triple-backtrace, r=AmanieuMatthias Krüger-18/+77
2023-08-28Rollup merge of #114512 - devnexen:fix_tests_fbsd, r=thomccMatthias Krüger-1/+1
2023-08-28Rollup merge of #114238 - jhpratt:fix-duration-div, r=thomccMatthias Krüger-4/+5
2023-08-28Rollup merge of #109660 - ijackson:leap, r=thomccMatthias Krüger-0/+24
2023-08-28Auto merge of #115254 - cuviper:aligned_alloc-size, r=thomccbors-1/+5
2023-08-27avoid triple-backtrace due to panic-during-cleanupRalf Jung-18/+77
2023-08-27Remove parens around .. in documentation snippetAnselm Schüler-1/+1
2023-08-27Optimize Take::{fold, for_each} when wrapping TrustedRandomAccess iteratorsThe 8472-19/+83
2023-08-27Auto merge of #115263 - matthiaskrgr:rollup-taqu2h0, r=matthiaskrgrbors-12/+39
2023-08-27Rollup merge of #115007 - kpreid:alloc, r=Mark-SimulacrumMatthias Krüger-12/+39
2023-08-27Auto merge of #114969 - kpreid:dropdoc, r=Mark-Simulacrumbors-2/+8
2023-08-26wasi: round up the size for `aligned_alloc`Josh Stone-1/+5
2023-08-26Document std limitations before/after mainThe 8472-1/+25
2023-08-26Rollup merge of #115210 - DogPawHat:std-agnostic-rustc_on_unimplemented-for-a...Matthias Krüger-0/+2
2023-08-26Rollup merge of #115197 - tbu-:pr_simpler_ipv6_addr_display, r=joshtriplettMatthias Krüger-7/+1
2023-08-26Auto merge of #115228 - saethlin:is-interrupted, r=thomccbors-7/+66
2023-08-25Add a new helper to avoid calling io::Error::kindBen Kimock-7/+66
2023-08-26Make `rustc_on_unimplemented` std-agnostic for `alloc::rc`Ciarán Curley-0/+2
2023-08-25Auto merge of #115133 - coderwithcat:master, r=cuviperbors-2/+2
2023-08-25Added option to set ProcThreadAttributes for Windows processesMichael van Straten-2/+306
2023-08-25Auto merge of #115045 - RalfJung:unwind-terminate-reason, r=davidtwcobors-0/+19
2023-08-25use the correct linkcui fliter-2/+2
2023-08-25Rollup merge of #114754 - workingjubilee:gamma-ray-logger, r=thomccMatthias Krüger-2/+6
2023-08-24Fix intra-doc links from pointer appearing in windows HANDLE type aliasGuillaume Gomez-9/+9
2023-08-25Remove special cases that are no longer needed due to #112606Tobias Bucher-7/+1
2023-08-24Rollup merge of #115124 - solid-rs:patch/kmc-solid/import-poison-error-in-os,...Weihang Lo-1/+1
2023-08-24Lint on invalid UnsafeCell::raw_get with invalid_reference_casting lintUrgau-0/+1
2023-08-24document more things as needing to stay in syncRalf Jung-0/+2
2023-08-24when terminating during unwinding, show the reason whyRalf Jung-0/+17
2023-08-24Auto merge of #115094 - Mark-Simulacrum:bootstrap-update, r=ozkanonurbors-64/+45
2023-08-24also use 'env' for printing unsettingRalf Jung-8/+4
2023-08-24also print clearing the environment entirelyRalf Jung-12/+44
2023-08-24fix a typo in env_clear docsRalf Jung-1/+1
2023-08-24make unsetting env vars print as executable commandRalf Jung-4/+19
2023-08-24Command: also print removed env varsRalf Jung-1/+24
2023-08-23Bump cfg(bootstrap)Mark Rousskov-35/+16
2023-08-23Auto merge of #115112 - tmandry:backtrace-0369, r=compiler-errorsbors-0/+0
2023-08-23Rollup merge of #114696 - g0djan:godjan/fix_114610, r=Mark-SimulacrumGuillaume Gomez-0/+8
2023-08-23Rollup merge of #115100 - Urgau:invalid_ref_casting-ptr-writes, r=est31Dylan DPC-0/+3
2023-08-23Rollup merge of #115053 - waywardmonkeys:augment-type-keyword-docs, r=cuviperDylan DPC-1/+9
2023-08-23kmc-solid: Import `std::sync::PoisonError` in `std::sys::solid::os`Tomoaki Kawada-1/+1
2023-08-22Bump backtrace to 0.3.69Tyler Mandry-0/+0
2023-08-22std: unix process_unsupported: Provide a wait status emulation (tidy)Ian Jackson-36/+39
2023-08-22fixup! std: unix process: Test exit statuses / wait statusesIan Jackson-1/+1
2023-08-22std: unix process_unsupported: Provide a wait status emulation (fmt)Ian Jackson-15/+3
2023-08-22fixup! std: unix process_unsupported: Provide a wait status emulationIan Jackson-1/+1
2023-08-22std: unix process: Test exit statuses / wait statusesIan Jackson-0/+33