summary refs log tree commit diff
path: root/src/libcore/lib.rs
AgeCommit message (Expand)AuthorLines
2018-04-21Revert stabilization of `feature(never_type)`.Felix S. Klock II-0/+1
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
2018-03-14stabilise feature(never_type)Andrew Cann-1/+2
2018-03-13Auto merge of #48735 - 1011X:master, r=alexcrichtonbors-0/+1
2018-03-11Update stdsimd moduleAlex Crichton-0/+2
2018-03-04Declare `ascii` module in libcore/lib.rs1011X-0/+1
2018-03-02std: Add `arch` and `simd` modulesAlex Crichton-4/+29
2018-02-20add Iterator::flatten and redefine flat_map(f) in terms of map(f).flatten()Mazdak Farrokhzad-0/+1
2018-02-18Auto merge of #47687 - SimonSapin:panic-impl, r=sfacklerbors-0/+1
2018-02-12core::iter::repeat_with: general fixesMazdak Farrokhzad-0/+1
2018-02-05Rollup merge of #47892 - Badel2:const_type_id_of, r=oli-obkkennytm-0/+1
2018-02-01Turn `type_id` into a constant intrinsicBadel2-0/+1
2018-01-29Move time::Duration to libcoreClar Charr-0/+1
2018-01-23Move PanicInfo and Location to libcoreSimon Sapin-0/+1
2017-11-29Update bootstrap compilerAlex Crichton-1/+1
2017-11-26Stabilize const-calling existing const-fns in stdSimon Sapin-34/+0
2017-11-17add doc_highlight feature flag and testsQuietMisdreavus-0/+18
2017-11-08Auto merge of #45379 - cuviper:unit_from_iter, r=alexcrichtonbors-0/+1
2017-10-26Bump to 1.23 and update bootstrapAlex Crichton-18/+17
2017-10-18impl FromIterator<()> for ()Josh Stone-0/+1
2017-09-16change #![feature(const_fn)] to specific gatesAlex Burka-0/+18
2017-08-25*: remove crate_{name,type} attributesTamir Duberstein-2/+0
2017-07-25Bump master to 1.21.0Alex Crichton-2/+0
2017-07-06remove associated_consts feature gateSean McArthur-1/+2
2017-07-02Documentationest31-2/+2
2017-07-02Fix the test failure, add comment, and refactor a little bitest31-5/+0
2017-07-02Output line column info when panickingest31-3/+8
2017-05-12Remove some unused macros from the rust codebaseest31-4/+0
2017-04-14Use associated constants in core::num::dec2fltRobin Kruppe-0/+1
2017-03-21Implement feature sort_unstableStjepan Glavina-5/+6
2017-02-03Bump version, upgrade bootstrapAlex Crichton-7/+1
2017-01-24Remove Reflectest31-1/+0
2017-01-08Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrcbors-1/+1
2016-12-30Feature gate the 128 bit typesSimonas Kazlauskas-0/+1
2016-12-30Such large. Very 128. Much bits.Simonas Kazlauskas-0/+8
2016-12-29Remove not(stage0) from deny(warnings)Alex Crichton-1/+1
2016-11-30Update the bootstrap compilerAlex Crichton-1/+0
2016-10-23Implement ops on `&Wrapping<T>`Cristi Cobzarenco-0/+3
2016-10-12Stabilise `?`Nick Cameron-1/+1
2016-08-24Use `#[prelude_import]` in `libcore`.Jeffrey Seyfried-0/+5
2016-08-19Remove old stage0 compatibilityBrian Anderson-5/+1
2016-08-17Rollup merge of #35663 - CryZe:no-stdlib, r=ManishearthJonathan Turner-0/+5
2016-08-14Improve `No stdlib` and related DocumentationChristopher Serr-0/+5
2016-08-13Rename empty/bang to neverAndrew Cann-1/+1
2016-08-13Minor fixups based on @eddyb's feedbackAndrew Cann-0/+2
2016-08-13Control usage of `!` through a feature gate.Andrew Cann-0/+1