summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-09-18`RepeatN`: use MaybeUninitDeadbeef-15/+69
2024-09-18Win: Add dbghelp to the list of import librariesChris Denton-0/+1
2024-09-03More robust extension checkingChris Denton-6/+24
2024-09-02replace placeholder versionBoxy-49/+49
2024-08-31Auto merge of #129831 - matthiaskrgr:rollup-befq6zx, r=matthiaskrgrbors-29/+33
2024-08-31Rollup merge of #129826 - Alcaro:patch-1, r=workingjubileeMatthias Krüger-1/+1
2024-08-31Rollup merge of #129650 - Zalathar:profiler-builtins, r=Mark-SimulacrumMatthias Krüger-28/+32
2024-08-31Update mod.rsAlcaro-1/+1
2024-08-31Rollup merge of #129730 - RalfJung:float-arithmetic, r=workingjubileeMatthias Krüger-44/+48
2024-08-31Rollup merge of #129754 - alexcrichton:fix-wasi-long-sleep, r=workingjubileeMatthias Krüger-30/+31
2024-08-31Rollup merge of #129675 - lolbinarycat:bufreader_peek_unsized, r=workingjubileeMatthias Krüger-0/+2
2024-08-31Rollup merge of #129642 - workingjubilee:bump-backtrace-fc37b22, r=workingjub...Matthias Krüger-0/+0
2024-08-31Rollup merge of #129640 - saethlin:unignore-android-in-alloc, r=tgross35Matthias Krüger-25/+5
2024-08-30enumerate the two parts of the NaN rulesRalf Jung-20/+21
2024-08-30add hyphen in floating-pointRalf Jung-12/+12
2024-08-29Try latest backtraceJubilee Young-0/+0
2024-08-29wasi: Fix sleeping for `Duration::MAX`Alex Crichton-30/+31
2024-08-29Rollup merge of #128166 - ChaiTRex:isqrt, r=tgross35Guillaume Gomez-67/+684
2024-08-29Rollup merge of #123940 - kornelski:remove-derived-debug, r=UrgauGuillaume Gomez-0/+4
2024-08-29f32 docs: define 'arithmetic' operationsRalf Jung-16/+19
2024-08-28Speed up `checked_isqrt` and `isqrt` methodsChai T. Rex-35/+371
2024-08-28Improve `isqrt` tests and add benchmarksChai T. Rex-32/+313
2024-08-28Rollup merge of #129715 - Amjad50:update-compiler-builtins, r=tgross35Jubilee-4/+4
2024-08-28Rollup merge of #129683 - RalfJung:copysign, r=thomccJubilee-12/+32
2024-08-28Rollup merge of #129673 - matthewpipie:arc-weak-debug-trait, r=dtolnayJubilee-1/+1
2024-08-28Rollup merge of #129401 - workingjubilee:partial-initialization-of-stabilizat...Jubilee-67/+32
2024-08-28Rollup merge of #129378 - goffrie:patch-3, r=ChrisDentonJubilee-13/+9
2024-08-28Rollup merge of #128192 - mrkajetanp:feature-detect, r=AmanieuJubilee-0/+34
2024-08-29Update `compiler_builtins` to `0.1.123`Amjad Alsharafi-4/+4
2024-08-28fmt-debug optionKornel-0/+4
2024-08-28allow BufReader::peek to be called on unsized typesbinarycat-0/+2
2024-08-28Auto merge of #129691 - matthiaskrgr:rollup-owlcr3m, r=matthiaskrgrbors-76/+82
2024-08-28Rollup merge of #129668 - coolreader18:fix-pin-set-regr, r=dtolnayMatthias Krüger-9/+12
2024-08-28Rollup merge of #129657 - jswrenn:transmute-name, r=compiler-errorsMatthias Krüger-57/+54
2024-08-28Rollup merge of #129551 - RalfJung:ub-checks-fallback, r=saethlinMatthias Krüger-2/+3
2024-08-28Rollup merge of #129480 - lolbinarycat:euclid-docs, r=joboetMatthias Krüger-8/+13
2024-08-28Enable some ilog2 tests as wellBen Kimock-13/+5
2024-08-28Re-enable android tests/benches in allocBen Kimock-12/+0
2024-08-28Auto merge of #129589 - saethlin:improve-panic-immediate-abort, r=tgross35bors-3/+5
2024-08-28copysign with sign being a NaN is non-portableRalf Jung-12/+32
2024-08-27Add fmt::Debug to sync::Weak<T, A>Matthew Giordano-1/+1
2024-08-27Fix Pin::set bounds regressionNoa-9/+12
2024-08-27library: Stabilize new_uninit for Box, Rc, and ArcJubilee Young-67/+32
2024-08-27Rollup merge of #129652 - RalfJung:ptr-to-ref, r=traviscrossMatthias Krüger-23/+15
2024-08-27Rollup merge of #129645 - beetrees:fix-float-docs, r=tgross35Matthias Krüger-8/+6
2024-08-27Rollup merge of #129581 - RalfJung:exit, r=joshtriplettMatthias Krüger-0/+9
2024-08-27safe transmute: Rename `BikeshedIntrinsicFrom` to `TransmuteFrom`Jack Wrenn-57/+54
2024-08-27Auto merge of #128134 - joboet:move_pal_alloc, r=cupiverbors-146/+78
2024-08-27fix Pointer to reference conversion docsRalf Jung-23/+15
2024-08-27rustc_target: Add SME aarch64 featuresKajetan Puchalski-0/+13