about summary refs log tree commit diff
path: root/src/libcore/ops
AgeCommit message (Collapse)AuthorLines
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
This reverts commit 143206d54d7558c2326212df99efc98110904fdb.
2017-06-24Stabilize RangeArgumentSteven Fackler-9/+168
Move it and Bound to core::ops while we're at it. Closes #30877
2017-06-23Removed as many "```ignore" as possible.kennytm-5/+20
Replaced by adding extra imports, adding hidden code (`# ...`), modifying examples to be runnable (sorry Homura), specifying non-Rust code, and converting to should_panic, no_run, or compile_fail. Remaining "```ignore"s received an explanation why they are being ignored.
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
`compiler-plugins.html` is moved into the Unstable Book. Explanation is slightly modified to match the change.
2017-06-09Move Drop to module.Clar Charr-90/+103
2017-06-09Move CoerceUnsized to module.Clar Charr-69/+82
2017-06-09Move Index to module.Clar Charr-149/+162
2017-06-09Move Deref to module.Clar Charr-110/+123
2017-06-09Move Try to module.Clar Charr-102/+118
2017-06-09Move placement new operators to module.Clar Charr-119/+130
2017-06-09Move bit ops to module.Clar Charr-830/+846
2017-06-09Move arithmetic ops to module.Clar Charr-864/+880
2017-06-09Move Fn to module.Clar Charr-185/+198
2017-06-07Move Range to module.Clar Charr-356/+374
2017-06-07Move ops.rs to folder.Clar Charr-0/+3021