| Age | Commit message (Expand) | Author | Lines |
| 2024-01-31 | Rollup merge of #120495 - clubby789:remove-amdgpu-kernel, r=oli-obk | Nadrieril | -1/+0 |
| 2024-01-30 | Remove the `abi_amdgpu_kernel` feature | clubby789 | -1/+0 |
| 2024-01-30 | Remove the lifetime from `DiagnosticArgValue`. | Nicholas Nethercote | -13/+13 |
| 2024-01-26 | Auto merge of #116167 - RalfJung:structural-eq, r=lcnr | bors | -5/+4 |
| 2024-01-25 | Auto merge of #120335 - matthiaskrgr:rollup-2a0y3rd, r=matthiaskrgr | bors | -1/+1 |
| 2024-01-25 | Rollup merge of #119895 - oli-obk:track_errors_3, r=matthewjasper | Matthias Krüger | -1/+1 |
| 2024-01-25 | Auto merge of #119955 - kamalesh0406:master, r=WaffleLapkin | bors | -18/+56 |
| 2024-01-24 | remove StructuralEq trait | Ralf Jung | -5/+4 |
| 2024-01-23 | Auto merge of #120283 - fmease:rollup-rk0f6r5, r=fmease | bors | -10/+8 |
| 2024-01-23 | Rollup merge of #120139 - compiler-errors:fnonce-shim, r=BoxyUwU | León Orell Valerian Liehr | -10/+8 |
| 2024-01-23 | Rollup merge of #120270 - compiler-errors:randos, r=lcnr | León Orell Valerian Liehr | -50/+33 |
| 2024-01-23 | Remove track_errors entirely | Oli Scherer | -1/+1 |
| 2024-01-23 | Random type checker changes | Michael Goulet | -50/+33 |
| 2024-01-23 | Auto merge of #120017 - nnethercote:lint-api, r=oli-obk | bors | -11/+11 |
| 2024-01-22 | Rollup merge of #120216 - nnethercote:fix-trimmed_def_paths-assertion, r=comp... | Matthias Krüger | -2/+0 |
| 2024-01-22 | Rollup merge of #120143 - compiler-errors:consolidate-instance-resolve-for-co... | Matthias Krüger | -0/+50 |
| 2024-01-23 | Rename `struct_lint_level` as `lint_level`. | Nicholas Nethercote | -6/+6 |
| 2024-01-23 | Rename `TyCtxt::emit_spanned_lint` as `TyCtxt::emit_node_span_lint`. | Nicholas Nethercote | -1/+1 |
| 2024-01-23 | Rename `TyCtxt::emit_lint` as `TyCtxt::emit_node_lint`. | Nicholas Nethercote | -1/+1 |
| 2024-01-23 | Rename `TyCtxt::struct_span_lint_hir` as `TyCtxt::node_span_lint`. | Nicholas Nethercote | -1/+1 |
| 2024-01-23 | Rename `TyCtxt::struct_lint_node` as `TyCtxt::node_lint`. | Nicholas Nethercote | -2/+2 |
| 2024-01-22 | Do not normalize closure signature when building FnOnce shim | Michael Goulet | -10/+8 |
| 2024-01-22 | Auto merge of #120080 - cuviper:128-align-packed, r=nikic | bors | -1/+1 |
| 2024-01-22 | Auto merge of #120226 - matthiaskrgr:rollup-9xwx0si, r=matthiaskrgr | bors | -2/+5 |
| 2024-01-22 | Fix a `trimmed_def_paths` assertion failure. | Nicholas Nethercote | -2/+0 |
| 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 | -1/+22 |
| 2024-01-19 | Pack the u128 in LitKind::Int | Josh Stone | -1/+1 |
| 2024-01-19 | Consolidate logic around resolving built-in coroutine trait impls | Michael Goulet | -0/+50 |
| 2024-01-19 | Fix `Stable` trait and its impls to work with the new `with_tables` | Oli Scherer | -1/+22 |
| 2024-01-18 | Modify GenericArg and Term structs to use strict provenance rules | Kamalesh Palanisamy | -18/+56 |
| 2024-01-18 | Rollup merge of #119869 - oli-obk:track_errors2, r=matthewjasper | Matthias Krüger | -3/+15 |
| 2024-01-18 | Rollup merge of #119828 - azhogin:azhogin/collapse_debuginfo_improved_attr, r... | Matthias Krüger | -2/+1 |
| 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 | -3/+15 |
| 2024-01-16 | Auto merge of #116520 - Enselic:large-copy-into-fn, r=oli-obk | bors | -0/+25 |
| 2024-01-16 | Rollup merge of #119969 - compiler-errors:simplify-closure-env-ty, r=oli-obk | Matthias Krüger | -9/+5 |
| 2024-01-15 | Implement TypeVisitable and TypeFoldable for Spanned | Martin Nordholts | -0/+25 |
| 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-13 | Auto merge of #118947 - Bryanskiy:delegStep1, r=petrochenkov,lcnr | bors | -1/+5 |
| 2024-01-12 | Delegation implementation: step 1 | Bryanskiy | -1/+5 |
| 2024-01-11 | Register even erroneous impls | Oli Scherer | -5/+3 |
| 2024-01-11 | Rollup merge of #118915 - compiler-errors:alias-nits, r=lcnr | Matthias Krüger | -3/+3 |
| 2024-01-10 | Simplify some redundant names | Michael Goulet | -3/+3 |
| 2024-01-10 | Rename consuming chaining methods on `DiagnosticBuilder`. | Nicholas Nethercote | -2/+2 |
| 2024-01-10 | Add `DiagCtxt::delayed_bug`. | Nicholas Nethercote | -1/+1 |