about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2017-08-13Rollup merge of #43814 - Eijebong:fix_typos2, r=petrochenkovGuillaume Gomez-1/+1
2017-08-12Auto merge of #43724 - lukaramu:std-ops-docs, r=QuietMisdreavusbors-529/+615
2017-08-12std::ops docs: incorporated changes suggested in reviewlukaramu-58/+82
2017-08-12Fix some typosBastien Orivel-1/+1
2017-08-12Auto merge of #43794 - Eijebong:fix_typos, r=lukaramu,steveklanik,imperiobors-5/+5
2017-08-11Auto merge of #43750 - tbu-:pr_fn_unreachable, r=sfacklerbors-3/+17
2017-08-11Add `#[inline]` to `mem::unreachable`Tobias Bucher-0/+1
2017-08-11Fix some more typos, this time words that are duplicated.Bastien Orivel-1/+1
2017-08-11Fix some typosBastien Orivel-4/+4
2017-08-10Auto merge of #43582 - ivanbakel:unused_mut_ref, r=arielb1bors-9/+9
2017-08-10Auto merge of #43735 - est31:master, r=alexcrichtonbors-2/+12
2017-08-09Auto merge of #43728 - zackmdavis:fnused, r=eddybbors-0/+7
2017-08-09Auto merge of #43595 - oyvindln:master, r=aturonbors-3/+10
2017-08-09`mem::unreachable`: Add tracking issueTobias Bucher-1/+1
2017-08-09Put `intrinsics::unreachable` on a possible path to stabilizationTobias Bucher-3/+16
2017-08-08mark comparison trait methods as #[must_use]Zack M. Davis-0/+7
2017-08-08Avoid calling the column!() macro in panicest31-2/+12
2017-08-08Added to core::ops module docslukaramu-5/+12
2017-08-08Revised core::ops::range::* docslukaramu-95/+120
2017-08-07Revise `Fn`/`FnMut`/`FnOnce` documentationlukaramu-21/+74
2017-08-07Revise `Index` and `IndexMut` docs.lukaramu-26/+23
2017-08-07Revise `Drop` docslukaramu-22/+40
2017-08-07Expand docs on `Deref` and `DerefMut`lukaramu-24/+78
2017-08-07Revise documentation in core::ops::bitlukaramu-150/+122
2017-08-07Revise documentation in core::ops::arithlukaramu-182/+118
2017-08-06Preface 'cares' with 'only'Ryan Leckey-1/+1
2017-08-02Fixed errors in libstd.Isaac van Bakel-6/+6
2017-08-02Rollup merge of #43423 - xliiv:cell-example, r=steveklabnikCorey Farwell-0/+28
2017-08-01Fixed all unnecessary muts in language coreIsaac van Bakel-3/+3
2017-08-01Add an overflow check in the Iter::next() impl for Range<_>oyvindln-3/+10
2017-07-30Document the `from_str_radix` panicTobias Bucher-0/+4
2017-07-29Rollup merge of #43409 - tshepang:concise, r=steveklabnikMark Simulacrum-25/+8
2017-07-27Use `rustc_on_unimplemented`'s trait name argument in `try`Esteban Küber-1/+1
2017-07-26Auto merge of #43373 - alexcrichton:stabilize-1.20.0, r=aturonbors-37/+29
2017-07-26Rollup merge of #43471 - ollie27:try_from_ints, r=nagisaMark Simulacrum-15/+30
2017-07-26Rollup merge of #42959 - SimonSapin:nonzero-checked, r=sfacklerMark Simulacrum-29/+130
2017-07-25Auto merge of #43320 - alexcrichton:new-bootstrap, r=Mark-Simulacrumbors-40/+10
2017-07-25std: Stabilize the `str_{mut,box}_extras` featureAlex Crichton-3/+3
2017-07-25Stabilize the `compile_error_macro` featureAlex Crichton-1/+1
2017-07-25std: Stabilize `manually_drop` featureAlex Crichton-10/+7
2017-07-25std: Stabilize `utf8_error_error_len` featureAlex Crichton-1/+1
2017-07-25std: Stabilize `str_checked_slicing` featureAlex Crichton-10/+10
2017-07-25std: Stabilize `option_entry` featureAlex Crichton-6/+2
2017-07-25std: Stabilize `char_escape_debug`Alex Crichton-6/+5
2017-07-25Bump master to 1.21.0Alex Crichton-40/+10
2017-07-25Add missing impl and tests for int to int TryFrom implsOliver Middleton-15/+30
2017-07-25Auto merge of #43325 - ollie27:overflowing_literals, r=arielb1bors-5/+1
2017-07-25Auto merge of #43248 - llogiq:num-try-from, r=nagisabors-38/+391
2017-07-24s/immutable/my_structTymoteusz Jankowski-3/+3
2017-07-24doc: make into_iter example more conciseTshepang Lekhonkhobe-25/+8