| Age | Commit message (Expand) | Author | Lines |
| 2024-11-01 | And also suggest for qpaths | Michael Goulet | -0/+72 |
| 2024-11-01 | And locals too | Michael Goulet | -6/+14 |
| 2024-11-01 | Suggest adding self type to method | Michael Goulet | -0/+12 |
| 2024-11-01 | Suggest annotations for never type fallback | Michael Goulet | -0/+12 |
| 2024-10-31 | Auto merge of #132356 - jieyouxu:unsound-simplify_aggregate_to_copy, r=cjgill... | bors | -42/+189 |
| 2024-10-31 | tests: use minicore in `tests/ui/abi/compatibility.rs` as an example | 许杰友 Jieyou Xu (Joe) | -74/+28 |
| 2024-10-31 | tests/ui: add `minicore` compiletest self-test | 许杰友 Jieyou Xu (Joe) | -0/+20 |
| 2024-10-31 | tests/codegen: add `minicore` compiletest self-test | 许杰友 Jieyou Xu (Joe) | -0/+20 |
| 2024-10-31 | tests/assembly: add `minicore` compiletest self-test | 许杰友 Jieyou Xu (Joe) | -0/+5 |
| 2024-10-31 | minicore: add minimal minicore test auxiliary | 许杰友 Jieyou Xu (Joe) | -0/+77 |
| 2024-10-31 | Auto merge of #132384 - matthiaskrgr:rollup-0ze5wc4, r=matthiaskrgr | bors | -34/+68 |
| 2024-10-31 | Add a mir-opt GVN test for #128299 | 许杰友 Jieyou Xu (Joe) | -0/+104 |
| 2024-10-31 | Mark `simplify_aggregate_to_copy` mir-opt as unsound | 许杰友 Jieyou Xu (Joe) | -42/+60 |
| 2024-10-31 | Add a regression test for #132353 | 许杰友 Jieyou Xu (Joe) | -0/+25 |
| 2024-10-31 | Rollup merge of #132376 - ehuss:reference-input, r=traviscross | Matthias Krüger | -33/+55 |
| 2024-10-31 | Rollup merge of #132366 - compiler-errors:do-not-const-check, r=fee1-dead | Matthias Krüger | -1/+13 |
| 2024-10-31 | Auto merge of #131186 - compiler-errors:precise-capturing-borrowck, r=estebank | bors | -0/+521 |
| 2024-10-31 | Try to point out when edition 2024 lifetime capture rules cause borrowck issues | Michael Goulet | -0/+521 |
| 2024-10-31 | Auto merge of #132377 - matthiaskrgr:rollup-3p1c6hs, r=matthiaskrgr | bors | -0/+13 |
| 2024-10-31 | Rollup merge of #132373 - compiler-errors:rpitit-bound, r=fmease | Matthias Krüger | -0/+13 |
| 2024-10-30 | Annotate `input` reference tests | Eric Huss | -33/+55 |
| 2024-10-30 | Make sure type_param_predicates resolves correctly for RPITIT | Michael Goulet | -0/+13 |
| 2024-10-30 | Rollup merge of #132246 - workingjubilee:campaign-on-irform, r=compiler-errors | Jubilee | -124/+240 |
| 2024-10-30 | Rollup merge of #132210 - notriddle:notriddle/doctest-span-hack, r=GuillaumeG... | Jubilee | -12/+86 |
| 2024-10-30 | Rollup merge of #129383 - cjgillot:opaque-noremap, r=compiler-errors,petroche... | Jubilee | -33/+103 |
| 2024-10-30 | Ignore Windows due to its differing path syntax | Michael Howell | -4/+5 |
| 2024-10-30 | Do not enforce ~const constness effects in typeck if rustc_do_mot_const_check | Michael Goulet | -1/+13 |
| 2024-10-30 | Actually capture all in-scope lifetimes. | Camille GILLOT | -50/+46 |
| 2024-10-30 | Promote test. | Camille GILLOT | -1/+1 |
| 2024-10-30 | Promote crashes tests to ui. | Camille GILLOT | -9/+38 |
| 2024-10-30 | Remap impl-trait lifetimes on HIR instead of AST lowering. | Camille GILLOT | -41/+86 |
| 2024-10-30 | Rollup merge of #131096 - GuillaumeGomez:rm-no_unused, r=notriddle | 许杰友 Jieyou Xu (Joe) | -0/+88 |
| 2024-10-30 | Rollup merge of #130098 - adetaylor:arbitrary-self-types-block-generics, r=we... | 许杰友 Jieyou Xu (Joe) | -44/+429 |
| 2024-10-30 | Reject generic self types. | Adrian Taylor | -44/+429 |
| 2024-10-30 | Auto merge of #130860 - tmandry:fix-directives, r=jieyouxu | bors | -16/+23 |
| 2024-10-30 | tests: Bless `rustc_abi::Abi::Aggregate` => `::Memory` | Jubilee Young | -97/+164 |
| 2024-10-30 | tests: cross-compile multi-platform ZST ABI tests | Jubilee Young | -27/+76 |
| 2024-10-30 | Rollup merge of #132332 - nnethercote:use-token_descr-more, r=estebank | Matthias Krüger | -141/+141 |
| 2024-10-30 | Rollup merge of #129394 - Jarcho:irrefutable_let_patterns, r=Nadrieril | Matthias Krüger | -1/+39 |
| 2024-10-29 | Fix directives for lint-non-snake-case-crate | Tyler Mandry | -16/+23 |
| 2024-10-29 | Don't lint `irrefutable_let_patterns` on leading patterns if `else if` let-ch... | Jason Newcomb | -1/+39 |
| 2024-10-29 | Rollup merge of #132157 - estebank:long-types-3, r=jieyouxu | Matthias Krüger | -405/+405 |
| 2024-10-29 | Rollup merge of #132151 - compiler-errors:coroutine-resume-outlives, r=spasto... | Matthias Krüger | -0/+98 |
| 2024-10-29 | Rollup merge of #131984 - dingxiangfei2009:stabilize-if-let-rescope, r=travis... | Matthias Krüger | -75/+24 |
| 2024-10-29 | Remove detail from label/note that is already available in other note | Esteban Küber | -405/+405 |
| 2024-10-29 | Rollup merge of #132312 - jieyouxu:delete-crashes-23707, r=matthiaskrgr | Jubilee | -109/+0 |
| 2024-10-29 | Rollup merge of #132266 - krasimirgg:llvm-20-testfix, r=hanna-kruppe,beetrees... | Jubilee | -3/+8 |
| 2024-10-29 | Rollup merge of #132194 - compiler-errors:rpitit-super-wc, r=spastorino | Jubilee | -0/+21 |
| 2024-10-29 | Rollup merge of #132119 - compiler-errors:effects-old-solver, r=lcnr | Jubilee | -168/+106 |
| 2024-10-29 | Auto merge of #132277 - workingjubilee:rollup-5e6q6e4, r=workingjubilee | bors | -29/+30 |