about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
2022-09-29nonzero_negation_ops: Set `issue = "102443"`.John Millikin-5/+5
2022-09-28Auto merge of #100719 - CohenArthur:rust-safe-intrinsic-attribute, r=wesleywiserbors-0/+38
2022-09-28Add a niche to `Duration`, unix `SystemTime`, and non-apple `Instant`beetrees-46/+52
2022-09-28Update result.rsMarijn Schouten-3/+0
2022-09-28Rollup merge of #102288 - mejrs:inner, r=compiler-errorsYuki Okushi-0/+1
2022-09-28Rollup merge of #102232 - Urgau:stabilize-bench_black_box, r=TaKO8KiYuki Okushi-2/+1
2022-09-27Sort modwoppopo-1/+1
2022-09-27Rollup merge of #101555 - jhpratt:stabilize-mixed_integer_ops, r=joshtriplettMatthias Krüger-37/+24
2022-09-27Address feedbackmejrs-1/+1
2022-09-27Wrapper suggestionsmejrs-0/+1
2022-09-27Fix indentwoppopo-11/+11
2022-09-27Add newlineswoppopo-2/+2
2022-09-27Add test cases for const `Location`woppopo-0/+34
2022-09-27Stabilize bench_black_boxUrgau-2/+1
2022-09-27doc: rewrite doc for uint::{carrying_add,borrowing_sub}Trevor Spiteri-31/+49
2022-09-27core: Mark all safe intrinsics with #[rustc_safe_intrinsic]Arthur Cohen-0/+38
2022-09-27introduce `{char, u8}::is_ascii_octdigit`Akshay-0/+84
2022-09-27Add negation methods for signed non-zero integers.John Millikin-0/+154
2022-09-26Auto merge of #102283 - GuillaumeGomez:option-code-example-unwrap-or-default,...bors-12/+4
2022-09-26Rollup merge of #102326 - yancyribbens:splin-mut-doc-change, r=thomccMichael Howell-1/+1
2022-09-26Rollup merge of #102322 - sigaloid:master, r=GuillaumeGomezMichael Howell-0/+7
2022-09-26Rollup merge of #102283 - GuillaumeGomez:option-code-example-unwrap-or-defaul...Michael Howell-12/+4
2022-09-26Use a macro to not have to copy-paste `ConstFnMutClosure::new(&mut fold, Neve...Scott McMurray-114/+35
2022-09-26rustdoc: Update doc comment for splitn_mut to include mutable in the descriptionyancy-1/+1
2022-09-26Document that Display entails ToStringMatthew Esposito-0/+7
2022-09-26Improve code example for Option::unwrap_or_defaultGuillaume Gomez-12/+4
2022-09-26remove cfg(bootstrap)Pietro Albini-175/+5
2022-09-26replace stabilization placeholdersPietro Albini-5/+5
2022-09-26Rollup merge of #102263 - GuillaumeGomez:iterator-rposition-example, r=thomccfee1-dead-3/+3
2022-09-25Rollup merge of #102259 - gimbles:patch-1, r=joshtriplettfee1-dead-0/+1
2022-09-25Rollup merge of #102245 - ink-feather-org:const_cmp_by, r=fee1-deadfee1-dead-6/+49
2022-09-25Rollup merge of #102200 - ink-feather-org:const_default_impls, r=fee1-deadfee1-dead-2/+4
2022-09-25Rollup merge of #101800 - chriss0612:feat/const_split_at_mut, r=fee1-deadfee1-dead-2/+5
2022-09-25Rollup merge of #98111 - eggyal:issue-97982, r=GuillaumeGomezfee1-dead-11/+14
2022-09-25Clarify Iterator::rposition code exampleGuillaume Gomez-3/+3
2022-09-25Update option.rsGimgim-0/+1
2022-09-25Remove unused variable.Camille GILLOT-4/+0
2022-09-25Auto merge of #102169 - scottmcm:constify-some-conditions, r=thomccbors-25/+60
2022-09-24Constify cmp_min_max_byonestacked-6/+49
2022-09-24Add some more documentationScott McMurray-0/+26
2022-09-24Auto merge of #102234 - matthiaskrgr:rollup-5cb20l1, r=matthiaskrgrbors-69/+152
2022-09-24Rollup merge of #102186 - ink-feather-org:const_try_trait, r=fee1-deadMatthias Krüger-21/+104
2022-09-24Rollup merge of #100823 - WaffleLapkin:less_offsets, r=scottmcmMatthias Krüger-48/+48
2022-09-24Auto merge of #102167 - thomcc:exclusive-inline, r=scottmcmbors-1/+8
2022-09-24Auto merge of #100845 - timvermeulen:iter_compare, r=scottmcmbors-62/+88
2022-09-23Constify Residual behind const_tryonestacked-2/+5
2022-09-23Remove unused `ConstFn(Once)Closure` structs.onestacked-125/+0
2022-09-23Added some spacing in const closureonestacked-0/+10
2022-09-23Added const Default impls for Arrays and Tuples.onestacked-2/+4
2022-09-23Rollup merge of #102115 - Alfriadox:master, r=thomccMatthias Krüger-0/+23