summary refs log tree commit diff
path: root/library/core/src/ops
AgeCommit message (Expand)AuthorLines
2021-03-03Fix borrow and derefRyan Levick-0/+2
2021-03-03Remove lint pass on borrow and derefRyan Levick-2/+0
2021-03-03Fix testsRyan Levick-0/+1
2021-03-03Add tests and support two more noop methodsRyan Levick-0/+1
2021-02-25Convert primitives to use intra-doc linksJoshua Nelson-3/+3
2021-02-23Rollup merge of #81154 - dylni:improve-design-of-assert-len, r=KodrAusDylan DPC-90/+0
2021-02-13Remove ProjectionTy::from_ref_and_nameMatthew Jasper-0/+1
2021-02-12Rename `Range::ensure_subset_of` to `slice::range`dylni-101/+0
2021-02-12Fix possible soundness issue in `ensure_subset_of`dylni-95/+97
2021-02-12Improve design of `assert_len`dylni-13/+22
2021-02-06Expand the docs for ops::ControlFlow a bitScott McMurray-3/+83
2021-01-13Add as_ref and as_mut methods for BoundGriffin Smith-0/+23
2020-12-07small `TypeVisitor` refactorBastian Kauschke-0/+14
2020-11-21More consistently use spaces after commas in lists in docsCarol (Nichols || Goulding)-1/+1
2020-11-01documentation examples fixes in rustfmt conventionAbhijit Gadgil-11/+19
2020-11-01Fixes incorrect paranthesis.Abhijit Gadgil-1/+1
2020-11-01Trivial fixes to bitwise operator documentationAbhijit Gadgil-4/+7
2020-10-24Rollup merge of #76614 - NoraCodes:nora/control_flow_enum, r=scottmcmJonas Schievink-6/+6
2020-10-24Rollup merge of #78109 - cuviper:exhausted-rangeinc, r=dtolnayJonas Schievink-1/+31
2020-10-22change the order of type arguments on ControlFlowLeonora Tindall-6/+6
2020-10-21Add `ControlFlow::is_{break,continue}` methodsLeSeulArtichaut-0/+14
2020-10-21Rollup merge of #78063 - camelid:improve-cannot-multiply-error, r=estebankYuki Okushi-2/+2
2020-10-20Check for exhaustion in SliceIndex for RangeInclusiveJosh Stone-0/+14
2020-10-19make exhausted RangeInclusive::end_bound return Excluded(end)Josh Stone-2/+8
2020-10-19Check for exhaustion in RangeInclusive::containsJosh Stone-1/+11
2020-10-19Auto merge of #77874 - camelid:range-docs-readability, r=scottmcmbors-40/+52
2020-10-18Improve range docsCamelid-40/+52
2020-10-18Auto merge of #76885 - dylni:move-slice-check-range-to-range-bounds, r=KodrAusbors-0/+90
2020-10-17Improve wording of "cannot multiply" type errorCamelid-2/+2
2020-09-23Use Self more in core in doc when possibleAlexis Bourget-50/+53
2020-09-18Rename method to `assert_len`dylni-41/+41
2020-09-18Fix doctestsdylni-0/+8
2020-09-18Fix linksdylni-2/+2
2020-09-18Move `slice::check_range` to `RangeBounds`dylni-0/+82
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