about summary refs log tree commit diff
path: root/src/libcore/lib.rs
AgeCommit message (Expand)AuthorLines
2015-03-26Implement `Reflect` trait with a variant on the standard OIBITNiko Matsakis-0/+1
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
2015-03-03Added `OverflowingOps` trait to core::num::wrapping.Felix S. Klock II-0/+1
2015-03-01Remove int/uintGuillaumeGomez-3/+1
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