summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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
2017-07-28Add documentation for generatorsAlex Crichton-4/+88
2017-07-28std: Add forwarding impls of `Generator` traitAlex Crichton-9/+14
2017-07-28Fix tidy warningsAlex Crichton-1/+1
2017-07-28Generator literal supportJohn Kåre Alsaker-0/+46
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
2017-07-24improve the TryFrom implementationsAndre Bogus-38/+391
2017-07-24empty linesTymoteusz Jankowski-0/+5
2017-07-24ci fix?Tymoteusz Jankowski-5/+0
2017-07-24review fixesTymoteusz Jankowski-3/+3
2017-07-24Rollup merge of #43428 - waywardmonkeys:doc-fixes, r=estebankMark Simulacrum-4/+4
2017-07-24add proseTymoteusz Jankowski-1/+6