summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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
2015-12-26Fix links in char docsFlorian Hartwig-11/+11
2015-12-24Fix link to `Formatter::debug_struct`mitaa-1/+1
2015-12-21Register new snapshotsAlex Crichton-608/+12
2015-12-19Auto merge of #30435 - Ms2ger:ParseResult, r=alexcrichtonbors-6/+5
2015-12-17Auto merge of #30445 - steveklabnik:rollup, r=steveklabnikbors-9/+3
2015-12-17Rollup merge of #30437 - tshepang:clarity, r=steveklabnikSteve Klabnik-1/+1
2015-12-17Rollup merge of #30415 - steveklabnik:remove_bad_stability_note, r=alexcrichtonSteve Klabnik-6/+0
2015-12-17Rollup merge of #30370 - zachreizner:patch-1, r=apasel422Steve Klabnik-2/+2
2015-12-17doc: improve clarity by introducing a pauseTshepang Lekhonkhobe-1/+1
2015-12-17Don't import ParseResult's variants in dec2flt.Ms2ger-6/+5
2015-12-17Remove unused importsJeffrey Seyfried-1/+0
2015-12-16Remove incorrect words about libcore's stabilitySteve Klabnik-6/+0
2015-12-15Clearer leading sentenceChristoffer Buchholz-2/+2
2015-12-15Remove emoji from docsmitaa-1/+1
2015-12-14make scan() usage more explanatoryChris Buchholz-7/+13
2015-12-13fix copy-paste typo in docs for wrapping_shrZach Reizner-2/+2
2015-12-13Auto merge of #30348 - shepmaster:box-any-docs, r=steveklabnikbors-3/+4
2015-12-13Auto merge of #30342 - salty-horse:doc_links, r=steveklabnikbors-14/+42
2015-12-11Correct reference to `Box<Any>` in `Any` docsJake Goulding-3/+4
2015-12-12dec2flt: Remove unused macro argumentRobin Kruppe-3/+3
2015-12-12dec2flt: Simplify imports and module surfaceRobin Kruppe-4/+4
2015-12-12Remove an accent in a commentRobin Kruppe-1/+1
2015-12-11Add missing links to str docsOri Avtalion-14/+42
2015-12-10Auto merge of #30182 - alexcrichton:remove-deprecated, r=aturonbors-612/+2
2015-12-10std: Remove deprecated functionality from 1.5Alex Crichton-612/+2
2015-12-10fix missing Panics tag and missing periodLetheed-1/+3
2015-12-09doc: these are just renames, so avoid duplicationTshepang Lekhonkhobe-30/+2
2015-12-07Revert "PR #30130 Implement `Clone` for more arrays"Ulrik Sverdrup-28/+8