| Age | Commit message (Expand) | Author | Lines |
| 2024-06-19 | Rollup merge of #126654 - tgross35:f16-f128-pretty-print, r=jackh726 | León Orell Valerian Liehr | -1/+9 |
| 2024-06-19 | Rollup merge of #126594 - zetanumbers:fix-cross-crate-async-drop-glue, r=oli-obk | León Orell Valerian Liehr | -23/+57 |
| 2024-06-19 | Rollup merge of #126553 - Nadrieril:expand-or-pat-into-above, r=matthewjasper | León Orell Valerian Liehr | -97/+120 |
| 2024-06-19 | Rollup merge of #124580 - gurry:124556-suggest-remove-tuple-field, r=jackh726 | León Orell Valerian Liehr | -19/+67 |
| 2024-06-19 | Rollup merge of #126632 - Vonr:fix/moving-closure-formatting-v2, r=Nilstrieb | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-06-19 | Rollup merge of #126558 - jieyouxu:caller-chooses-ty, r=fmease | 许杰友 Jieyou Xu (Joe) | -10/+22 |
| 2024-06-19 | Rollup merge of #126493 - jswrenn:fix-126460, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -23/+24 |
| 2024-06-19 | Rollup merge of #126422 - Urgau:doctest-impl-non-local-def, r=fmease | 许杰友 Jieyou Xu (Joe) | -46/+56 |
| 2024-06-19 | Rollup merge of #125293 - dingxiangfei2009:tail-expr-temp-lifetime, r=esteban... | 许杰友 Jieyou Xu (Joe) | -21/+46 |
| 2024-06-19 | Rollup merge of #125078 - linyihai:issue-124496, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -1/+9 |
| 2024-06-19 | Rollup merge of #124135 - petrochenkov:deleglob, r=fmease | 许杰友 Jieyou Xu (Joe) | -123/+462 |
| 2024-06-18 | Make pretty printing for `f16` and `f128` consistent | Trevor Gross | -1/+9 |
| 2024-06-18 | hir_typeck: be more conservative in making "note caller chooses ty param" note | 许杰友 Jieyou Xu (Joe) | -10/+22 |
| 2024-06-18 | Auto merge of #126614 - compiler-errors:uplift-next-trait-solver, r=lcnr | bors | -1823/+2815 |
| 2024-06-18 | Auto merge of #126623 - oli-obk:do_not_count_errors, r=davidtwco | bors | -867/+721 |
| 2024-06-18 | Remove redundant argument from `subdiagnostic` method | Oli Scherer | -541/+360 |
| 2024-06-18 | Use a dedicated type instead of a reference for the diagnostic context | Oli Scherer | -281/+312 |
| 2024-06-18 | Replace `move||` with `move ||` in `compiler/` and `library/` | Vonr | -1/+1 |
| 2024-06-18 | Fix transmute goal | Michael Goulet | -39/+59 |
| 2024-06-18 | Explicitly import tracing macros | Michael Goulet | -7/+14 |
| 2024-06-18 | Fix impl for SolverDelegate | Michael Goulet | -85/+385 |
| 2024-06-18 | Uplift the new trait solver | Michael Goulet | -1443/+1991 |
| 2024-06-18 | SolverDelegate | Michael Goulet | -310/+363 |
| 2024-06-18 | Uplift PredefinedOpaquesData | Michael Goulet | -12/+22 |
| 2024-06-18 | Make SearchGraph fully generic | Michael Goulet | -95/+149 |
| 2024-06-18 | Prefer `dcx` methods over fields or fields' methods | Oli Scherer | -58/+62 |
| 2024-06-18 | Use a more precise lifetime | Oli Scherer | -4/+4 |
| 2024-06-18 | Rollup merge of #126587 - Zalathar:no-mir-spans, r=oli-obk | Guillaume Gomez | -19/+42 |
| 2024-06-18 | Rollup merge of #126583 - RalfJung:interpret-oom, r=saethlin | Guillaume Gomez | -2/+5 |
| 2024-06-18 | Apply suggestions from oli-obk's review | Daria Sukhonina | -34/+15 |
| 2024-06-18 | Make async drop code more consistent with regular drop code | Daria Sukhonina | -14/+67 |
| 2024-06-18 | Auto merge of #126049 - compiler-errors:rework-use, r=oli-obk | bors | -255/+342 |
| 2024-06-18 | Auto merge of #126591 - petrochenkov:upctxt5, r=nnethercote | bors | -30/+11 |
| 2024-06-17 | Delay a bug and mark precise_capturing as not incomplete | Michael Goulet | -2/+6 |
| 2024-06-17 | Detect duplicates | Michael Goulet | -8/+39 |
| 2024-06-17 | Add tests for illegal use bound syntax | Michael Goulet | -3/+3 |
| 2024-06-17 | Rework precise capturing syntax | Michael Goulet | -217/+273 |
| 2024-06-17 | Make parse_seq_to_before_tokens take expected/nonexpected tokens, use in pars... | Michael Goulet | -35/+31 |
| 2024-06-18 | tail expression behind terminating scope | Ding Xiang Fei | -21/+46 |
| 2024-06-17 | Rollup merge of #126579 - ChoKyuWon:master, r=TaKO8Ki | Matthias Krüger | -1/+1 |
| 2024-06-17 | Rollup merge of #126567 - compiler-errors:instance-kind, r=oli-obk,lcnr | Matthias Krüger | -420/+423 |
| 2024-06-17 | Auto merge of #126593 - matthiaskrgr:rollup-a5jfg7w, r=matthiaskrgr | bors | -20/+22 |
| 2024-06-17 | Rollup merge of #126584 - cjgillot:issue-122736, r=michaelwoerister | Matthias Krüger | -2/+6 |
| 2024-06-17 | Rollup merge of #126577 - oli-obk:static_valtrees, r=RalfJung | Matthias Krüger | -9/+0 |
| 2024-06-17 | Rollup merge of #126568 - bvanjoi:fix-126376, r=petrochenkov | Matthias Krüger | -9/+16 |
| 2024-06-17 | [perf] More span update benchmarking | Vadim Petrochenkov | -30/+11 |
| 2024-06-17 | Auto merge of #126128 - oli-obk:method_ice, r=lcnr | bors | -6/+3 |
| 2024-06-17 | coverage: Add debugging flag `-Zcoverage-options=no-mir-spans` | Zalathar | -19/+42 |
| 2024-06-17 | Use subtyping instead of equality, since method resolution also uses subtyping | Oli Scherer | -6/+3 |
| 2024-06-17 | Remove an unused validation error variant | Oli Scherer | -9/+0 |