about summary refs log tree commit diff
path: root/library/std/src/lib.rs
AgeCommit message (Expand)AuthorLines
2023-09-19Auto merge of #115627 - compiler-errors:icedump-no-std, r=m-ou-sebors-3/+0
2023-09-19Auto merge of #104101 - betrusted-io:xous-libstd-initial, r=bjorn3bors-0/+1
2023-09-18get rid of duplicate primitive_docsRalf Jung-1/+1
2023-09-17Rollup merge of #115477 - kellerkindt:stabilized_int_impl, r=dtolnayDylan DPC-1/+0
2023-09-07Don't modify libstd to dump rustc ICEsMichael Goulet-3/+0
2023-09-03Stabilize the Saturating type (saturating_int_impl, gh-87920)Michael Watzko-1/+0
2023-08-26Document std limitations before/after mainThe 8472-1/+25
2023-08-23Bump cfg(bootstrap)Mark Rousskov-2/+2
2023-08-22std: enable feature(slice_ptr_len) on xousSean Cross-0/+1
2023-08-18resolve conflictsKyle Lin-0/+1
2023-08-15fix typo: affect -> effectRalf Jung-1/+1
2023-08-13core/any: remove Provider traitwayne warren-1/+0
2023-08-12Remove unnecessary feature gatesJacob Pratt-1/+0
2023-08-11Auto merge of #113432 - klensy:ms-cut-backtrace, r=ChrisDentonbors-1/+7
2023-08-09Auto merge of #99747 - ankane:float_gamma, r=workingjubileebors-0/+1
2023-08-05use offset_of! to calculate dirent64 field offsetsThe 8472-0/+1
2023-08-03Add `internal_features` lintNilstrieb-0/+1
2023-07-31Add gamma and ln_gamma functions to f32 and f64Andrew Kane-0/+1
2023-07-30Rollup merge of #109075 - joboet:lazylock_backtrace, r=workingjubileeJubilee-0/+1
2023-07-28reduce deps for windows-msvc targets for backtraceklensy-1/+7
2023-07-24remove additional [allow(unused_unsafe)]James Dietz-1/+1
2023-07-19On nightly, dump ICE backtraces to diskEsteban Küber-0/+3
2023-07-09move personality to sysGus Caplan-1/+0
2023-07-05Revert "use c literals in library"León Orell Valerian Liehr-1/+0
2023-06-11reorder attributes to make miri-test-libstd work againRalf Jung-6/+7
2023-05-31use c literals in libraryklensy-0/+1
2023-04-27std: use `LazyLock` to lazily resolve backtracesjoboet-0/+1
2023-04-25Revert "Report allocation errors as panics"Matthias Krüger-1/+0
2023-04-25Revert "Remove #[alloc_error_handler] from the compiler and library"Matthias Krüger-0/+1
2023-04-23Auto merge of #110655 - ChrisDenton:read-to-end, r=joshtriplettbors-0/+1
2023-04-21Limit read size in `File::read_to_end` loopChris Denton-0/+1
2023-04-16Remove #[alloc_error_handler] from the compiler and libraryAmanieu d'Antras-1/+0
2023-04-16Report allocation errors as panicsAmanieu d'Antras-0/+1
2023-04-14Rollup merge of #110292 - scottmcm:sort-features-2, r=jyn514Yuki Okushi-7/+19
2023-04-13Add `tidy-alphabetical` to features in `alloc` & `std`Scott McMurray-7/+19
2023-04-10Stabilize IsTerminalJosh Triplett-1/+0
2023-04-06Stabilize is_some_andJonas Platte-1/+0
2023-03-29Stabilize a portion of 'once_cell'Trevor Gross-1/+1
2023-03-27Rollup merge of #97506 - JohnTitor:stabilize-nonnull-slice-from-raw-parts, r=...Matthias Krüger-1/+0
2023-03-13Rollup merge of #108419 - tgross35:atomic-as-ptr, r=m-ou-seMatthias Krüger-1/+0
2023-03-07Auto merge of #95317 - Jules-Bertholet:round_ties_to_even, r=pnkfelix,m-ou-se...bors-0/+1
2023-02-27Rollup merge of #107110 - strega-nil:mbtwc-wctmb, r=ChrisDentonMatthias Krüger-0/+1
2023-02-26Move IpAddr and SocketAddr to coreLinus Färnstrand-0/+2
2023-02-25[stdio][windows] Use MBTWC and WCTMBNicole Mazzuca-0/+1
2023-02-23Stabilize atomic_as_ptrTrevor Gross-1/+0
2023-02-10Remove a couple of `#[doc(hidden)] pub fn` and their `#[feature]` gatesTobias Bucher-4/+0
2023-02-01Stabilize feature 'cstr_from_bytes_until_nul'Trevor Gross-1/+0
2023-01-25Stabilize the const_socketaddr featureLinus Färnstrand-1/+0
2023-01-17refactor[std]: do not use box syntaxjoboet-1/+0
2023-01-08Auto merge of #104658 - thomcc:rand-update-and-usable-no_std, r=Mark-Simulacrumbors-0/+27