about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2025-07-04Test building custom targets and resolve an issue probing `rustc`Trevor Gross-6/+63
2025-07-04Remove unused custom target JSON filesTrevor Gross-110/+0
2025-07-04Make Rem const for floatsKurt Heiritz (pseudo)-1/+1
2025-07-04symcheck: Improve diagnostics from spawned CargoTrevor Gross-7/+22
2025-07-04symcheck: Make `target` a positional argumentTrevor Gross-29/+35
2025-07-05Rollup merge of #141532 - Ayush1325:uefi-tcp4-send, r=tgross35Matthias Krüger-6/+53
2025-07-04Remove the `let_chains` feature now that it is stableTrevor Gross-2/+0
2025-07-04std: sys: net: uefi: tcp4: Implement writeAyush Singh-6/+53
2025-07-04Rollup merge of #143387 - dpaoliello:shouldpanicfn, r=bjorn3Matthias Krüger-4/+4
2025-07-04Rollup merge of #143308 - compiler-errors:no-pointer-like, r=oli-obkMatthias Krüger-54/+3
2025-07-04clippy fix: indentationMarijn Schouten-46/+47
2025-07-04clippy fix: rely on autoderefMarijn Schouten-7/+7
2025-07-04Rollup merge of #143395 - Urgau:llvm-fallback-minimum-maximum, r=tgross35Jacob Pratt-2/+2
2025-07-04Rollup merge of #143378 - hkBst:clippy-fix-6, r=tgross35Jacob Pratt-4/+4
2025-07-04Rollup merge of #143370 - hkBst:clippy-fix-4, r=tgross35Jacob Pratt-4/+0
2025-07-04Rollup merge of #143356 - hkBst:clippy-fix-2, r=scottmcmJacob Pratt-1/+1
2025-07-04Rollup merge of #142749 - LimpSquid:bool_to_result, r=scottmcmJacob Pratt-0/+76
2025-07-03Remove PointerLike traitMichael Goulet-54/+3
2025-07-03Always use the pure Rust fallback instead of `llvm.{maximum,minimum}`Urgau-2/+2
2025-07-03Make __rust_alloc_error_handler_should_panic a functionDaniel Paoliello-4/+4
2025-07-03Use `slice_buffer_to_str` in `GenericRadix::fmt_int`Guillaume Gomez-18/+8
2025-07-03Add test for `int_format_into` featureGuillaume Gomez-20/+27
2025-07-03Implement `int_format_into` featureGuillaume Gomez-44/+290
2025-07-03stabilize `const_array_each_ref`Deadbeef-4/+4
2025-07-03stabilize `const_slice_reverse`Deadbeef-1/+2
2025-07-03simplify receivers for some array method callsMarijn Schouten-4/+4
2025-07-03remove redundant #[must_use]Marijn Schouten-4/+0
2025-07-03Rollup merge of #143329 - folkertdev:minicore-diagnostic-on-unimplemented, r=...Jana Dönszelmann-0/+3
2025-07-03Rollup merge of #143038 - Qelxiros:142676-private-dependency-traits, r=tgross35Jana Dönszelmann-2/+6
2025-07-03Rollup merge of #134006 - klensy:typos, r=nnethercoteJana Dönszelmann-33/+33
2025-07-03std_detect: Tidying of slice lengthTsukasa OI-2/+1
2025-07-03Link to 2024 edition page for `!` fallback changesclubby789-5/+3
2025-07-03use unsigned_abs instead of `abs` on signed int to silence clippyMarijn Schouten-1/+1
2025-07-03wrapping shift: remove first bitmask and tableMarijn Schouten-42/+6
2025-07-03minicore: use core's `diagnostic::on_unimplemented` messagesFolkert de Vries-0/+3
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-33/+33
2025-07-03Rollup merge of #143327 - RalfJung:miri-type-validity-error, r=oli-obkMatthias Krüger-4/+11
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-02Mention that casting to *const () is a way to roundtrip with from_raw_partsManish Goregaokar-0/+3
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