| Age | Commit message (Expand) | Author | Lines |
| 2024-02-12 | Rollup merge of #120958 - ShoyuVanilla:remove-subst, r=oli-obk | Matthias Krüger | -35/+37 |
| 2024-02-12 | Auto merge of #120980 - matthiaskrgr:rollup-dsjsqql, r=matthiaskrgr | bors | -13/+12 |
| 2024-02-12 | Rollup merge of #120972 - lukas-code:autoderef-type-error, r=compiler-errors | Matthias Krüger | -3/+7 |
| 2024-02-12 | Rollup merge of #120917 - chenyukang:yukang-dead-parameters, r=compiler-errors | Matthias Krüger | -7/+2 |
| 2024-02-12 | fix ICE for deref coercions with type errors | Lukas Markeffsky | -3/+7 |
| 2024-02-12 | Tweak delayed bug mentions. | Nicholas Nethercote | -3/+3 |
| 2024-02-12 | Dejargnonize subst | Shoyu Vanilla | -35/+37 |
| 2024-02-12 | Improve some codes according to the reviews | Frank King | -1/+5 |
| 2024-02-12 | Check representation of unnamed fields | Frank King | -0/+49 |
| 2024-02-12 | remove a bunch of dead parameters in fn | yukang | -7/+2 |
| 2024-02-11 | Auto merge of #120619 - compiler-errors:param, r=lcnr | bors | -4/+21 |
| 2024-02-10 | Loosen an assertion to account for stashed errors. | Nicholas Nethercote | -1/+2 |
| 2024-02-08 | Add a new debug_assertions instrinsic (compiler) | Ben Kimock | -1/+4 |
| 2024-02-08 | Rollup merge of #120206 - petrochenkov:somehir, r=compiler-errors | Matthias Krüger | -7/+7 |
| 2024-02-08 | Rollup merge of #120103 - compiler-errors:concrete-afits, r=oli-obk | Matthias Krüger | -35/+53 |
| 2024-02-07 | Do not create param types that differ only by name when comparing intrinsic s... | Michael Goulet | -4/+21 |
| 2024-02-07 | hir: Remove `fn opt_hir_id` and `fn opt_span` | Vadim Petrochenkov | -7/+7 |
| 2024-02-05 | Make the error message better | Michael Goulet | -4/+53 |
| 2024-02-05 | Allow desugaring async fn in trait to compatible, concrete future types | Michael Goulet | -31/+0 |
| 2024-02-05 | Stop bailing out from compilation just because there were incoherent traits | Oli Scherer | -0/+12 |
| 2024-02-04 | Rollup merge of #120556 - fmease:improve-unused-generic-param-diags, r=oli-obk | Matthias Krüger | -54/+87 |
| 2024-02-01 | Improve the diagnostics for unused generic parameters | León Orell Valerian Liehr | -54/+87 |
| 2024-01-31 | Auto merge of #120346 - petrochenkov:ownodes, r=oli-obk | bors | -2/+2 |
| 2024-01-30 | hir: Remove `hir::Map::{owner,expect_owner}` | Vadim Petrochenkov | -2/+2 |
| 2024-01-30 | Apply suggestions from review | Michael Goulet | -1/+1 |
| 2024-01-30 | Deeply normalize when processing registered region obligations | Michael Goulet | -0/+5 |
| 2024-01-30 | No need to pass region bound pairs to resolve_regions_with_wf_tys | Michael Goulet | -22/+14 |
| 2024-01-29 | Stop using `String` for error codes. | Nicholas Nethercote | -6/+6 |
| 2024-01-25 | Auto merge of #119911 - NCGThompson:is-statically-known, r=oli-obk | bors | -0/+2 |
| 2024-01-23 | Rollup merge of #120270 - compiler-errors:randos, r=lcnr | León Orell Valerian Liehr | -1/+1 |
| 2024-01-23 | Random type checker changes | Michael Goulet | -1/+1 |
| 2024-01-23 | Rename `TyCtxt::emit_spanned_lint` as `TyCtxt::emit_node_span_lint`. | Nicholas Nethercote | -2/+2 |
| 2024-01-23 | Rename `TyCtxt::struct_span_lint_hir` as `TyCtxt::node_span_lint`. | Nicholas Nethercote | -4/+4 |
| 2024-01-22 | Tweak error counting. | Nicholas Nethercote | -1/+1 |
| 2024-01-21 | Auto merge of #120100 - oli-obk:astconv_lifetimes, r=BoxyUwU | bors | -1/+1 |
| 2024-01-19 | Add new intrinsic `is_constant` and optimize `pow` | Catherine Flores | -0/+2 |
| 2024-01-18 | Auto merge of #120089 - matthiaskrgr:rollup-xyfqrb5, r=matthiaskrgr | bors | -1/+2 |
| 2024-01-18 | Don't forget that the lifetime on hir types is `'tcx` | Oli Scherer | -1/+1 |
| 2024-01-18 | Rollup merge of #119967 - ShE3py:patkind-err, r=WaffleLapkin | Matthias Krüger | -1/+2 |
| 2024-01-17 | Add -Zno-implied-bounds-compat option and use it | Jack Huey | -11/+17 |
| 2024-01-17 | Correctly handle normalization in implied bounds | Ali MJ Al-Nasrawy | -10/+58 |
| 2024-01-17 | Add `PatKind::Err` | Lieselotte | -1/+2 |
| 2024-01-14 | Rework how diagnostic lints are stored. | Nicholas Nethercote | -2/+2 |
| 2024-01-13 | Add check for ui_testing via promoting parameters from `ParseSess` to `Session` | George-lewis | -4/+4 |
| 2024-01-10 | Rename consuming chaining methods on `DiagnosticBuilder`. | Nicholas Nethercote | -37/+35 |
| 2024-01-10 | Add `DiagCtxt::delayed_bug`. | Nicholas Nethercote | -25/+10 |
| 2024-01-10 | Shorten some error invocations. | Nicholas Nethercote | -4/+4 |
| 2024-01-10 | Rename `struct_span_err!` as `struct_span_code_err!`. | Nicholas Nethercote | -41/+53 |
| 2024-01-09 | Rollup merge of #117556 - obeis:static-mut-ref-lint, r=davidtwco | Guillaume Gomez | -0/+104 |
| 2024-01-08 | Only compute layout of opaque if coroutine is the cause of an opaque cycle | Michael Goulet | -9/+26 |