| Age | Commit message (Expand) | Author | Lines |
| 2023-10-25 | FileCheck asm_unwind | Ryan Mehri | -1/+2 |
| 2023-10-25 | Rollup merge of #117175 - oli-obk:gen_fn_split, r=compiler-errors | Matthias Krüger | -7/+7 |
| 2023-10-25 | Rollup merge of #117009 - fmease:diag-disambig-sugg-crate, r=b-naber | Matthias Krüger | -6/+115 |
| 2023-10-25 | Rollup merge of #116931 - weiznich:improve_diagnostic_on_unimplemented_warnin... | Matthias Krüger | -44/+87 |
| 2023-10-25 | Rollup merge of #116553 - gurry:116464-assoc-type-invalid-suggestion, r=compi... | Matthias Krüger | -0/+152 |
| 2023-10-25 | Rollup merge of #116401 - WaffleLapkin:vtablin''', r=oli-obk | Matthias Krüger | -2/+5 |
| 2023-10-25 | Stop telling people to submit bugs for internal feature ICEs | Nilstrieb | -0/+1 |
| 2023-10-25 | Add a public API to get all body locals | Kirby Linvill | -1/+1 |
| 2023-10-25 | Never consider raw pointer casts to be trival | Nilstrieb | -15/+49 |
| 2023-10-25 | Return multiple object-safety violation errors | Maybe Waffle | -2/+5 |
| 2023-10-25 | Auto merge of #117180 - matthiaskrgr:rollup-rxhl6ep, r=matthiaskrgr | bors | -307/+735 |
| 2023-10-25 | Avoid unbounded O(n^2) when parsing nested type args | Esteban Küber | -0/+30 |
| 2023-10-25 | Verify that the alloc_id is Memory. | Camille GILLOT | -0/+52 |
| 2023-10-25 | Rollup merge of #117159 - oli-obk:error_shenanigans, r=estebank | Matthias Krüger | -75/+638 |
| 2023-10-25 | Rollup merge of #117152 - compiler-errors:no-ret-coercion, r=chenyukang | Matthias Krüger | -0/+47 |
| 2023-10-25 | Rollup merge of #117141 - tmiasko:inline-target-features, r=oli-obk | Matthias Krüger | -226/+42 |
| 2023-10-25 | Rollup merge of #117111 - Zalathar:zinstrument, r=compiler-errors | Matthias Krüger | -6/+8 |
| 2023-10-25 | Rename in preparation for moving the `async` printing out of `CoroutineSource` | Oli Scherer | -7/+7 |
| 2023-10-25 | Remove unnecessary CVarArgs name skipping logic | DaniPopes | -1/+1 |
| 2023-10-25 | Rollup merge of #117160 - cuishuang:master, r=lqd | Matthias Krüger | -1/+1 |
| 2023-10-25 | Rollup merge of #117158 - matthewjasper:thir-unused-unsafe, r=oli-obk | Matthias Krüger | -321/+1597 |
| 2023-10-25 | Rollup merge of #117133 - compiler-errors:coherence-constrained, r=oli-obk | Matthias Krüger | -9/+84 |
| 2023-10-25 | Rollup merge of #116801 - clubby789:issue-113326-test, r=compiler-errors | Matthias Krüger | -0/+31 |
| 2023-10-25 | Print variadic argument pattern in HIR pretty printer | DaniPopes | -0/+28 |
| 2023-10-25 | Auto merge of #117113 - celinval:smir-stable-ty, r=oli-obk | bors | -34/+12 |
| 2023-10-25 | Work around the fact that `check_mod_type_wf` may spuriously return `ErrorGua... | Oli Scherer | -75/+638 |
| 2023-10-25 | Fix problematic comment | cui fliter | -1/+1 |
| 2023-10-25 | Make THIR unused_unsafe lint consistent with MIR | Matthew Jasper | -321/+1597 |
| 2023-10-25 | Auto merge of #117076 - oli-obk:privacy_visitor_types, r=petrochenkov | bors | -17/+17 |
| 2023-10-25 | Do not merge fn pointer casts. | Camille GILLOT | -0/+261 |
| 2023-10-25 | FileCheck gvn. | Camille GILLOT | -1699/+1526 |
| 2023-10-25 | Disambiguate non-deterministic constants. | Camille GILLOT | -9/+137 |
| 2023-10-25 | Transform large arrays into Repeat expressions when possible. | Camille GILLOT | -1/+137 |
| 2023-10-25 | Extract simplify_aggregate. | Camille GILLOT | -0/+142 |
| 2023-10-25 | Simplify repeat expressions. | Camille GILLOT | -8/+12 |
| 2023-10-25 | Simplify aggregate projections. | Camille GILLOT | -118/+152 |
| 2023-10-25 | Simplify projections in GVN. | Camille GILLOT | -77/+290 |
| 2023-10-25 | Evaluate computed values to constants. | Camille GILLOT | -164/+232 |
| 2023-10-25 | Do not remove unused definitions inside GVN. | Camille GILLOT | -1114/+1345 |
| 2023-10-25 | Do not suggest 'Trait<Assoc=arg>' when in trait impl | Gurinder Singh | -0/+152 |
| 2023-10-25 | Fix unwrap suggestion for async fn | Michael Goulet | -0/+47 |
| 2023-10-25 | coverage: UI test for unstable value `-C instrument-coverage=branch` | Zalathar | -6/+8 |
| 2023-10-24 | Handle structured stable attribute 'since' version in rustdoc | David Tolnay | -17/+17 |
| 2023-10-25 | Auto merge of #116482 - matthewjasper:thir-unsafeck-inline-constants, r=b-naber | bors | -23/+135 |
| 2023-10-24 | Update stability attribute sanity UI test to delete superfluous errors | David Tolnay | -19/+6 |
| 2023-10-24 | Remove fold code and add Const::internal() | Celina G. Val | -34/+12 |
| 2023-10-24 | Auto merge of #115796 - cjgillot:const-prop-rvalue, r=oli-obk | bors | -140/+613 |
| 2023-10-24 | mv tests | Esteban Küber | -0/+0 |
| 2023-10-24 | Require target features to match exactly during inlining | Tomasz Miąsko | -1/+1 |
| 2023-10-24 | Precommit target features compatibility test | Tomasz Miąsko | -0/+8 |