about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2024-04-10Add basic f16 and f128 modulesTrevor Gross-0/+36
2024-04-10Add basic library support for `f16` and `f128`Trevor Gross-11/+20
2024-04-10Revert "Put basic impls for f16 and f128 behind cfg(not(bootstrap))"Trevor Gross-21/+6
2024-04-09Fix typo in `Future::poll()` docsJules Bertholet-1/+1
2024-04-08Stabilize `cstr_count_bytes`Trevor Gross-3/+1
2024-04-08Rollup merge of #123564 - scottmcm:step-by-div-zero, r=joboetMatthias Krüger-31/+49
2024-04-08Auto merge of #120131 - oli-obk:pattern_types_syntax, r=compiler-errorsbors-0/+17
2024-04-08Rollup merge of #123595 - balaganesh102004:master, r=joboetMatthias Krüger-1/+1
2024-04-08Add pattern types to parserOli Scherer-0/+17
2024-04-07Fix typo in library/core/src/iter/traits/iterator.rsGabriel Dolberg-1/+1
2024-04-07Made changes in documentationBALAGANESH-1/+1
2024-04-07Auto merge of #123561 - saethlin:str-unchecked-sub-index, r=scottmcmbors-6/+9
2024-04-07Rollup merge of #123522 - dtolnay:constatomicintoinner, r=NilstriebMatthias Krüger-6/+48
2024-04-07Rollup merge of #123411 - saethlin:ub-checks, r=Urgau,RalfJungMatthias Krüger-7/+7
2024-04-06Don't emit divide-by-zero panic paths in `StepBy::len`Scott McMurray-31/+49
2024-04-06Use unchecked_sub in str indexingBen Kimock-6/+9
2024-04-06Rollup merge of #123541 - RalfJung:remove-old-hacks, r=Mark-SimulacrumGuillaume Gomez-5/+1
2024-04-06Put checks that detect UB under their own flag below debug_assertionsBen Kimock-7/+7
2024-04-06Rollup merge of #122291 - lilasta:stabilize_const_location_fields, r=dtolnayMatthias Krüger-6/+5
2024-04-06Rollup merge of #114788 - tisonkun:get_mut_or_init, r=dtolnayMatthias Krüger-9/+84
2024-04-06remove miri-test-libstd hacks that are no longer neededRalf Jung-5/+1
2024-04-05Hide async_gen_internals from standard library documentationDavid Tolnay-0/+3
2024-04-05Stabilize const Atomic*::into_innerDavid Tolnay-6/+48
2024-04-05Auto merge of #123317 - RalfJung:test-in-miri, r=m-ou-se,saethlin,onur-ozkanbors-0/+4
2024-04-04Rollup merge of #123206 - stepancheg:pointee-metadata-freeze, r=AmanieuJacob Pratt-1/+2
2024-04-05Impl `DerefPure` for more std typesNadrieril-3/+15
2024-04-04force exhaustion in iter::ArrayChunks::into_remainderArthur Carcano-1/+14
2024-04-03Rollup merge of #122964 - joboet:pointer_expose, r=AmanieuMatthias Krüger-20/+25
2024-04-03add 'x.py miri', and make it work for 'library/{core,alloc,std}'Ralf Jung-0/+4
2024-04-03Add docs for `FromIterator<(AE, BE)> for (A, B)`Maybe Waffle-0/+19
2024-04-03Implement `FromIterator<(AE, BE)>` for `(impl Default+Extend<AE>, impl Defaul...Maybe Waffle-0/+14
2024-04-03rename `expose_addr` to `expose_provenance`joboet-20/+25
2024-04-03Auto merge of #123390 - tgross35:f16-f128-libs-basic-impls-bootstrap, r=jhprattbors-6/+21
2024-04-02Rollup merge of #123203 - jkarneges:context-ext, r=AmanieuJacob Pratt-3/+64
2024-04-02Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=AmanieuJacob Pratt-26/+33
2024-04-02set tracking issueJustin Karneges-4/+4
2024-04-02Auto merge of #123385 - matthiaskrgr:rollup-v69vjbn, r=matthiaskrgrbors-32/+77
2024-04-02Put basic impls for f16 and f128 behind cfg(not(bootstrap))Trevor Gross-6/+21
2024-04-02Rollup merge of #123226 - scottmcm:u32-shifts, r=WaffleLapkinMatthias Krüger-31/+64
2024-04-02Rollup merge of #123198 - krtab:build_hasher_default_const_new, r=AmanieuMatthias Krüger-1/+13
2024-04-02Auto merge of #118310 - scottmcm:three-way-compare, r=davidtwcobors-6/+36
2024-04-02DOC: Add FFI example for slice::from_raw_parts()Matthias Geier-0/+21
2024-04-02Auto merge of #122945 - andy-k:sorted-vec-example, r=jhprattbors-3/+5
2024-04-01Fix error message for `env!` when env var is not valid Unicodebeetrees-1/+2
2024-03-31Rollup merge of #123271 - JaniM:janim/sliceindex-doc, r=NilstriebJubilee-0/+11
2024-03-31warn against implementing FreezeRalf Jung-0/+7
2024-03-31doc: describe panic conditions for SliceIndex implementationsJani Mustonen-0/+11
2024-03-31Require Pointee::Metadata to be FreezeStepan Koltsov-1/+2
2024-03-31Auto merge of #123181 - stepancheg:pointee-metadata-debug, r=the8472,Amanieubors-1/+1
2024-03-30Auto merge of #123085 - tgross35:f16-f128-step4.0-libs-basic-impls, r=Amanieubors-4/+10