about summary refs log tree commit diff
path: root/src/libcore/lib.rs
AgeCommit message (Expand)AuthorLines
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
2018-04-16Stabilize core::hint::unreachable_unchecked.kennytm-0/+1
2018-04-12Actually deprecate heap modules.Simon Sapin-1/+4
2018-04-12Rename `heap` modules in the core, alloc, and std crates to `alloc`Simon Sapin-1/+5
2018-04-12Add a core::heap::Void extern type.Simon Sapin-0/+1
2018-04-12Move the core::char module to its own directorySimon Sapin-1/+0
2018-04-12Move contents of libstd_unicode into libcoreSimon Sapin-0/+2
2018-04-08Move deny(warnings) into rustbuildMark Simulacrum-1/+0
2018-04-05Bump the bootstrap compiler to 1.26.0 betaAlex Crichton-5/+0
2018-03-31Auto merge of #49481 - SimonSapin:core-heap, r=alexcrichtonbors-0/+4
2018-03-30Deprecate signed std::num::NonZeroI* with a call for use casesSimon Sapin-0/+1
2018-03-29Move the alloc::allocator module to core::heapSimon Sapin-0/+4
2018-03-26Stabilize i128_typeMark Mansi-1/+1
2018-03-15Stabilize `inclusive_range_syntax` language feature.kennytm-1/+1