summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2016-10-19Review changesNick Cameron-1/+1
2016-10-19Deprecate `Reflect`Nick Cameron-4/+6
2016-10-19Stabilise `?`Nick Cameron-1/+4
2016-10-10std: Stabilize and deprecate APIs for 1.13Alex Crichton-35/+37
2016-09-22Rollup merge of #36589 - jpadkins:option_docs_safety_wording_fix, r=blussJonathan Turner-6/+4
2016-09-22Rollup merge of #36423 - GuillaumeGomez:eq_impl, r=pnkfelixJonathan Turner-10/+10
2016-09-21add assert_ne and debug_assert_ne macrosAshley Williams-0/+63
2016-09-19Auto merge of #34942 - porglezomp:master, r=sfacklerbors-15/+11
2016-09-19fixed the safety header/wording in option.rsjacobpadkins-6/+4
2016-09-18Auto merge of #36523 - Mark-Simulacrum:format-args-link, r=GuillaumeGomezbors-3/+7
2016-09-18Add missing Eq implementationsGuillaume Gomez-10/+10
2016-09-17Auto merge of #36490 - bluss:zip-slightly-despecialized-edition, r=alexcrichtonbors-38/+14
2016-09-16Add links between format_args! macro and std::fmt::Arguments structMark-Simulacrum-3/+7
2016-09-16Rollup merge of #36519 - Mark-Simulacrum:example-asmut, r=GuillaumeGomezJonathan Turner-0/+16
2016-09-16Rollup merge of #36424 - kmcallister:gh-29361-marker-docs, r=GuillaumeGomezJonathan Turner-155/+268
2016-09-15Add example in AsMut trait documentationMark-Simulacrum-0/+16
2016-09-15Tweak std::marker docsKeegan McAllister-155/+268
2016-09-15Auto merge of #35992 - SimonSapin:rc-arc-ptr-eq, r=alexcrichtonbors-0/+34
2016-09-15Add std::ptr::eq, for referential equality of &T references.Simon Sapin-0/+34
2016-09-15Auto merge of #36491 - Manishearth:rollup, r=Manishearthbors-8/+32
2016-09-15Rollup merge of #36454 - bluss:slice-primitive-index, r=alexcrichtonManish Goregaokar-4/+4
2016-09-15Rollup merge of #36384 - petrochenkov:derclone, r=alexcrichtonManish Goregaokar-4/+28
2016-09-15Remove data structure specialization for .zip() iteratorUlrik Sverdrup-38/+14
2016-09-15Auto merge of #36372 - sfackler:sum-prod-overflow, r=alexcrichtonbors-14/+10
2016-09-14core: Use primitive indexing in slice's Index/IndexMutUlrik Sverdrup-4/+4
2016-09-14Rollup merge of #36396 - athulappadan:Default-docs, r=blussGuillaume Gomez-0/+10
2016-09-14Rollup merge of #36363 - GuillaumeGomez:add_urls, r=steveklabnikGuillaume Gomez-89/+160
2016-09-13Auto merge of #36041 - ahmedcharles:try, r=nrcbors-2/+2
2016-09-13Auto merge of #36181 - seanmonstar:likely, r=nikomatsakisbors-0/+14
2016-09-12Remove stray attributeSteven Fackler-1/+0
2016-09-11Use question_mark feature in libcore.Ahmed Charles-2/+2
2016-09-11Documentation for default types modifiedathulappadan-4/+4
2016-09-11Documentation of what does for each typeathulappadan-0/+10
2016-09-11Improve Result docggomez-36/+59
2016-09-11Improve Option docggomez-28/+50
2016-09-11Improve Copy trait docggomez-16/+35
2016-09-11Improve Clone docggomez-9/+16
2016-09-10Improve `Eq` derivingVadim Petrochenkov-1/+12
2016-09-10Tweak std::mem docsKeegan McAllister-110/+231
2016-09-10Inherit overflow checks for sum and productSteven Fackler-14/+11
2016-09-10Improve shallow `Clone` derivingVadim Petrochenkov-3/+16
2016-09-06remove the extraneous not_equal implementation for slices.Justin LeFebvre-19/+2
2016-09-05Auto merge of #35845 - frewsxcv:result-into-iter, r=GuillaumeGomezbors-1/+7
2016-09-03Indicate where `core::result::IntoIter` is created.Corey Farwell-1/+7
2016-09-02Auto merge of #35856 - phimuemue:master, r=brsonbors-0/+53
2016-09-02Rollup merge of #36099 - skade:better-try-documentation, r=steveklabnikJonathan Turner-7/+26
2016-09-02Rollup merge of #35793 - matthew-piziak:add-rhs-example, r=steveklabnikJonathan Turner-0/+12
2016-09-02core: add likely and unlikely intrinsicsSean McArthur-0/+14
2016-09-01Document try!'s error conversion behaviourFlorian Gilcher-7/+26
2016-09-01Auto merge of #35755 - SimonSapin:char_convert, r=alexcrichtonbors-6/+63