about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-06-19Rollup merge of #126654 - tgross35:f16-f128-pretty-print, r=jackh726León Orell Valerian Liehr-1/+9
2024-06-19Rollup merge of #126594 - zetanumbers:fix-cross-crate-async-drop-glue, r=oli-obkLeón Orell Valerian Liehr-23/+57
2024-06-19Rollup merge of #126553 - Nadrieril:expand-or-pat-into-above, r=matthewjasperLeón Orell Valerian Liehr-97/+120
2024-06-19Rollup merge of #124580 - gurry:124556-suggest-remove-tuple-field, r=jackh726León Orell Valerian Liehr-19/+67
2024-06-19Rollup merge of #126632 - Vonr:fix/moving-closure-formatting-v2, r=Nilstrieb许杰友 Jieyou Xu (Joe)-1/+1
2024-06-19Rollup merge of #126558 - jieyouxu:caller-chooses-ty, r=fmease许杰友 Jieyou Xu (Joe)-10/+22
2024-06-19Rollup merge of #126493 - jswrenn:fix-126460, r=compiler-errors许杰友 Jieyou Xu (Joe)-23/+24
2024-06-19Rollup merge of #126422 - Urgau:doctest-impl-non-local-def, r=fmease许杰友 Jieyou Xu (Joe)-46/+56
2024-06-19Rollup merge of #125293 - dingxiangfei2009:tail-expr-temp-lifetime, r=esteban...许杰友 Jieyou Xu (Joe)-21/+46
2024-06-19Rollup merge of #125078 - linyihai:issue-124496, r=compiler-errors许杰友 Jieyou Xu (Joe)-1/+9
2024-06-19Rollup merge of #124135 - petrochenkov:deleglob, r=fmease许杰友 Jieyou Xu (Joe)-123/+462
2024-06-18Make pretty printing for `f16` and `f128` consistentTrevor Gross-1/+9
2024-06-18hir_typeck: be more conservative in making "note caller chooses ty param" note许杰友 Jieyou Xu (Joe)-10/+22
2024-06-18Auto merge of #126614 - compiler-errors:uplift-next-trait-solver, r=lcnrbors-1823/+2815
2024-06-18Auto merge of #126623 - oli-obk:do_not_count_errors, r=davidtwcobors-867/+721
2024-06-18Remove redundant argument from `subdiagnostic` methodOli Scherer-541/+360
2024-06-18Use a dedicated type instead of a reference for the diagnostic contextOli Scherer-281/+312
2024-06-18Replace `move||` with `move ||` in `compiler/` and `library/`Vonr-1/+1
2024-06-18Fix transmute goalMichael Goulet-39/+59
2024-06-18Explicitly import tracing macrosMichael Goulet-7/+14
2024-06-18Fix impl for SolverDelegateMichael Goulet-85/+385
2024-06-18Uplift the new trait solverMichael Goulet-1443/+1991
2024-06-18SolverDelegateMichael Goulet-310/+363
2024-06-18Uplift PredefinedOpaquesDataMichael Goulet-12/+22
2024-06-18Make SearchGraph fully genericMichael Goulet-95/+149
2024-06-18Prefer `dcx` methods over fields or fields' methodsOli Scherer-58/+62
2024-06-18Use a more precise lifetimeOli Scherer-4/+4
2024-06-18Rollup merge of #126587 - Zalathar:no-mir-spans, r=oli-obkGuillaume Gomez-19/+42
2024-06-18Rollup merge of #126583 - RalfJung:interpret-oom, r=saethlinGuillaume Gomez-2/+5
2024-06-18Apply suggestions from oli-obk's reviewDaria Sukhonina-34/+15
2024-06-18Make async drop code more consistent with regular drop codeDaria Sukhonina-14/+67
2024-06-18Auto merge of #126049 - compiler-errors:rework-use, r=oli-obkbors-255/+342
2024-06-18Auto merge of #126591 - petrochenkov:upctxt5, r=nnethercotebors-30/+11
2024-06-17Delay a bug and mark precise_capturing as not incompleteMichael Goulet-2/+6
2024-06-17Detect duplicatesMichael Goulet-8/+39
2024-06-17Add tests for illegal use bound syntaxMichael Goulet-3/+3
2024-06-17Rework precise capturing syntaxMichael Goulet-217/+273
2024-06-17Make parse_seq_to_before_tokens take expected/nonexpected tokens, use in pars...Michael Goulet-35/+31
2024-06-18tail expression behind terminating scopeDing Xiang Fei-21/+46
2024-06-17Rollup merge of #126579 - ChoKyuWon:master, r=TaKO8KiMatthias Krüger-1/+1
2024-06-17Rollup merge of #126567 - compiler-errors:instance-kind, r=oli-obk,lcnrMatthias Krüger-420/+423
2024-06-17Auto merge of #126593 - matthiaskrgr:rollup-a5jfg7w, r=matthiaskrgrbors-20/+22
2024-06-17Rollup merge of #126584 - cjgillot:issue-122736, r=michaelwoeristerMatthias Krüger-2/+6
2024-06-17Rollup merge of #126577 - oli-obk:static_valtrees, r=RalfJungMatthias Krüger-9/+0
2024-06-17Rollup merge of #126568 - bvanjoi:fix-126376, r=petrochenkovMatthias Krüger-9/+16
2024-06-17[perf] More span update benchmarkingVadim Petrochenkov-30/+11
2024-06-17Auto merge of #126128 - oli-obk:method_ice, r=lcnrbors-6/+3
2024-06-17coverage: Add debugging flag `-Zcoverage-options=no-mir-spans`Zalathar-19/+42
2024-06-17Use subtyping instead of equality, since method resolution also uses subtypingOli Scherer-6/+3
2024-06-17Remove an unused validation error variantOli Scherer-9/+0