| Age | Commit message (Expand) | Author | Lines |
| 2023-12-18 | Auto merge of #118584 - gurry:118144-projection-kind-mismatched, r=WaffleLapkin | bors | -0/+27 |
| 2023-12-18 | Auto merge of #117818 - fmease:properly-reject-defaultness-on-free-consts, r=... | bors | -8/+36 |
| 2023-12-18 | Fix ICE `ProjectionKinds Deref and Field were mismatched` | Gurinder Singh | -0/+27 |
| 2023-12-18 | Auto merge of #119069 - matthiaskrgr:rollup-xxk4m30, r=matthiaskrgr | bors | -17/+86 |
| 2023-12-18 | dont discard overflow from normalizes-to goals | lcnr | -1/+34 |
| 2023-12-18 | Rollup merge of #119059 - fmease:no-tilde-const-in-inh-impl-headers, r=fee1-dead | Matthias Krüger | -17/+19 |
| 2023-12-18 | Rollup merge of #118852 - Zalathar:no-spans, r=cjgillot | Matthias Krüger | -0/+67 |
| 2023-12-18 | Fix up some `ui-fulldeps` tests. | Nicholas Nethercote | -22/+22 |
| 2023-12-18 | Make sure all kinds of generators only return unit | Michael Goulet | -0/+52 |
| 2023-12-18 | Ensure `yield` expressions desugar correctly in async generators | Michael Goulet | -0/+17 |
| 2023-12-18 | Deny ~const trait bounds in inherent impl headers | León Orell Valerian Liehr | -17/+19 |
| 2023-12-17 | Fortify test. | Camille GILLOT | -4/+9 |
| 2023-12-17 | Auto merge of #114962 - darklyspaced:debug, r=est31 | bors | -15/+15 |
| 2023-12-17 | Tolerate overaligned MIR constants for codegen. | Camille GILLOT | -0/+31 |
| 2023-12-17 | Rollup merge of #119052 - cjgillot:gvn-index-overflow, r=compiler-errors | Matthias Krüger | -0/+226 |
| 2023-12-17 | Rollup merge of #118928 - EliseZeroTwo:EliseZeroTwo/fix-issue-118786, r=cjgillot | Matthias Krüger | -0/+63 |
| 2023-12-17 | Rollup merge of #118880 - GearsDatapacks:issue-118859-fix, r=compiler-errors | Matthias Krüger | -0/+396 |
| 2023-12-17 | Avoid overflow in GVN constant indexing. | Camille GILLOT | -0/+226 |
| 2023-12-17 | Auto merge of #117884 - bvanjoi:fix-117794, r=compiler-errors | bors | -0/+19 |
| 2023-12-17 | skip rpit constraint check if borrowck return type error | bohan | -0/+19 |
| 2023-12-17 | Auto merge of #119000 - celinval:smir-cstr, r=ouz-a | bors | -0/+22 |
| 2023-12-17 | fix diagnostic regresssion | Ali MJ Al-Nasrawy | -25/+9 |
| 2023-12-17 | use Vec for region constraints | Ali MJ Al-Nasrawy | -11/+27 |
| 2023-12-17 | Auto merge of #119001 - notriddle:notriddle/searchwords, r=GuillaumeGomez | bors | -7/+17 |
| 2023-12-17 | Auto merge of #118830 - GuillaumeGomez:env-tracked_env, r=Nilstrieb | bors | -0/+45 |
| 2023-12-16 | coverage: Regression test for `assert!(!false)` | Zalathar | -0/+39 |
| 2023-12-16 | Make IMPLIED_BOUNDS_ENTAILMENT into a hard error from a lint | Michael Goulet | -68/+78 |
| 2023-12-16 | coverage: Regression test for markers in a function with no spans | Zalathar | -0/+67 |
| 2023-12-15 | rustdoc-search: remove parallel searchWords array | Michael Howell | -7/+17 |
| 2023-12-15 | Rollup merge of #118396 - compiler-errors:ast-lang-items, r=cjgillot | Jubilee | -18/+74 |
| 2023-12-15 | Add a method to check if type is a CStr | Celina G. Val | -0/+22 |
| 2023-12-15 | Auto merge of #118996 - matthiaskrgr:rollup-n6x2lc7, r=matthiaskrgr | bors | -99/+117 |
| 2023-12-15 | Rollup merge of #118988 - notriddle:notriddle/varconst, r=GuillaumeGomez | Matthias Krüger | -0/+24 |
| 2023-12-15 | Rollup merge of #118944 - compiler-errors:relate, r=lcnr | Matthias Krüger | -24/+24 |
| 2023-12-15 | Rollup merge of #118234 - tgross35:type_name_of_value, r=dtolnay | Matthias Krüger | -1/+0 |
| 2023-12-15 | Rollup merge of #117824 - WaffleLapkin:ptr_from_ref_stab, r=dtolnay | Matthias Krüger | -74/+69 |
| 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 | -16/+16 |
| 2023-12-15 | Auto merge of #115165 - davidtwco:issue-9228-describe-item-member-visibility,... | bors | -0/+229 |
| 2023-12-15 | Stabilize `ptr::{from_ref, from_mut}` | Maybe Waffle | -74/+69 |
| 2023-12-15 | Collect lang items from AST | Michael Goulet | -18/+74 |
| 2023-12-15 | rustdoc: add regression test for JS data file loading | Michael Howell | -0/+24 |
| 2023-12-15 | Rollup merge of #118969 - Zalathar:waker-noop, r=compiler-errors | Matthias Krüger | -354/+135 |
| 2023-12-15 | Adapt debug-accessibility tests for msvc-style enums | Wesley Wiser | -4/+12 |
| 2023-12-15 | codegen_llvm: set DW_AT_accessibility | David Wood | -0/+221 |
| 2023-12-15 | Rollup merge of #118909 - Urgau:cleanup-improvement-invalid_ref_casting, r=est31 | Guillaume Gomez | -8/+35 |
| 2023-12-15 | Rollup merge of #115660 - notriddle:notriddle/sidebar-resize, r=GuillaumeGomez | Guillaume Gomez | -7/+118 |
| 2023-12-15 | Rollup merge of #113091 - GuillaumeGomez:prevent-cfg-merge-reexport, r=rustdoc | Guillaume Gomez | -4/+34 |
| 2023-12-15 | Rollup merge of #118964 - compiler-errors:resolve, r=aliemjay | Ali MJ Al-Nasrawy | -0/+58 |
| 2023-12-15 | Rollup merge of #118927 - celinval:smir-missing-info, r=compiler-errors | Ali MJ Al-Nasrawy | -1/+1 |