summary refs log tree commit diff
path: root/library/core/src/lib.rs
AgeCommit message (Expand)AuthorLines
2020-12-10Auto merge of #79621 - usbalbin:constier_maybe_uninit, r=RalfJungbors-0/+4
2020-12-08Make assume_init_{ref,mut} constAlbin Hedman-0/+1
2020-12-02Resolved some of the commentsAlbin Hedman-1/+2
2020-12-02Even more constAlbin Hedman-0/+1
2020-12-02Make some of MaybeUninit's methods constAlbin Hedman-0/+1
2020-12-01add const_allocate intrisicVishnunarayan K I-0/+1
2020-11-25Auto merge of #79336 - camelid:rename-feature-oibit-to-auto, r=oli-obkbors-1/+2
2020-11-23Rename `optin_builtin_traits` to `auto_traits`Camelid-1/+2
2020-11-23stabilize const_int_powTrevor Spiteri-2/+0
2020-11-19Bump bootstrap compiler versionJake Goulding-6/+4
2020-11-17add trailing_zeros and leading_zeros to non zero typesAndreas Jonson-0/+1
2020-11-09Rollup merge of #77640 - ethanboxx:int_error_matching_attempt_2, r=KodrAusDylan DPC-0/+1
2020-11-08Rollup merge of #78728 - a1phyr:const_cell_into_inner, r=dtolnayMara Bos-0/+1
2020-11-05Rename lint to non_autolinksGuillaume Gomez-1/+1
2020-11-05Rename automatic_links to url_improvementsGuillaume Gomez-1/+1
2020-11-05Fix automatic_links warningsGuillaume Gomez-0/+1
2020-11-04Constantify `UnsafeCell::into_inner` and relatedBenoît du Garreau-0/+1
2020-10-27Do not depend on except for bootstrapSantiago Pastorino-1/+1
2020-10-27Add unsized_fn_params featureSantiago Pastorino-0/+1
2020-10-26Apply suggested changesEthan Brierley-0/+1
2020-10-21switch allow_internal_unstable const fns to rustc_allow_const_fn_unstableFlorian Warzecha-0/+1
2020-10-19Rollup merge of #77877 - scottmcm:fewer-try-trait-method-references, r=shepma...Guillaume Gomez-0/+1
2020-10-16stop relying on feature(untagged_unions) in stdlibRalf Jung-1/+1
2020-10-16Rollup merge of #75265 - WaffleLapkin:str_split_as_str, r=dtolnayDylan DPC-0/+2
2020-10-12Use `try{}` in `try_fold` to decouple library from `Try` detailsScott McMurray-0/+1
2020-10-10Revert "Assume slice len is bounded by allocation size"Simonas Kazlauskas-1/+0
2020-10-07Bump to 1.48 bootstrap compilerMark Rousskov-3/+2
2020-10-05Remove `fn` from feature nameDylan MacKenzie-1/+1
2020-10-05Add requisite feature gates in the standard libraryDylan MacKenzie-0/+1
2020-10-04Assume slice len is bounded by allocation sizeAndreas Molzer-1/+2
2020-10-01add `str::SplitInclusive::as_str` methodWaffle-0/+1
2020-10-01add `str::{Split,RSplit}::as_str` methodsWaffle-0/+1
2020-09-27Add a feature gate for basic function pointer use in `const fn`Dylan MacKenzie-0/+1
2020-09-25Add new feature gate to standard libraryDylan MacKenzie-0/+1
2020-09-24Auto merge of #77083 - KodrAus:revert/const-type-id, r=RalfJungbors-0/+1
2020-09-23revert const_type_id stabilizationAshley Mannix-0/+1
2020-09-22Update library functions with stability attributesDylan MacKenzie-0/+2
2020-09-21Rollup merge of #76655 - CDirkx:const-pin, r=ecstatic-morseecstatic-morse-0/+1
2020-09-21Auto merge of #76295 - mati865:remove-mmx, r=Amanieu,oli-obkbors-1/+0
2020-09-20Auto merge of #76975 - RalfJung:rollup-s2wiuqr, r=RalfJungbors-7/+0
2020-09-20Rollup merge of #76866 - est31:master, r=lcnrRalf Jung-7/+0
2020-09-20Remove MMX from RustMateusz Mikuła-1/+0
2020-09-20Auto merge of #76136 - CDirkx:const-result, r=dtolnaybors-1/+0
2020-09-20Remove some unused features from alloc core and stdest31-7/+0
2020-09-19Move dummy integer modules (like core::u32) to shells dirLzu Tao-13/+13
2020-09-14Stabilize doc_alias featureGuillaume Gomez-1/+1
2020-09-13Make some methods of `Pin` unstable constChristiaan Dirkx-0/+1
2020-09-08Add saturating methods for `Duration`marmeladema-0/+1
2020-09-06Remove unneeded `#[cfg(not(test))]` from libcoreJonas Schievink-11/+0
2020-08-31Stabilize some Result methods as constCDirkx-1/+0