about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-11-29Rollup merge of #118419 - compiler-errors:await-span2, r=cjgillotMatthias Krüger-34/+28
2023-11-29Rollup merge of #118394 - nnethercote:rm-hir-Ops, r=cjgillotMatthias Krüger-190/+30
2023-11-29Rollup merge of #118269 - compiler-errors:poly, r=wesleywiserMatthias Krüger-22/+6
2023-11-28Auto merge of #118412 - matthiaskrgr:rollup-ghzhti2, r=matthiaskrgrbors-1/+27
2023-11-28Yeet E0744Michael Goulet-15/+8
2023-11-28Fix spans for bad await in inline constMichael Goulet-17/+18
2023-11-28Eagerly return ExprKind::Err on yield/await in wrong coroutine contextMichael Goulet-3/+3
2023-11-28Rollup merge of #118378 - cormacrelf:bugfix/linker-plugin-lto-wasm, r=petroch...Matthias Krüger-1/+27
2023-11-28def collector: Set correct namespace in `DefPathData` for foreign typesVadim Petrochenkov-16/+10
2023-11-28resolve: Feed the `def_kind` query immediately on `DefId` creationVadim Petrochenkov-171/+160
2023-11-28Auto merge of #118405 - matthiaskrgr:rollup-3a2eevc, r=matthiaskrgrbors-5/+11
2023-11-28Rollup merge of #118366 - fmease:detect-reject-malformed-rust-repr, r=compile...Matthias Krüger-3/+3
2023-11-28Rollup merge of #118341 - Mark-Simulacrum:shrink-thir-print, r=compiler-errorsMatthias Krüger-2/+8
2023-11-28Auto merge of #118282 - fee1-dead-contrib:enforce-more, r=compiler-errorsbors-16/+28
2023-11-28Remove `hir::BinOp`, `hir::BinOpKind`, and `hir::UnOp`.Nicholas Nethercote-178/+17
2023-11-27Rollup merge of #118382 - shepmaster:unused-tuple-struct-field-cleanup, r=com...Michael Goulet-9/+8
2023-11-27Rollup merge of #118381 - Enselic:edit-dist-len, r=WaffleLapkinMichael Goulet-1/+5
2023-11-27Rollup merge of #118374 - klensy:collect_active_jobs, r=compiler-errorsMichael Goulet-20/+14
2023-11-27Rollup merge of #118202 - azhogin:azhogin/link_args_wrapping, r=petrochenkovMichael Goulet-34/+40
2023-11-27Rollup merge of #118172 - ouz-a:improve_emit_stable1, r=celinvalMichael Goulet-18/+286
2023-11-27Rollup merge of #117526 - estebank:issue-24157, r=b-naberMichael Goulet-4/+41
2023-11-27Rollup merge of #111133 - hkmatsumoto:handle-python-slicing, r=TaKO8KiMichael Goulet-11/+33
2023-11-28Rename `BinOpKind::lazy` as `BinOpKind::is_lazy`.Nicholas Nethercote-4/+5
2023-11-28Rework `ast::BinOpKind::to_string` and `ast::UnOp::to_string`.Nicholas Nethercote-8/+8
2023-11-27Auto merge of #117947 - Dirbaio:drop-llvm-15, r=cuviperbors-131/+35
2023-11-27Auto merge of #117200 - rmehri01:repeated_help, r=WaffleLapkinbors-34/+76
2023-11-27Address unused tuple struct fields in the compilerJake Goulding-9/+8
2023-11-27add otherwise into targetsouz-a-3/+5
2023-11-27rustc_span: Use correct edit distance start length for suggestionsMartin Nordholts-1/+5
2023-11-27Auto merge of #118118 - spastorino:do-not-erase-late-bound-regions-on-iat, r=...bors-116/+104
2023-11-27Account for `!` arm in tail `match` exprEsteban Küber-4/+41
2023-11-28Perform LTO optimisations with wasm-ld + -Clinker-plugin-ltoCormac Relf-1/+27
2023-11-27QueryContext: rename try_collect_active_jobs -> collect_active_jobs and chang...klensy-20/+14
2023-11-27Added linker_arg(s) Linker trait methods for link-arg to be prefixed "-Wl," f...Andrew Zhogin-34/+40
2023-11-27Rollup merge of #118359 - hkmatsumoto:suggest-box-ref, r=TaKO8KiTakayuki Maeda-2/+19
2023-11-27Rollup merge of #118340 - compiler-errors:tweaks, r=lqdTakayuki Maeda-10/+10
2023-11-27Rollup merge of #118095 - ferrocene:apply-cortex-a53-fix, r=davidtwcoTakayuki Maeda-0/+5
2023-11-27Change help message to make some sense in broader contextHirochika Matsumoto-1/+1
2023-11-27Address review feedbacksHirochika Matsumoto-16/+17
2023-11-27Make tidy test happyHirochika Matsumoto-1/+1
2023-11-27Detect Python-like slicing and suggest how to fixHirochika Matsumoto-0/+21
2023-11-27Suggest swapping the order of `ref` and `box`Hirochika Matsumoto-2/+19
2023-11-27rename methodDeadbeef-9/+18
2023-11-27Detect and reject malformed repr(Rust) hintsLeón Orell Valerian Liehr-3/+3
2023-11-27Rollup merge of #118338 - nnethercote:backticks, r=compiler-errorsMatthias Krüger-7/+7
2023-11-27Auto merge of #117584 - bjorn3:eager_output_filenames, r=b-naberbors-53/+46
2023-11-26Simplify indenting in THIR printingMark Rousskov-2/+8
2023-11-26Use helpersMichael Goulet-10/+10
2023-11-27Fix some backticks in comments.Nicholas Nethercote-1/+1
2023-11-27Put backticks around some attributes in doc comments.Nicholas Nethercote-6/+6