about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2020-11-03Rollup merge of #78664 - pickfire:patch-4, r=jonas-schievinkYuki Okushi-1/+1
2020-11-03Expand `NtExpr` tokens only in key-value attributesVadim Petrochenkov-57/+49
2020-11-02Fix intrinsic size_of stable linkIvan Tham-1/+1
2020-11-02Rollup merge of #78637 - mystor:atomic_ptr_bool, r=m-ou-seYuki Okushi-0/+125
2020-11-02Rollup merge of #78627 - est31:total_cmp_no_superset, r=m-ou-seYuki Okushi-0/+8
2020-11-02Rollup merge of #78620 - gabhijit:bitops_doc_fix, r=m-ou-seYuki Okushi-12/+23
2020-11-02Rollup merge of #78606 - autarch:patch-1, r=m-ou-seYuki Okushi-1/+3
2020-11-01Add fetch_update methods to AtomicBool and AtomicPtrNika Layzell-0/+125
2020-11-01Point out that total_cmp is no strict superset of partial comparisonest31-0/+8
2020-11-01Remove incorrect statement about line ending content in lines doc changeDave Rolsky-2/+2
2020-11-01documentation examples fixes in rustfmt conventionAbhijit Gadgil-11/+19
2020-11-01Rollup merge of #78621 - solson:inline, r=m-ou-seMara Bos-0/+2
2020-11-01Rollup merge of #78602 - RalfJung:raw-ptr-aliasing-issues, r=m-ou-seMara Bos-9/+17
2020-11-01Rollup merge of #78599 - panstromek:master, r=m-ou-seMara Bos-0/+10
2020-11-01Rollup merge of #78596 - pavlukivan:master, r=m-ou-seMara Bos-3/+3
2020-11-01Rollup merge of #78073 - fusion-engineering-forks:inline, r=eddybMara Bos-0/+12
2020-11-01Inline Default::default() for atomicsScott Olson-0/+2
2020-11-01Fixes incorrect paranthesis.Abhijit Gadgil-1/+1
2020-11-01Trivial fixes to bitwise operator documentationAbhijit Gadgil-4/+7
2020-10-31Clarify handling of final line ending in str::lines()Dave Rolsky-1/+3
2020-10-31Apply suggestions from code reviewMatyáš Racek-4/+8
2020-10-31fix aliasing issues in SipHasherRalf Jung-1/+1
2020-10-31fix aliasing issue in binary_heapRalf Jung-2/+3
2020-10-31fix aliasing issue in unix sleep functionRalf Jung-1/+2
2020-10-31fix aliasing issues in u128 formatting codeRalf Jung-5/+11
2020-10-31Add note to process::arg[s] that args shouldn't be escaped or quotedMatyáš Racek-0/+6
2020-10-31Fix doc links to std::fmtIvan Pavluk-3/+3
2020-10-31Rollup merge of #78581 - a1phyr:const_btree_more, r=dtolnayMara Bos-4/+22
2020-10-31Rollup merge of #77099 - tspiteri:exp_m1-examples, r=m-ou-seMara Bos-16/+20
2020-10-31Rollup merge of #74622 - fusion-engineering-forks:panic-box, r=KodrAusMara Bos-0/+14
2020-10-30Constantify more BTreeMap and BTreeSet functionsBenoît du Garreau-4/+22
2020-10-30Rollup merge of #78554 - camelid:improve-drop_in_place-docs-wording, r=jyn514Yuki Okushi-5/+5
2020-10-30Rollup merge of #77921 - wcampbell0x2a:f64-collapsible-if, r=jyn514Yuki Okushi-14/+12
2020-10-30Rollup merge of #77334 - pickfire:patch-4, r=jyn514Yuki Okushi-2/+2
2020-10-29Improve wording of `core::ptr::drop_in_place` docsCamelid-5/+5
2020-10-29Rollup merge of #78499 - SkiFire13:fix-string-retain, r=m-ou-seJonas Schievink-4/+21
2020-10-29Rollup merge of #76138 - camelid:rc-fully-qualified-syntax, r=steveklabnikJonas Schievink-9/+38
2020-10-29Rollup merge of #75078 - ijackson:slice-strip, r=steveklabnikJonas Schievink-12/+14
2020-10-29Auto merge of #78446 - RalfJung:box, r=Amanieubors-7/+2
2020-10-29Added test for issue #78498Giacomo Stevanato-0/+15
2020-10-29Prevent String::retain from creating non-utf8 strings when abusing panicGiacomo Stevanato-4/+6
2020-10-29Rollup merge of #78491 - petertodd:2020-inline-from-nonzero, r=sfacklerYuki Okushi-0/+1
2020-10-29Rollup merge of #78470 - camelid:fixup-std-path-intra-doc, r=jyn514Yuki Okushi-6/+5
2020-10-28Don't say you "should" use fully qualified syntaxCamelid-10/+16
2020-10-28Fix broken intra-doc linkCamelid-1/+1
2020-10-28Explain fully qualified syntax for `Rc` and `Arc`Camelid-9/+32
2020-10-28Add tracking issue number for panic_any.Mara Bos-1/+1
2020-10-28Update panic_any feature name.Mara Bos-1/+1
2020-10-28Inline NonZeroN::from(n)Peter Todd-0/+1
2020-10-27Clean up intra-doc links in `std::path`Camelid-6/+5