about summary refs log tree commit diff
path: root/src/libcore/ops.rs
AgeCommit message (Expand)AuthorLines
2016-01-19Auto merge of #30696 - steveklabnik:gh30655, r=brsonbors-0/+10
2016-01-04doc: these examples do not need Copy and Clone traitsTshepang Lekhonkhobe-23/+1
2016-01-04Explain drop a bit moreSteve Klabnik-0/+10
2015-12-21Register new snapshotsAlex Crichton-73/+0
2015-12-17doc: improve clarity by introducing a pauseTshepang Lekhonkhobe-1/+1
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-4/+4
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+19
2015-11-12libcore: deny warnings in doctestsKevin Butler-0/+10
2015-11-06Remove stability annotations from trait impl itemsVadim Petrochenkov-2/+0
2015-09-26Elide lifetime in Deref doc exampleFlorian Hartwig-1/+1
2015-09-18Overloaded augmented assignmentsJorge Aparicio-0/+528
2015-09-17doc: no need to mention the method by nameTshepang Lekhonkhobe-1/+1
2015-09-03Elide lifetimes in libcoreManish Goregaokar-4/+4
2015-08-27Restore removed code and mark it for usage in stage0Andrea Canciani-0/+41
2015-08-24Minimize the implementation of `Rem` in libcoreAndrea Canciani-32/+13
2015-08-18Auto merge of #27823 - eefriedman:float-dep-core, r=alexcrichtonbors-1/+3
2015-08-17Remove dependencies on libm functions from libcore.Eli Friedman-1/+3
2015-08-15core: Fill out issues for unstable featuresAlex Crichton-6/+6
2015-07-24Rollup merge of #27238 - steveklabnik:gh26927, r=huonwSteve Klabnik-0/+8
2015-07-23Link Deref{,Mut} to TRPL on coercions.Steve Klabnik-0/+8
2015-07-23Review feedback: add unstable marker to Placer API and put in bound that now ...Felix S. Klock II-1/+6
2015-07-22prototype Placer protocol for unstable overloaded-box and placement-in.Felix S. Klock II-0/+112
2015-07-14Fix negate_unsigned feature gate checkSimonas Kazlauskas-1/+0
2015-07-12Move rounding discussion to integer Div/Rem implsWilliam Throwe-8/+22
2015-07-11Correct and clarify integer division rounding docsWilliam Throwe-0/+6
2015-06-27std: Avoid missing fns on i686-pc-windows-msvcAlex Crichton-15/+29
2015-06-17core: Split apart the global `core` featureAlex Crichton-17/+13
2015-05-27Remove #[cfg(stage0)] items.Eduard Burtescu-14/+1
2015-05-13Remove SNAP commentsNick Cameron-11/+11
2015-05-13RebasingNick Cameron-0/+9
2015-05-13eddyb's changes for DST coercionsNick Cameron-0/+34
2015-05-09Convert #[lang="..."] to #[lang = "..."]Nick Hamann-24/+24
2015-04-28Register new snapshotsTamir Duberstein-3/+0
2015-04-16Fix Debug impl for RangeFullUlrik Sverdrup-1/+1
2015-04-06Fix code formatting in `core::ops::Add` exampleTobias Bucher-4/+4
2015-04-01rollup merge of #23860: nikomatsakis/copy-requires-cloneAlex Crichton-14/+14
2015-04-01rollup merge of #23945: pnkfelix/gate-u-negateAlex Crichton-4/+20
2015-04-01removed impls of `Neg` for `u{8,16,32,64,size}`.Felix S. Klock II-1/+1
2015-04-01fallout from feature-gating unary negation on unsigned integers.Felix S. Klock II-4/+20
2015-04-02Rollup merge of #23895 - nikomatsakis:fn-trait-inheritance-add-impls, r=pnkfelixManish Goregaokar-0/+49
2015-04-01Fallout in public-facing and semi-public-facing libsNiko Matsakis-14/+14
2015-04-01Add `#[fundamental]` annotations into libcore so that `Sized` and theNiko Matsakis-0/+3
2015-03-31Add blanket impls for references to the `Fn` traits.Niko Matsakis-0/+49
2015-03-30Driveby cleanup of the impl for negation, which had some kind ofNiko Matsakis-22/+2
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