| Age | Commit message (Expand) | Author | Lines |
| 2022-09-01 | Document eager evaluation of `bool::then_some` argument | Adam-Gleave | -0/+6 |
| 2022-09-01 | Auto merge of #100707 - dzvon:fix-typo, r=davidtwco | bors | -14/+14 |
| 2022-08-31 | Correct typo | Dezhi Wu | -1/+1 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -14/+14 |
| 2022-08-31 | Link “? operator” to relevant chapter in The Book | Martin Geisler | -3/+5 |
| 2022-08-31 | Rollup merge of #101159 - tspiteri:track-const-slice-split_at, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2022-08-30 | Auto merge of #98919 - 5225225:stricter-invalid-value, r=RalfJung | bors | -8/+5 |
| 2022-08-30 | Implement `Ready::into_inner()` | dAxpeDDa | -0/+24 |
| 2022-08-30 | Make docs formulation more consistent for NonZero{int} | yjhn | -12/+12 |
| 2022-08-29 | Auto merge of #101167 - matthiaskrgr:rollup-yt3jdmp, r=matthiaskrgr | bors | -1/+1 |
| 2022-08-29 | Rollup merge of #101056 - kpreid:prim-doc, r=JohnTitor | Matthias Krüger | -1/+1 |
| 2022-08-29 | add tracking issue number to const_slice_split_at_not_mut | Trevor Spiteri | -1/+1 |
| 2022-08-29 | Rollup merge of #100934 - a1phyr:improve_fmt_PadAdapter, r=Mark-Simulacrum | Dylan DPC | -14/+4 |
| 2022-08-29 | Rollup merge of #100819 - WaffleLapkin:use_ptr_byte_methods, r=scottmcm | Dylan DPC | -5/+5 |
| 2022-08-28 | Auto merge of #100578 - Urgau:float-next-up-down, r=scottmcm | bors | -0/+200 |
| 2022-08-28 | Rollup merge of #100955 - nrc:chain, r=joshtriplett | Matthias Krüger | -25/+25 |
| 2022-08-28 | Auto merge of #96946 - WaffleLapkin:ptr_mask, r=scottmcm | bors | -0/+41 |
| 2022-08-27 | Partially stabilize `bound_as_ref` by stablizing `Bound::as_ref` | Ryan Lopopolo | -1/+1 |
| 2022-08-27 | Adjust ptr_const_cast stabilization version to CURRENT_RUSTC_VERSION | est31 | -4/+4 |
| 2022-08-27 | Rollup merge of #100953 - joshtriplett:write-docs, r=Mark-Simulacrum | Yuki Okushi | -22/+21 |
| 2022-08-27 | Rollup merge of #96240 - fee1-dead-contrib:stabilize_const_offset_from, r=Mar... | Yuki Okushi | -5/+4 |
| 2022-08-26 | Re-add some justification | 5225225 | -0/+5 |
| 2022-08-26 | Creating uninitialized integers is UB | 5225225 | -11/+3 |
| 2022-08-26 | Add the syntax of references to their documentation summary. | Kevin Reid | -1/+1 |
| 2022-08-26 | Rollup merge of #100128 - kpreid:waker-doc, r=thomcc | Guillaume Gomez | -12/+38 |
| 2022-08-26 | constify `Location` methods | woppopo | -3/+6 |
| 2022-08-26 | Auto merge of #101017 - JohnTitor:rollup-73f2fhb, r=JohnTitor | bors | -50/+16 |
| 2022-08-26 | Rollup merge of #100933 - a1phyr:cheap_assert_match_failed, r=JoshTriplett | Yuki Okushi | -2/+2 |
| 2022-08-26 | Rollup merge of #100604 - dtolnay:okorerr, r=m-ou-se | Yuki Okushi | -44/+0 |
| 2022-08-26 | Rollup merge of #100076 - tspiteri:const_slice_split_at, r=oli-obk | Yuki Okushi | -4/+14 |
| 2022-08-26 | Auto merge of #99487 - bmacnaughton:is_whitespace_updates, r=thomcc | bors | -10/+18 |
| 2022-08-25 | Auto merge of #100911 - tmiasko:update-stdarch, r=Amanieu | bors | -21/+0 |
| 2022-08-25 | review | Trevor Spiteri | -2/+6 |
| 2022-08-25 | error::Error: remove some comments | Nick Cameron | -15/+0 |
| 2022-08-25 | Do not include `const_ptr_sub_ptr` in this stabilization | Deadbeef | -1/+1 |
| 2022-08-25 | Stabilize `const_ptr_offset_from`. | Deadbeef | -5/+4 |
| 2022-08-25 | Rollup merge of #100921 - ChayimFriedman2:and-eager-eval, r=JohnTitor | Yuki Okushi | -0/+11 |
| 2022-08-25 | Clarify comment to fit `as _` better | Josh Triplett | -1/+2 |
| 2022-08-24 | Rollup merge of #100922 - GuillaumeGomez:rewrite-error-index, r=notriddle | Matthias Krüger | -2/+2 |
| 2022-08-24 | Rollup merge of #100220 - scottmcm:fix-by-ref-sized, r=joshtriplett | Matthias Krüger | -12/+38 |
| 2022-08-24 | error::Error: rename the Demand arguments from req to demand | Nick Cameron | -7/+7 |
| 2022-08-24 | error::Error: rename the chain method to sources | Nick Cameron | -7/+22 |
| 2022-08-24 | Expand example to show how to implement qualified trait names | Josh Triplett | -0/+17 |
| 2022-08-24 | Update `write!` docs: can now import traits as `_` to avoid conflicts | Josh Triplett | -2/+2 |
| 2022-08-24 | Remove some documentation duplicated between `writeln!` and `write!` | Josh Triplett | -19/+0 |
| 2022-08-24 | Remove a packing branch from `fmt::builders::PadAdapter` | Benoît du Garreau | -14/+4 |
| 2022-08-24 | Reduce code size of `assert_matches_failed` | Benoît du Garreau | -2/+2 |
| 2022-08-23 | Auto merge of #99917 - yaahc:error-in-core-move, r=thomcc | bors | -0/+757 |
| 2022-08-23 | Fix links to error codes | Guillaume Gomez | -2/+2 |
| 2022-08-23 | Add a warning about `Option/Result::and()` being eagerly evaluated | Chayim Refael Friedman | -0/+11 |