about summary refs log tree commit diff
path: root/src/libcore/ops.rs
AgeCommit message (Expand)AuthorLines
2015-03-26Register new snapshotsAlex Crichton-62/+0
2015-03-25Auto merge of #23434 - alexcrichton:misc-stab, r=aturonbors-3/+4
2015-03-24rollup merge of #23282: nikomatsakis/fn-trait-inheritanceAlex Crichton-0/+24
2015-03-23Adjust Index/IndexMut impls. For generic collections, we takeNiko Matsakis-3/+3
2015-03-23Compiler and trait changes to make indexing by value.Niko Matsakis-0/+12
2015-03-23Make the `Fn` traits inherit from one another and remove the bridgingNiko Matsakis-0/+24
2015-03-18std: Add missing stability on RangeAlex Crichton-3/+4
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-4/+4
2015-03-11Example -> ExamplesSteve Klabnik-18/+18
2015-03-03std: Mark `Index::Output` as a stable associated typeAlex Crichton-0/+1
2015-02-23Add documentation to associated types in libcore, libstdIvan Petkov-0/+17
2015-02-15Audit integer types in ops.Niko Matsakis-13/+13
2015-02-11rustc: Fix a number of stability lint holesAlex Crichton-6/+3
2015-02-06make `IndexMut` a super trait over `Index`Jorge Aparicio-10/+14
2015-02-02register snapshotsJorge Aparicio-17/+0
2015-01-31remove Copy impls from remaining iteratorsJorge Aparicio-2/+2
2015-01-30Merge remote-tracking branch 'origin/master' into rollupAlex Crichton-0/+3
2015-01-30rollup merge of #21760: brson/snapsAlex Crichton-53/+0
2015-01-30Auto merge of #21604 - nikomatsakis:closure-move-indiv-vars, r=eddybbors-0/+3
2015-01-30Use `#[rustc_paren_sugar]` as a more extensible way of deciding whenNiko Matsakis-0/+3
2015-01-29Register snapsBrian Anderson-53/+0
2015-01-30Rename FullRange to RangeFullNick Cameron-0/+17
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-28Merge remote-tracking branch 'origin/master' into rollupManish Goregaokar-87/+157
2015-01-28Move return type an associated type of the `Fn*` traits. Mostly this involves...Niko Matsakis-6/+69
2015-01-28Rollup merge of #21658 - Manishearth:index_on_unimplemented, r=GankroManish Goregaokar-0/+2
2015-01-27Add on_unimplemented note to IndexManish Goregaokar-0/+2
2015-01-25cleanup: s/impl Copy/#[derive(Copy)]/gJorge Aparicio-4/+2
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-98/+17
2015-01-23grandfathered -> rust1Brian Anderson-62/+62
2015-01-23Set unstable feature names appropriatelyBrian Anderson-19/+19
2015-01-21Remove 'since' from unstable attributesBrian Anderson-19/+19
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-81/+88
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-59/+8
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-9/+9
2015-01-21rollup merge of #21367: steveklabnik/remove_gateAlex Crichton-30/+0
2015-01-21Stabilize Index traits and most range notationAaron Turon-63/+12
2015-01-21Auto merge of #21227 - sellibitze:core-ops-for-references, r=aturonbors-4/+92
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-9/+9
2015-01-20add stability text like suggested in discussionSebastian Gesemann-4/+4
2015-01-19Ranges implement Clone where possibleDiggory Blake-4/+4
2015-01-18Remove associated_types gate from std::ops docsSteve Klabnik-30/+0
2015-01-17Register new snapshots.Eduard Burtescu-18/+0
2015-01-17Make Index trait example clearerVolker Mische-12/+10
2015-01-16inline forward_xxx_xxx_binop macros as per suggestionSebastian Gesemann-25/+3
2015-01-16Fix/update core::ops module documentation w.r.t. operator traitsSebastian Gesemann-4/+12
2015-01-16libcore: implement many operators for references as wellSebastian Gesemann-0/+102
2015-01-11Allow any integral to be used as Shr and Shl RHSSimonas Kazlauskas-8/+60
2015-01-08Remove String impls and fix for make tidyNick Cameron-51/+0
2015-01-08Show, String, Eq impls for RangesNick Cameron-4/+84