about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2023-06-21Auto merge of #111684 - ChayimFriedman2:unused-offset-of, r=WaffleLapkinbors-2/+3
2023-06-21Rollup merge of #112863 - clubby789:stderr-typo, r=albertlarsan68Guillaume Gomez-2/+2
2023-06-21Rollup merge of #99587 - ibraheemdev:park-orderings, r=m-ou-seGuillaume Gomez-11/+21
2023-06-21"Memory Orderings" -> "Memory Ordering"Mara Bos-1/+1
2023-06-21Warn on unused offset_of!() resultChayim Refael Friedman-2/+3
2023-06-21Auto merge of #112877 - Nilstrieb:rollup-5g5hegl, r=Nilstriebbors-2/+7
2023-06-21Rollup merge of #112632 - gootorov:vec_alloc_partialeq, r=dtolnayNilstrieb-2/+7
2023-06-21Auto merge of #106450 - albertlarsan68:fix-arc-ptr-eq, r=Amanieubors-10/+10
2023-06-21Fix typo in `eprintln` docsclubby789-2/+2
2023-06-20relaxed orderings in `thread::park` exampleIbraheem Ahmed-3/+4
2023-06-20Merge proc_macro_span_shrink and proc_macro_spanJacob Pratt-2/+2
2023-06-20Add `Span::{line, column}`Jacob Pratt-0/+18
2023-06-20`Span::{before, after}` → `Span::{start, end}`Jacob Pratt-6/+6
2023-06-20Remove `LineColumn`, `Span::start`, `Span::end`Jacob Pratt-56/+1
2023-06-20Rollup merge of #112464 - eval-exec:exec/fix-connect_timeout-overflow, r=Chri...Guillaume Gomez-1/+12
2023-06-20Remove useless unit testsEval EXEC-21/+0
2023-06-20Ignore `connect_timeout` unit test on SGX platformEval EXEC-0/+1
2023-06-20Auto merge of #112320 - compiler-errors:do-not-impl-via-obj, r=lcnrbors-7/+16
2023-06-20Merge attrs, better validationMichael Goulet-13/+16
2023-06-20Add rustc_do_not_implement_via_objectMichael Goulet-0/+6
2023-06-20Auto merge of #112817 - compiler-errors:rollup-0eqomra, r=compiler-errorsbors-14/+8
2023-06-19Implement slice::split_once and slice::rsplit_onceBenjamin Lee-0/+77
2023-06-19Rollup merge of #112606 - clarfonthey:ip-display, r=thomccMichael Goulet-13/+7
2023-06-19Rollup merge of #112499 - tgross35:py-ruff-fixes, r=Mark-SimulacrumMichael Goulet-1/+1
2023-06-20Auto merge of #111849 - eholk:uniquearc, r=Mark-Simulacrumbors-3/+184
2023-06-19Introduce `alloc::::UniqueRc`Eric Holk-3/+184
2023-06-19Rollup merge of #112757 - Danvil:patch-1, r=Mark-SimulacrumMatthias Krüger-2/+2
2023-06-19Rollup merge of #109970 - danielhenrymantilla:add-poll-fn-pin-clarifications,...Matthias Krüger-0/+87
2023-06-19Document thread names for SGX compilation targetVas-1/+9
2023-06-19Auto merge of #112724 - scottmcm:simpler-unchecked-shifts, r=Mark-Simulacrumbors-12/+5
2023-06-18Bump compiler_builtinsPatryk Wychowaniec-1/+1
2023-06-18[doc] poll_fn: explain how to pin captured state safelyDaniel Henry-Mantilla-0/+87
2023-06-18Same for BorrowRefDavid Weikersdorfer-1/+1
2023-06-18Add unit test to connect to an unreachable addressEval EXEC-0/+11
2023-06-18Use BorrowFlag instead of explicit isizeDavid Weikersdorfer-1/+1
2023-06-18Rollup merge of #112685 - cuviper:wasm-dlmalloc, r=Mark-SimulacrumMatthias Krüger-1/+1
2023-06-18Rollup merge of #107200 - mina86:c, r=AmanieuMatthias Krüger-5/+6
2023-06-18alloc: Allow comparing `Box`s over different allocatorsIgor Gutorov-9/+26
2023-06-18alloc: Implement PartialOrd for `Vec`s over different allocatorsIgor Gutorov-2/+7
2023-06-18Auto merge of #112599 - saethlin:cleaner-panics, r=thomccbors-2/+3
2023-06-17Auto merge of #112595 - hargoniX:l4re_fix, r=Mark-Simulacrumbors-3/+23
2023-06-17Auto merge of #112746 - matthiaskrgr:rollup-se59bfd, r=matthiaskrgrbors-0/+0
2023-06-18Add unit test for `TcpStream::connect_timeout`Eval EXEC-0/+20
2023-06-18Fix windows `Socket::connect_timeout` overflowEval EXEC-1/+1
2023-06-17Rollup merge of #112610 - scottmcm:update-stdarch, r=AmanieuMatthias Krüger-0/+0
2023-06-17Auto merge of #100036 - DrMeepster:box_free_free_box, r=oli-obkbors-21/+28
2023-06-17Auto merge of #112739 - matthiaskrgr:rollup-8cfggml, r=matthiaskrgrbors-10/+19
2023-06-17Rollup merge of #112644 - zica87:nonZeroTypes, r=Mark-SimulacrumMatthias Krüger-9/+12
2023-06-17Rollup merge of #112352 - dankm:fbsd_doc_fix, r=thomccMatthias Krüger-1/+7
2023-06-17Extend io::copy buffer reuse to BufReader tooThe 8472-74/+207