| Age | Commit message (Expand) | Author | Lines |
| 2024-12-14 | Don't make a def id for impl_trait_in_bindings | Michael Goulet | -0/+10 |
| 2024-12-14 | Auto merge of #134296 - matthiaskrgr:rollup-o0sxozj, r=matthiaskrgr | bors | -165/+128 |
| 2024-12-14 | Auto merge of #134185 - compiler-errors:impl-trait-in-bindings, r=oli-obk | bors | -49/+233 |
| 2024-12-14 | Auto merge of #134294 - matthiaskrgr:rollup-anh6io8, r=matthiaskrgr | bors | -17/+51 |
| 2024-12-14 | Rollup merge of #134208 - Zalathar:covmap-covfun, r=compiler-errors | Matthias Krüger | -65/+61 |
| 2024-12-14 | Rollup merge of #134192 - nnethercote:rm-Lexer-Parser-dep, r=compiler-errors | Matthias Krüger | -97/+37 |
| 2024-12-14 | Rollup merge of #134081 - oli-obk:push-prpsqxxynxnq, r=BoxyUwU | Matthias Krüger | -1/+28 |
| 2024-12-14 | Rollup merge of #132150 - taiki-e:ppc64-freebsd-abi, r=pnkfelix | Matthias Krüger | -2/+2 |
| 2024-12-14 | (Re-)Implement impl_trait_in_bindings | Michael Goulet | -22/+182 |
| 2024-12-14 | Split UserTypeAnnotation to have a kind | Michael Goulet | -36/+60 |
| 2024-12-14 | Rollup merge of #134265 - compiler-errors:ty_def_id, r=oli-obk | Matthias Krüger | -16/+16 |
| 2024-12-14 | Rollup merge of #134262 - adetaylor:revert-diagnostics, r=compiler-errors | Matthias Krüger | -1/+23 |
| 2024-12-14 | Rollup merge of #134261 - bjorn3:document_symbol_visibility, r=lqd | Matthias Krüger | -0/+12 |
| 2024-12-14 | Rollup merge of #134256 - krtab:suggestion_overlapping, r=petrochenkov | Matthias Krüger | -3/+4 |
| 2024-12-14 | Rollup merge of #134251 - bjorn3:various_cleanups2, r=oli-obk | Matthias Krüger | -66/+38 |
| 2024-12-14 | Rollup merge of #134244 - Enselic:no-mut-hint-for-raw-ref, r=jieyouxu | Matthias Krüger | -16/+53 |
| 2024-12-14 | Rollup merge of #134181 - estebank:trim-render, r=oli-obk | Matthias Krüger | -3/+12 |
| 2024-12-13 | Auto merge of #134269 - matthiaskrgr:rollup-fkshwux, r=matthiaskrgr | bors | -535/+861 |
| 2024-12-13 | Auto merge of #133099 - RalfJung:forbidden-hardfloat-features, r=workingjubilee | bors | -403/+530 |
| 2024-12-13 | Document the symbol Visibility enum | bjorn3 | -0/+12 |
| 2024-12-13 | Account for `///` when rendering multiline spans | Esteban Küber | -8/+9 |
| 2024-12-13 | Rename ty_def_id so people will stop using it by accident | Michael Goulet | -16/+16 |
| 2024-12-13 | Rollup merge of #134140 - compiler-errors:unsafe-binders-ast, r=oli-obk | Matthias Krüger | -13/+338 |
| 2024-12-13 | Rollup merge of #134130 - bjorn3:prepare_driver_query_removal, r=oli-obk | Matthias Krüger | -34/+32 |
| 2024-12-13 | Rollup merge of #134058 - RalfJung:interpret-typing-env, r=lcnr | Matthias Krüger | -8/+9 |
| 2024-12-13 | Rollup merge of #133938 - nnethercote:rustc_mir_dataflow-renamings, r=oli-obk | Matthias Krüger | -422/+360 |
| 2024-12-13 | Rollup merge of #133937 - estebank:silence-resolve-errors-from-mod-with-parse... | Matthias Krüger | -58/+122 |
| 2024-12-13 | Auto merge of #134122 - oli-obk:push-zqnyznxtpnll, r=petrochenkov | bors | -43/+57 |
| 2024-12-13 | Arbitrary self types v2: adjust diagnostic. | Adrian Taylor | -1/+23 |
| 2024-12-13 | rustc_borrowck: Convert suggest_ampmut() 4-tuple to struct for readability | Martin Nordholts | -13/+46 |
| 2024-12-13 | rustc_borrowck: Stop suggesting the invalid syntax `&mut raw const` | Martin Nordholts | -0/+5 |
| 2024-12-13 | rustc_borrowck: Make suggest_ampmut() return type match its use | Martin Nordholts | -9/+8 |
| 2024-12-13 | Use a more precise span in placeholder_type_error_diag | Arthur Carcano | -3/+4 |
| 2024-12-13 | Make dependency_formats an FxIndexMap rather than a list of tuples | bjorn3 | -34/+19 |
| 2024-12-13 | Explain why an untranslatable_diagnostic occurs | bjorn3 | -2/+5 |
| 2024-12-13 | Remove registered_lints field from Session | bjorn3 | -8/+5 |
| 2024-12-13 | Remove jobserver from Session | bjorn3 | -22/+9 |
| 2024-12-13 | Auto merge of #133899 - scottmcm:strip-mir-debuginfo, r=oli-obk | bors | -4/+63 |
| 2024-12-13 | Auto merge of #132706 - compiler-errors:async-closures, r=oli-obk | bors | -23/+3 |
| 2024-12-13 | Stabilize async closures | Michael Goulet | -23/+3 |
| 2024-12-12 | Filter empty lines, comments and delimiters from previous to last multiline s... | Esteban Küber | -1/+5 |
| 2024-12-12 | Tweak multispan rendering | Esteban Küber | -2/+6 |
| 2024-12-12 | Auto merge of #132961 - adetaylor:arbitrary-self-types-the-big-bit, r=compile... | bors | -148/+500 |
| 2024-12-13 | Remove `Lexer`'s dependency on `Parser`. | Nicholas Nethercote | -97/+37 |
| 2024-12-12 | Move impl constness into impl trait header | Oli Scherer | -33/+35 |
| 2024-12-12 | Rollup merge of #134204 - Zalathar:llvm-bool, r=SparrowLii | Matthias Krüger | -1/+3 |
| 2024-12-12 | Rollup merge of #133249 - heiher:loong-abi-check, r=workingjubilee | Matthias Krüger | -1/+3 |
| 2024-12-12 | Rollup merge of #133122 - compiler-errors:afidt, r=oli-obk | Matthias Krüger | -33/+386 |
| 2024-12-13 | Fix powerpc64 big-endian FreeBSD ABI | Taiki Endo | -2/+2 |
| 2024-12-12 | Fix tools | Michael Goulet | -1/+1 |