about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-07-03Rollup merge of #143321 - hkBst:typo-1, r=compiler-errorsMatthias Krüger-1/+1
2025-07-02Auto merge of #143338 - matthiaskrgr:rollup-ykaxh04, r=matthiaskrgrbors-347/+328
2025-07-02awhile -> a while where appropriateнаб-2/+2
2025-07-02Rollup merge of #142237 - benschulz:unused-parens-fn, r=fee1-deadMatthias Krüger-1/+1
2025-07-02Rollup merge of #141219 - Amanieu:leak_alloc, r=joboetMatthias Krüger-316/+321
2025-07-02Rollup merge of #138340 - oli-obk:one-size-fits-all, r=m-ou-seMatthias Krüger-29/+5
2025-07-02Rollup merge of #131923 - ranger-ross:impl-copy-hash-interrorkind, r=tgross35Matthias Krüger-1/+1
2025-07-02Rollup merge of #142138 - ashivaram23:vec_into_chunks, r=scottmcmMatthias Krüger-0/+55
2025-07-02Rollup merge of #141847 - xizheyin:141837, r=jhprattMatthias Krüger-15/+41
2025-07-02miri: improve errors for type validity assertion failuresRalf Jung-4/+11
2025-07-02Remove some unsized tuple impls now that we don't support unsizing tuples any...Oli Scherer-29/+5
2025-07-02remove deprecated from core::ffi::c_strMarijn Schouten-17/+9
2025-07-02byte-addresses memory -> byte-addressed memoryMarijn Schouten-1/+1
2025-07-02Use the compiler to determine whether or not to enable `f16` and `f128`Trevor Gross-111/+66
2025-07-02Auto merge of #142974 - cuviper:stage0-bump, r=Mark-Simulacrumbors-78/+40
2025-07-01Test upper overflow in `strict_sub_signed`Nurzhan Saken-1/+1
2025-07-01Ignore `float_minimum_maximum` doctests on i586Josh Stone-2/+2
2025-07-01Update `cfg(bootstrap)`Josh Stone-38/+0
2025-07-01make Box::into_raw compatible with Stacked Borrows againRalf Jung-2/+5
2025-07-01Update version placeholdersJosh Stone-38/+38
2025-07-01Change `{Box,Arc,Rc,Weak}::into_raw` to only work with `A = Global`Amanieu d'Antras-314/+316
2025-07-01Rollup merge of #142760 - epage:lock, r=tgross35Guillaume Gomez-6/+6
2025-07-01Rollup merge of #141867 - Diggsey:db-improve-future-docs, r=tgross35Guillaume Gomez-7/+16
2025-07-01Rollup merge of #136801 - sorairolake:add-random-for-tuple, r=joshtriplettGuillaume Gomez-0/+13
2025-07-01Add `uX::strict_sub_signed`Nurzhan Sakén-4/+41
2025-07-01core: Add `BorrowedCursor::with_unfilled_buf`Benoît du Garreau-0/+87
2025-07-01Upgrade the `fortanix-sgx-abi` dependencyTrevor Gross-5/+4
2025-07-01libm: Improved integer utilities, implement shifts and bug fixes for i256 and...quaternic-60/+223
2025-07-01Detect more cases of unused_parens around typesBenjamin Schulz-1/+1
2025-06-30Mention as_chunks in the docs for chunksScott McMurray-0/+32
2025-06-30make compiler_builtins a private dependencyJeremy Smart-2/+6
2025-06-30Auto merge of #143233 - dianqk:rollup-lcx3278, r=dianqkbors-22/+97
2025-06-30josh-sync: Replace `#xxxx`-style links in messagesTrevor Gross-0/+31
2025-06-30Stabilize `mixed_integer_ops_unsigned_sub`Nurzhan Sakén-8/+8
2025-06-30Rollup merge of #143219 - zachs18:patch-5, r=tgross35dianqk-0/+5
2025-06-30Rollup merge of #143176 - kilavvy:master, r=jieyouxudianqk-1/+1
2025-06-30Rollup merge of #143090 - ChrisDenton:workaround1, r=tgross35dianqk-21/+91
2025-06-30Remove the nullary intrinsic const eval logic and treat them like other intri...Oli Scherer-4/+4
2025-06-30Stop backends from needing to support nullary intrinsicsOli Scherer-20/+20
2025-06-29Show auto trait and blanket impls for `!`zachs18-0/+5
2025-06-29Rollup merge of #142078 - sayantn:more-intrinsics, r=workingjubileeGuillaume Gomez-0/+42
2025-06-29apply suggestions for clippy::manual_is_multiple_of in libm-testquaternic-3/+3
2025-06-29Update README.mdkilavvy-1/+1
2025-06-29Rollup merge of #142889 - nabijaczleweli:rusts, r=Mark-SimulacrumMatthias Krüger-7/+5
2025-06-28Rollup merge of #143111 - xu-cheng:btreeset_from_iter, r=Mark-SimulacrumMatthias Krüger-3/+1
2025-06-28Rollup merge of #143082 - fee1-dead-contrib:push-qvvppzukvkxt, r=Mark-SimulacrumMatthias Krüger-4/+4
2025-06-28Rollup merge of #142708 - Darksonn:location-len-without-nul, r=Mark-SimulacrumMatthias Krüger-13/+25
2025-06-28Rollup merge of #123476 - devnexen:std_net_solaris_exclbind, r=Mark-SimulacrumMatthias Krüger-0/+117
2025-06-28"set by Rusts options". Remove misleading always-true if cfg!(unix). Drop #![...наб-7/+5
2025-06-28Auto merge of #141759 - 1c3t3a:discriminants-query, r=saethlinbors-0/+16