about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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-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
2016-08-31replace `../` with `../../std/` to support `core` docsMatthew Piziak-2/+2
2016-08-31Rollup merge of #36083 - GuillaumeGomez:missing_convert_urls, r=steveklabnikJonathan Turner-16/+39
2016-08-31Rollup merge of #35927 - matthew-piziak:bitandassign-example, r=GuillaumeGomezJonathan Turner-9/+51
2016-08-31Add missing urls into convert moduleGuillaume Gomez-16/+39
2016-08-31Rollup merge of #36165 - fanzier:fix-typo, r=GuillaumeGomezJonathan Turner-1/+1
2016-08-31Rollup merge of #35926 - matthew-piziak:bit-or-xor-examples, r=GuillaumeGomezJonathan Turner-18/+81
2016-08-31Rollup merge of #35758 - matthew-piziak:vec-assert-over-println-remaining, r=...Jonathan Turner-22/+10
2016-08-31Fix typo in PartialOrd docsFabian Zaiser-1/+1
2016-08-30replace `BitAndAssign` example with something more evocativeMatthew Piziak-9/+51
2016-08-30add evocative examples for `BitOr` and `BitXor`Matthew Piziak-18/+81
2016-08-30Rollup merge of #35993 - matthew-piziak:bitwise-and-redux, r=GuillaumeGomezGuillaume Gomez-21/+41
2016-08-30Rollup merge of #35895 - F001:patch-1, r=steveklabnikGuillaume Gomez-10/+39
2016-08-30Rollup merge of #35863 - matthew-piziak:shl-example, r=steveklabnikGuillaume Gomez-18/+76
2016-08-30Rollup merge of #35810 - matthew-piziak:fn-trait-example, r=steveklabnikGuillaume Gomez-0/+165
2016-08-30Rollup merge of #35771 - matthew-piziak:range-inclusive-example-error, r=stev...Guillaume Gomez-12/+43
2016-08-29Changed issue number to 36105philipp-2/+2
2016-08-29Implement TryFrom<u32> for charSimon Sapin-6/+29
2016-08-29Implement From<char> for u32, and From<u8> for charSimon Sapin-0/+34