| Age | Commit message (Expand) | Author | Lines |
| 2023-10-31 | Auto merge of #117419 - compiler-errors:gen, r=oli-obk | bors | -76/+85 |
| 2023-10-31 | Stabilize `file_set_times` | Josh Triplett | -21/+19 |
| 2023-10-31 | Auto merge of #11669 - y21:issue11577, r=Jarcho | bors | -22/+291 |
| 2023-10-31 | Auto merge of #11498 - jonboh:issue11494_enumvariants_order_affects_lint, r=C... | bors | -3/+35 |
| 2023-10-31 | Auto merge of #117363 - saethlin:cross-crate-inline-when-inline, r=tmiasko | bors | -2/+7 |
| 2023-10-30 | Add method for checking if deprecation is a rustc version | David Tolnay | -9/+7 |
| 2023-10-30 | Descriptive variant name deprecation versions outside the standard library | David Tolnay | -6/+8 |
| 2023-10-30 | Some more coroutine renamings | Michael Goulet | -76/+85 |
| 2023-10-30 | Represent absence of 'since' attribute as a variant of DeprecatedSince | David Tolnay | -30/+32 |
| 2023-10-30 | Preserve deprecation attribute even if 'since' version is missing | David Tolnay | -6/+14 |
| 2023-10-30 | Auto merge of #116405 - estebank:issue-103155, r=davidtwco | bors | -193/+249 |
| 2023-10-30 | Add a DeprecatedSince::Err variant for versions that fail to parse | David Tolnay | -38/+36 |
| 2023-10-30 | Sort errors | Esteban Küber | -13/+15 |
| 2023-10-30 | Add test | Esteban Küber | -0/+25 |
| 2023-10-30 | Detect object safety errors when assoc type is missing | Esteban Küber | -194/+223 |
| 2023-10-31 | Test the multispan case in `tests.ui/bounds-lifetime.rs`. | Nicholas Nethercote | -4/+4 |
| 2023-10-31 | Fix a `FIXME`, by adding a `gate_multi` macro. | Nicholas Nethercote | -18/+24 |
| 2023-10-31 | Rearrange the `gate_feature_*` macros. | Nicholas Nethercote | -60/+58 |
| 2023-10-31 | Use `if let` to reduce some excessive indentation. | Nicholas Nethercote | -53/+45 |
| 2023-10-31 | Use a slice pattern to neaten a condition. | Nicholas Nethercote | -8/+3 |
| 2023-10-31 | Cover two more cases in the `gate_doc` macro. | Nicholas Nethercote | -18/+14 |
| 2023-10-31 | Streamline `gate_feature_*` macros. | Nicholas Nethercote | -32/+14 |
| 2023-10-30 | Auto merge of #117415 - matthiaskrgr:rollup-jr2p1t2, r=matthiaskrgr | bors | -149/+286 |
| 2023-10-30 | Also consider TAIT to be uncomputable if the MIR body is tainted | Michael Goulet | -3/+42 |
| 2023-10-30 | Add a stable MIR visitor | Celina G. Val | -85/+662 |
| 2023-10-30 | Rollup merge of #117414 - compiler-errors:tait-forevert, r=oli-obk | Matthias Krüger | -7/+21 |
| 2023-10-30 | Rollup merge of #117411 - oli-obk:query_merge_immobile_game, r=compiler-error... | Matthias Krüger | -58/+63 |
| 2023-10-30 | Rollup merge of #117403 - oli-obk:the_gift_that_keeps_on_giving_116849, r=com... | Matthias Krüger | -17/+41 |
| 2023-10-30 | Rollup merge of #117398 - Nadrieril:fix-117378, r=compiler-errors | Matthias Krüger | -1/+7 |
| 2023-10-30 | Rollup merge of #117396 - oli-obk:privacy_visitor_types, r=compiler-errors | Matthias Krüger | -28/+56 |
| 2023-10-30 | Rollup merge of #117389 - oli-obk:gen_fn, r=compiler-errors | Matthias Krüger | -10/+49 |
| 2023-10-30 | Rollup merge of #116862 - estebank:issue-57457, r=oli-obk | Matthias Krüger | -28/+49 |
| 2023-10-30 | new lint: `unnecessary_fallible_conversions` | y21 | -22/+291 |
| 2023-10-30 | Don't super-fold types when we hit the recursion limit | Michael Goulet | -7/+21 |
| 2023-10-30 | Auto merge of #117405 - GuillaumeGomez:rollup-i3jxtwh, r=GuillaumeGomez | bors | -1079/+1651 |
| 2023-10-30 | Improve some diagnostics around `?Trait` bounds | Oli Scherer | -58/+63 |
| 2023-10-30 | Auto merge of #11701 - Alexendoo:vec-init-then-push-docs, r=Jarcho | bors | -1/+3 |
| 2023-10-30 | Auto merge of #11723 - Alexendoo:clippy-utils-internal, r=Jarcho | bors | -25/+6 |
| 2023-10-30 | Detect when trait is implemented for type and suggest importing it | Esteban Küber | -28/+49 |
| 2023-10-30 | Rollup merge of #117395 - gurry:117380-wrong-parent-sugg, r=Nilstrieb | Guillaume Gomez | -2/+90 |
| 2023-10-30 | Rollup merge of #117390 - chenyukang:yukang-fix-117284-unused-macro, r=estebank | Guillaume Gomez | -11/+84 |
| 2023-10-30 | Rollup merge of #117383 - onur-ozkan:fix-x-install, r=albertlarsan68 | Guillaume Gomez | -22/+30 |
| 2023-10-30 | Rollup merge of #117376 - nnethercote:rustc_interface-more, r=oli-obk | Guillaume Gomez | -410/+283 |
| 2023-10-30 | Rollup merge of #117370 - nicholasbishop:bishop-better-c-variadic-errors, r=o... | Guillaume Gomez | -49/+135 |
| 2023-10-30 | Rollup merge of #117357 - tmiasko:terminate, r=wesleywiser | Guillaume Gomez | -2/+2 |
| 2023-10-30 | Rollup merge of #117356 - he32:netbsd-mipsel, r=oli-obk | Guillaume Gomez | -0/+29 |
| 2023-10-30 | Rollup merge of #117317 - RalfJung:track-caller, r=oli-obk | Guillaume Gomez | -238/+196 |
| 2023-10-30 | Rollup merge of #117132 - estebank:issue-80194, r=petrochenkov | Guillaume Gomez | -1/+130 |
| 2023-10-30 | Rollup merge of #117068 - nnethercote:clean-up-Cargo-toml, r=wesleywiser | Guillaume Gomez | -303/+400 |
| 2023-10-30 | Rollup merge of #112463 - fmease:rustdoc-elide-x-crate-def-gen-args, r=Guilla... | Guillaume Gomez | -41/+272 |