| Age | Commit message (Expand) | Author | Lines |
| 2023-11-20 | Rollup merge of #117835 - Nilstrieb:note-object-lifetime-defaults, r=compiler... | Matthias Krüger | -11/+81 |
| 2023-11-20 | Rollup merge of #117327 - Nilstrieb:more-query-docs, r=compiler-errors | Matthias Krüger | -2/+13 |
| 2023-11-20 | Store feature stability un-split | Michael Goulet | -54/+36 |
| 2023-11-20 | Unify defined_lib_features and lib_features queries | Michael Goulet | -60/+83 |
| 2023-11-20 | Bump future release warning mode | Michael Goulet | -1/+1 |
| 2023-11-20 | Don't consider regions in deref_into_dyn_supertrait lint | Michael Goulet | -5/+11 |
| 2023-11-20 | Don't require intercrate mode for negative coherence | Michael Goulet | -3/+16 |
| 2023-11-20 | Don't drop region constraints that come from plugging infer regions with plac... | Michael Goulet | -7/+7 |
| 2023-11-20 | Uplift InferConst to rustc_type_ir | Michael Goulet | -84/+80 |
| 2023-11-20 | Use InferTy from rustc_type_ir unconditionally | Michael Goulet | -11/+8 |
| 2023-11-20 | Enable the Arm Cortex-A53 errata mitigation on aarch64-unknown-none | Jonathan Pallant (Ferrous Systems) | -0/+5 |
| 2023-11-20 | Remove now unnecessary x86_64_sun_solaris.rs. | Petr Sumbera | -20/+0 |
| 2023-11-20 | Remove now deprecated target x86_64-sun-solaris. | Petr Sumbera | -1/+0 |
| 2023-11-20 | handle reservation impls, track impl source | lcnr | -26/+68 |
| 2023-11-20 | self ty infer ambiguity: add proof tree cand | lcnr | -11/+16 |
| 2023-11-20 | Auto merge of #118082 - compiler-errors:rollup-ejsc8yd, r=matthiaskrgr | bors | -111/+391 |
| 2023-11-20 | Typeck break expr even if break is illegal | Gurinder Singh | -9/+12 |
| 2023-11-20 | Auto merge of #117783 - tmiasko:inline-ret, r=cjgillot | bors | -134/+163 |
| 2023-11-20 | Fix insertion of statements to be executed along return edge in inlining | Tomasz Miąsko | -14/+44 |
| 2023-11-20 | Remove unused feature. | Nicholas Nethercote | -1/+0 |
| 2023-11-20 | Put derives on a single line where possible. | Nicholas Nethercote | -26/+13 |
| 2023-11-20 | Add a comment. | Nicholas Nethercote | -0/+2 |
| 2023-11-20 | Remove unused arena kinds in `rustc_hir` and `rustc_middle`. | Nicholas Nethercote | -17/+1 |
| 2023-11-20 | Add allow-by-default lint for unit bindings | 许杰友 Jieyou Xu (Joe) | -0/+85 |
| 2023-11-19 | Rollup merge of #118068 - antoyo:subtree-update_cg_gcc_2023-11-17, r=cjgillot | Michael Goulet | -41/+104 |
| 2023-11-19 | Rollup merge of #118000 - compiler-errors:placeholder-ty-outlives, r=aliemjay | Michael Goulet | -10/+61 |
| 2023-11-19 | Rollup merge of #117994 - compiler-errors:throw-away-regions-in-coherence, r=... | Michael Goulet | -9/+8 |
| 2023-11-19 | Rollup merge of #117988 - estebank:issue-106020, r=cjgillot | Michael Goulet | -0/+110 |
| 2023-11-19 | Rollup merge of #117891 - compiler-errors:recover-for-dyn, r=davidtwco | Michael Goulet | -3/+60 |
| 2023-11-19 | Rollup merge of #117832 - RalfJung:interpret-shift, r=cjgillot | Michael Goulet | -38/+42 |
| 2023-11-19 | Rollup merge of #117828 - Nilstrieb:astconv-hashmaps, r=petrochenkov | Michael Goulet | -10/+6 |
| 2023-11-20 | Auto merge of #115526 - arttet:master, r=jackh726 | bors | -16/+98 |
| 2023-11-20 | Alphabetize features. | Nicholas Nethercote | -2/+2 |
| 2023-11-20 | Inline and remove `record_layout_for_printing`. | Nicholas Nethercote | -15/+5 |
| 2023-11-20 | Reduce exposure of some items. | Nicholas Nethercote | -16/+16 |
| 2023-11-19 | Auto merge of #116828 - compiler-errors:nightlyify-rustc_type_ir, r=jackh726 | bors | -102/+203 |
| 2023-11-19 | Use let else to reduce indentation | Tomasz Miąsko | -124/+123 |
| 2023-11-19 | Auto merge of #117683 - estebank:priv-builder-sugg, r=cjgillot | bors | -93/+345 |
| 2023-11-19 | Ignore but do not assume region obligations from unifying headers in negative... | Michael Goulet | -9/+8 |
| 2023-11-19 | Make regionck care about placeholders in outlives components | Michael Goulet | -10/+61 |
| 2023-11-19 | Pass TyCtxt by value | Antoni Boucher | -3/+3 |
| 2023-11-19 | Auto merge of #117500 - RalfJung:aggregate-abi, r=davidtwco | bors | -66/+208 |
| 2023-11-19 | Merge commit '2e8386e9fb3506cef991d04f8b3bc78f9a0c2630' into subtree-update_c... | Antoni Boucher | -41/+104 |
| 2023-11-19 | Expand Miri's BorTag GC to a Provenance GC | Ben Kimock | -7/+25 |
| 2023-11-19 | fix rebase | Esteban Küber | -2/+7 |
| 2023-11-19 | fmt | Esteban Küber | -1/+2 |
| 2023-11-19 | review comments | Esteban Küber | -43/+24 |
| 2023-11-19 | Account for number of arguments in suggestion | Esteban Küber | -5/+24 |
| 2023-11-19 | fix tidy | Esteban Küber | -1/+1 |
| 2023-11-19 | Suggest Default::default() for struct literals with private fields | Esteban Küber | -0/+17 |