about summary refs log tree commit diff
path: root/src/libcore/lib.rs
AgeCommit message (Expand)AuthorLines
2018-09-22core: fix deprecated warningsJorge Aparicio-0/+2
2018-09-14Move std::os::raw::c_void into libcore and re-export in libstdIsaac Woods-0/+1
2018-09-11stabalize infer outlives requirements (RFC 2093).toidiu-1/+0
2018-09-01rebaseTim-0/+7
2018-08-27Auto merge of #53227 - nivkner:pin_move, r=RalfJungbors-0/+1
2018-08-27Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakisbors-0/+1
2018-08-24check that adding infer-outlives requirement to all crates worksNiko Matsakis-0/+1
2018-08-23Stabilize 'attr_literals' feature.Sergio Benitez-1/+0
2018-08-23move PinMut into pin module and export through stdNiv Kaminer-0/+1
2018-08-15Make core::sync::atomic::Ordering #[non_exhaustive]varkor-0/+1
2018-08-09[nll] libcore: enable feature(nll) for bootstrapmemoryruins-0/+1
2018-08-07Place unions, pointer casts and pointer derefs behind extra feature gatesOliver Schneider-0/+1
2018-08-05Remove unnecessary or invalid feature attributesvarkor-4/+0
2018-07-20Update stdsimd to undo an accidental stabilizationAlex Crichton-3/+0
2018-07-06Remove unnecessary feature gate.Thayne McCombs-1/+0
2018-07-04Auto merge of #51395 - SimonSapin:repr-transparent, r=SimonSapinbors-0/+1
2018-07-01Rollup merge of #51511 - Centril:feature/stabilize_iterator_flatten, r=SimonS...Pietro Albini-1/+0
2018-06-30Bootstrap from 1.28.0-beta.3Mark Simulacrum-1/+0
2018-06-16Add #[repr(transparent)] to some libcore typesSimon Sapin-0/+1
2018-06-12Stabilize #[repr(transparent)]Simon Sapin-1/+1
2018-06-11stabilize Iterator::flatten in 1.29, fixes #48115.Mazdak Farrokhzad-1/+0
2018-06-11Remove deprecated heap modulesSimon Sapin-7/+0
2018-06-10Auto merge of #51200 - tmccombs:stable-iter-repeat-with, r=Centril,kennytmbors-1/+0
2018-06-06Auto merge of #51263 - cramertj:futures-in-core, r=aturonbors-0/+5
2018-06-06Add Future and task system to the standard libraryTaylor Cramer-0/+5
2018-06-03Rollup merge of #51299 - faern:const-int-ops, r=oli-obkMark Simulacrum-0/+1
2018-06-03s/panic_fmt/panic_impl/g in docsJorge Aparicio-1/+1
2018-06-02Stabilize iterator_repeat_withThayne McCombs-1/+0
2018-06-02Make most integer operations const fnsLinus Färnstrand-0/+1
2018-05-27lib.rs don't beautifuluuttff8-2/+2
2018-05-22Add Option::as_pin_mutTaylor Cramer-0/+1
2018-05-21Make `[T]::len` and `str::len` const fnOliver Schneider-0/+3
2018-05-17Switch to 1.26 bootstrap compilerMark Simulacrum-12/+7
2018-05-16Make core::nonzero privateSimon Sapin-1/+1
2018-05-06Added some simple documentation.kennytm-0/+8
2018-05-06Some final touches to ensure `./x.py test --stage 0 src/lib*` workskennytm-0/+1
2018-05-01Auto merge of #49724 - kennytm:range-inc-start-end-methods, r=Kimundibors-0/+1
2018-05-01Removed direct field usage of RangeInclusive in rustc itself.kennytm-0/+1
2018-04-28stabilize `#[must_use]` for functions and must-use operatorsZack M. Davis-1/+1
2018-04-24Rollup merge of #49906 - kennytm:stable-unreachable, r=sfacklerkennytm-0/+1
2018-04-22Auto merge of #49757 - GuillaumeGomez:never-search, r=QuietMisdreavusbors-0/+1
2018-04-22Auto merge of #49896 - SimonSapin:inherent, r=alexcrichtonbors-1/+4
2018-04-21add more aliasesGuillaume Gomez-0/+1
2018-04-21Add some f32 and f64 inherent methods in libcoreSimon Sapin-0/+1
2018-04-21Replace StrExt with inherent str methods in libcoreSimon Sapin-0/+1
2018-04-21Replace SliceExt with inherent [T] methods in libcoreSimon Sapin-1/+1
2018-04-21Move non-allocating [u8] inherent methods to libcoreSimon Sapin-0/+1
2018-04-20Revert stabilization of `feature(never_type)`.Felix S. Klock II-0/+1
2018-04-16Separately gate each target_feature featureAlex Crichton-0/+8
2018-04-16Stabilize x86/x86_64 SIMDAlex Crichton-3/+18