about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2021-10-04Auto merge of #89512 - Manishearth:rollup-meh9x7r, r=Manishearthbors-67/+187
2021-10-04Stabilize `const_panic`Jacob Pratt-1/+1
2021-10-03Rollup merge of #89472 - nagisa:nagisa/wsa-cleanup, r=dtolnayManish Goregaokar-6/+11
2021-10-03Rollup merge of #89401 - owengage:master, r=joshtriplettManish Goregaokar-0/+1
2021-10-03Rollup merge of #89138 - newpavlov:patch-2, r=dtolnayManish Goregaokar-1/+1
2021-10-03Rollup merge of #88370 - Seppel3210:master, r=dtolnayManish Goregaokar-1/+6
2021-10-03Rollup merge of #88353 - jhpratt:stabilize-array-as-ref, r=joshtriplettManish Goregaokar-3/+3
2021-10-03Rollup merge of #88305 - ijackson:exitstatus-debug, r=dtolnayManish Goregaokar-3/+21
2021-10-03Rollup merge of #88286 - LeSeulArtichaut:unnecessary-unsafe-block-std, r=dtolnayManish Goregaokar-2/+1
2021-10-03Rollup merge of #87910 - iago-lito:mark_unsafe_nonzero_arithmetics_as_const, ...Manish Goregaokar-2/+2
2021-10-03Rollup merge of #87679 - ssomers:btree_comments, r=joshtriplettManish Goregaokar-10/+8
2021-10-03Rollup merge of #86828 - lambinoo:67441-const-fn-copied-take-replace, r=josht...Manish Goregaokar-7/+30
2021-10-03Rollup merge of #86434 - CDirkx:ipv6-benchmarking, r=joshtriplettManish Goregaokar-32/+103
2021-10-04Auto merge of #89165 - jkugelman:read-to-end-overallocation, r=joshtriplettbors-41/+37
2021-10-03Use a test value that doesn't depend on the handling of even/odd roundingJosh Triplett-1/+1
2021-10-03Fix Lower/UpperExp formatting for integers and precision zeroFabian Wolff-2/+2
2021-10-03Revert suggested use of `unwrap_or`Benoît du Garreau-2/+10
2021-10-03Apply suggestionsAlphyr-12/+6
2021-10-03Auto merge of #88086 - ssomers:btree_clone_testing, r=dtolnaybors-25/+32
2021-10-03Added tracking issue numbers for int_abs_diff.Orson Peters-2/+2
2021-10-03Skip platforms without unwinding supportCaio-0/+2
2021-10-03Auto merge of #87870 - WaffleLapkin:pub_split_at_unchecked, r=dtolnaybors-4/+4
2021-10-03Auto merge of #89459 - tspiteri:idiv-overflow-bitand, r=kennytmbors-8/+16
2021-10-03Practice diagnostic message conventionHirochika Matsumoto-5/+5
2021-10-03Auto merge of #88060 - TennyZhuang:optimize-vec-retain, r=dtolnaybors-3/+39
2021-10-02Make diangostic item names consistentCameron Steffen-17/+17
2021-10-02Run the #85441 regression test on MSVC onlySimonas Kazlauskas-3/+3
2021-10-02Only register `WSACleanup` if `WSAStartup` is actually ever calledChristiaan Dirkx-6/+11
2021-10-02haiku thread affinity build fixDavid Carlier-6/+10
2021-10-02Use bitand when checking for signed integer division overflowTrevor Spiteri-8/+16
2021-10-02Auto merge of #89450 - usbalbin:const_try_revert, r=oli-obkbors-35/+8
2021-10-02Revert "Auto merge of #86853 - usbalbin:const_try, r=oli-obk"Albin Hedman-35/+8
2021-10-01Include the length in BTree hashesJosh Stone-2/+13
2021-10-01Call `libc::sigaction()` only on AndroidFabian Wolff-3/+14
2021-10-01path.push() should work as expected on windows verbatim pathsSean Young-7/+55
2021-10-01fix: edit description of "prefix-free"pierwill-2/+4
2021-10-01Clarify a sentence in the documentation of Vec (#84488)chrismit3s-1/+1
2021-10-01docs: `std::hash::Hash` should ensure prefix-free datapierwill-0/+10
2021-10-01Add methods to add/sub `uX` to/from `iX`Benoît du Garreau-14/+204
2021-10-01Fix doc testBenoît du Garreau-1/+1
2021-10-01Apply suggestion for `overflowing_add_signed`Alphyr-5/+2
2021-10-01Add functions to add unsigned and signed integersBenoît du Garreau-15/+112
2021-10-01Auto merge of #89403 - camsteffen:fmt-unsafe-private, r=Mark-Simulacrumbors-3/+4
2021-09-30Rollup merge of #89306 - devnexen:haiku_ncpus, r=nagisaManish Goregaokar-1/+10
2021-09-30Rollup merge of #89303 - guswynn:std_suspend, r=dtolnayManish Goregaokar-0/+30
2021-09-30Fix standard library for min_specialization changesMatthew Jasper-83/+71
2021-09-30fix issues pointed out in reviewThe8472-18/+41
2021-09-30from review: code stylethe8472-3/+3
2021-09-30implement advance_(back_)_by on more iteratorsThe8472-3/+376
2021-09-30Add private arg to fmt::UnsafeArgCameron Steffen-3/+4