| Age | Commit message (Expand) | Author | Lines |
| 2022-01-20 | Tweak `expr.await` desugaring `Span` | Esteban Kuber | -10/+48 |
| 2022-01-19 | Auto merge of #93069 - matthiaskrgr:rollup-gx1vkp7, r=matthiaskrgr | bors | -1683/+2041 |
| 2022-01-19 | Rollup merge of #93062 - ehuss:update-books, r=ehuss | Matthias Krüger | -0/+0 |
| 2022-01-19 | Rollup merge of #93051 - m-ou-se:is-some-with, r=yaahc | Matthias Krüger | -0/+70 |
| 2022-01-19 | Rollup merge of #93041 - pierwill:rm-unused-defid-ords, r=cjgillot | Matthias Krüger | -16/+6 |
| 2022-01-19 | Rollup merge of #92920 - dtolnay:printtidy, r=cjgillot | Matthias Krüger | -1200/+1220 |
| 2022-01-19 | Rollup merge of #92797 - jsha:fewer-lines, r=GuillaumeGomez | Matthias Krüger | -22/+6 |
| 2022-01-19 | Rollup merge of #92783 - FabianWolff:issue-92726, r=nikomatsakis | Matthias Krüger | -6/+87 |
| 2022-01-19 | Rollup merge of #92124 - AngelicosPhosphoros:remove_extra_alloc_in_cstring_ne... | Matthias Krüger | -22/+45 |
| 2022-01-19 | Rollup merge of #91278 - SparrowLii:place, r=spastorino | Matthias Krüger | -76/+67 |
| 2022-01-19 | Rollup merge of #89621 - digama0:patch-2, r=yaahc | Matthias Krüger | -1/+4 |
| 2022-01-19 | Rollup merge of #88642 - c410-f3r:let_chains_2, r=matthewjasper | Matthias Krüger | -340/+536 |
| 2022-01-19 | Auto merge of #93063 - ehuss:update-cargo, r=ehuss | bors | -11/+47 |
| 2022-01-18 | Update books | Eric Huss | -0/+0 |
| 2022-01-18 | Update cargo | Eric Huss | -11/+47 |
| 2022-01-18 | Remove horizontal lines at top of page | Jacob Hoffman-Andrews | -22/+6 |
| 2022-01-19 | Fix is_some_with tests. | Mara Bos | -8/+13 |
| 2022-01-18 | Auto merge of #93048 - matthiaskrgr:rollup-cz5ma34, r=matthiaskrgr | bors | -741/+901 |
| 2022-01-18 | Formally implement let chains | Caio | -340/+536 |
| 2022-01-18 | Improve is_err_with example. | Mara Bos | -6/+8 |
| 2022-01-18 | Add is_some_with tracking issue number. | Mara Bos | -3/+3 |
| 2022-01-18 | Add Result::{is_ok_with, is_err_with}. | Mara Bos | -0/+42 |
| 2022-01-18 | Add Option::is_some_with. | Mara Bos | -0/+21 |
| 2022-01-18 | Rollup merge of #93035 - Amanieu:stdarch_fix, r=Mark-Simulacrum | Matthias Krüger | -0/+0 |
| 2022-01-18 | Rollup merge of #93026 - klensy:f-typo, r=scottmcm | Matthias Krüger | -2/+2 |
| 2022-01-18 | Rollup merge of #93018 - pierwill:rm-unused-ord, r=davidtwco | Matthias Krüger | -3/+3 |
| 2022-01-18 | Rollup merge of #92924 - dtolnay:pptracing, r=Mark-Simulacrum | Matthias Krüger | -54/+0 |
| 2022-01-18 | Rollup merge of #92780 - b-naber:postpone-const-eval-coherence, r=lcnr | Matthias Krüger | -21/+55 |
| 2022-01-18 | Rollup merge of #92692 - jsha:cool-sidebar, r=GuillaumeGomez | Matthias Krüger | -360/+228 |
| 2022-01-18 | Rollup merge of #92425 - calebzulawski:simd-cast, r=workingjubilee | Matthias Krüger | -177/+314 |
| 2022-01-18 | Rollup merge of #91150 - dtolnay:qpath, r=davidtwco | Matthias Krüger | -11/+47 |
| 2022-01-18 | Rollup merge of #90782 - ricobbe:binutils-dlltool, r=michaelwoerister | Matthias Krüger | -113/+252 |
| 2022-01-18 | Move item-related pretty printing functions to module | David Tolnay | -636/+646 |
| 2022-01-18 | Move expr-related pretty printing functions to module | David Tolnay | -564/+574 |
| 2022-01-18 | Delete pretty printer tracing | David Tolnay | -54/+0 |
| 2022-01-18 | Simplify and unify rustdoc sidebar styles | Jacob Hoffman-Andrews | -360/+228 |
| 2022-01-18 | Remove some unused `Ord` derivations based on `DefId` | pierwill | -17/+7 |
| 2022-01-18 | Fix stdarch submodule pointing to commit outside tree | Amanieu d'Antras | -0/+0 |
| 2022-01-18 | Auto merge of #92731 - bjorn3:asm_support_changes, r=nagisa | bors | -105/+133 |
| 2022-01-18 | Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obk | bors | -399/+789 |
| 2022-01-18 | fix typo in `max` description for f32/f64 | klensy | -2/+2 |
| 2022-01-18 | Auto merge of #93021 - matthiaskrgr:rollup-o7z8zoe, r=matthiaskrgr | bors | -309/+686 |
| 2022-01-18 | Improve documentation of splatted constants | Caleb Zulawski | -26/+28 |
| 2022-01-18 | Rollup merge of #93016 - Amanieu:vec_spare_capacity, r=Mark-Simulacrum | Matthias Krüger | -7/+3 |
| 2022-01-18 | Rollup merge of #93004 - krasimirgg:threadlocal-llvm-up, r=nikic | Matthias Krüger | -2/+2 |
| 2022-01-18 | Rollup merge of #92997 - woppopo:test92114, r=Mark-Simulacrum | Matthias Krüger | -3/+23 |
| 2022-01-18 | Rollup merge of #92947 - vacuus:rustdoc-core-visit-path, r=camelid | Matthias Krüger | -3/+3 |
| 2022-01-18 | Rollup merge of #92946 - kaniini:chore/llvm-libunwind-s390x, r=Mark-Simulacrum | Matthias Krüger | -2/+4 |
| 2022-01-18 | Rollup merge of #92923 - dtolnay:ringbuffer, r=petrochenkov | Matthias Krüger | -22/+67 |
| 2022-01-18 | Rollup merge of #92914 - camelid:snapshot-text, r=GuillaumeGomez | Matthias Krüger | -3/+11 |