about summary refs log tree commit diff
path: root/src/libcore/ops
AgeCommit message (Expand)AuthorLines
2019-02-23Rollup merge of #58122 - matthieu-m:range_incl_perf, r=dtolnayMazdak Farrokhzad-0/+2
2019-02-12Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnikbors-6/+6
2019-02-10libs: doc commentsAlexander Regueiro-4/+4
2019-02-10tests: doc commentsAlexander Regueiro-2/+2
2019-02-07Add #[must_use] message to Fn* traitsTaiki Endo-3/+3
2019-02-03RangeInclusive internal iteration performance improvement.Matthieu M-0/+2
2019-01-27Change generator trait to use pinningWim Looman-14/+23
2019-01-27Auto merge of #57765 - Mark-Simulacrum:bootstrap-bump, r=alexcrichtonbors-1/+1
2019-01-27Auto merge of #57826 - danielhenrymantilla:master, r=Centrilbors-1/+1
2019-01-26Bump bootstrap compiler to 1.33 betaMark Rousskov-1/+1
2019-01-22Fixed Deref coercion explanation for DerefMut using shared referencesdanielhenrymantilla-1/+1
2019-01-19Make `str` indexing generic on `SliceIndex`.Alexis Hunt-15/+0
2019-01-18Rollup merge of #57350 - folex:master, r=estebankMazdak Farrokhzad-0/+30
2019-01-05Show suggestion to use .char().nth() and link to The Book on unimplemented In...folex-0/+30
2019-01-01Fix broken links to second edition TRPL.Corey Farwell-6/+6
2018-12-25Remove licensesMark Rousskov-110/+0
2018-12-20Stabilize `Rc`, `Arc` and `Pin` as method receiversMichael Hewson-0/+19
2018-12-15Rollup merge of #56677 - aelred:must-use-on-traits, r=estebankPietro Albini-0/+3
2018-12-12Bump to 1.33.0Alex Crichton-1/+1
2018-12-10Add #[must_use] attribute to stdlib traitsFelix Chapman-0/+3
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-4/+4
2018-11-10constify parts of libcore.Mazdak Farrokhzad-2/+2
2018-11-01update DispatchFromDyn doctestMichael Hewson-0/+3
2018-11-01Replace CoerceSized trait with DispatchFromDynMichael Hewson-26/+26
2018-11-01fix docs on traitMichael Hewson-4/+4
2018-11-01Add CoerceSized trait and lang itemMichael Hewson-1/+35
2018-10-31Bump nightly to 1.32.0Alex Crichton-1/+1
2018-10-21Fix a typo in the documentation of RangeInclusiveJakub Kądziołka-1/+1
2018-10-03Only promote calls to `#[rustc_promotable]` const fnsOliver Schneider-0/+1
2018-09-29Use impl_header_lifetime_elision in libcoreScott McMurray-14/+14
2018-08-15When closure with no arguments was expected, suggest wrappingEsteban Küber-0/+15
2018-07-31Fix a typo in unsize.rspravic-1/+1
2018-07-13Changed implementation of the third field to make LLVM optimize it better.kennytm-6/+14
2018-07-13Include is_empty() in PartialEq and Hash.kennytm-0/+19
2018-07-13Change RangeInclusive to a three-field struct.kennytm-7/+31
2018-06-19Add message to `rustc_on_unimplemented` attributes in coreEsteban Küber-2/+8
2018-05-24stabilize RangeBounds collections_range #30877Cory Sherman-85/+53
2018-05-17Add doc comments mentioning unspecified behaviour upon exhaustionvarkor-1/+10
2018-05-17Stabilise into_innervarkor-3/+1
2018-05-17Stabilise inclusive_range_methodsvarkor-10/+3
2018-05-17Switch to 1.26 bootstrap compilerMark Simulacrum-10/+0
2018-05-09add fn `into_inner(self) -> (Idx, Idx)` to RangeInclusive (#49022)Sebastian Köln-0/+15
2018-05-01new() should be const; start()/end() after iteration is unspecified.kennytm-1/+17
2018-05-01Removed direct field usage of RangeInclusive in rustc itself.kennytm-1/+1
2018-04-30Make the fields of RangeInclusive private.kennytm-1/+59
2018-04-28Auto merge of #50149 - aaronaaeng:master, r=estebankbors-0/+13
2018-04-26Add more doc aliasesGuillaume Gomez-0/+19
2018-04-22Make must_use lint cover all binary/unary operatorsAaron Aaeng-0/+13
2018-04-21add more aliasesGuillaume Gomez-0/+23
2018-04-19Auto merge of #49630 - npmccallum:shl, r=alexcrichtonbors-3/+3