about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-09-09Rollup merge of #130067 - madsmtm:clean-up-fs-test, r=ChrisDentonMatthias Krüger-18/+0
2024-09-09move const fn with a null check into const_ptr_is_null gateRalf Jung-3/+3
2024-09-09move some const fn out of the const_ptr_as_ref featureRalf Jung-13/+13
2024-09-09Fix slice::first_mut docsJames C. Wise-1/+1
2024-09-09Stabilize `char::MIN`okaneco-4/+1
2024-09-09fix UB in a testRalf Jung-1/+6
2024-09-09Add missing `#[allow(missing_docs)]` on hack functions in allocUrgau-0/+4
2024-09-09`RepeatN`: use MaybeUninitDeadbeef-15/+69
2024-09-09bootstrap `naked_asm!` for `compiler-builtins`Folkert de Vries-0/+14
2024-09-09Rollup merge of #130115 - eduardosm:needless-returns-libs, r=workingjubileeJubilee-19/+20
2024-09-09Rollup merge of #130107 - RalfJung:const-ptr-is-null, r=oli-obkJubilee-20/+7
2024-09-09Rollup merge of #130090 - RalfJung:result-copied, r=NoratriebJubilee-6/+18
2024-09-09Rollup merge of #130087 - RalfJung:option-const-iter, r=workingjubileeJubilee-2/+1
2024-09-09[illumos] enable SIGSEGV handler to detect stack overflowsRain-4/+11
2024-09-08remove const_slice_index annotations, it never had a feature gate anywayRalf Jung-18/+0
2024-09-08add FIXME(const-hack)Ralf Jung-58/+35
2024-09-08move Option::unwrap_unchecked into const_option feature gateRalf Jung-1/+1
2024-09-08Remove needless returns detected by clippy in librariesEduardo Sánchez Muñoz-19/+20
2024-09-08const: make ptr.is_null() stop execution on ambiguityRalf Jung-20/+7
2024-09-08Option, Result: put the &mut variants of 'copied' under the same feature as t...Ralf Jung-3/+9
2024-09-08Auto merge of #130002 - orlp:better-div-floor-ceil, r=thomccbors-4/+16
2024-09-08Auto merge of #129019 - kromych:master, r=workingjubileebors-1/+247
2024-09-08Fix linking error when compiling for 32-bit watchOSMads Marquart-14/+18
2024-09-08remove pointless rustc_const_unstable on trait implsRalf Jung-2/+0
2024-09-08add some FIXME(const-hack)Ralf Jung-2/+2
2024-09-07Auto merge of #130091 - matthiaskrgr:rollup-kalu1cs, r=matthiaskrgrbors-35/+39
2024-09-07Rollup merge of #130047 - ChrisDenton:win-dbghelp, r=wesleywiserMatthias Krüger-0/+1
2024-09-07Rollup merge of #130046 - RalfJung:const_str_as_mut, r=dtolnayMatthias Krüger-2/+4
2024-09-07Rollup merge of #129555 - RalfJung:const_float_bits_conv, r=dtolnayMatthias Krüger-33/+34
2024-09-07Auto merge of #129941 - BoxyUwU:bump-boostrap, r=albertlarsan68bors-140/+77
2024-09-07make Result::copied unstably constRalf Jung-2/+8
2024-09-07remove 'const' from 'Option::iter'Ralf Jung-2/+1
2024-09-07str: make as_mut_ptr and as_bytes_mut unstably constRalf Jung-2/+4
2024-09-07restate GlobalAlloc method safety preconditions in terms of what the caller h...Adam Sandberg Ericsson-15/+17
2024-09-07Remove now redundant check in symlink_hard_link testMads Marquart-18/+0
2024-09-07Add `NonNull` convenience methods to `Vec`Tim (Theemathas) Chirananthavat-16/+308
2024-09-07Add `NonNull` convenience methods to `Box`Tim (Theemathas) Chirananthavat-0/+223
2024-09-06fix doc comments for Peekable::next_if(_eq)glowcoil-2/+2
2024-09-06Remove duplicate implMatthew Giordano-88/+6
2024-09-06remove the Clone requirementMatthew Giordano-173/+170
2024-09-06Win: Add dbghelp to the list of import librariesChris Denton-0/+1
2024-09-06properly handle EOF in BufReader::peekbinarycat-4/+12
2024-09-06[library/std/src/process.rs] Remove `Eq` `derive`Samuel Marks-1/+1
2024-09-06Adjust doc comment of Condvar::wait_whileUlrik Mikaelsson-2/+6
2024-09-06Rollup merge of #129963 - rjooske:fix/inaccurate_to_string_lossy_doc, r=worki...Matthias Krüger-2/+2
2024-09-06Auto merge of #129999 - matthiaskrgr:rollup-pzr9c8p, r=matthiaskrgrbors-14/+22
2024-09-05Break into the debugger (if attached) on panics (Windows, macOS, Linux, FreeBSD)kromych-1/+247
2024-09-05better implementation of signed div_floor/ceilOrson Peters-4/+16
2024-09-05Rollup merge of #129947 - LiterallyVoid:duration-docs-digit-separators, r=tgr...Matthias Krüger-14/+14
2024-09-05Rollup merge of #129653 - RalfJung:addr-of-read-only, r=scottmcmMatthias Krüger-0/+8