| Age | Commit message (Expand) | Author | Lines |
| 2023-03-15 | Auto merge of #109035 - scottmcm:ptr-read-should-know-undef, r=WaffleLapkin,J... | bors | -31/+267 |
| 2023-03-15 | Split the mem-replace codegen test | Scott McMurray | -22/+36 |
| 2023-03-14 | Improved implementation and comments after code review feedback | Scott McMurray | -52/+96 |
| 2023-03-15 | Auto merge of #107376 - aliemjay:remove-givens, r=lcnr | bors | -0/+58 |
| 2023-03-14 | Auto merge of #109130 - matthiaskrgr:rollup-dm3jza6, r=matthiaskrgr | bors | -63/+471 |
| 2023-03-14 | Rollup merge of #109116 - MaciejWas:add-modifies-receiver-diagn-when-method-n... | Matthias Krüger | -5/+38 |
| 2023-03-14 | Rollup merge of #109110 - compiler-errors:impossible-impl-mono, r=jackh726 | Matthias Krüger | -0/+13 |
| 2023-03-14 | Rollup merge of #109105 - compiler-errors:late-ct-in-anon-ct, r=oli-obk | Matthias Krüger | -0/+30 |
| 2023-03-14 | Rollup merge of #109101 - compiler-errors:layout-err, r=michaelwoerister | Matthias Krüger | -0/+22 |
| 2023-03-14 | Rollup merge of #108923 - spastorino:new-rpitit-9, r=compiler-errors | Matthias Krüger | -0/+2 |
| 2023-03-14 | Rollup merge of #108909 - spastorino:new-rpitit-7, r=compiler-errors | Matthias Krüger | -12/+130 |
| 2023-03-14 | Rollup merge of #108880 - spastorino:new-rpitit-6, r=compiler-errors | Matthias Krüger | -46/+236 |
| 2023-03-14 | Don't codegen impossible to satisfy impls | Michael Goulet | -0/+13 |
| 2023-03-14 | Emit "modifies receiver" diagnostic when no method is found | Maciej Wasilewski | -5/+38 |
| 2023-03-14 | Auto merge of #106505 - Nilstrieb:format-args-string-literal-episode-2, r=pet... | bors | -19/+144 |
| 2023-03-14 | Make fns from other crates with RPITIT work | Santiago Pastorino | -0/+2 |
| 2023-03-14 | Properly allow macro expanded `format_args` invocations to uses captures | Nilstrieb | -19/+144 |
| 2023-03-14 | Auto merge of #104833 - Swatinem:async-identity-future, r=compiler-errors | bors | -273/+109 |
| 2023-03-14 | Auto merge of #108992 - petrochenkov:qcstore2, r=cjgillot | bors | -4/+4 |
| 2023-03-13 | Don't ICE for late-bound consts across AnonConstBoundary | Michael Goulet | -0/+30 |
| 2023-03-13 | Layout of `&dyn Trait<[type error]>` is still wide | Michael Goulet | -0/+22 |
| 2023-03-13 | Rollup merge of #109088 - Nilstrieb:target-feature-on-statics-when, r=compile... | Matthias Krüger | -16/+114 |
| 2023-03-13 | Rollup merge of #109081 - krasimirgg:llvm-17-simd-wide-sum, r=nikic | Matthias Krüger | -1/+1 |
| 2023-03-13 | Rollup merge of #108830 - compiler-errors:new-solver-fast-reject-faster, r=lcnr | Matthias Krüger | -0/+67 |
| 2023-03-13 | Gracefully handle `#[target_feature]` on statics | Nilstrieb | -16/+114 |
| 2023-03-13 | Add a test that used to take forever to compile | Michael Goulet | -0/+43 |
| 2023-03-13 | Treat projections with infer as placeholder during fast reject in new solver | Michael Goulet | -0/+24 |
| 2023-03-13 | simd-wide-sum test: adapt for LLVM 17 codegen change | Krasimir Georgiev | -1/+1 |
| 2023-03-13 | Auto merge of #108623 - scottmcm:try-different-as-slice-impl, r=the8472 | bors | -5/+13 |
| 2023-03-13 | resolve: Remove `struct_field_names_untracked` | Vadim Petrochenkov | -4/+4 |
| 2023-03-13 | Auto merge of #108471 - clubby789:unbox-the-syntax, r=Nilstrieb,est31 | bors | -786/+806 |
| 2023-03-12 | Auto merge of #108872 - cjgillot:simp-const-prop, r=oli-obk | bors | -15/+17 |
| 2023-03-12 | Add a codegen test to confirm this fixes 73258 | Scott McMurray | -0/+38 |
| 2023-03-12 | Add a codegen test to confirm this fixes 106369 | Scott McMurray | -0/+15 |
| 2023-03-12 | Rollup merge of #109029 - compiler-errors:parse-gating, r=jackh726 | Matthias Krüger | -12/+49 |
| 2023-03-12 | Rollup merge of #109009 - notriddle:notriddle/edit-distance, r=GuillaumeGomez | Matthias Krüger | -0/+12 |
| 2023-03-12 | Forbid the use of `#[target_feature]` on `start` | Léo Lanteri Thauvin | -0/+20 |
| 2023-03-12 | Forbid the use of `#[target_feature]` on `main` | Léo Lanteri Thauvin | -1/+18 |
| 2023-03-12 | Fix object safety checks for new RPITITs | Santiago Pastorino | -6/+59 |
| 2023-03-12 | Filter out RPITITs in object_safety_violations_for_trait | Santiago Pastorino | -3/+32 |
| 2023-03-12 | Filter out RPITITs in astconv when checking for missing associated types | Santiago Pastorino | -3/+39 |
| 2023-03-12 | Run existing impl trait in traits tests using -Zlower-impl-trait-in-trait-to-... | Santiago Pastorino | -8/+91 |
| 2023-03-12 | Run existing async in traits tests using -Zlower-impl-trait-in-trait-to-assoc-ty | Santiago Pastorino | -10/+145 |
| 2023-03-12 | Remove tests/ui/impl-trait/in-trait/new-lowering-strategy in favor of using r... | Santiago Pastorino | -28/+0 |
| 2023-03-12 | Add recovery for use of removed `box` syntax | clubby789 | -10/+77 |
| 2023-03-12 | Remove `box_syntax` from AST and use in tools | clubby789 | -44/+18 |
| 2023-03-12 | Remove uses of `box_syntax` in rustc and tools | clubby789 | -742/+721 |
| 2023-03-12 | Rollup merge of #109034 - compiler-errors:lazy-norm-tests, r=jackh726 | Matthias Krüger | -0/+172 |
| 2023-03-12 | Rollup merge of #108841 - jackh726:issue-90528, r=compiler-errors | Matthias Krüger | -0/+400 |
| 2023-03-11 | Move `Option::as_slice` to an always-sound implementation | Scott McMurray | -5/+13 |