summary refs log tree commit diff
path: root/src/libcore/lib.rs
AgeCommit message (Expand)AuthorLines
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
2016-07-23Fix indentation in src/libcore/lib.rsTobias Bucher-9/+9
2016-07-23Escape fewer Unicode codepoints in `Debug` impl of `str`Tobias Bucher-0/+1
2016-07-15Fix up documentation around no_stdSteve Klabnik-5/+8
2016-07-03std: Stabilize APIs for the 1.11.0 releaseAlex Crichton-0/+2
2016-06-14specialize zip: Introduce TrustedRandomAccess traitUlrik Sverdrup-0/+1
2016-05-31mk: Prepare for a new stage0 compilerAlex Crichton-1/+0
2016-05-13Fix fast path of float parsing on x87Andrea Canciani-0/+2
2016-05-11Extend rustc_on_unimplemented flag: if a message is available at an impl, thi...ggomez-0/+1
2016-05-09Add #[cfg(target_has_atomic)] to get atomic support for the current targetAmanieu d'Antras-0/+1
2016-04-05Specialize equality for [T] and comparison for [u8]Ulrik Sverdrup-0/+1
2016-03-22sprinkle feature gates here and thereJorge Aparicio-0/+1
2016-03-21Auto merge of #32054 - seanmonstar:impl-debug-core, r=alexcrichtonbors-0/+1
2016-03-20Update snapshots to 2016-03-18 (235d774).Eduard Burtescu-0/+1
2016-03-20libcore: add Debug implementations to most missing typesSean McArthur-0/+1
2016-03-17Add #[rustc_no_mir] to make tests pass with -Z orbit.Eduard Burtescu-0/+1
2016-01-24mk: Move from `-D warnings` to `#![deny(warnings)]`Alex Crichton-0/+1
2015-12-21Register new snapshotsAlex Crichton-7/+1
2015-12-16Remove incorrect words about libcore's stabilitySteve Klabnik-6/+0
2015-12-10std: Remove deprecated functionality from 1.5Alex Crichton-6/+0
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-9/+4
2015-11-25Remove all uses of `#[staged_api]`Vadim Petrochenkov-1/+1