| Age | Commit message (Expand) | Author | Lines |
| 2024-11-01 | nits | Michael Goulet | -10/+20 |
| 2024-11-01 | And also suggest for qpaths | Michael Goulet | -0/+79 |
| 2024-11-01 | And locals too | Michael Goulet | -0/+17 |
| 2024-11-01 | Suggest adding self type to method | Michael Goulet | -7/+43 |
| 2024-11-01 | Suggest annotations for never type fallback | Michael Goulet | -12/+113 |
| 2024-11-01 | nit: stop using TypeckRootCtxt | Michael Goulet | -12/+11 |
| 2024-10-31 | Auto merge of #132356 - jieyouxu:unsound-simplify_aggregate_to_copy, r=cjgill... | bors | -1/+3 |
| 2024-10-31 | Auto merge of #132401 - matthiaskrgr:rollup-599ieqr, r=matthiaskrgr | bors | -4/+16 |
| 2024-10-31 | Rollup merge of #132395 - Zalathar:coverage-cx-ice, r=jieyouxu | Matthias Krüger | -2/+12 |
| 2024-10-31 | Rollup merge of #132354 - koute:master, r=workingjubilee | Matthias Krüger | -2/+4 |
| 2024-10-31 | coverage: Avoid ICE when `coverage_cx` is unexpectedly unavailable | Zalathar | -2/+12 |
| 2024-10-31 | Auto merge of #132301 - compiler-errors:adjust, r=lcnr | bors | -56/+57 |
| 2024-10-31 | Add `lp64e` ABI to the spec tests match | Jan Bujak | -1/+2 |
| 2024-10-31 | Add a comment about `lp64e` still being unstable | Jan Bujak | -0/+1 |
| 2024-10-31 | Auto merge of #132384 - matthiaskrgr:rollup-0ze5wc4, r=matthiaskrgr | bors | -474/+286 |
| 2024-10-31 | Mark `simplify_aggregate_to_copy` mir-opt as unsound | 许杰友 Jieyou Xu (Joe) | -1/+3 |
| 2024-10-31 | Rollup merge of #132366 - compiler-errors:do-not-const-check, r=fee1-dead | Matthias Krüger | -0/+5 |
| 2024-10-31 | Rollup merge of #132347 - nnethercote:rm-ValueAnalysisWrapper, r=cjgillot | Matthias Krüger | -474/+281 |
| 2024-10-31 | Auto merge of #131186 - compiler-errors:precise-capturing-borrowck, r=estebank | bors | -45/+286 |
| 2024-10-31 | Reduce some visibilities. | Nicholas Nethercote | -3/+3 |
| 2024-10-31 | Remove `ValueAnalysis` and `ValueAnalysisWrapper`. | Nicholas Nethercote | -471/+278 |
| 2024-10-31 | Try to point out when edition 2024 lifetime capture rules cause borrowck issues | Michael Goulet | -2/+233 |
| 2024-10-31 | Encode cross-crate opaque type origin | Michael Goulet | -43/+53 |
| 2024-10-31 | Auto merge of #132377 - matthiaskrgr:rollup-3p1c6hs, r=matthiaskrgr | bors | -40/+14 |
| 2024-10-31 | Rollup merge of #132374 - fmease:rm-dead-eff-code, r=compiler-errors | Matthias Krüger | -40/+4 |
| 2024-10-31 | Rollup merge of #132373 - compiler-errors:rpitit-bound, r=fmease | Matthias Krüger | -0/+10 |
| 2024-10-30 | Remove dead code stemming from the old effects desugaring | León Orell Valerian Liehr | -40/+4 |
| 2024-10-30 | Make sure type_param_predicates resolves correctly for RPITIT | Michael Goulet | -0/+10 |
| 2024-10-30 | Rollup merge of #132344 - compiler-errors:same-thing, r=lcnr | Jubilee | -81/+66 |
| 2024-10-30 | Rollup merge of #132246 - workingjubilee:campaign-on-irform, r=compiler-errors | Jubilee | -502/+605 |
| 2024-10-30 | Rollup merge of #129383 - cjgillot:opaque-noremap, r=compiler-errors,petroche... | Jubilee | -656/+368 |
| 2024-10-30 | Do not enforce ~const constness effects in typeck if rustc_do_mot_const_check | Michael Goulet | -0/+5 |
| 2024-10-30 | Merge HostPolarity and BoundConstness | Michael Goulet | -81/+66 |
| 2024-10-30 | Actually capture all in-scope lifetimes. | Camille GILLOT | -43/+29 |
| 2024-10-30 | Review comments. | Camille GILLOT | -158/+2 |
| 2024-10-30 | Adapt comments. | Camille GILLOT | -12/+12 |
| 2024-10-30 | Remap impl-trait lifetimes on HIR instead of AST lowering. | Camille GILLOT | -498/+380 |
| 2024-10-30 | Rollup merge of #132359 - mustartt:henry/match-libc-char-type, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-10-30 | Rollup merge of #132346 - nnethercote:some-graphviz-tweaks, r=cjgillot | 许杰友 Jieyou Xu (Joe) | -53/+58 |
| 2024-10-30 | fix libc call from i8 to u8 | Henry Jiang | -1/+1 |
| 2024-10-30 | Add `lp64e` RISC-V ABI | Jan Bujak | -1/+1 |
| 2024-10-30 | Switch to comparing indices instead of names. | Adrian Taylor | -28/+11 |
| 2024-10-30 | Reject generic self types. | Adrian Taylor | -16/+141 |
| 2024-10-30 | Rollup merge of #132342 - Zalathar:operand-bundle, r=workingjubilee | Matthias Krüger | -138/+103 |
| 2024-10-30 | Rollup merge of #132340 - Zalathar:set-section, r=compiler-errors | Matthias Krüger | -18/+18 |
| 2024-10-30 | Rollup merge of #132338 - nnethercote:rm-Engine, r=nnethercote | Matthias Krüger | -202/+138 |
| 2024-10-30 | Rollup merge of #132332 - nnethercote:use-token_descr-more, r=estebank | Matthias Krüger | -18/+11 |
| 2024-10-30 | Rollup merge of #131856 - lcnr:typing-mode, r=compiler-errors | Matthias Krüger | -507/+512 |
| 2024-10-30 | Rollup merge of #129394 - Jarcho:irrefutable_let_patterns, r=Nadrieril | Matthias Krüger | -7/+18 |
| 2024-10-30 | Clean up FFI calls for operand bundles | Zalathar | -138/+103 |