| Age | Commit message (Expand) | Author | Lines |
| 2021-04-26 | Auto merge of #84092 - scottmcm:try_trait_initial, r=yaahc,m-ou-se | bors | -1/+281 |
| 2021-04-25 | Documentation improvements (hopefully) | Scott McMurray | -14/+32 |
| 2021-04-18 | Say that it "may panic" | r00ster | -2/+2 |
| 2021-04-18 | Document that `index` and `index_mut` can panic | r00ster | -0/+8 |
| 2021-04-17 | Add the try_trait_v2 library basics | Scott McMurray | -1/+263 |
| 2021-04-14 | Fix small typo in Drop documentation | Mark Lodato | -1/+1 |
| 2021-04-04 | Bump cfgs | Mark Rousskov | -1/+1 |
| 2021-03-22 | Rollup merge of #82683 - jturner314:int-div-rem-doc-panic, r=nikomatsakis | Dylan DPC | -6/+20 |
| 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-03-01 | Document panicking cases for integer remainder | Jim Turner | -3/+10 |
| 2021-03-01 | Document panicking cases for integer division | Jim Turner | -3/+10 |
| 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 |