about summary refs log tree commit diff
path: root/src/libcore/lib.rs
AgeCommit message (Expand)AuthorLines
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
2015-08-17Rename `simd_basics` feature gate to `repr_simd`.Huon Wilson-1/+1
2015-08-17switch core::simd to repr(simd) and deprecate it.Huon Wilson-1/+8
2015-08-17core: Move `atomic` into a new `sync` moduleAlex Crichton-1/+1
2015-08-16rustdoc: Added issue_tracker_base_url annotations to cratesMartin Wernstål-1/+2
2015-08-15core: Fill out issues for unstable featuresAlex Crichton-1/+2
2015-08-11rollup merge of #27678: alexcrichton/snapshotsAlex Crichton-34/+10
2015-08-11Register new snapshotsAlex Crichton-34/+10
2015-08-09Use https URLs to refer to rust-lang.org where appropriate.Eli Friedman-3/+3
2015-08-03syntax: Implement #![no_core]Alex Crichton-2/+5
2015-07-31Auto merge of #27382 - brson:gate-assoc-type, r=alexcrichtonbors-0/+1
2015-07-29Feature gate associated type defaultsBrian Anderson-0/+1
2015-07-29std: Remove the curious inner moduleAlex Crichton-15/+17
2015-07-20std: Create separate docs for the primitivesBrian Anderson-4/+0
2015-06-17core: Split apart the global `core` featureAlex Crichton-2/+6
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-0/+1
2015-05-15libs: Move favicon URLs to HTTPSAlex Crichton-1/+1
2015-04-28Register new snapshotsTamir Duberstein-1/+1
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-0/+1
2015-04-11Change the rt::unwind line argument type from usize to u32.Ryan Prichard-1/+1
2015-04-10Change `derive` expansions to use `discriminant_value` intrinsic.Felix S. Klock II-0/+1
2015-04-01Collect the definition of the `Error` trait into `libstd` for now. ThisNiko Matsakis-1/+0
2015-04-01Add `#[fundamental]` annotations into libcore so that `Sized` and theNiko Matsakis-0/+2
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-1/+0
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-1/+0
2015-03-26Implement `Reflect` trait with a variant on the standard OIBITNiko Matsakis-0/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+0
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-0/+1
2015-03-23Add generic conversion traitsAaron Turon-0/+1
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+1
2015-03-18Avoid metadata bloat by using trait FixedSizeArrayVadim Petrochenkov-1/+1
2015-03-06Rollup merge of #23100 - wesleywiser:fix_23059, r=brsonManish Goregaokar-2/+1
2015-03-06Rollup merge of #23056 - awlnx:master, r=nrcManish Goregaokar-0/+2
2015-03-05Fix reference to 'librlibc' in libcore docsWesley Wiser-2/+1
2015-03-05fix for new attributes failing. issue #22964awlnx-0/+2