| Age | Commit message (Expand) | Author | Lines |
| 2022-09-28 | add regression test | Rageking8 | -0/+49 |
| 2022-09-28 | Auto merge of #102388 - JohnTitor:rollup-mbyw6fl, r=JohnTitor | bors | -127/+622 |
| 2022-09-28 | Rollup merge of #102380 - notriddle:notriddle/rustdoc-source-sidebar, r=camelid | Yuki Okushi | -3/+0 |
| 2022-09-28 | Rollup merge of #102378 - compiler-errors:issue-102289, r=jackh726 | Yuki Okushi | -1/+56 |
| 2022-09-28 | Rollup merge of #102348 - nnethercote:tweak-FulfillProcessor, r=jackh726 | Yuki Okushi | -12/+12 |
| 2022-09-28 | Rollup merge of #102347 - nnethercote:unescaping-cleanups, r=matklad | Yuki Okushi | -15/+12 |
| 2022-09-28 | Rollup merge of #102338 - compiler-errors:assoc-ty-binding-in-assoc-ty-bindin... | Yuki Okushi | -5/+82 |
| 2022-09-28 | Rollup merge of #102288 - mejrs:inner, r=compiler-errors | Yuki Okushi | -61/+373 |
| 2022-09-28 | Rollup merge of #102232 - Urgau:stabilize-bench_black_box, r=TaKO8Ki | Yuki Okushi | -28/+8 |
| 2022-09-28 | Rollup merge of #100747 - MatthewPeterKelly:mpk/add-long-error-message-for-E0... | Yuki Okushi | -2/+79 |
| 2022-09-28 | Auto merge of #100996 - m-ou-se:format-args-2, r=estebank | bors | -1540/+1449 |
| 2022-09-28 | Deduplicate some logic | mejrs | -62/+42 |
| 2022-09-27 | review updates | Matthew Kelly | -2/+2 |
| 2022-09-27 | Auto merge of #102377 - matthiaskrgr:rollup-1zvj50t, r=matthiaskrgr | bors | -295/+593 |
| 2022-09-28 | Small cleanups in unescaping code. | Nicholas Nethercote | -14/+11 |
| 2022-09-27 | rustdoc: remove redundant mobile `.source > .sidebar` CSS | Michael Howell | -3/+0 |
| 2022-09-27 | Add newline | mejrs | -3/+3 |
| 2022-09-27 | Use already resolved self_ty in confirm_fn_pointer_candidate | Michael Goulet | -1/+56 |
| 2022-09-27 | Auto merge of #102365 - weihanglo:update-cargo, r=ehuss | bors | -1/+23 |
| 2022-09-27 | Rollup merge of #102369 - GuillaumeGomez:results-colors, r=notriddle | Matthias Krüger | -5/+155 |
| 2022-09-27 | Rollup merge of #102367 - notriddle:notriddle/help-text-align, r=GuillaumeGomez | Matthias Krüger | -5/+0 |
| 2022-09-27 | Rollup merge of #102356 - davidtwco:translation-bootstrap-bump-allow-lint, r=... | Matthias Krüger | -52/+0 |
| 2022-09-27 | Rollup merge of #102337 - cuviper:llvm-optional-bool, r=nikic | Matthias Krüger | -1/+1 |
| 2022-09-27 | Rollup merge of #102330 - notriddle:notriddle/srclink, r=GuillaumeGomez | Matthias Krüger | -7/+0 |
| 2022-09-27 | Rollup merge of #102284 - compiler-errors:missing-type-in-raw-ptr, r=davidtwco | Matthias Krüger | -8/+38 |
| 2022-09-27 | Rollup merge of #102281 - RalfJung:invalid-enums, r=cjgillot | Matthias Krüger | -163/+343 |
| 2022-09-27 | Rollup merge of #102253 - jsha:css-contain, r=notriddle | Matthias Krüger | -16/+32 |
| 2022-09-27 | Rollup merge of #101555 - jhpratt:stabilize-mixed_integer_ops, r=joshtriplett | Matthias Krüger | -38/+24 |
| 2022-09-27 | Address feedback | mejrs | -30/+113 |
| 2022-09-27 | Wrapper suggestions | mejrs | -67/+316 |
| 2022-09-27 | Add GUI regression test for search results colors | Guillaume Gomez | -4/+152 |
| 2022-09-27 | Fix regression for results colors | Guillaume Gomez | -1/+3 |
| 2022-09-27 | rustdoc: remove redundant `#help-button` CSS | Michael Howell | -5/+0 |
| 2022-09-27 | Update src/test/rustdoc-gui/sidebar-mobile-scroll.goml | Jacob Hoffman-Andrews | -3/+3 |
| 2022-09-27 | Deny associated type bindings within associated type bindings | Michael Goulet | -5/+82 |
| 2022-09-27 | Update cargo | Weihang Lo | -1/+23 |
| 2022-09-27 | rustdoc: use CSS containment to speed up render | Jacob Hoffman-Andrews | -16/+32 |
| 2022-09-27 | Stabilize bench_black_box | Urgau | -28/+8 |
| 2022-09-27 | also query type_uninhabited_from | Ralf Jung | -40/+49 |
| 2022-09-27 | Remove confusing drop. | Mara Bos | -1/+0 |
| 2022-09-27 | Update doc comments. | Mara Bos | -2/+2 |
| 2022-09-27 | Turn format arguments Vec into its own struct. | Mara Bos | -84/+146 |
| 2022-09-27 | Update test. | Mara Bos | -6/+4 |
| 2022-09-27 | Add clarifying comments. | Mara Bos | -0/+3 |
| 2022-09-27 | Flatten if-let and match into one. | Mara Bos | -19/+14 |
| 2022-09-27 | Move enum definition closer to its usage. | Mara Bos | -5/+5 |
| 2022-09-27 | Use if let chain. | Mara Bos | -4/+2 |
| 2022-09-27 | Tweak comments. | Mara Bos | -2/+2 |
| 2022-09-27 | Prefer new_v1_formatted instead of new_v1 with duplicates. | Mara Bos | -36/+33 |
| 2022-09-27 | Fix typo. | Mara Bos | -1/+1 |