| Age | Commit message (Expand) | Author | Lines |
| 2023-01-14 | Rollup merge of #106846 - WaffleLapkin:pico_parse_ref, r=TaKO8Ki | Matthias Krüger | -15/+25 |
| 2023-01-14 | Rollup merge of #106831 - estebank:tickets_yaml, r=Mark-Simulacrum | Matthias Krüger | -129/+185 |
| 2023-01-14 | Rollup merge of #106788 - estebank:elaborate_pred_E0599, r=compiler-errors | Matthias Krüger | -24/+296 |
| 2023-01-14 | Rollup merge of #106752 - sulami:master, r=estebank | Matthias Krüger | -0/+338 |
| 2023-01-14 | Rollup merge of #106665 - JulianKnodt:better_fn_trait_note, r=cjgillot | Matthias Krüger | -17/+111 |
| 2023-01-14 | Rollup merge of #106644 - alexcrichton:update-wasi-toolchain, r=cuviper | Matthias Krüger | -1/+1 |
| 2023-01-14 | Rollup merge of #106566 - clubby789:contiguous-weird-unicode, r=cjgillot | Matthias Krüger | -9/+49 |
| 2023-01-14 | Rollup merge of #106470 - ehuss:tidy-no-wasm, r=Mark-Simulacrum | Matthias Krüger | -103/+67 |
| 2023-01-14 | Rollup merge of #106046 - uweigand:s390x-test-bigendian-mir, r=Mark-Simulacrum | Matthias Krüger | -8/+9 |
| 2023-01-14 | Improve comments in `parser/expr.rs` | Maybe Waffle | -9/+13 |
| 2023-01-14 | Make `LhsExpr::AlreadyParsed` a named struct | Maybe Waffle | -6/+12 |
| 2023-01-14 | Add note when `FnPtr` vs. `FnDef` impl trait | kadmin | -17/+111 |
| 2023-01-14 | Auto merge of #106646 - Amanieu:ilp32-object, r=Mark-Simulacrum | bors | -25/+63 |
| 2023-01-14 | Auto merge of #106833 - JohnTitor:rollup-z8398jk, r=JohnTitor | bors | -235/+487 |
| 2023-01-14 | Auto merge of #106520 - ehuss:update-mdbook, r=Mark-Simulacrum | bors | -49/+146 |
| 2023-01-14 | Rollup merge of #106819 - notriddle:notriddle/rm-h1-fqn, r=GuillaumeGomez | Yuki Okushi | -33/+33 |
| 2023-01-14 | Rollup merge of #106816 - TimNN:rental-remap, r=oli-obj | Yuki Okushi | -4/+235 |
| 2023-01-14 | Rollup merge of #106799 - scottmcm:remove-unused-generics, r=cuviper | Yuki Okushi | -29/+29 |
| 2023-01-14 | Rollup merge of #106775 - albertlarsan68:patch-1, r=Mark-Simulacrum | Yuki Okushi | -3/+2 |
| 2023-01-14 | Rollup merge of #106766 - GuillaumeGomez:rm-stripper-dead-code, r=notriddle | Yuki Okushi | -11/+1 |
| 2023-01-14 | Rollup merge of #106762 - WaffleLapkin:atomicptr+as_mut_ptr, r=m-ou-se | Yuki Okushi | -2/+38 |
| 2023-01-14 | Rollup merge of #106707 - ehuss:remove-dupe-sha-1, r=Mark-Simulacrum | Yuki Okushi | -29/+18 |
| 2023-01-14 | Rollup merge of #106693 - notriddle:notriddle/toggle-trunc, r=GuillaumeGomez | Yuki Okushi | -117/+117 |
| 2023-01-14 | Rollup merge of #106692 - eggyal:mv-binary_heap.rs-binary_heap/mod.rs, r=Mark... | Yuki Okushi | -0/+0 |
| 2023-01-14 | Rollup merge of #106670 - albertlarsan68:check-docs-in-pr-ci, r=Mark-Simulacrum | Yuki Okushi | -0/+1 |
| 2023-01-14 | Rollup merge of #106605 - notriddle:notriddle/outdated-rustbook, r=GuillaumeG... | Yuki Okushi | -1/+1 |
| 2023-01-14 | Rollup merge of #105172 - alexs-sh:issue-98861-fix-next, r=scottmcm | Yuki Okushi | -0/+5 |
| 2023-01-14 | Rollup merge of #104965 - zacklukem:p-option-as_ref-docs, r=scottmcm | Yuki Okushi | -6/+7 |
| 2023-01-14 | Use GitHub yaml templates for ICE, Docs and Diagnostics tickets | Esteban Küber | -129/+185 |
| 2023-01-14 | Auto merge of #106825 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-01-13 | Auto merge of #106822 - matthiaskrgr:rollup-46bi4pi, r=matthiaskrgr | bors | -165/+1011 |
| 2023-01-13 | Update the wasi-libc used for the wasm32-wasi target | Alex Crichton | -1/+1 |
| 2023-01-13 | Do not incorrectly suggest restricting implied bounds | Esteban Küber | -16/+38 |
| 2023-01-13 | Update `rental` hack to work with remapped paths. | Tim Neumann | -4/+235 |
| 2023-01-13 | Update cargo | Weihang Lo | -0/+0 |
| 2023-01-13 | rustdoc: rename CSS rustdoc-toggle -> toggle and toggle -> settings-toggle | Michael Howell | -117/+117 |
| 2023-01-13 | Add tests | Esteban Küber | -0/+164 |
| 2023-01-13 | Keep obligation chain when elaborating obligations | Esteban Küber | -14/+59 |
| 2023-01-13 | Elaborate unmet obligations in E0599 for more context | Esteban Küber | -12/+53 |
| 2023-01-13 | Rollup merge of #106813 - oli-obk:sess_cleanup, r=GuillaumeGomez,petrochenkov | Matthias Krüger | -15/+16 |
| 2023-01-13 | Rollup merge of #106797 - FawazTirmizi:dev/issues/104284, r=bjorn3 | Matthias Krüger | -5/+17 |
| 2023-01-13 | Rollup merge of #106793 - Mark-Simulacrum:normalize-test, r=compiler-errors | Matthias Krüger | -28/+55 |
| 2023-01-13 | Rollup merge of #106701 - ibraheemdev:sync-sender-spin, r=Amanieu | Matthias Krüger | -33/+49 |
| 2023-01-13 | Rollup merge of #106678 - Veykril:proc-macro-panic-abort, r=eholk | Matthias Krüger | -1/+23 |
| 2023-01-13 | Rollup merge of #106641 - chenyukang:yukang/fix-105761-segguest-this, r=estebank | Matthias Krüger | -5/+250 |
| 2023-01-13 | Rollup merge of #106585 - estebank:issue-46585, r=compiler-errors | Matthias Krüger | -55/+324 |
| 2023-01-13 | Rollup merge of #106489 - jschwe:fix_linker_detection, r=petrochenkov | Matthias Krüger | -1/+10 |
| 2023-01-13 | Rollup merge of #106465 - compiler-errors:bump-IMPLIED_BOUNDS_ENTAILMENT, r=lcnr | Matthias Krüger | -18/+184 |
| 2023-01-13 | Rollup merge of #104645 - yukiomoto:log-backtrace-option, r=oli-obk | Matthias Krüger | -4/+83 |
| 2023-01-13 | rustdoc: remove unnecessary DOM class `h1.fqn` | Michael Howell | -33/+33 |