about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-10-28Auto merge of #132145 - RalfJung:stdarch, r=Amanieubors-4/+4
2024-10-28clarified doc for `std::fs::OpenOptions.truncate()`yakiimoninja-1/+1
2024-10-28std: refactor `pthread`-based synchronizationjoboet-438/+463
2024-10-28Impl TryFrom<Vec<u8>> for StringElichai Turkel-0/+18
2024-10-28New lint: `dangling_pointers_from_temporaries`Pavel Grigorenko-1/+5
2024-10-28Rollup merge of #131391 - ChaiTRex:isqrt, r=scottmcm,tgross35Matthias Krüger-15/+8
2024-10-28we can now enable the 'const stable fn must be stable' checkRalf Jung-4/+4
2024-10-28bump stdarchRalf Jung-0/+0
2024-10-28cleanup wasm const fnRalf Jung-16/+0
2024-10-28Auto merge of #132251 - jieyouxu:rollup-mtv9mpd, r=jieyouxubors-1/+2
2024-10-28Auto merge of #132200 - Mark-Simulacrum:strengthen-cross-lang, r=RalfJungbors-2/+10
2024-10-27ci: `rustup --no-self-update` and reuqire MSRV checksTrevor Gross-30/+33
2024-10-27Don't deny warnings when checking MSRVTrevor Gross-0/+2
2024-10-27chore: release v0.2.10github-actions[bot]-1/+7
2024-10-27Set the MSRV to 1.63 and document it as suchTrevor Gross-3/+12
2024-10-27Change `build.rs` to use the older `:` rather than `::`Trevor Gross-3/+3
2024-10-27Support `char::is_digit` in const contextsultrabear-1/+2
2024-10-27Use Hacker's Delight impl in `i64::midpoint` instead of wide `i128` implUrgau-2/+2
2024-10-27Rc/Arc: don't leak the allocation if drop panicsLukas Markeffsky-18/+17
2024-10-27add test for panicking drop in Box/Rc/ArcLukas Markeffsky-3/+113
2024-10-27Auto merge of #131284 - dingxiangfei2009:rename-smart-ptr-to-coerce-referent,...bors-3/+4
2024-10-27Auto merge of #132191 - Urgau:midpoint_signed_towards_zero, r=dtolnaybors-40/+122
2024-10-27Add a CI test that the crate builds on stableTrevor Gross-0/+10
2024-10-27Add a new trait `proc_macro::ToTokens`Asuna-0/+314
2024-10-26Add a .git-blame-ignore-revs fileTrevor Gross-0/+5
2024-10-26Run `cargo fmt` with new settingsTrevor Gross-393/+131
2024-10-26Add a rustfmt.toml file matching rust-lang/rustTrevor Gross-1/+6
2024-10-26Update compiler-builtins to 0.1.136Trevor Gross-4/+4
2024-10-26chore: release v0.1.136github-actions[bot]-1/+1
2024-10-26Update the libm submoduleTrevor Gross-0/+0
2024-10-26chore: release v0.2.9github-actions[bot]-4/+37
2024-10-26Fix release-plz workflow configurationTrevor Gross-2/+0
2024-10-26Add release-plz for automated releasesTrevor Gross-0/+31
2024-10-26Update licensing to MIT AND Apache-2.0 WITH LLVM-exceptionTrevor Gross-70/+249
2024-10-26Update licensing to MIT AND (MIT OR Apache-2.0)Trevor Gross-236/+269
2024-10-26Auto merge of #131715 - tgross35:add-const_sockaddr_setters, r=Amanieubors-16/+25
2024-10-26Make clearer that guarantees in ABI compatibility are for Rust onlyMark Rousskov-2/+10
2024-10-26Add test for all midpoint expectationsUrgau-0/+55
2024-10-27std_detect: Add pauth-lr aarch64 target featureKajetan Puchalski-0/+8
2024-10-26Simplify documentation for Extend impl for tuplesSebastian Hahn-14/+6
2024-10-26Round negative signed integer towards zero in `iN::midpoint`Urgau-40/+67
2024-10-26Rollup merge of #132019 - daboross:document-partialeq-oncelock, r=Mark-Simula...Matthias Krüger-0/+20
2024-10-26Add Extend impls for tuples of arity 1 through 12Sebastian Hahn-110/+138
2024-10-26Don't deny warnings in lib.rsTrevor Gross-8/+7
2024-10-25Rename the `musl-bitwise-tests` feature to `test-musl-serialized`Trevor Gross-10/+10
2024-10-25Auto merge of #131349 - RalfJung:const-stability-checks, r=compiler-errorsbors-175/+279
2024-10-25Add an `abs` function to the `Float` traitTrevor Gross-0/+5
2024-10-25Rename `Float::repr` and `Float::from_repr`Trevor Gross-72/+71
2024-10-25Rollup merge of #132137 - RalfJung:behavior, r=NoratriebMatthias Krüger-75/+75
2024-10-25get rid of the internal unlikely macroRalf Jung-33/+31