about summary refs log tree commit diff
path: root/src/libcore/lib.rs
AgeCommit message (Expand)AuthorLines
2015-02-24Auto merge of #21689 - FlaPer87:oibit-send-and-friends, r=nikomatsakisbors-0/+1
2015-02-22Add negative impls for `*const T` and `*mut T`Flavio Percoco-0/+1
2015-02-20Tweaks to equality comparisons for slices/arrays/vectorsVadim Petrochenkov-0/+3
2015-02-18Stabilize std::borrowAaron Turon-1/+0
2015-02-17Register new snapshotsAlex Crichton-15/+6
2015-02-17Add gating for rustc_* attrsManish Goregaokar-0/+1
2015-02-15Fix rollup (remove slicing_syntax)Manish Goregaokar-1/+1
2015-02-09Set up docs for missing core typesSteve Klabnik-0/+4
2015-02-07Feature-gate #![no_std]Keegan McAllister-0/+1
2015-02-07Don't use std:: paths in syntax extensions when compiling a #![no_std] crateKeegan McAllister-8/+16
2015-02-02remove unused mut qualifiersJorge Aparicio-1/+0
2015-01-30Test fixes and rebase conflictsAlex Crichton-8/+8
2015-01-30fix falloutJorge Aparicio-0/+4
2015-01-30Change from core::ops::RangeFull to std::opsNick Cameron-3/+3
2015-01-30Use absolute path to FullRange, rather than assuming it is in the preludeNick Cameron-0/+1
2015-01-29remove #[old_impl_check] now that #21363 has been fixedJorge Aparicio-2/+0
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-0/+3
2015-01-23Set unstable feature names appropriatelyBrian Anderson-1/+1
2015-01-22Put #[staged_api] behind the 'staged_api' gateBrian Anderson-0/+1
2015-01-21Remove 'since' from unstable attributesBrian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-1/+1
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-0/+1
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-0/+1
2015-01-19impl Iterator for &mut Iterator and Box<Iterator>Jorge Aparicio-0/+2
2015-01-17Register new snapshots.Eduard Burtescu-1/+0
2015-01-12Feature gate #[rustc_on_unimplemented]Manish Goregaokar-0/+1
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-1/+2
2015-01-08Remove warning from the libraries.Huon Wilson-1/+2
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-07Test fixes and rebase conflictsAlex Crichton-0/+1
2015-01-07rollup merge of #20708: aturon/new-int-modulesAlex Crichton-2/+2
2015-01-07Preliminary feature stagingBrian Anderson-0/+1
2015-01-07Add isize, usize modules, deprecate int, uint modulesAaron Turon-0/+2
2015-01-07Register new snapshotsAlex Crichton-2/+0
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-2/+4
2015-01-06Register new snapshotsAlex Crichton-11/+7
2015-01-07markers -> markerNick Cameron-3/+3
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-2/+4
2015-01-05Rename macro_escape to macro_useKeegan McAllister-4/+8
2015-01-05Stop using macro_escape as an inner attributeKeegan McAllister-3/+12
2015-01-05Use $crate and macro reexport to reduce duplicated codeKeegan McAllister-0/+1
2014-12-28Don't expose NonZero through libstd.Luqman Aden-0/+1
2014-12-27Fallout of changing format_args!(f, args) to f(format_args!(args)).Eduard Burtescu-1/+1
2014-12-24Add structs for ranges to core::ops.Nick Cameron-1/+1
2014-12-18std: Remove public bool,tuple,unit modulesAlex Crichton-6/+1
2014-12-15Move hash module from collections to coreSteven Fackler-0/+2
2014-12-09rollup merge of #19587: huonw/closure-feature-gateAlex Crichton-1/+1
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-1/+1
2014-12-05Feature-gate explicit unboxed closure method calls & manual impls,Huon Wilson-1/+1
2014-12-02libcore: add `Rhs` input parameter to comparison traitsJorge Aparicio-0/+1