| Age | Commit message (Expand) | Author | Lines |
| 2023-12-16 | Make IMPLIED_BOUNDS_ENTAILMENT into a hard error from a lint | Michael Goulet | -68/+78 |
| 2023-12-15 | Rollup merge of #118396 - compiler-errors:ast-lang-items, r=cjgillot | Jubilee | -18/+74 |
| 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 |
| 2023-12-15 | coverage: Use `Waker::noop` in async tests | Zalathar | -354/+135 |
| 2023-12-15 | Opportunistically resolve region var in canonicalizer | Michael Goulet | -0/+58 |
| 2023-12-14 | Address PR comments | Celina G. Val | -1/+1 |
| 2023-12-14 | Rollup merge of #118948 - compiler-errors:noop, r=eholk | Jubilee | -82/+41 |
| 2023-12-14 | Rollup merge of #118908 - Urgau:check-cfg-target-features, r=TaKO8Ki,Guillaum... | Jubilee | -13/+27 |
| 2023-12-14 | Auto merge of #118949 - matthiaskrgr:rollup-rdzlb9h, r=matthiaskrgr | bors | -2/+48 |
| 2023-12-14 | Auto merge of #118375 - ouz-a:add_emit_stable_mir_tests, r=celinval | bors | -0/+249 |
| 2023-12-14 | Unconditionally register alias-relate in projection goal | Michael Goulet | -2/+48 |
| 2023-12-14 | Use the Waker::noop API in tests | Michael Goulet | -82/+41 |
| 2023-12-14 | Recurse into let bindings if possible in ref casting lint | Urgau | -8/+35 |
| 2023-12-14 | add stable_mir output test | ouz-a | -0/+249 |
| 2023-12-14 | consistently use "next solver" instead of "new solver" | lcnr | -1/+1 |
| 2023-12-14 | update use of feature flags | lcnr | -200/+200 |
| 2023-12-14 | Don't forget pure rustc target features in check-cfg | Urgau | -1/+4 |
| 2023-12-14 | Use all the known features in check-cfg | Urgau | -13/+24 |
| 2023-12-14 | Auto merge of #118417 - anforowicz:default-hidden-visibility, r=TaKO8Ki | bors | -0/+31 |
| 2023-12-14 | Auto merge of #118538 - RalfJung:size-of-val-comments, r=WaffleLapkin | bors | -0/+21 |
| 2023-12-14 | Auto merge of #118491 - cuviper:aarch64-stack-probes, r=wesleywiser | bors | -7/+17 |
| 2023-12-14 | Auto merge of #118389 - estebank:type-verbosity, r=b-naber | bors | -21/+19 |
| 2023-12-13 | Tweak `short_ty_string` to reduce number of files | Esteban Küber | -21/+19 |
| 2023-12-13 | Auto merge of #118402 - notriddle:notriddle/ranking-and-filtering, r=Guillaum... | bors | -15/+117 |
| 2023-12-13 | Add unstable `-Zdefault-hidden-visibility` cmdline flag for `rustc`. | Lukasz Anforowicz | -0/+31 |
| 2023-12-13 | Auto merge of #118213 - Urgau:check-cfg-diagnostics-rustc-cargo, r=petrochenkov | bors | -323/+420 |
| 2023-12-13 | fix computing the dynamic alignment of packed structs with dyn trait tails | Ralf Jung | -0/+21 |
| 2023-12-13 | rustdoc-search: use set ops for ranking and filtering | Michael Howell | -15/+117 |
| 2023-12-13 | Rollup merge of #118871 - tmiasko:coroutine-maybe-uninit-fields, r=compiler-e... | Matthias Krüger | -3/+54 |
| 2023-12-13 | Rollup merge of #118759 - compiler-errors:bare-unit-structs, r=petrochenkov | Matthias Krüger | -24/+40 |
| 2023-12-13 | Remove dangling check-cfg ui tests files | Urgau | -249/+0 |
| 2023-12-13 | Add more suggestion to unexpected cfg names and values | Urgau | -74/+420 |