| Age | Commit message (Expand) | Author | Lines |
| 2023-12-17 | Rollup merge of #119022 - compiler-errors:no-constness, r=fee1-dead | Matthias Krüger | -19/+12 |
| 2023-12-17 | Rollup merge of #118928 - EliseZeroTwo:EliseZeroTwo/fix-issue-118786, r=cjgillot | Matthias Krüger | -0/+7 |
| 2023-12-17 | Rollup merge of #118880 - GearsDatapacks:issue-118859-fix, r=compiler-errors | Matthias Krüger | -3/+32 |
| 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-17 | Auto merge of #117884 - bvanjoi:fix-117794, r=compiler-errors | bors | -0/+4 |
| 2023-12-17 | Auto merge of #118828 - mu001999:master, r=b-naber | bors | -17/+0 |
| 2023-12-17 | skip rpit constraint check if borrowck return type error | bohan | -0/+4 |
| 2023-12-17 | Auto merge of #119000 - celinval:smir-cstr, r=ouz-a | bors | -0/+15 |
| 2023-12-17 | Auto merge of #118830 - GuillaumeGomez:env-tracked_env, r=Nilstrieb | bors | -0/+4 |
| 2023-12-16 | Auto merge of #110494 - majaha:noTrapAfterNoreturn, r=nikic | bors | -0/+8 |
| 2023-12-16 | Remove unnecessary constness from ProjectionCandidate | Michael Goulet | -19/+12 |
| 2023-12-16 | Auto merge of #118897 - nnethercote:more-unescaping-cleanups, r=fee1-dead | bors | -88/+82 |
| 2023-12-15 | Rollup merge of #119004 - matthiaskrgr:conv, r=compiler-errors | Jubilee | -41/+25 |
| 2023-12-15 | Rollup merge of #119003 - matthiaskrgr:nein_clone, r=Nadrieril | Jubilee | -6/+6 |
| 2023-12-15 | Rollup merge of #118993 - jyn514:cfg-color, r=WaffleLapkin,Nilstrieb | Jubilee | -4/+1 |
| 2023-12-15 | Rollup merge of #118989 - compiler-errors:lint-decorator-2, r=WaffleLapkin | Jubilee | -68/+17 |
| 2023-12-16 | Simplify lint decorator derive too | Michael Goulet | -68/+17 |
| 2023-12-16 | Remove the lint outright | Michael Goulet | -8/+5 |
| 2023-12-16 | Make IMPLIED_BOUNDS_ENTAILMENT into a hard error from a lint | Michael Goulet | -224/+13 |
| 2023-12-15 | NFC don't convert types to identical types | Matthias Krüger | -41/+25 |
| 2023-12-15 | NFC: do not clone types that are copy | Matthias Krüger | -6/+6 |
| 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 | -124/+42 |
| 2023-12-15 | Rollup merge of #118396 - compiler-errors:ast-lang-items, r=cjgillot | Jubilee | -364/+414 |
| 2023-12-15 | Add a method to check if type is a CStr | Celina G. Val | -0/+15 |
| 2023-12-15 | Auto merge of #118996 - matthiaskrgr:rollup-n6x2lc7, r=matthiaskrgr | bors | -43/+44 |
| 2023-12-15 | use `if cfg` instead of `#[cfg]` | jyn | -4/+1 |
| 2023-12-15 | Move nll_relate to relate::nll submodule | Michael Goulet | -5/+5 |
| 2023-12-15 | Add higher_ranked to relate submodule | Michael Goulet | -8/+8 |
| 2023-12-15 | Move type relations into submodule in rustc_infer | Michael Goulet | -41/+42 |
| 2023-12-15 | Auto merge of #115165 - davidtwco:issue-9228-describe-item-member-visibility,... | bors | -15/+47 |
| 2023-12-15 | Fix enforcement of generics for associated items | Michael Goulet | -19/+85 |
| 2023-12-15 | Simplify instantiate_poly_trait_ref | Michael Goulet | -75/+35 |
| 2023-12-15 | banish hir::GenericBound::LangItemTrait | Michael Goulet | -135/+68 |
| 2023-12-15 | Collect lang items from AST | Michael Goulet | -155/+246 |
| 2023-12-15 | Fix comments | Michael Goulet | -37/+3 |
| 2023-12-15 | Don't pass lint back out of lint decorator | Michael Goulet | -87/+39 |
| 2023-12-15 | Rollup merge of #118974 - workingjubilee:why-worry-about-enum-abi, r=davidtwco | Matthias Krüger | -6/+14 |
| 2023-12-15 | Rollup merge of #118962 - compiler-errors:bugs, r=TaKO8Ki | Matthias Krüger | -229/+325 |
| 2023-12-15 | Annotate some more bugs | Michael Goulet | -26/+24 |
| 2023-12-15 | Annotate some bugs | Michael Goulet | -203/+301 |
| 2023-12-15 | Remove an unneeded allocation | Arthur Carcano | -1/+1 |
| 2023-12-15 | codegen_llvm: set DW_AT_accessibility | David Wood | -15/+47 |
| 2023-12-15 | Rollup merge of #118909 - Urgau:cleanup-improvement-invalid_ref_casting, r=est31 | Guillaume Gomez | -57/+81 |
| 2023-12-15 | Rollup merge of #118863 - Enselic:rustc_mir-build-query-stability, r=michaelw... | Guillaume Gomez | -4/+3 |
| 2023-12-15 | Annotate panic! reasons during enum layout | Jubilee Young | -6/+14 |
| 2023-12-15 | Auto merge of #118970 - aliemjay:rollup-or33al2, r=aliemjay | bors | -54/+106 |
| 2023-12-15 | Rollup merge of #118964 - compiler-errors:resolve, r=aliemjay | Ali MJ Al-Nasrawy | -35/+12 |
| 2023-12-15 | Rollup merge of #118927 - celinval:smir-missing-info, r=compiler-errors | Ali MJ Al-Nasrawy | -19/+94 |