about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
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-6/+12
2020-11-01Rollup merge of #78596 - pavlukivan:master, r=m-ou-seMara Bos-1/+1
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-31fix aliasing issues in SipHasherRalf Jung-1/+1
2020-10-31fix aliasing issues in u128 formatting codeRalf Jung-5/+11
2020-10-31Fix doc links to std::fmtIvan Pavluk-1/+1
2020-10-29Improve wording of `core::ptr::drop_in_place` docsCamelid-3/+3
2020-10-29Rollup merge of #75078 - ijackson:slice-strip, r=steveklabnikJonas Schievink-12/+14
2020-10-28Inline NonZeroN::from(n)Peter Todd-0/+1
2020-10-28Rollup merge of #78152 - spastorino:separate-unsized-locals, r=oli-obkDylan DPC-1/+2
2020-10-27Do not depend on except for bootstrapSantiago Pastorino-1/+1
2020-10-27Add unsized_fn_params featureSantiago Pastorino-0/+1
2020-10-27Changed lint to check for `std::fmt::Pointer` and `transmute`Ayrton-0/+2
2020-10-27Rollup merge of #78375 - taiki-e:question-in-macros, r=kennytmYuki Okushi-43/+16
2020-10-27Rollup merge of #78347 - Rustin-Liu:rustin-patch-doc, r=kennytmYuki Okushi-14/+24
2020-10-27Rollup merge of #76635 - scottmcm:slice-as-chunks, r=LukasKalbertodtYuki Okushi-15/+71
2020-10-26Add lexicographical comparison docRustin-Liu-14/+24
2020-10-26Auto merge of #75728 - nagisa:improve_align_offset_2, r=Mark-Simulacrumbors-3/+14
2020-10-26Rollup merge of #78126 - shepmaster:aarch64-apple-darwin-valist, r=nagisaDylan DPC-7/+11
2020-10-26Rollup merge of #77836 - RalfJung:transmute_copy, r=Mark-SimulacrumDylan DPC-4/+4
2020-10-25Properly define va_arg and va_list for aarch64-apple-darwinJake Goulding-7/+11
2020-10-26Use ? in core/std macrosTaiki Endo-43/+16
2020-10-25Rollup merge of #78208 - liketechnik:issue-69399, r=oli-obkYuki Okushi-8/+17
2020-10-24Rollup merge of #78069 - fusion-engineering-forks:core-const-panic-str, r=Ral...Jonas Schievink-1/+8
2020-10-24Rollup merge of #76614 - NoraCodes:nora/control_flow_enum, r=scottmcmJonas Schievink-23/+17
2020-10-24Rollup merge of #78109 - cuviper:exhausted-rangeinc, r=dtolnayJonas Schievink-21/+43
2020-10-24Rollup merge of #77392 - Canop:option_insert, r=m-ou-seJonas Schievink-7/+37
2020-10-23add tracking issue number to option_insert feature gateCanop-1/+1
2020-10-23Update library/core/src/option.rsCanop-4/+0
2020-10-23Update library/core/src/option.rsCanop-0/+2
2020-10-23fix naming unconsistency between function doc and prototypeCanop-9/+8
2020-10-23more tests in option.insert, code cleaning in optionCanop-12/+17
2020-10-23remove `option.insert_with`Canop-19/+1
2020-10-23add `insert` and `insert_with` to `Option`Canop-0/+46
2020-10-23Rollup merge of #77969 - ryan-scott-dev:bigo-notation-consistency, r=m-ou-seYuki Okushi-9/+9
2020-10-23Rollup merge of #77339 - fusion-engineering-forks:tryfrom-nonzero-to-nonzero,...Yuki Okushi-0/+46
2020-10-22change the order of type arguments on ControlFlowLeonora Tindall-23/+17