about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2022-10-04Rollup merge of #102574 - aDotInTheVoid:const_collections_with_hasher, r=oli-...Michael Howell-2/+17
2022-10-04Auto merge of #101768 - sunfishcode:sunfishcode/wasi-stdio-lock-asfd, r=josht...bors-0/+27
2022-10-04Rollup merge of #102647 - oli-obk:tilde_const_bounds, r=fee1-deadMatthias Krüger-1/+2
2022-10-04Rollup merge of #101642 - SkiFire13:fix-inplace-collection-leak, r=the8472Dylan DPC-36/+67
2022-10-04Rollup merge of #101189 - daxpedda:ready-into-inner, r=joshtriplettDylan DPC-0/+24
2022-10-04Only allow ~const bounds for traits with #[const_trait]Oli Scherer-1/+2
2022-10-04Rollup merge of #102628 - H4x5:master, r=scottmcmMatthias Krüger-1/+1
2022-10-04Auto merge of #99099 - Stargateur:phantomdata_debug, r=joshtriplettbors-1/+1
2022-10-03Auto merge of #102632 - matthiaskrgr:rollup-h8s3zmo, r=matthiaskrgrbors-27/+360
2022-10-03Rollup merge of #101308 - nerdypepper:feature/is-ascii-octdigit, r=joshtriplettMatthias Krüger-0/+84
2022-10-03Rollup merge of #100470 - reitermarkus:patch-1, r=joshtriplettMatthias Krüger-1/+1
2022-10-03Rollup merge of #99460 - JanBeh:PR_asref_asmut_docs, r=joshtriplettMatthias Krüger-18/+187
2022-10-03Rollup merge of #99216 - duarten:master, r=joshtriplettMatthias Krüger-8/+73
2022-10-03Rollup merge of #98218 - kpreid:nostdarc, r=joshtriplettMatthias Krüger-0/+15
2022-10-03Clarify documentationGiacomo Stevanato-4/+3
2022-10-03Change the parameter name of From::from to `value`H4x5-1/+1
2022-10-03Rollup merge of #102607 - WaffleLapkin:docky_docky_slice_from_ptr_range, r=jo...Matthias Krüger-1/+23
2022-10-03Rollup merge of #102569 - eduardosm:from_str-example, r=joshtriplettMatthias Krüger-5/+9
2022-10-03Add SAFETY comments for AsFd implementations on stdin/stdout/stderrJosh Triplett-0/+3
2022-10-03Add stability attributes.Dan Gohman-3/+6
2022-10-03Sync docs of `slice::{from_ptr_range, from_ptr_range_mut}`Maybe Waffle-1/+15
2022-10-03Document when `slice::from_ptr_range[_mut]` panicMaybe Waffle-0/+8
2022-10-02Auto merge of #102586 - Dylan-DPC:rollup-g107h6z, r=Dylan-DPCbors-85/+165
2022-10-02Rollup merge of #102556 - WaffleLapkin:implied_by_btree_new, r=Mark-SimulacrumDylan DPC-4/+20
2022-10-02Rollup merge of #102098 - xfix:weak-upgrade-fetch-update, r=Mark-SimulacrumDylan DPC-23/+16
2022-10-02Rollup merge of #100451 - hovinen:no-panic-on-result-err-in-test, r=Mark-Simu...Dylan DPC-58/+129
2022-10-02Auto merge of #98354 - camsteffen:is-some-and-by-value, r=m-ou-sebors-19/+28
2022-10-02Make Hash{Set,Map}::with_hasher unstably constNixon Enraght-Moony-2/+17
2022-10-02Auto merge of #102548 - nikic:inline-cell-replace, r=scottmcmbors-0/+1
2022-10-02Improve `FromStr` exampleEduardo Sánchez Muñoz-5/+9
2022-10-02Auto merge of #102535 - scottmcm:optimize-split-at-partition-point, r=thomccbors-3/+12
2022-10-02Rollup merge of #102405 - hkBst:patch-3, r=Mark-SimulacrumMatthias Krüger-3/+0
2022-10-02Rollup merge of #102313 - anirudh24seven:update_sleep_ms_doc, r=Mark-SimulacrumMatthias Krüger-0/+2
2022-10-01Make `feature(const_btree_len)` implied by `feature(const_btree_new)`Maybe Waffle-4/+20
2022-10-01Change feature name to is_some_andCameron Steffen-7/+7
2022-10-01Change is_some_and to take by valueCameron Steffen-12/+21
2022-10-01Mark Cell::replace() as #[inline]Nikita Popov-0/+1
2022-09-30Tell LLVM that `partition_point` returns a valid fencepostScott McMurray-3/+12
2022-10-01`SetFileTime` doesn't allow setting the file time to `0xFFFF_FFFF_FFFF_FFFF`beetrees-0/+8
2022-10-01Error instead of panicking when setting file times if the passed `SystemTime`...beetrees-49/+37
2022-09-30Auto merge of #102520 - matthiaskrgr:rollup-7nreat0, r=matthiaskrgrbors-26/+40
2022-09-30Add back ConstFnMutClosure::new, fix formattingonestacked-47/+48
2022-09-30Fixed Documentation for wrap_mut_2_imponestacked-1/+1
2022-09-30Added more const_closure functionality.onestacked-49/+62
2022-09-29Fix integer overflow in `format!("{:.0?}", Duration::MAX)`beetrees-11/+52
2022-09-29Rollup merge of #102452 - granolocks:grammar-tweak, r=thomccDylan DPC-1/+1
2022-09-29Rollup merge of #102435 - GuillaumeGomez:improve-iterator-reduce-example, r=t...Dylan DPC-14/+5
2022-09-29Rollup merge of #102342 - jmillikin:nonzero-negation, r=scottmcmDylan DPC-0/+154
2022-09-29fix minor ungrammatical sentenceGabe Koss-1/+1
2022-09-29Rollup merge of #102433 - RalfJung:temp-dir-typo, r=thomccYuki Okushi-1/+1