summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2017-08-13Don't inline debug methodsSteven Fackler-5/+0
2017-08-13Auto merge of #43836 - taleks:issue-39827, r=arielb1bors-3/+16
2017-08-13Addresses comments in PR #43836Alexey Tarasov-10/+8
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-12Follow up commit for the issue 39827Alexey Tarasov-3/+18
2017-08-12Auto merge of #43794 - Eijebong:fix_typos, r=lukaramu,steveklanik,imperiobors-5/+5
2017-08-12Merge branch 'master' of https://github.com/rust-lang/rust into genJohn Kåre Alsaker-3/+17
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-10Merge remote-tracking branch 'origin/master' into genAlex Crichton-14/+38
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-09Merge remote-tracking branch 'origin/master' into genAlex Crichton-26/+41
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-08Clarify the language around `RefCell::swap`Michael Howell-1/+1
2017-08-08Assign tracking issue to option_ref_mut_clonedpanicbit-1/+1
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-07Fix Option<&mut T>::cloned doc testpanicbit-0/+1
2017-08-07libcore: Implement cloned() for Option<&mut T>panicbit-0/+19
2017-08-06Preface 'cares' with 'only'Ryan Leckey-1/+1
2017-08-02Change "Example" to "Examples" in the doc commentsMichael Howell-2/+2
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-31Implement `RefCell::replace` and `RefCell::swap`Michael Howell-0/+71
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-28Fix more tests with `GeneratorState` renameAlex Crichton-8/+8
2017-07-28Rename State to GeneratorStateJohn Kåre Alsaker-4/+4
2017-07-28Derive traits for State.John Kåre Alsaker-1/+1
2017-07-28Remove support for `gen arg`Alex Crichton-8/+8
2017-07-28Fill in generator tracking issue in a few more locationsAlex Crichton-1/+1