about summary refs log tree commit diff
path: root/library/std/src/lib.rs
AgeCommit message (Expand)AuthorLines
2022-01-11Partially stabilize `maybe_uninit_extra`Miguel Ojeda-1/+0
2022-01-08Make source links look cleanerJacob Hoffman-Andrews-2/+2
2022-01-05Add is_riscv_feature_detected!; modify impl of hint::spin_loopluojia65-0/+1
2021-12-15Rollup merge of #91881 - Patrick-Poitras:stabilize-iter-zip, r=scottmcmMatthias Krüger-1/+0
2021-12-14Stabilize iter::zip.PFPoitras-1/+0
2021-12-14Auto merge of #91728 - Amanieu:stable_asm, r=joshtriplettbors-2/+0
2021-12-13Stabilize const_cstr_uncheckedKonrad Borowski-1/+0
2021-12-12Stabilize asm! and global_asm!Amanieu d'Antras-2/+0
2021-12-09Auto merge of #81156 - DrMeepster:read_buf, r=joshtriplettbors-0/+2
2021-12-06Implement concat_bytes!Smitty-0/+9
2021-12-05Rollup merge of #91355 - alexcrichton:stabilize-thread-local-const, r=m-ou-seMatthias Krüger-4/+1
2021-11-30Apply cfg-bootstrap switchMark Rousskov-7/+3
2021-11-29std: Stabilize the `thread_local_const_init` featureAlex Crichton-4/+1
2021-11-24Rollup merge of #90420 - GuillaumeGomez:rustdoc-internals-feature, r=camelidGuillaume Gomez-2/+3
2021-11-24Create rustdoc_internals feature gateGuillaume Gomez-2/+3
2021-11-20Implement IEEE 754-2019 minimun and maximum functions for f32/f64Loïc BRANSTETT-0/+1
2021-11-13Auto merge of #89551 - jhpratt:stabilize-const_raw_ptr_deref, r=oli-obkbors-1/+2
2021-11-13Auto merge of #89167 - workingjubilee:use-simd, r=MarkSimulacrumbors-0/+4
2021-11-12Expose portable-simd as core::simdJubilee Young-0/+4
2021-11-06Stabilize `const_raw_ptr_deref` for `*const T`Jacob Pratt-1/+2
2021-11-02read_bufDrMeepster-0/+2
2021-10-27Auto merge of #90273 - nbdd0121:const, r=fee1-deadbors-0/+1
2021-10-25Remove fNN::lerp - consensus unlikelyCAD97-1/+0
2021-10-25Clean up special function const checksGary Guo-0/+1
2021-10-23update cfg(bootstrap)Pietro Albini-2/+2
2021-10-22Rollup merge of #88624 - kellerkindt:master, r=JohnTitorYuki Okushi-1/+0
2021-10-21Stabilize feature saturating_div for rust 1.58Michael Watzko-1/+0
2021-10-14Fix missing remaining compiler specific cfg informationGuillaume Gomez-1/+9
2021-10-07Rollup merge of #89596 - GuillaumeGomez:implicit-doc-cfg, r=jyn514Guillaume Gomez-0/+2
2021-10-06Rollup merge of #87601 - a1phyr:feature_uint_add_signed, r=kennytmManish Goregaokar-0/+1
2021-10-06Clean up code a bit:Guillaume Gomez-4/+2
2021-10-05Suppress some cfg from being shown in the stdlib docsWim Looman-1/+5
2021-10-04Stabilize try_reserveKornel-1/+0
2021-10-01Add methods to add/sub `uX` to/from `iX`Benoît du Garreau-1/+1
2021-10-01Add functions to add unsigned and signed integersBenoît du Garreau-0/+1
2021-09-30Rollup merge of #89303 - guswynn:std_suspend, r=dtolnayManish Goregaokar-0/+1
2021-09-29Auto merge of #89011 - bjorn3:restructure_rt, r=dtolnaybors-6/+6
2021-09-27lock typesGus Wynn-0/+1
2021-09-19Rollup merge of #89017 - the8472:fix-u64-time-monotonizer, r=kennytmYuki Okushi-0/+1
2021-09-17use AtomicU64::fetch_update instead of handrolled RMW-loopThe8472-0/+1
2021-09-16Rustfmtbjorn3-1/+1
2021-09-16Merge sys_common::rt into rtbjorn3-5/+5
2021-09-15Allow `panic!("{}", computed_str)` in const fn.Gary Guo-0/+1
2021-09-08Bump stage0 compiler to 1.56Mark Rousskov-2/+1
2021-09-02Auto merge of #87580 - ChrisDenton:win-arg-parse-2008, r=m-ou-sebors-0/+1
2021-08-31Stabilize `UnsafeCell::raw_get()`inquisitivecrystal-1/+0
2021-08-28Auto merge of #87921 - kellerkindt:master, r=kennytmbors-0/+2
2021-08-19Add doctests to and fix saturating_div for signed integer typesMichael Watzko-0/+1
2021-08-17Constified `Default` implementationsDeadbeef-0/+1
2021-08-16feature gate doc(primitive)Joshua Nelson-0/+1