about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2023-10-31Update based on wesleywiser reviewGeorge Bateman-2/+2
2023-10-31Update MIR tests for offset_ofGeorge Bateman-0/+1
2023-10-31Enums in offset_of: update based on est31, scottmcm & llogiq reviewGeorge Bateman-2/+8
2023-10-31Auto merge of #117459 - matthiaskrgr:rollup-t3osb3c, r=matthiaskrgrbors-0/+66
2023-10-31Add support for pre-unix-epoch file dates on Apple platforms (#108277)Sebastian Thiel-0/+66
2023-10-31Accept less invalid Rust in rustdocOli Scherer-20/+0
2023-10-31Fix switch_stdout_to on Windows7roblabla-3/+21
2023-10-31delegate box error provideBugen Zhao-0/+4
2023-10-31Stabilize `file_set_times`Josh Triplett-21/+19
2023-10-30Rollup merge of #117205 - weiznich:multiple_notes_for_on_unimplemented, r=com...León Orell Valerian Liehr-1/+14
2023-10-30Rollup merge of #117177 - Ayush1325:uefi-alloc-type, r=workingjubileeLeón Orell Valerian Liehr-3/+19
2023-10-30Use ImageDataType for allocation typeAyush Singh-3/+19
2023-10-29Add tracking issueJonathan Behrens-1/+1
2023-10-30Auto merge of #117332 - saethlin:panic-immediate-abort, r=workingjubileebors-10/+87
2023-10-29Auto merge of #117089 - wesleywiser:update_backtrace, r=Mark-Simulacrumbors-0/+0
2023-10-29Increase the reach of panic_immediate_abortBen Kimock-10/+87
2023-10-29Rollup merge of #117312 - RalfJung:memcpy-assumptions, r=Mark-SimulacrumGuillaume Gomez-1/+2
2023-10-29Rollup merge of #115968 - git-bruh:master, r=workingjubileeGuillaume Gomez-14/+42
2023-10-28Remove asmjs from libraryJubilee Young-21/+0
2023-10-29Don't use LFS64 symbols on muslgit-bruh-14/+42
2023-10-28Rollup merge of #117316 - Coekjan:const-binary-heap-constructor, r=dtolnayJubilee-2/+4
2023-10-28Rollup merge of #117162 - c410-f3r:try, r=workingjubileeJubilee-89/+91
2023-10-28Auto merge of #116240 - dtolnay:constdiscriminant, r=thomccbors-3/+2
2023-10-28make pointer_structural_match warn-by-defaultRalf Jung-0/+1
2023-10-28mark constructor of `BinaryHeap` as const fncoekjan-2/+4
2023-10-28Auto merge of #117038 - saethlin:inline-range-methods, r=workingjubileebors-0/+7
2023-10-28Auto merge of #116609 - eduardosm:bump-stdarch, r=workingjubileebors-0/+0
2023-10-28memcpy assumptions: link to source showing that GCC makes the same assumptionRalf Jung-1/+2
2023-10-28Rollup merge of #116816 - ChrisDenton:api.rs, r=workingjubileeJubilee-53/+212
2023-10-27Rollup merge of #117281 - RalfJung:thread-safety, r=thomccMatthias Krüger-0/+2
2023-10-27Rollup merge of #117270 - jhpratt:hide-print-internals, r=ChrisDentonMatthias Krüger-0/+1
2023-10-27std::thread: add SAFETY commentRalf Jung-0/+2
2023-10-27Allows `#[diagnostic::on_unimplemented]` attributes to have multipleGeorg Semmler-1/+14
2023-10-27Auto merge of #117272 - matthiaskrgr:rollup-upg122z, r=matthiaskrgrbors-9/+9
2023-10-27Rollup merge of #117266 - RalfJung:cast-not-transmute, r=thomccMatthias Krüger-8/+8
2023-10-27Rollup merge of #117240 - trueNAHO:docs-std-iter-Iterator-collect-into-fix-ty...Matthias Krüger-1/+1
2023-10-27Hide internal methods from documentationJacob Pratt-0/+1
2023-10-27Auto merge of #116205 - WaffleLapkin:stabilize_pointer_byte_offsets, r=dtolnaybors-37/+42
2023-10-27replace transmute by raw pointer castRalf Jung-8/+8
2023-10-27Auto merge of #117260 - okaneco:ascii_branchless, r=thomccbors-6/+12
2023-10-26Refactor some `char`, `u8` ascii functions to be branchlessokaneco-6/+12
2023-10-26Rollup merge of #117243 - chfogelman:replace-not-swap-comment, r=thomccMatthias Krüger-0/+4
2023-10-26Error if symlinks not supported in CIChris Denton-1/+1
2023-10-26Add comment to mem::replace to explain why it's not implemented via mem::swapCarter Hunt Fogelman-0/+4
2023-10-26Fix documentation typo in std::iter::Iterator::collect_intoNAHO-1/+1
2023-10-26Auto merge of #112875 - compiler-errors:negative-coherence-rework, r=lcnrbors-0/+1
2023-10-25Stabilize `[const_]pointer_byte_offsets`Maybe Waffle-37/+42
2023-10-25Auto merge of #117180 - matthiaskrgr:rollup-rxhl6ep, r=matthiaskrgrbors-0/+1
2023-10-25Avoid unnecessary comparison in partition_equalLukas Bergdoll-3/+10
2023-10-25Make `Iterator` a lang itemOli Scherer-0/+1