| Age | Commit message (Expand) | Author | Lines |
| 2024-04-11 | Add load/store helpers that take `PlaceValue` | Scott McMurray | -11/+18 |
| 2024-04-11 | Put `PlaceValue` into `OperandValue::Ref`, rather than 3 tuple fields | Scott McMurray | -63/+76 |
| 2024-04-11 | Make `PlaceRef` hold a `PlaceValue` for the non-layout fields (like `OperandR... | Scott McMurray | -121/+171 |
| 2024-04-11 | Fix small typo | Janggun Lee | -1/+1 |
| 2024-04-11 | Auto merge of #123007 - kadiwa4:suggest_convert_ptr_to_mut_ref, r=estebank | bors | -33/+49 |
| 2024-04-11 | Auto merge of #122213 - estebank:issue-50195, r=oli-obk,estebank | bors | -5/+193 |
| 2024-04-10 | Handle more cases of "values to suggest" given a type | Esteban Küber | -3/+28 |
| 2024-04-11 | Rollup merge of #123761 - compiler-errors:suggest-more-impl-trait, r=estebank | León Orell Valerian Liehr | -51/+59 |
| 2024-04-11 | Rollup merge of #123703 - estebank:diag-changes-2, r=Nadrieril | León Orell Valerian Liehr | -19/+70 |
| 2024-04-11 | Rollup merge of #123314 - surechen:fix_120642, r=Nadrieril | León Orell Valerian Liehr | -9/+15 |
| 2024-04-11 | Rollup merge of #122954 - fmease:defined-by-extern-prelude, r=petrochenkov | León Orell Valerian Liehr | -1/+1 |
| 2024-04-10 | Properly handle emojis as literal prefix in macros | Esteban Küber | -2/+9 |
| 2024-04-10 | Use suggest_impl_trait in return type suggestion | Michael Goulet | -51/+59 |
| 2024-04-10 | Handle more cases of value suggestions | Esteban Küber | -28/+89 |
| 2024-04-10 | Reduce size of `ModifierInfo` | Veera | -3/+3 |
| 2024-04-10 | typeck: fix `?` operator suggestion span | 许杰友 Jieyou Xu (Joe) | -12/+42 |
| 2024-04-10 | Don't delay a bug if we suggest adding a semicolon to the RHS of an assign op... | Michael Goulet | -4/+10 |
| 2024-04-10 | Auto merge of #121346 - m-ou-se:temp-lifetime-if-else-match, r=compiler-errors | bors | -0/+13 |
| 2024-04-10 | Make the computation of coroutine_captures_by_ref_ty more sophisticated | Michael Goulet | -23/+91 |
| 2024-04-10 | Use a helper to zip together parent and child captures for coroutine-closures | Michael Goulet | -71/+81 |
| 2024-04-10 | Add support for Arm64EC inline assembly | Daniel Paoliello | -25/+49 |
| 2024-04-10 | rework ptr-to-ref conversion suggestion for method calls | Kalle Wachsmuth | -9/+37 |
| 2024-04-10 | introduce `Mutability::ptr_str` | Kalle Wachsmuth | -24/+12 |
| 2024-04-10 | Auto merge of #123185 - scottmcm:more-typed-copy, r=compiler-errors | bors | -128/+31 |
| 2024-04-10 | Allow specifying SDKROOT as containing XRSimulator.platform | Mads Marquart | -0/+1 |
| 2024-04-10 | Add `/System/iOSSupport` to the library search path on Mac Catalyst | Mads Marquart | -0/+10 |
| 2024-04-10 | Rollup merge of #123701 - compiler-errors:only-assert-after-checking, r=Waffl... | Guillaume Gomez | -1/+8 |
| 2024-04-10 | Rollup merge of #123689 - spastorino:pattern_types_const_generics, r=oli-obk | Guillaume Gomez | -2/+24 |
| 2024-04-10 | Rollup merge of #123659 - celinval:smir-fix-intrinsic, r=oli-obk | Guillaume Gomez | -34/+37 |
| 2024-04-10 | Rollup merge of #118391 - compiler-errors:lifetimes-eq, r=lcnr | Guillaume Gomez | -35/+175 |
| 2024-04-10 | Only assert for child/parent projection compatibility AFTER checking that the... | Michael Goulet | -1/+8 |
| 2024-04-10 | visionOS: Fix logic for finding the SDK root | Mads Marquart | -3/+4 |
| 2024-04-10 | skip `unused_parens`'s suggestion for `Paren` in macro. | surechen | -9/+15 |
| 2024-04-10 | Use trait solver to answer questions instead of manually writing a trait solver | Oli Scherer | -79/+22 |
| 2024-04-10 | Only avoid anon consts during instantiation | Oli Scherer | -3/+6 |
| 2024-04-10 | Rollup merge of #123668 - oli-obk:by_move_body_golfing, r=compiler-errors | Matthias Krüger | -51/+43 |
| 2024-04-10 | Rollup merge of #123612 - kxxt:riscv-target-abi, r=jieyouxu,nikic,DianQK | Matthias Krüger | -21/+56 |
| 2024-04-10 | Rollup merge of #123609 - compiler-errors:greek-question-mark, r=jieyouxu | Matthias Krüger | -25/+23 |
| 2024-04-10 | Rollup merge of #122200 - jieyouxu:unconditional-nightly-update-hint, r=estebank | Matthias Krüger | -45/+13 |
| 2024-04-10 | Use `fn` ptr signature instead of `{closure@..}` in infer error | Esteban Küber | -19/+70 |
| 2024-04-09 | Tweak value suggestions in `borrowck` and `hir_analysis` | Esteban Küber | -17/+26 |
| 2024-04-09 | Iterate over parent captures first, as there is a 1:N mapping of parent captu... | Oli Scherer | -71/+63 |
| 2024-04-09 | Add a FIXME | Oli Scherer | -0/+1 |
| 2024-04-09 | Handle const generic pattern types | Santiago Pastorino | -2/+24 |
| 2024-04-09 | Add a helper for extending a span to include any trailing whitespace | Michael Goulet | -25/+16 |
| 2024-04-09 | Don't use bytepos offsets when computing semicolon span for removal | Michael Goulet | -2/+9 |
| 2024-04-09 | Update ar_archive_writer to 0.2.0 | bjorn3 | -9/+2 |
| 2024-04-09 | Fix trait solver overflow with `non_local_definitions` lint | Urgau | -1/+13 |
| 2024-04-09 | Clarifying comment | Michael Goulet | -3/+9 |
| 2024-04-09 | Split back out unused_lifetimes -> redundant_lifetimes | Michael Goulet | -4/+26 |