about summary refs log tree commit diff
path: root/library/std
AgeCommit message (Expand)AuthorLines
2021-01-31Use fully qualified syntax to avoid dynXavientois-2/+22
2021-01-31Remove unnecessary default keywordXavientois-4/+6
2021-01-31Remove stable annotationXavientois-3/+0
2021-01-31Fix formattingXavientois-10/+2
2021-01-31Add dyn for SizeHint castXavientois-1/+1
2021-01-31Remove exposing private traitXavientois-2/+2
2021-01-31Fix semicolonXavientois-1/+1
2021-01-31Add back lower_bound as memeberXavientois-0/+2
2021-01-31Add default keyword for specializationXavientois-5/+5
2021-01-31Fix incorrect tokenXavientois-1/+1
2021-01-31Move default to trait definitionXavientois-6/+4
2021-01-31Add missing genericXavientois-1/+1
2021-01-31Use helper trait to follow min_specialization rulesXavientois-4/+24
2021-01-31Fix implementation to specializeXavientois-1/+1
2021-01-31Implement size_hint for BufReaderXavientois-2/+21
2021-01-31Add doc aliases for "delete"Konrad Borowski-0/+5
2021-01-31Auto merge of #81478 - sivadeilra:windows_dll_imports, r=m-ou-sebors-71/+95
2021-01-31Rollup merge of #81550 - xfix:replace-mention-of-predecessor, r=jonas-schievinkJonas Schievink-4/+4
2021-01-31Rollup merge of #78044 - oberien:empty-seek, r=m-ou-seJonas Schievink-2/+37
2021-01-30impl Seek for Emptyoberien-2/+37
2021-01-30Replace predecessor with range in collections documentationKonrad Borowski-4/+4
2021-01-30Misc ip documentation fixesest31-7/+7
2021-01-30Rollup merge of #80886 - RalfJung:stable-raw-ref-macros, r=m-ou-seYuki Okushi-1/+0
2021-01-30Rollup merge of #79023 - yoshuawuyts:stream, r=KodrAusYuki Okushi-0/+17
2021-01-30Expose correct symlink API on WASIIngvar Stepanyan-9/+5
2021-01-29sys: use `process::abort()` instead of `arch::wasm32::unreachable()`Miguel Ojeda-1/+1
2021-01-29Resolve DLL imports at CRT startup, not on demandArlie Davis-71/+95
2021-01-29rename raw_const/mut -> const/mut_addr_of, and stabilize themRalf Jung-1/+0
2021-01-28Rollup merge of #70904 - LukasKalbertodt:stabilize-seek-convenience, r=m-ou-seYuki Okushi-5/+3
2021-01-27Auto merge of #81335 - thomwiggers:no-panic-shrink-to, r=Mark-Simulacrumbors-8/+3
2021-01-26shrink_to shouldn't panic on len greater than capacityThom Wiggers-8/+3
2021-01-25Make std::panic_2021 an alias for core::panic_2021.Mara Bos-10/+1
2021-01-25Implement new panic!() behaviour for Rust 2021.Mara Bos-0/+47
2021-01-24Rollup merge of #79174 - taiki-e:std-future, r=Mark-SimulacrumJonas Schievink-20/+2
2021-01-24Rollup merge of #75180 - KodrAus:feat/error-by-ref, r=m-ou-seJonas Schievink-0/+21
2021-01-24Auto merge of #81250 - sivadeilra:remove_xp_compat, r=joshtriplett,m-ou-sebors-145/+81
2021-01-24Stabilize `Seek::stream_position` & change feature of `Seek::stream_len`Lukas Kalbertodt-5/+3
2021-01-23Rollup merge of #81281 - a1phyr:inline_path, r=dtolnayJonas Schievink-0/+103
2021-01-23Add Frames iterator for BacktraceSean Chen-38/+92
2021-01-22Auto merge of #72160 - slo1:libstd-setgroups, r=KodrAusbors-7/+41
2021-01-22Inline methods of Path and OsStringBenoƮt du Garreau-0/+103
2021-01-22Add `core::stream::Stream`Yoshua Wuyts-0/+17
2021-01-22Rollup merge of #81233 - lzutao:dbg, r=KodrAusMara Bos-0/+4
2021-01-22Rollup merge of #81202 - lzutao:dbg_ipv6, r=AmanieuMara Bos-4/+7
2021-01-22Rollup merge of #81194 - m-ou-se:stabilize-panic-any, r=m-ou-seMara Bos-2/+2
2021-01-22Remove delay-binding for Win XP and VistaArlie Davis-145/+81
2021-01-21Add setgroups to std::os::unix::process::CommandExtslo1-7/+41
2021-01-21Make documentation of which items the prelude exports more readably.Frank Steffahn-33/+33
2021-01-21Auto merge of #81240 - JohnTitor:rollup-ieaz82a, r=JohnTitorbors-21/+24
2021-01-21Rollup merge of #81219 - joshtriplett:temp_dir-docs, r=sfacklerYuki Okushi-6/+9