about summary refs log tree commit diff
path: root/src/libcore/borrow.rs
AgeCommit message (Expand)AuthorLines
2015-08-22Move the Borrow and BorrowMut traits to libcore.Simon Sapin-0/+109
2015-02-18Stabilize std::borrowAaron Turon-265/+0
2015-01-29convert remaining `range(a, b)` to `a..b`Jorge Aparicio-1/+1
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-6/+18
2015-01-23grandfathered -> rust1Brian Anderson-7/+7
2015-01-23Set unstable feature names appropriatelyBrian Anderson-1/+1
2015-01-21Remove 'since' from unstable attributesBrian Anderson-1/+1
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-8/+9
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-6/+18
2015-01-07rollup merge of #20722: alexcrichton/audit-showAlex Crichton-0/+1
2015-01-07std: Tweak String implementationsAlex Crichton-0/+1
2015-01-07Register new snapshotsAlex Crichton-11/+1
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-1/+1
2015-01-07markers -> markerNick Cameron-1/+1
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-3/+17
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-1/+1
2015-01-05Merge remote-tracking branch 'nrc/sized-2' into rollupAlex Crichton-19/+19
2015-01-05rollup merge of #20556: japaric/no-for-sizedAlex Crichton-3/+3
2015-01-05rollup merge of #20594: nikomatsakis/orphan-orderedAlex Crichton-0/+4
2015-01-06FalloutNick Cameron-19/+19
2015-01-05Stabilization of impls and fallout from stabilizationAaron Turon-0/+1
2015-01-05Implement new orphan rule that requires that impls of remote traits meet the ...Niko Matsakis-0/+4
2015-01-05sed -i -s 's/ for Sized?//g' **/*.rsJorge Aparicio-3/+3
2015-01-02core: use assoc types in `Deref[Mut]`Jorge Aparicio-1/+3
2014-12-30Stabilize cmpAaron Turon-0/+4
2014-12-20Stabilize cloneAaron Turon-0/+1
2014-12-05rollup merge of #19359: japaric/clone-cowCorey Richardson-0/+12
2014-12-03Overload the `==` operatorJorge Aparicio-2/+5
2014-11-27impl Clone for CowJorge Aparicio-0/+12
2014-11-25Deprecate MaybeOwned[Vector] in favor of CowJorge Aparicio-0/+69
2014-11-23auto merge of #19157 : aturon/rust/cow-doc, r=alexcrichtonbors-7/+23
2014-11-20libs: make Cow usable, improve documentationAaron Turon-7/+23
2014-11-20Implement BorrowFrom<&'a T> for T (with mutable variants)Jonathan S-2/+10
2014-11-18Fix compilation and tests after the roll-upJakub Bukaj-0/+1
2014-11-17libcore: add borrow moduleAaron Turon-0/+126