| Age | Commit message (Expand) | Author | Lines |
| 2024-01-23 | Rename `TyCtxt::struct_span_lint_hir` as `TyCtxt::node_span_lint`. | Nicholas Nethercote | -5/+5 |
| 2024-01-23 | Rename `TyCtxt::struct_lint_node` as `TyCtxt::node_lint`. | Nicholas Nethercote | -3/+3 |
| 2024-01-23 | Rename `LintContext::lookup` as `LintContext::opt_span_lint`. | Nicholas Nethercote | -1/+1 |
| 2024-01-22 | Auto merge of #120080 - cuviper:128-align-packed, r=nikic | bors | -16/+13 |
| 2024-01-22 | Auto merge of #120226 - matthiaskrgr:rollup-9xwx0si, r=matthiaskrgr | bors | -2/+5 |
| 2024-01-22 | Tweak error counting. | Nicholas Nethercote | -2/+5 |
| 2024-01-21 | Rollup merge of #120128 - oli-obk:smir_internal_lift, r=celinval | Matthias Krüger | -3/+24 |
| 2024-01-20 | Auto merge of #119821 - oli-obk:reveal_all_const_evals, r=lcnr | bors | -2/+2 |
| 2024-01-19 | Pack the u128 in LitKind::Int | Josh Stone | -1/+1 |
| 2024-01-19 | Pack the u128 in SwitchTargets | Josh Stone | -15/+12 |
| 2024-01-20 | Auto merge of #116672 - maurer:128-align, r=nikic | bors | -3/+9 |
| 2024-01-19 | Always use RevealAll for const eval queries | Oli Scherer | -2/+2 |
| 2024-01-19 | LLVM 18 x86 data layout update | Matthew Maurer | -3/+9 |
| 2024-01-19 | Fix `Stable` trait and its impls to work with the new `with_tables` | Oli Scherer | -3/+24 |
| 2024-01-19 | Auto merge of #120112 - matthiaskrgr:rollup-48o3919, r=matthiaskrgr | bors | -18/+40 |
| 2024-01-19 | Auto merge of #120006 - cjgillot:no-hir-owner, r=wesleywiser | bors | -71/+35 |
| 2024-01-18 | Rollup merge of #120101 - mj10021:issue-120090-fix, r=WaffleLapkin | Matthias Krüger | -2/+2 |
| 2024-01-18 | Rollup merge of #119869 - oli-obk:track_errors2, r=matthewjasper | Matthias Krüger | -14/+37 |
| 2024-01-18 | Rollup merge of #119828 - azhogin:azhogin/collapse_debuginfo_improved_attr, r... | Matthias Krüger | -2/+1 |
| 2024-01-18 | Auto merge of #120089 - matthiaskrgr:rollup-xyfqrb5, r=matthiaskrgr | bors | -57/+30 |
| 2024-01-18 | change unwrap to `?` on write where result is returned | James Dietz | -2/+2 |
| 2024-01-18 | Auto merge of #118553 - jackh726:lint-implied-bounds, r=lcnr | bors | -2/+15 |
| 2024-01-18 | Rollup merge of #120038 - Zalathar:dump-path, r=WaffleLapkin | Matthias Krüger | -38/+20 |
| 2024-01-18 | Rollup merge of #120021 - lcnr:const-var-value, r=compiler-errors | Matthias Krüger | -19/+10 |
| 2024-01-17 | Correctly handle normalization in implied bounds | Ali MJ Al-Nasrawy | -2/+15 |
| 2024-01-17 | Improved collapse_debuginfo attribute, added command-line flag (no|external|yes) | Andrew Zhogin | -2/+1 |
| 2024-01-17 | Use FnOnceOutput instead of FnOnce where expected | Oli Scherer | -1/+1 |
| 2024-01-17 | Make crate_inherent_impls fallible and stop using `track_errors` for it | Oli Scherer | -12/+33 |
| 2024-01-17 | Make crate_inherent_impls_overlap_check bubble up its errors | Oli Scherer | -1/+2 |
| 2024-01-17 | Move `check_mod_impl_wf` query call out of track_errors and bubble errors up ... | Oli Scherer | -1/+2 |
| 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 |