| Age | Commit message (Expand) | Author | Lines |
| 2024-01-17 | Auto merge of #119922 - nnethercote:fix-Diag-code-is_lint, r=oli-obk | bors | -5/+2 |
| 2024-01-17 | Inline `dump_file_basename` into `dump_path` | Zalathar | -19/+10 |
| 2024-01-17 | Inline `create_dump_file_with_basename` | Zalathar | -22/+13 |
| 2024-01-16 | Get rid of the hir_owner query. | Camille GILLOT | -71/+35 |
| 2024-01-16 | Auto merge of #119977 - Mark-Simulacrum:defid-cache, r=cjgillot | bors | -1/+2 |
| 2024-01-16 | Auto merge of #116520 - Enselic:large-copy-into-fn, r=oli-obk | bors | -4/+51 |
| 2024-01-16 | Rollup merge of #119969 - compiler-errors:simplify-closure-env-ty, r=oli-obk | Matthias Krüger | -9/+5 |
| 2024-01-16 | don't store const var origins for known vars | lcnr | -19/+10 |
| 2024-01-15 | Cache local DefId-keyed queries without hashing | Mark Rousskov | -1/+2 |
| 2024-01-15 | large_assignments: Lint on specific large args passed to functions | Martin Nordholts | -0/+12 |
| 2024-01-15 | compiler: Lower fn call arg spans down to MIR | Martin Nordholts | -4/+14 |
| 2024-01-15 | Implement TypeVisitable and TypeFoldable for Spanned | Martin Nordholts | -0/+25 |
| 2024-01-15 | Rollup merge of #119974 - nnethercote:trimmed_def_paths-improvements, r=compi... | Matthias Krüger | -31/+26 |
| 2024-01-15 | Rollup merge of #119897 - compiler-errors:fulfillment-errors, r=lcnr | Matthias Krüger | -2/+2 |
| 2024-01-15 | Replace `TrimmedDefPaths` with a bool. | Nicholas Nethercote | -13/+11 |
| 2024-01-15 | Refactor `try_print_trimmed_def_path`. | Nicholas Nethercote | -18/+11 |
| 2024-01-15 | Add some helpful comments in `trimmed_def_paths`. | Nicholas Nethercote | -1/+5 |
| 2024-01-14 | Simplify closure_env_ty and closure_env_param | Michael Goulet | -9/+5 |
| 2024-01-14 | Rework how diagnostic lints are stored. | Nicholas Nethercote | -5/+2 |
| 2024-01-13 | Auto merge of #119088 - George-lewis:glewis/suggest-upgrading-compiler, r=Nil... | bors | -2/+1 |
| 2024-01-13 | Add check for ui_testing via promoting parameters from `ParseSess` to `Session` | George-lewis | -2/+1 |
| 2024-01-13 | Rollup merge of #119898 - compiler-errors:error-reporting, r=oli-obk | Matthias Krüger | -5/+0 |
| 2024-01-13 | Auto merge of #118947 - Bryanskiy:delegStep1, r=petrochenkov,lcnr | bors | -1/+5 |
| 2024-01-12 | Remove unused ErrorReporting variant from overflow handling | Michael Goulet | -5/+0 |
| 2024-01-12 | OutputTypeParameterMismatch -> SignatureMismatch | Michael Goulet | -2/+2 |
| 2024-01-12 | Rollup merge of #119885 - DianQK:revert-pr-113923, r=petrochenkov | Guillaume Gomez | -5/+0 |
| 2024-01-12 | Delegation implementation: step 1 | Bryanskiy | -1/+5 |
| 2024-01-12 | Revert "Auto merge of #118568 - DianQK:no-builtins-symbols, r=pnkfelix" | DianQK | -5/+0 |
| 2024-01-12 | Auto merge of #119879 - matthiaskrgr:rollup-y710der, r=matthiaskrgr | bors | -17/+18 |
| 2024-01-12 | Rollup merge of #119868 - oli-obk:unknown_lifetime_ice, r=compiler-errors | Matthias Krüger | -17/+18 |
| 2024-01-12 | Auto merge of #119735 - lcnr:provisional-cache-readd, r=compiler-errors | bors | -0/+4 |
| 2024-01-11 | Register even erroneous impls | Oli Scherer | -5/+3 |
| 2024-01-11 | `specialization_graph_of`'s `errored` field is used in the only call site, an... | Oli Scherer | -12/+15 |
| 2024-01-11 | coverage: Add enums to accommodate other kinds of coverage mappings | Zalathar | -10/+28 |
| 2024-01-11 | Rollup merge of #119763 - nnethercote:cleanup-Diagnostic, r=oli-obk | Matthias Krüger | -8/+6 |
| 2024-01-11 | Rollup merge of #118915 - compiler-errors:alias-nits, r=lcnr | Matthias Krüger | -3/+3 |
| 2024-01-11 | Change how `force-warn` lint diagnostics are recorded. | Nicholas Nethercote | -8/+6 |
| 2024-01-10 | Simplify some redundant names | Michael Goulet | -3/+3 |
| 2024-01-10 | Rename consuming chaining methods on `DiagnosticBuilder`. | Nicholas Nethercote | -3/+3 |
| 2024-01-10 | Add `DiagCtxt::delayed_bug`. | Nicholas Nethercote | -6/+3 |
| 2024-01-10 | Rename `struct_span_err!` as `struct_span_code_err!`. | Nicholas Nethercote | -3/+3 |
| 2024-01-09 | Rollup merge of #119699 - cjgillot:simplify-unreachable, r=oli-obk | Guillaume Gomez | -0/+1 |
| 2024-01-09 | readd the provisional cache | lcnr | -0/+4 |
| 2024-01-09 | Auto merge of #117703 - compiler-errors:recursive-async, r=lcnr | bors | -32/+197 |
| 2024-01-09 | Rollup merge of #119725 - compiler-errors:has_effect_param, r=fmease | Matthias Krüger | -1/+8 |
| 2024-01-09 | Rollup merge of #118903 - azhogin:azhogin/skip_second_stmt_debuginfo.rs, r=pe... | Matthias Krüger | -11/+11 |
| 2024-01-08 | Last nits | Michael Goulet | -9/+31 |
| 2024-01-08 | Make cycle error more resilient to where it starts | Michael Goulet | -62/+69 |
| 2024-01-08 | Only compute layout of opaque if coroutine is the cause of an opaque cycle | Michael Goulet | -1/+24 |
| 2024-01-08 | Point out source of recursion | Michael Goulet | -16/+87 |