| Age | Commit message (Expand) | Author | Lines |
| 2024-01-24 | Revert "Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin" | Oli Scherer | -0/+51 |
| 2023-12-19 | Remove unnecessary param-env from lexical region resolution and fully structu... | Michael Goulet | -7/+2 |
| 2023-12-19 | Rollup merge of #119091 - compiler-errors:alias-eq-in-structural-normalize, r... | Matthias Krüger | -30/+31 |
| 2023-12-18 | Check FnPtr/FnDef built-in fn traits correctly with effects | Michael Goulet | -21/+70 |
| 2023-12-18 | Use alias-eq in structural normalization | Michael Goulet | -30/+31 |
| 2023-12-18 | Rename `Session::span_diagnostic` as `Session::dcx`. | Nicholas Nethercote | -4/+2 |
| 2023-12-17 | Rollup merge of #119022 - compiler-errors:no-constness, r=fee1-dead | Matthias Krüger | -15/+10 |
| 2023-12-17 | Auto merge of #119048 - aliemjay:perf-register-pred, r=compiler-errors | bors | -2/+3 |
| 2023-12-17 | don't fold ParamEnv in register_predicate_obligation | Ali MJ Al-Nasrawy | -2/+3 |
| 2023-12-16 | Remove unnecessary constness from ProjectionCandidate | Michael Goulet | -15/+10 |
| 2023-12-15 | Rollup merge of #119004 - matthiaskrgr:conv, r=compiler-errors | Jubilee | -4/+3 |
| 2023-12-15 | NFC don't convert types to identical types | Matthias Krüger | -4/+3 |
| 2023-12-15 | Rollup merge of #118981 - krtab:onelessalloc, r=compiler-errors | Jubilee | -1/+1 |
| 2023-12-15 | Rollup merge of #118727 - compiler-errors:lint-decorate, r=WaffleLapkin | Jubilee | -3/+0 |
| 2023-12-15 | Rollup merge of #118396 - compiler-errors:ast-lang-items, r=cjgillot | Jubilee | -2/+8 |
| 2023-12-15 | banish hir::GenericBound::LangItemTrait | Michael Goulet | -2/+8 |
| 2023-12-15 | Don't pass lint back out of lint decorator | Michael Goulet | -3/+0 |
| 2023-12-15 | Annotate some bugs | Michael Goulet | -25/+42 |
| 2023-12-15 | Remove an unneeded allocation | Arthur Carcano | -1/+1 |
| 2023-12-14 | review | lcnr | -1/+1 |
| 2023-12-14 | consistently use "next solver" instead of "new solver" | lcnr | -9/+9 |
| 2023-12-14 | update use of feature flags | lcnr | -9/+9 |
| 2023-12-14 | rename `-Ztrait-solver` to `-Znext-solver` | lcnr | -33/+31 |
| 2023-12-14 | Auto merge of #117749 - aliemjay:perf-canon-cache, r=lcnr | bors | -4/+4 |
| 2023-12-13 | Tweak `short_ty_string` to reduce number of files | Esteban Küber | -28/+36 |
| 2023-12-13 | global param_env canonicalization cache | Ali MJ Al-Nasrawy | -4/+4 |
| 2023-12-13 | Auto merge of #118500 - ZetaNumbers:tcx_hir_refactor, r=petrochenkov | bors | -32/+30 |
| 2023-12-12 | Rollup merge of #118889 - matthiaskrgr:compl_2023_2, r=WaffleLapkin | Jubilee | -1/+1 |
| 2023-12-12 | Rollup merge of #118885 - matthiaskrgr:compl_2023, r=compiler-errors | Jubilee | -1/+1 |
| 2023-12-12 | more clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2023-12-12 | clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2023-12-12 | Rollup merge of #116740 - lenko-d:const_evaluatable_failed_for_non_unevaluate... | Matthias Krüger | -13/+23 |
| 2023-12-12 | Move some methods from `tcx.hir()` to `tcx` | zetanumbers | -32/+30 |
| 2023-12-11 | Auto merge of #118661 - fee1-dead-contrib:restore-const-partialEq, r=compiler... | bors | -2/+5 |
| 2023-12-10 | fix host param for `PartialEq` | Deadbeef | -2/+5 |
| 2023-12-10 | remove redundant imports | surechen | -2/+0 |
| 2023-12-09 | report_not_const_evaluatable_error to avoid ICEing on ConstKind::Expr | Lenko Donchev | -13/+23 |
| 2023-12-09 | Rollup merge of #118762 - compiler-errors:gen-nits, r=eholk | Jubilee | -3/+2 |
| 2023-12-08 | Rollup merge of #118736 - aliemjay:revert-ice-on-ambig, r=compiler-errors | Matthias Krüger | -12/+4 |
| 2023-12-08 | More nits | Michael Goulet | -3/+2 |
| 2023-12-08 | Implement `async gen` blocks | Michael Goulet | -4/+167 |
| 2023-12-08 | Auto merge of #118689 - compiler-errors:const-drop, r=fee1-dead | bors | -10/+21 |
| 2023-12-08 | temporarily revert "ice on ambguity in mir typeck" | Ali MJ Al-Nasrawy | -12/+4 |
| 2023-12-08 | Auto merge of #118725 - lcnr:normalizes-to-projection-split-3, r=BoxyUwU | bors | -16/+26 |
| 2023-12-08 | implement and use `NormalizesTo` | lcnr | -6/+2 |
| 2023-12-07 | Rollup merge of #118686 - compiler-errors:object-safety, r=lcnr | Matthias Krüger | -10/+7 |
| 2023-12-07 | add unused `NormalizesTo` predicate | lcnr | -10/+24 |
| 2023-12-07 | Fix const drop checking | Michael Goulet | -10/+21 |
| 2023-12-07 | Auto merge of #118685 - compiler-errors:stack-dependent, r=lcnr | bors | -3/+3 |
| 2023-12-07 | Auto merge of #118684 - compiler-errors:yeet-poly-gen-sig, r=spastorino | bors | -65/+59 |