about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2023-02-26Add tracking issueJosh Triplett-1/+1
2023-02-26Move IpAddr and SocketAddr to coreLinus Färnstrand-0/+3300
2023-02-26Rollup merge of #108484 - Nilstrieb:Ë‚DiagnosticItemË‚FromFn˃ as FromË‚Ë...Matthias Krüger-1/+1
2023-02-26Rollup merge of #108299 - scottmcm:literal-bits, r=NilstriebMatthias Krüger-36/+46
2023-02-26Remove `from_fn` lang itemNilstrieb-1/+1
2023-02-26Rollup merge of #107890 - obeis:mapping-to-unit, r=cjgillotMatthias Krüger-0/+2
2023-02-25Auto merge of #107638 - zhangyunhao116:pdqsort-rand, r=cuviperbors-10/+14
2023-02-24Rollup merge of #106541 - fee1-dead-contrib:no-const-check-no, r=thomccDylan DPC-0/+77
2023-02-23Stabilize atomic_as_ptrTrevor Gross-6/+7
2023-02-23black_box doc corrections - Issue #107957pat-nel87-3/+3
2023-02-23Add lint against `Iterator::map` receiving a callable that returns `()`Obei Sideg-0/+2
2023-02-22Require `literal`s for some `(u)int_impl!` parametersScott McMurray-36/+46
2023-02-22Rollup merge of #107736 - tgross35:atomic-as-ptr, r=m-ou-seMatthias Krüger-6/+6
2023-02-22Optimize break patternszhangyunhao-10/+14
2023-02-20Rollup merge of #108279 - Nilstrieb:int, r=scottmcmMatthias Krüger-78/+356
2023-02-20Use named arguments for `int_impl` macroNilstrieb-39/+182
2023-02-20Use named arguments for `uint_impl` macroNilstrieb-39/+174
2023-02-20Stabilize const slice::split_atTrevor Spiteri-1/+2
2023-02-20Rollup merge of #108124 - kornelski:cstr_c_char, r=thomccMatthias Krüger-0/+5
2023-02-19Rollup merge of #108130 - tshepang:just-one-example, r=workingjubileeDylan DPC-42/+0
2023-02-19Rollup merge of #106933 - schuelermine:fix/doc/102451, r=AmanieuDylan DPC-6/+14
2023-02-18Update documentation of select_nth_unstable and select_nth_unstable_by and se...Anselm Schüler-6/+14
2023-02-16Use `partial_cmp` to implement tuple `lt`/`le`/`ge`/`gt`Scott McMurray-13/+35
2023-02-17Rollup merge of #104068 - yancyribbens:partial-cmp-doc-update, r=scottmcmMatthias Krüger-2/+20
2023-02-16rustdoc: Update the description to include PartialOrd elementsyancy-2/+20
2023-02-16"Basic usage" is redundant for there is just one exampleTshepang Mbambo-42/+0
2023-02-16Document that CStr::as_ptr returns a type aliasKornel-0/+5
2023-02-16Rollup merge of #108084 - ink-feather-org:const_range, r=dtolnayDylan DPC-40/+63
2023-02-15Drop unstable `Option::contains`, `Result::contains`, `Result::contains_err`soc-92/+0
2023-02-15clarify correctness of `black_box`Callum Leslie-1/+2
2023-02-15Constify `RangeBounds`, `RangeX::contains` and `RangeX::is_empty`.onestacked-40/+63
2023-02-14Auto merge of #108056 - matthiaskrgr:rollup-oa6bxvh, r=matthiaskrgrbors-0/+1
2023-02-14add a `#[rustc_coinductive]` attributelcnr-0/+1
2023-02-14"Basic usage" is redundant for there is just one exampleTshepang Mbambo-42/+0
2023-02-13fix and extend dropck documentationRalf Jung-11/+71
2023-02-13Auto merge of #107634 - scottmcm:array-drain, r=thomccbors-141/+306
2023-02-13Auto merge of #107980 - Dylan-DPC:rollup-u4b19bl, r=Dylan-DPCbors-48/+71
2023-02-13Inline `Poll` methodsEFanZh-0/+5
2023-02-13Rollup merge of #107962 - scottmcm:why-not-exact, r=Mark-SimulacrumDylan DPC-0/+21
2023-02-13Rollup merge of #107961 - scottmcm:unify-ilog-panics, r=Mark-SimulacrumDylan DPC-12/+38
2023-02-13Rollup merge of #107654 - pitaj:reword-integral-modules, r=thomccDylan DPC-36/+12
2023-02-13Auto merge of #107191 - Voultapher:reverse-timsort-scan-direction, r=thomccbors-220/+271
2023-02-12Rollup merge of #107943 - compiler-errors:document-pointer-like, r=jyn514Matthias Krüger-1/+4
2023-02-12Add a doc note about why `Chain` is not `ExactSizeIterator`Scott McMurray-0/+21
2023-02-12Auto merge of #105671 - lukas-code:depreciate-char, r=scottmcmbors-31/+12
2023-02-12Auto merge of #107894 - Voultapher:improve-heapsort-fallback, r=scottmcmbors-2/+5
2023-02-12Document PointerLikeMichael Goulet-1/+4
2023-02-11Auto merge of #106677 - tbu-:pr_less_doc_hidden_pub, r=scottmcmbors-111/+47
2023-02-11Split branches in heapsort child selectionLukas Bergdoll-1/+6
2023-02-10Rename atomic 'as_mut_ptr' to 'as_ptr' to match Cell (ref #66893)Trevor Gross-6/+6