summary refs log tree commit diff
path: root/src/libcore/ops
AgeCommit message (Expand)AuthorLines
2017-10-02update books for next releasesteveklabnik-3/+3
2017-09-29Rollup merge of #44900 - Havvy:normalize-lang-attribute-spacing, r=sfacklerMark Simulacrum-1/+1
2017-09-29Rollup merge of #44287 - Eh2406:master, r=aturonMark Simulacrum-0/+20
2017-09-28Normalize spaces in lang attributes.Havvy-1/+1
2017-09-22Add support for `..=` syntaxAlex Burka-25/+25
2017-09-03Manuall rebase of @Migi pull/41336Eh2406-0/+20
2017-09-03add error message for the other case tooAriel Ben-Yehuda-1/+6
2017-09-03on_unimplemented: add method-name checks and use them in TryAriel Ben-Yehuda-1/+3
2017-09-03address review commentsAriel Ben-Yehuda-2/+3
2017-09-03enable desugaring-sensitive error messages and use them in TryAriel Ben-Yehuda-2/+10
2017-08-17Merge remote-tracking branch 'origin/master' into genAlex Crichton-1/+1
2017-08-16Merge remote-tracking branch 'origin/master' into genAlex Crichton-0/+2
2017-08-15Fix typos & us spellingsFourchaux-1/+1
2017-08-14Merge remote-tracking branch 'origin/master' into genAlex Crichton-531/+617
2017-08-14Add missing newline in Deref docs to fix renderinglukaramu-0/+2
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-1/+1
2017-08-11Fix some more typos, this time words that are duplicated.Bastien Orivel-1/+1
2017-08-10Merge remote-tracking branch 'origin/master' into genAlex Crichton-1/+1
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-01Fixed all unnecessary muts in language coreIsaac van Bakel-1/+1
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-22Add generic example of std::ops::Sub in doc commentsmandeep-0/+36
2017-07-05Add `rustc_on_unimplemented` message to `std::ops::Try`Esteban Küber-0/+2
2017-06-30Revert "Stabilize RangeArgument"Steven Fackler-168/+9
2017-06-24Stabilize RangeArgumentSteven Fackler-9/+168
2017-06-23Removed as many "```ignore" as possible.kennytm-5/+20
2017-06-19Bump version and stage0 compilerAlex Crichton-67/+0
2017-06-15Update older URLs pointing to the first edition of the BookWonwoo Choi-2/+2
2017-06-09Move Drop to module.Clar Charr-90/+103
2017-06-09Move CoerceUnsized to module.Clar Charr-69/+82