| Age | Commit message (Expand) | Author | Lines |
| 2021-03-03 | Fix borrow and deref | Ryan Levick | -0/+2 |
| 2021-03-03 | Remove lint pass on borrow and deref | Ryan Levick | -2/+0 |
| 2021-03-03 | Fix tests | Ryan Levick | -0/+1 |
| 2021-03-03 | Add tests and support two more noop methods | Ryan Levick | -0/+1 |
| 2021-02-25 | Convert primitives to use intra-doc links | Joshua Nelson | -3/+3 |
| 2021-02-23 | Rollup merge of #81154 - dylni:improve-design-of-assert-len, r=KodrAus | Dylan DPC | -90/+0 |
| 2021-02-13 | Remove ProjectionTy::from_ref_and_name | Matthew Jasper | -0/+1 |
| 2021-02-12 | Rename `Range::ensure_subset_of` to `slice::range` | dylni | -101/+0 |
| 2021-02-12 | Fix possible soundness issue in `ensure_subset_of` | dylni | -95/+97 |
| 2021-02-12 | Improve design of `assert_len` | dylni | -13/+22 |
| 2021-02-06 | Expand the docs for ops::ControlFlow a bit | Scott McMurray | -3/+83 |
| 2021-01-13 | Add as_ref and as_mut methods for Bound | Griffin Smith | -0/+23 |
| 2020-12-07 | small `TypeVisitor` refactor | Bastian Kauschke | -0/+14 |
| 2020-11-21 | More consistently use spaces after commas in lists in docs | Carol (Nichols || Goulding) | -1/+1 |
| 2020-11-01 | documentation examples fixes in rustfmt convention | Abhijit Gadgil | -11/+19 |
| 2020-11-01 | Fixes incorrect paranthesis. | Abhijit Gadgil | -1/+1 |
| 2020-11-01 | Trivial fixes to bitwise operator documentation | Abhijit Gadgil | -4/+7 |
| 2020-10-24 | Rollup merge of #76614 - NoraCodes:nora/control_flow_enum, r=scottmcm | Jonas Schievink | -6/+6 |
| 2020-10-24 | Rollup merge of #78109 - cuviper:exhausted-rangeinc, r=dtolnay | Jonas Schievink | -1/+31 |
| 2020-10-22 | change the order of type arguments on ControlFlow | Leonora Tindall | -6/+6 |
| 2020-10-21 | Add `ControlFlow::is_{break,continue}` methods | LeSeulArtichaut | -0/+14 |
| 2020-10-21 | Rollup merge of #78063 - camelid:improve-cannot-multiply-error, r=estebank | Yuki Okushi | -2/+2 |
| 2020-10-20 | Check for exhaustion in SliceIndex for RangeInclusive | Josh Stone | -0/+14 |
| 2020-10-19 | make exhausted RangeInclusive::end_bound return Excluded(end) | Josh Stone | -2/+8 |
| 2020-10-19 | Check for exhaustion in RangeInclusive::contains | Josh Stone | -1/+11 |
| 2020-10-19 | Auto merge of #77874 - camelid:range-docs-readability, r=scottmcm | bors | -40/+52 |
| 2020-10-18 | Improve range docs | Camelid | -40/+52 |
| 2020-10-18 | Auto merge of #76885 - dylni:move-slice-check-range-to-range-bounds, r=KodrAus | bors | -0/+90 |
| 2020-10-17 | Improve wording of "cannot multiply" type error | Camelid | -2/+2 |
| 2020-09-23 | Use Self more in core in doc when possible | Alexis Bourget | -50/+53 |
| 2020-09-18 | Rename method to `assert_len` | dylni | -41/+41 |
| 2020-09-18 | Fix doctests | dylni | -0/+8 |
| 2020-09-18 | Fix links | dylni | -2/+2 |
| 2020-09-18 | Move `slice::check_range` to `RangeBounds` | dylni | -0/+82 |
| 2020-09-16 | Rollup merge of #75304 - Aaron1011:feature/diag-deref-move-out, r=estebank | Dylan DPC | -0/+2 |
| 2020-09-12 | Rollup merge of #76615 - GuillaumeGomez:missing-examples-binary-ops, r=jyn514 | Ralf Jung | -0/+134 |
| 2020-09-11 | Add missing examples on binary core traits | Guillaume Gomez | -0/+134 |
| 2020-09-10 | Note when a a move/borrow error is caused by a deref coercion | Aaron Hill | -0/+2 |
| 2020-09-10 | Rollup merge of #76568 - GuillaumeGomez:add-missing-examples, r=jyn514 | Tyler Mandry | -0/+77 |
| 2020-09-10 | Add missing examples on core traits' method | Guillaume Gomez | -0/+77 |
| 2020-09-04 | Add `BREAK` too, and improve the comments | Scott McMurray | -0/+36 |
| 2020-09-04 | Use ops::ControlFlow in graph::iterate | Scott McMurray | -0/+7 |
| 2020-09-02 | Format ControlFlow changes with rustfmt | Leonora Tindall | -7/+7 |
| 2020-09-01 | Rename and expose LoopState as ControlFlow | Leonora Tindall | -0/+71 |
| 2020-08-26 | apply bootstrap cfgs | Pietro Albini | -10/+10 |
| 2020-08-24 | Stabilize Range[Inclusive]::is_empty | Scott McMurray | -12/+2 |
| 2020-08-21 | Remove links that get imported from the prelude | LeSeulArtichaut | -14/+3 |
| 2020-08-21 | Use intra-doc-links in `core::ops::*` | LeSeulArtichaut | -45/+27 |
| 2020-08-16 | hir: introduce lang items for AST lowering | David Wood | -0/+10 |
| 2020-07-27 | mv std libs to library/ | mark | -0/+3972 |