about summary refs log tree commit diff
path: root/src/libcore/ops.rs
AgeCommit message (Expand)AuthorLines
2015-01-05register snapshotJorge Aparicio-20/+0
2015-01-04Merge pull request #20500 from globin/fix/range-sugarbors-1/+1
2015-01-04fix range sugarRobin Gloster-1/+1
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-19/+19
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2015-01-03core: use assoc types in `Index[Mut]`Jorge Aparicio-6/+38
2015-01-03use assoc types in unop traitsJorge Aparicio-9/+27
2015-01-03use assoc types in binop traitsJorge Aparicio-43/+131
2015-01-03core: use assoc types in Iterator et alJorge Aparicio-4/+8
2015-01-02rollup merge of #20410: japaric/assoc-typesAlex Crichton-10/+24
2015-01-02core: use assoc types in `Deref[Mut]`Jorge Aparicio-10/+22
2015-01-02std: Stabilize the prelude moduleAlex Crichton-4/+42
2014-12-30Register new snapshotsAlex Crichton-99/+0
2014-12-30Add hypothetical support for ranges with only an upper boundNick Cameron-0/+8
2014-12-24Review changesNick Cameron-59/+19
2014-12-24Add lang items for ranges.Nick Cameron-0/+3
2014-12-24Add structs for ranges to core::ops.Nick Cameron-0/+113
2014-12-21rollup merge of #19972: alexcrichton/snapshotsAlex Crichton-437/+0
2014-12-19Register new snapshotsAlex Crichton-437/+0
2014-12-19libcore: use `#[deriving(Copy)]`Jorge Aparicio-32/+16
2014-12-18libcore: convert unop traits to by valueJorge Aparicio-0/+100
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-69/+69
2014-12-13libcore: fix doctestsJorge Aparicio-22/+22
2014-12-13libcore: convert binop traits to by valueJorge Aparicio-0/+437
2014-12-11auto merge of #19672 : alexcrichton/rust/snapshots, r=brsonbors-50/+0
2014-12-11Register new snapshotsAlex Crichton-50/+0
2014-12-10auto merge of #19573 : apasel422/rust/sized_fn_once, r=alexcrichtonbors-2/+2
2014-12-09auto merge of #19644 : pcwalton/rust/oibit3, r=nikomatsakisbors-0/+32
2014-12-08Revert "Register new snapshots"Alex Crichton-0/+50
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+32
2014-12-05Register new snapshotsAlex Crichton-50/+0
2014-12-05libcore: Fix `Sized` bounds on overloaded function traits.Andrew Paseltiner-2/+2
2014-12-05rollup merge of #19520: csouth3/derefmut-unsizedCorey Richardson-1/+1
2014-12-04`DerefMut` should be `for Sized?`Chase Southwood-1/+1
2014-12-04Implement the `Fn` trait for bare fn pointers in the compiler rather than doi...Niko Matsakis-38/+42
2014-11-26rollup merge of #19329: steveklabnik/doc_style_cleanup2Alex Crichton-46/+42
2014-11-26/*! -> //!Steve Klabnik-46/+42
2014-11-25/** -> ///Steve Klabnik-497/+440
2014-11-20libcore: DSTify ops traits, EquivAaron Turon-19/+19
2014-11-17Further DSTify Index traitsAaron Turon-2/+2
2014-11-12Register new snapshotsAlex Crichton-3/+0
2014-11-07auto merge of #18714 : nikomatsakis/rust/issue-18621-deref-for-refs, r=aturonbors-0/+15
2014-11-06libs: add Deref, DerefMut impls for references, fixing a bug in compiler in t...Niko Matsakis-0/+15
2014-11-06Implement Index/IndexMut for [T]Jorge Aparicio-2/+2
2014-11-05Add blanket impls to allow the various `Fn` traits to be interconverted.Niko Matsakis-20/+50
2014-11-05Register snapshots.Eduard Burtescu-8/+4
2014-10-21Patch up broken error messagesNiko Matsakis-1/+1
2014-10-14Change `from` and `to` to `_from` and `_to`Son-6/+6
2014-10-14Remove unnecessary ::core::ops::Son-2/+2
2014-10-14Change _rhs to _index.Son-3/+2