about summary refs log tree commit diff
path: root/src/libcore/lib.rs
AgeCommit message (Expand)AuthorLines
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
2015-11-20Rename #[deprecated] to #[rustc_deprecated]Vadim Petrochenkov-1/+2
2015-11-18Fix typo in libcore documentationAndrea Canciani-1/+1
2015-11-18Auto merge of #29882 - devonhollowood:master, r=Manishearthbors-1/+0
2015-11-17Remove claims of dependency-free libcoreSteve Klabnik-1/+4
2015-11-17Remove 'raw_pointer_derive' lint (#14615)Devon Hollowood-1/+0
2015-11-12libcore: deny warnings in doctestsKevin Butler-1/+1
2015-09-14Mark all extern functions as nounwindBjörn Steinbrink-0/+1
2015-08-22Move the Borrow and BorrowMut traits to libcore.Simon Sapin-0/+1
2015-08-22Auto merge of #27871 - alexcrichton:stabilize-libcore, r=aturonbors-1/+1
2015-08-22Auto merge of #27860 - m4rw3r:rustdoc_unstable_feature_issue, r=alexcrichtonbors-1/+2
2015-08-17Shim some of the old std::simd functionality.Huon Wilson-1/+1