about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2020-11-01Remove incorrect statement about line ending content in lines doc changeDave Rolsky-2/+2
2020-10-31Clarify handling of final line ending in str::lines()Dave Rolsky-1/+3
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
2020-10-22Fix const core::panic!(non_literal_str).Mara Bos-1/+8
2020-10-22Rollup merge of #78200 - LeSeulArtichaut:controlflow-is-meth, r=scottmcmYuki Okushi-0/+14
2020-10-21Add `ControlFlow::is_{break,continue}` methodsLeSeulArtichaut-0/+14
2020-10-21switch allow_internal_unstable const fns to rustc_allow_const_fn_unstableFlorian Warzecha-8/+17
2020-10-21Add tracking issue number for pin_static_ref.Mara Bos-2/+2
2020-10-21Rollup merge of #78063 - camelid:improve-cannot-multiply-error, r=estebankYuki Okushi-2/+2
2020-10-21Rollup merge of #77726 - fusion-engineering-forks:static-pin, r=dtolnayYuki Okushi-0/+28
2020-10-20Check for exhaustion in SliceIndex for RangeInclusiveJosh Stone-20/+26
2020-10-20Wrapping intrinsics update linkmbartlett21-6/+6
2020-10-19make exhausted RangeInclusive::end_bound return Excluded(end)Josh Stone-2/+8
2020-10-19Check for exhaustion in RangeInclusive::containsJosh Stone-1/+11
2020-10-19Rollup merge of #77877 - scottmcm:fewer-try-trait-method-references, r=shepma...Guillaume Gomez-34/+31
2020-10-19Auto merge of #77874 - camelid:range-docs-readability, r=scottmcmbors-40/+52
2020-10-18Improve range docsCamelid-40/+52
2020-10-18Auto merge of #76885 - dylni:move-slice-check-range-to-range-bounds, r=KodrAusbors-83/+97
2020-10-17Improve wording of "cannot multiply" type errorCamelid-2/+2
2020-10-17Rollup merge of #77971 - jyn514:broken-intra-doc-links, r=mark-simulacrumYuki Okushi-12/+11