about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2016-01-19Auto merge of #30820 - oli-obk:docs/wrapping_ops, r=alexcrichtonbors-50/+43
2016-01-19Auto merge of #30696 - steveklabnik:gh30655, r=brsonbors-0/+10
2016-01-19fix the docs and simplify the implementation of unsigned wrapping opsOliver Schneider-50/+43
2016-01-19Rollup merge of #30988 - bluss:doc-space-t-bound, r=apasel422Manish Goregaokar-5/+5
2016-01-18core: Restore indexed formulation of clone_from_sliceUlrik Sverdrup-2/+7
2016-01-17Fix spacing style of `T: Bound` in docsUlrik Sverdrup-5/+5
2016-01-17Rollup merge of #30943 - alexcrichton:stabilize-1.7, r=aturonManish Goregaokar-104/+96
2016-01-17Auto merge of #30928 - sfackler:any-unsized, r=aturonbors-1/+1
2016-01-16Auto merge of #30624 - Ticki:specialization, r=alexcrichtonbors-0/+45
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-104/+96
2016-01-16Auto merge of #30935 - ollie27:pad_int, r=alexcrichtonbors-9/+9
2016-01-16Make style more uniform, add tests for specialization of .last(), move tests ...Ticki-73/+28
2016-01-16Overide methods in iterator implementation for EscapeDefault, see #24214Ticki-0/+90
2016-01-16Auto merge of #30740 - bluss:ascii-is-the-best, r=brsonbors-27/+60
2016-01-15Auto merge of #30898 - petrochenkov:tvarfstab, r=alexcrichtonbors-3/+3
2016-01-15Rename is_positive argument in fmt::Formatter::pad_integralOliver Middleton-9/+9
2016-01-14Implement Any for unsized typesSteven Fackler-1/+1
2016-01-14doc: this is more easy to read, and less prone mis-interpretationTshepang Lekhonkhobe-1/+1
2016-01-14Require stability annotations on fields of tuple variantsVadim Petrochenkov-3/+3
2016-01-14UTF-8 validation: Add missing if conditional for short inputUlrik Sverdrup-13/+16
2016-01-14Rollup merge of #30886 - ollie27:docs_links, r=steveklabnikManish Goregaokar-1/+1
2016-01-14Rollup merge of #30839 - tomaka:debug-phantomdata, r=nikomatsakisManish Goregaokar-1/+1
2016-01-14Auto merge of #30466 - alexcrichton:move-wrapping-and-fill-out, r=aturonbors-14/+658
2016-01-13Fix some broken and missing links in the docsOliver Middleton-1/+1
2016-01-13Auto merge of #30639 - rkruppe:dec2flt-fastpath-tables, r=alexcrichtonbors-9/+59
2016-01-12Speed up dec2flt fast path with additional tables.Robin Kruppe-9/+59
2016-01-12Add fast path for ASCII in UTF-8 validationUlrik Sverdrup-27/+57
2016-01-12Fix the Debug impl of PhantomData requiring Sized on TPierre Krieger-1/+1
2016-01-11std: Move overflowing ops to inherent methodsAlex Crichton-14/+658
2016-01-10Remove unneeded #[lang = "iterator"]Guillaume Gomez-1/+0
2016-01-07Link Nomicon in PhantomData's docsSteve Klabnik-0/+4
2016-01-07Auto merge of #30724 - nikomatsakis:feature-gate-defaulted-type-parameters, r...bors-2/+2
2016-01-06Rollup merge of #30716 - kraai:fix-hexicdecimal, r=apasel422Steve Klabnik-1/+1
2016-01-06Rollup merge of #30700 - steveklabnik:gh28581, r=brsonSteve Klabnik-0/+4
2016-01-05Fix a breaking change in #30523Nicholas Mazzuca-15/+15
2016-01-05Fix the spelling of "hexadecimal"Matt Kraai-1/+1
2016-01-05Auto merge of #30702 - tshepang:derives-not-needed, r=steveklabnikbors-23/+1
2016-01-04Auto merge of #30681 - Toby-S:master, r=blussbors-8/+9
2016-01-04doc: these examples do not need Copy and Clone traitsTshepang Lekhonkhobe-23/+1
2016-01-04Make float parsing "." return ErrToby Scrace-8/+9
2016-01-04Mention that Sync/Send are automatically derivedSteve Klabnik-0/+4
2016-01-04Explain drop a bit moreSteve Klabnik-0/+10
2016-01-04Feature-gate defaulted type parameters outside of types.Niko Matsakis-2/+2
2016-01-02Take out Op<T>/OpAssign<T> for Wrapping<T>Nicholas Mazzuca-144/+1
2016-01-01In the middle of the implementationNicholas Mazzuca-208/+316
2015-12-30Rollup merge of #30373 - ChrisBuchholz:master, r=steveklabnikSteve Klabnik-7/+13
2015-12-29Rollup merge of #30610 - steveklabnik:gh30600, r=sfacklerSteve Klabnik-3/+3
2015-12-29Rollup merge of #30549 - mitaa:doc_dstruct, r=brsonSteve Klabnik-1/+1
2015-12-29Rollup merge of #30390 - mitaa:patch-1, r=steveklabnikSteve Klabnik-1/+1
2015-12-29Correct the documentation of debug_assert_eqSteve Klabnik-3/+3