about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2018-03-26Implement RFC #2169 (Euclidean division).Fabian Zaiser-0/+436
2018-03-26Stabilize conservative_impl_traitTaylor Cramer-1/+1
2018-03-26Auto merge of #49297 - scottmcm:offset-from, r=dtolnaybors-2/+237
2018-03-24Fix doctest mutability copy-pastaScott McMurray-2/+2
2018-03-24Documentation and naming improvementsScott McMurray-15/+33
2018-03-25Rollup merge of #49299 - SimonSapin:ubiquity, r=nikomatsakiskennytm-0/+10
2018-03-25Rollup merge of #49229 - Centril:doc/format_args_display_debug, r=steveklabnikkennytm-6/+66
2018-03-25Rollup merge of #49194 - Zoxc:unsafe-generator, r=cramertjkennytm-4/+8
2018-03-23Rollup merge of #49102 - glandium:decimal, r=aturonAlex Crichton-5/+0
2018-03-23Rollup merge of #48265 - SimonSapin:nonzero, r=KodrAusAlex Crichton-34/+153
2018-03-23Mention closures in docs for Clone and CopySimon Sapin-0/+10
2018-03-23Introduce unsafe offset_from on pointersScott McMurray-0/+217
2018-03-22Rollup merge of #49038 - canndrew:replace-infallible-with-never, r=SimonSapinkennytm-29/+9
2018-03-22Rollup merge of #49105 - SimonSapin:from_utf8_lossy_example, r=alexcrichtonkennytm-0/+31
2018-03-22Rollup merge of #49117 - nivkner:fixme_fixup3, r=estebankkennytm-3/+3
2018-03-22Rollup merge of #49109 - SimonSapin:deprecate-asciiext, r=alexcrichtonkennytm-3/+0
2018-03-22Rollup merge of #49029 - GuillaumeGomez:atomic-docs, r=QuietMisdreavuskennytm-364/+401
2018-03-22document format_args! - fix trailing whitespaceMazdak Farrokhzad-1/+1
2018-03-21Deprecate the AsciiExt trait in favor of inherent methodsSimon Sapin-3/+0
2018-03-21document format_args! behavior wrt. Display and DebugMazdak Farrokhzad-6/+66
2018-03-21Make resuming generators unsafe instead of the creation of immovable generato...John Kåre Alsaker-4/+8
2018-03-20Auto merge of #49190 - kennytm:rollup, r=kennytmbors-32/+473
2018-03-20Auto merge of #48516 - petrochenkov:stabsl, r=nikomatsakisbors-1/+1
2018-03-20Stabilize slice patterns without `..`Vadim Petrochenkov-1/+1
2018-03-20Rollup merge of #49099 - glandium:master, r=sfacklerkennytm-17/+15
2018-03-20Rollup merge of #48810 - Phlosioneer:32463-impl-integer-for-wrapping, r=dtolnaykennytm-0/+309
2018-03-20Rollup merge of #46518 - partim:asref-borrow-doc, r=dtolnaykennytm-15/+149
2018-03-19Auto merge of #49058 - withoutboats:pin, r=cramertjbors-2/+120
2018-03-19Make Atomic doc examples specific to each typeGuillaume Gomez-364/+401
2018-03-19Auto merge of #49108 - SimonSapin:sip, r=TimNNbors-53/+22
2018-03-19Fix trailing whitespacePhlosioneer-1/+1
2018-03-19Make Wrapping::pow use wrapping_pow, add examplePhlosioneer-4/+14
2018-03-19Impl Integer methods for WrappingPhlosioneer-0/+299
2018-03-19Auto merge of #48978 - SimonSapin:debug-hex, r=KodrAusbors-2/+20
2018-03-18Update tracking issue.boats-15/+15
2018-03-18num::NonZero* types now have their own tracking issue: #49137Simon Sapin-8/+3
2018-03-18Fix formatting.Martin Hoffmann-2/+0
2018-03-17Remove deprecated unstable ptr::Shared type alias.Simon Sapin-8/+2
2018-03-17Test NonZero in a const item in a pattern.Simon Sapin-0/+23
2018-03-17Stop using deprecated NonZero APIsSimon Sapin-10/+18
2018-03-17Deprecate core::nonzero in favor of ptr::NonNull and num::NonZero*Simon Sapin-4/+16
2018-03-17Use num::NonZero* instead of NonZero<_> in rustc and testsSimon Sapin-7/+7
2018-03-17Add 12 num::NonZero* types for each primitive integerSimon Sapin-1/+88
2018-03-17update FIXME(#23442) to point to issue 45742 (Blanket impl of AsRef for Deref)Niv Kaminer-2/+2
2018-03-17update FIXME(#6393) to point to issue 43234 (tracking issue for non-lexical l...Niv Kaminer-1/+1
2018-03-17Rewrite the documentation for BorrowMut.Martin Hoffmann-1/+5
2018-03-17Bring back the phrase 'borrowing as' for what Borrow does.Martin Hoffmann-25/+22
2018-03-17Mark deprecated unstable SipHasher13 as a doc-hidden impl detail of HashMap.Simon Sapin-7/+9
2018-03-17Add an example of lossy decoding to str::Utf8Error docsSimon Sapin-0/+31
2018-03-17Make the deprecated unstable SipHasher24 type private.Simon Sapin-46/+13