summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2020-11-15Add missing `mut`.Mara Bos-1/+1
2020-11-15Reword safety guarantee of Pin::static_{ref,mut}.Mara Bos-6/+6
2020-11-15Add Pin::static_mut.Mara Bos-0/+14
2020-11-15Rename Pin::new_static to Pin::static_ref.Mara Bos-1/+1
2020-11-15Make Pin::new_static const.Mara Bos-1/+2
2020-11-15Add Pin::new_static.Mara Bos-0/+13
2020-11-15change the order of type arguments on ControlFlowLeonora Tindall-23/+17
2020-11-15Add `ControlFlow::is_{break,continue}` methodsLeSeulArtichaut-0/+14
2020-10-02Rollup merge of #77442 - pickfire:patch-7, r=scottmcmJonas Schievink-2/+3
2020-10-02Rollup merge of #77409 - pickfire:patch-6, r=GuillaumeGomezJonas Schievink-0/+11
2020-10-02Rollup merge of #77405 - timvermeulen:iter_advance_by_tracking_issue, r=scottmcmJonas Schievink-2/+2
2020-10-02Clean up on example doc fixes for ptr::copyIvan Tham-2/+3
2020-10-02Rollup merge of #77385 - scottmcm:fix-77220, r=jyn514Yuki Okushi-1/+11
2020-10-02Rollup merge of #77111 - fusion-engineering-forks:stabilize-slice-ptr-range, ...Yuki Okushi-4/+2
2020-10-01Auto merge of #76971 - bugadani:issue-75659, r=Amanieubors-16/+27
2020-10-02Remove trailing whitespace in iter chain docIvan Tham-1/+1
2020-10-02Add example for iter chain structIvan Tham-0/+11
2020-10-01Add tracking issueTim Vermeulen-2/+2
2020-10-01Things are only moved if non-copyscottmcm-1/+1
2020-09-30Improve the example for ptr::copyScott McMurray-1/+11
2020-10-01Auto merge of #77381 - Dylan-DPC:rollup-0sr6p5p, r=Dylan-DPCbors-30/+114
2020-10-01Rollup merge of #77315 - exrook:rename-allocerror, r=joshtriplettDylan DPC-14/+14
2020-10-01Rollup merge of #76909 - timvermeulen:advance_by, r=AmanieuDylan DPC-16/+100
2020-09-30Auto merge of #76325 - lzutao:split-core-str, r=Amanieubors-2444/+2506
2020-09-29Auto merge of #77289 - TimDiekmann:alloc-ref-by-ref, r=Amanieubors-1/+1
2020-09-28Rename AllocErr to AllocErrorJacob Hughes-14/+14
2020-09-28Rollup merge of #77194 - pickfire:patch-7, r=withoutboatsRalf Jung-0/+2
2020-09-28Rollup merge of #77170 - ecstatic-morse:const-fn-ptr, r=oli-obkRalf Jung-6/+3
2020-09-28Rollup merge of #76454 - poliorcetics:ui-to-unit-test-1, r=matkladRalf Jung-1/+2
2020-09-28Change `AllocRef::by_ref` to take `&self` instead of `&mut self`Tim Diekmann-1/+1
2020-09-27Remove `rustc_allow_const_fn_ptr`Dylan MacKenzie-6/+1
2020-09-27Add a feature gate for basic function pointer use in `const fn`Dylan MacKenzie-0/+2
2020-09-27Refactor memchr to allow optimizationDániel Buga-16/+27
2020-09-26Rollup merge of #77122 - ecstatic-morse:const-fn-arithmetic, r=RalfJung,oli-obkRalf Jung-0/+1
2020-09-26Rollup merge of #77076 - GuillaumeGomez:missing-code-examples-slice-iter, r=D...Ralf Jung-0/+164
2020-09-26Rollup merge of #75454 - ltratt:option_optimisation_guarantees, r=dtolnayRalf Jung-4/+17
2020-09-26Remove unneeded tidy commentLzu Tao-2/+0
2020-09-26Gather all ZST structs of str togetherLzu Tao-26/+22
2020-09-26Move functions converting bytes to str to new modLzu Tao-194/+202
2020-09-26Move utf-8 validating helpers to new modLzu Tao-279/+288
2020-09-26Move str's impl of iterations to new modLzu Tao-1246/+1292
2020-09-26Move traits implementation of str to new modLzu Tao-602/+599
2020-09-26Move Utf8Error to new modLzu Tao-126/+134
2020-09-26Stabilize slice_ptr_range.Mara Bos-4/+2
2020-09-25Auto merge of #77201 - matthewjasper:rename-get-unchecked, r=spastorinobors-57/+65
2020-09-25review: fix nits and move panic safety tests to the correct placeAlexis Bourget-1/+2
2020-09-25Add missing code examples on slice iter typesGuillaume Gomez-0/+164
2020-09-25Rename Iterator::get_uncheckedMatthew Jasper-57/+65
2020-09-25Rollup merge of #77176 - austinkeeley:intrinsics-documentatation-error, r=jyn514Jonas Schievink-1/+1
2020-09-25Rollup merge of #77097 - fusion-engineering-forks:slice-ptr-range-const-fn, r...Jonas Schievink-3/+6