summary refs log tree commit diff
path: root/library/core/src/ops
AgeCommit message (Expand)AuthorLines
2020-11-15change the order of type arguments on ControlFlowLeonora Tindall-6/+6
2020-11-15Add `ControlFlow::is_{break,continue}` methodsLeSeulArtichaut-0/+14
2020-09-23Use Self more in core in doc when possibleAlexis Bourget-50/+53
2020-09-16Rollup merge of #75304 - Aaron1011:feature/diag-deref-move-out, r=estebankDylan DPC-0/+2
2020-09-12Rollup merge of #76615 - GuillaumeGomez:missing-examples-binary-ops, r=jyn514Ralf Jung-0/+134
2020-09-11Add missing examples on binary core traitsGuillaume Gomez-0/+134
2020-09-10Note when a a move/borrow error is caused by a deref coercionAaron Hill-0/+2
2020-09-10Rollup merge of #76568 - GuillaumeGomez:add-missing-examples, r=jyn514Tyler Mandry-0/+77
2020-09-10Add missing examples on core traits' methodGuillaume Gomez-0/+77
2020-09-04Add `BREAK` too, and improve the commentsScott McMurray-0/+36
2020-09-04Use ops::ControlFlow in graph::iterateScott McMurray-0/+7
2020-09-02Format ControlFlow changes with rustfmtLeonora Tindall-7/+7
2020-09-01Rename and expose LoopState as ControlFlowLeonora Tindall-0/+71
2020-08-26apply bootstrap cfgsPietro Albini-10/+10
2020-08-24Stabilize Range[Inclusive]::is_emptyScott McMurray-12/+2
2020-08-21Remove links that get imported from the preludeLeSeulArtichaut-14/+3
2020-08-21Use intra-doc-links in `core::ops::*`LeSeulArtichaut-45/+27
2020-08-16hir: introduce lang items for AST loweringDavid Wood-0/+10
2020-07-27mv std libs to library/mark-0/+3972